WO2012169188A1 - Dispositif d'information et procédé de commande d'affichage - Google Patents
Dispositif d'information et procédé de commande d'affichage Download PDFInfo
- Publication number
- WO2012169188A1 WO2012169188A1 PCT/JP2012/003716 JP2012003716W WO2012169188A1 WO 2012169188 A1 WO2012169188 A1 WO 2012169188A1 JP 2012003716 W JP2012003716 W JP 2012003716W WO 2012169188 A1 WO2012169188 A1 WO 2012169188A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- display
- touch panel
- information
- panel display
- coordinates
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0487—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
- G06F3/0488—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
Definitions
- the present invention relates to an information device provided with a touch panel display and a display control method.
- Patent Document 1 discloses a technique for arranging an icon that requires an operation within a range that a user's finger can reach on the touch panel display. It is disclosed.
- the present invention solves the above-described problems of the prior art, and information that allows display items to be arranged at positions that the user can easily press according to the holding state when the user is operating with one hand.
- An object is to provide a device and a display control method.
- the information device of the present invention includes a touch panel display, operation information acquisition means for acquiring operation information of the touch panel display, and operation determination for determining that an operation independent of coordinates on the touch panel display is performed from the operation information.
- Means an operation history storage means for storing an operation history related to an area on the touch panel display on which an operation independent of the coordinates is performed, and a display control means for controlling display of the touch panel display based on the operation history. It is the composition provided with.
- the present invention it is possible to arrange display items such as icons and lists at positions that the user can easily press according to the holding state when the user is operating with one hand, and a user interface with high operability. Can be displayed on the touch panel display.
- the block diagram which shows the structure of the information equipment in embodiment of this invention The figure which shows the operation history information of the information equipment in embodiment of this invention
- the figure which shows the display item information of the information equipment in embodiment of this invention The flowchart which shows the operation history storage algorithm which the information equipment in embodiment of this invention implements
- the flowchart which shows the display algorithm which the information equipment in embodiment of this invention implements (A), (b)
- FIG. 1 shows a configuration diagram of an information device according to an embodiment of the present invention.
- the information device in the present embodiment includes a touch panel display 11, an operation information acquisition unit 12, an operation determination unit 13, an operation history storage unit 14, a display control unit 15, and a usage frequency detection unit 16. It is the structure which has.
- the touch panel display 11 includes a display device (for example, a liquid crystal display or an organic EL display) and a sensor that detects a position pressed by the user, and outputs a signal detected by the sensor to the operation information acquisition unit 12. To do. Further, it is displayed on the display device in accordance with a request from the display control unit 15.
- a display device for example, a liquid crystal display or an organic EL display
- a sensor that detects a position pressed by the user, and outputs a signal detected by the sensor to the operation information acquisition unit 12. To do. Further, it is displayed on the display device in accordance with a request from the display control unit 15.
- the operation information acquisition unit 12 When the operation information acquisition unit 12 receives a signal from the touch panel display 11, the operation information acquisition unit 12 calculates the pressed state and the coordinates of the pressed position, and notifies the operation determination unit 13.
- the operation determination unit 13 determines an operation (for example, a touch operation or a flick operation) from the pressed state and the coordinates of the pressed position notified from the operation information acquisition unit 12. In the case of a flick operation, the flick operation is performed. The average coordinates of the calculated range are calculated, and the operation history information including the calculation result is sent to the operation history storage unit 14.
- an operation for example, a touch operation or a flick operation
- the operation history storage unit 14 stores operation history information in which an average coordinate history of a region where a flick operation is performed is described. When receiving an operation history information acquisition request from the display control unit 15, the operation history storage unit 14 sends operation history information to the display control unit 15.
- the display control unit 15 acquires the display frequency of the icons and list items and the usage frequency information related to the display items from the usage frequency detection unit 16 when performing icon display or list display.
- operation history information is acquired from the operation history storage unit 14, and average coordinates of coordinates in which flick operations have been performed in the past are calculated. Then, the display position of the display item is determined using the average coordinates of the coordinates where the flick operation is performed and the usage frequency information of the display item, and a display request is made to the touch panel display 11.
- the usage frequency detection unit 16 stores usage frequency information in which a list of display items and the number of selections of display items is described. When receiving the display item acquisition request from the display control unit 15, the usage frequency detection unit 16 sends usage frequency information to the display control unit 15.
- FIG. 2 is a diagram showing operation history information stored in the operation history storage unit 14 in the embodiment of the present invention.
- the operation history storage unit 14 stores the date and time when the flick operation was performed and the average coordinates of the area where the flick operation was performed as one record.
- the order of past operations is made known by the date and time information, but the present invention is not limited to this, and a number incremented each time an operation history information registration request is made is stored. Thus, the order of past operations may be known.
- FIG. 3 is a diagram showing display item information stored in the usage frequency detector 16 in the embodiment of the present invention.
- the usage frequency detection unit 16 stores the display item and the number of selections of the display item as one record.
- the number of selections is used as an index indicating the usage frequency, but is not limited to this.
- the date and time selected in the past, the priority set by the user, and the like are used as the index indicating the usage frequency. It may be used.
- FIG. 4 is a flowchart showing a processing procedure for storing the average coordinates of the area where the flick operation is performed in the embodiment of the present invention.
- the operation information acquisition unit 12 receives a signal from the touch panel display 11, detects the press of the touch panel, calculates the coordinates of the pressed position, and gives the operation determination unit 13 the coordinates of the pressed position. Notification is made (step S41).
- the operation information acquisition unit 12 receives a signal from the touch panel display, detects the release of the touch panel, calculates the coordinates of the release position, and sends the coordinates of the release position to the operation determination unit 13. The coordinates are notified (step S42).
- the operation determination unit 13 determines whether or not the flick operation is performed based on the coordinates of the pressed position and the release position notified from the operation information acquisition unit 12 (steps S43 and S44).
- the operation determination unit 13 calculates the average coordinates of the flick operation and sends it to the operation history storage unit 14 (step S45). Then, the operation history storage unit 14 stores the average coordinates of the flick operation received from the operation determination unit 13 together with time information (step S46).
- FIG. 5 is a flowchart showing a processing procedure when displaying frequently used display items near the average coordinates of the operation history information of the flick operation in the embodiment of the present invention.
- the display control unit 15 acquires operation history information from the operation history storage unit 14 (step S51).
- the display control unit 15 calculates the average coordinates of the acquired operation history information (step S52).
- the display control unit 15 acquires display item information including information indicating the usage frequency of each display item from the usage frequency detection unit 16 (step S53).
- the display control unit 15 refers to the display item information, determines the display position of the display item so that the frequently used display item is displayed at a position close to the average coordinates of the operation history information, and displays the display item. Is displayed (steps S54 and S55).
- the operation history information shown in FIG. 2 is stored in the operation history storage unit 14 and the display items shown in FIG. 3 are stored in the usage frequency detection unit 16, the display position when the display items are displayed in a list format.
- the determination method will be described with reference to FIG.
- FIG. 6A is a diagram showing a layout when display items are displayed in a list format. Assume that the average coordinates of the operation history information in FIG. Since the display item display position closest to the point 60 is the display position 65, it is determined that “mail”, which is the display item with the largest number of selections, is displayed at the display position 65 from FIG. 3. Next, since the display item display position that is second closest to the point 60 is the display position 66, the display item “phone”, which is the second most frequently selected item from FIG. 3, is determined to be displayed at the display position 66. Is done. If the display positions of the remaining display items are similarly determined, the final display items can be finally determined as shown in FIG.
- the frequency of use is close to a region where an operation that does not depend on coordinates on the touch panel display, such as a flick operation that is likely to be performed by the user with one hand, is performed.
- a display item having a high level it is possible to arrange a display item that is frequently used by the user at a position that can be easily selected when the user is operating with one hand.
- the case where the display items are arranged in a list form is shown as an example of display items.
- the icons may be arranged in a grid form.
- the display item is arranged at a position that is easy for the user to select.
- the size of the display item may be changed so that the user can easily select it.
- the information device of the present invention can arrange icons, lists, etc. at positions that are easy for the user to press according to the holding state when the user is operating with one hand.
- the present invention can be applied to information devices such as portable terminals and communication terminals.
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
- Position Input By Displaying (AREA)
- Telephone Function (AREA)
Abstract
La présente invention concerne un dispositif d'information comportant : un moyen d'acquisition d'informations d'opération servant à acquérir des informations d'opération pour un écran tactile ; un moyen d'identification d'opération servant à identifier, à partir des informations d'opération, qu'une opération qui ne dépend pas de coordonnées sur l'écran tactile a été effectuée ; et un moyen de commande d'affichage servant à commander l'affichage sur l'écran tactile sur la base de l'historique des opérations relatives à la région de l'écran tactile dans laquelle l'opération qui ne dépend pas de coordonnées a été effectuée.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011125974A JP2014149555A (ja) | 2011-06-06 | 2011-06-06 | 情報機器 |
JP2011-125974 | 2011-06-06 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2012169188A1 true WO2012169188A1 (fr) | 2012-12-13 |
Family
ID=47295772
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2012/003716 WO2012169188A1 (fr) | 2011-06-06 | 2012-06-06 | Dispositif d'information et procédé de commande d'affichage |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP2014149555A (fr) |
WO (1) | WO2012169188A1 (fr) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018092638A (ja) * | 2018-01-09 | 2018-06-14 | パイオニア株式会社 | タッチ操作位置判定装置 |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6405178B2 (ja) * | 2014-09-30 | 2018-10-17 | Kddi株式会社 | 通信端末装置 |
JP6444287B2 (ja) * | 2015-10-30 | 2018-12-26 | 三菱電機株式会社 | Webプラント監視制御システムおよびWeb端末 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08263210A (ja) * | 1995-03-28 | 1996-10-11 | Nec Eng Ltd | タッチパネル装置 |
JPH10326173A (ja) * | 1997-05-26 | 1998-12-08 | Mitsubishi Electric Corp | グラフィカルユーザインタフェース |
JP2000066803A (ja) * | 1998-08-17 | 2000-03-03 | Sony Corp | 入力操作装置 |
JP2008217548A (ja) * | 2007-03-06 | 2008-09-18 | Tokai Rika Co Ltd | 操作入力装置 |
WO2009131089A1 (fr) * | 2008-04-23 | 2009-10-29 | シャープ株式会社 | Terminal d'informations portable, programme lisible par ordinateur et support d'enregistrement |
-
2011
- 2011-06-06 JP JP2011125974A patent/JP2014149555A/ja not_active Withdrawn
-
2012
- 2012-06-06 WO PCT/JP2012/003716 patent/WO2012169188A1/fr active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08263210A (ja) * | 1995-03-28 | 1996-10-11 | Nec Eng Ltd | タッチパネル装置 |
JPH10326173A (ja) * | 1997-05-26 | 1998-12-08 | Mitsubishi Electric Corp | グラフィカルユーザインタフェース |
JP2000066803A (ja) * | 1998-08-17 | 2000-03-03 | Sony Corp | 入力操作装置 |
JP2008217548A (ja) * | 2007-03-06 | 2008-09-18 | Tokai Rika Co Ltd | 操作入力装置 |
WO2009131089A1 (fr) * | 2008-04-23 | 2009-10-29 | シャープ株式会社 | Terminal d'informations portable, programme lisible par ordinateur et support d'enregistrement |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018092638A (ja) * | 2018-01-09 | 2018-06-14 | パイオニア株式会社 | タッチ操作位置判定装置 |
Also Published As
Publication number | Publication date |
---|---|
JP2014149555A (ja) | 2014-08-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9182846B2 (en) | Electronic device and touch input control method for touch coordinate compensation | |
US20120098763A1 (en) | Electronic reader and notation method thereof | |
EP2657811B1 (fr) | Dispositif de traitement d'entrée tactile, dispositif de traitement d'informations, et procédé de commande d'entrée tactile | |
US20140351761A1 (en) | Method and apparatus for displaying picture on portable device | |
US20100245242A1 (en) | Electronic device and method for operating screen | |
EP2174206A2 (fr) | Procédé, appareil et produit de programme d'ordinateur pour faciliter une saisie de données à l'aide d'un élément de connexion décalée | |
KR20130080179A (ko) | 휴대용 단말기에서 아이콘 관리 방법 및 장치 | |
US9323437B2 (en) | Method for displaying scale for enlargement and reduction operation, and device therefor | |
US9170726B2 (en) | Apparatus and method for providing GUI interacting according to recognized user approach | |
JP2012064075A (ja) | 文字入力装置 | |
JP2011003202A5 (ja) | 情報処理装置、情報処理方法、及びプログラム | |
US20130050277A1 (en) | Data transmitting media, data transmitting device, and data receiving device | |
US20150002433A1 (en) | Method and apparatus for performing a zooming action | |
JP5594652B2 (ja) | 携帯情報端末及びそのキー配置変更方法 | |
WO2012169188A1 (fr) | Dispositif d'information et procédé de commande d'affichage | |
US20110316887A1 (en) | Electronic device with a touch screen and touch operation control method utilized thereby | |
KR20110005386A (ko) | 휴대용 단말기에서 스크롤링 방법 및 장치 | |
JP2011243157A (ja) | 電子機器、ボタンサイズ制御方法、及びプログラム | |
US20140168106A1 (en) | Apparatus and method for processing handwriting input | |
JP6342297B2 (ja) | 表示制御装置および表示制御方法 | |
KR20100002758A (ko) | 휴대 단말기에서 키의 유효 터치를 감지하는 방법 및 이를수행하는 휴대 단말기 | |
KR20150000278A (ko) | 디스플레이 장치 및 제어 방법 | |
EP2876540B1 (fr) | Dispositif de traitement d'informations | |
CN108089643A (zh) | 电子设备和增强与电子设备交互的方法 | |
JP5668992B2 (ja) | 抵抗膜式タッチパネルを備えた電子機器 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12796763 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 12796763 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: JP |