WO2017113709A1 - WiFi列表显示方法及装置 - Google Patents

WiFi列表显示方法及装置 Download PDF

Info

Publication number
WO2017113709A1
WO2017113709A1 PCT/CN2016/089006 CN2016089006W WO2017113709A1 WO 2017113709 A1 WO2017113709 A1 WO 2017113709A1 CN 2016089006 W CN2016089006 W CN 2016089006W WO 2017113709 A1 WO2017113709 A1 WO 2017113709A1
Authority
WO
WIPO (PCT)
Prior art keywords
wifi
entry
display
focus
event
Prior art date
Application number
PCT/CN2016/089006
Other languages
English (en)
French (fr)
Inventor
韩婷婷
Original Assignee
乐视控股(北京)有限公司
乐视致新电子科技(天津)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 乐视控股(北京)有限公司, 乐视致新电子科技(天津)有限公司 filed Critical 乐视控股(北京)有限公司
Publication of WO2017113709A1 publication Critical patent/WO2017113709A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/431Generation of visual interfaces for content selection or interaction; Content or additional data rendering
    • H04N21/4312Generation of visual interfaces for content selection or interaction; Content or additional data rendering involving specific graphical features, e.g. screen layout, special fonts or colors, blinking icons, highlights or animations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/436Interfacing a local distribution network, e.g. communicating with another STB or one or more peripheral devices inside the home
    • H04N21/4363Adapting the video stream to a specific local network, e.g. a Bluetooth® network
    • H04N21/43637Adapting the video stream to a specific local network, e.g. a Bluetooth® network involving a wireless protocol, e.g. Bluetooth, RF or wireless LAN [IEEE 802.11]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/472End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content

Definitions

  • the present application belongs to the field of electronic technologies, and in particular, to a WiFi list display method and apparatus.
  • the WiFi list implemented by the ListView control will display all the WiFi items (Item) as a whole display area, and the ListView control sets a focus for the entire display area.
  • the WiFi entry (Item) under the WiFi list, as a child control in the display area, will steal the focus of the display area, but the child control cannot respond to the focus event.
  • the embodiment of the present invention provides a method and a device for displaying a WiFi list, which is used to solve the problem that the WiFi entry of the child control and the display area rob the focus when the WiFi list implemented by the ListView control is used, but the focus event is not responded.
  • an embodiment of the present application provides a WiFi list display method, including:
  • the target WiFi entry is displayed as a focus item in accordance with the focus event.
  • an embodiment of the present application provides a WiFi list display apparatus, including:
  • a monitoring module configured to monitor a click event; wherein the click event carries a currently selected target WiFi entry;
  • An acquiring module configured to acquire a focus event of the target WiFi entry after the click event is monitored
  • a display module configured to display the target WiFi entry as a focus item according to the focus event.
  • an embodiment of the present application provides a WiFi list display apparatus, including a memory, one or more processors, and one or more programs, wherein the one or more programs are processed by the one or more Performing the following operations: performing a listening event on the click event; wherein the click event carries the currently selected target WiFi entry; and after listening to the click event, acquiring a focus event of the target WiFi entry; The focus event displays the target WiFi entry as a focus item.
  • embodiments of the present application provide a computer readable storage medium having stored thereon computer executable instructions that, in response to execution, cause a WiFi list display device to perform an operation,
  • the operation includes: monitoring a click event; wherein the click event carries a currently selected target WiFi entry; when the click event is monitored, acquiring a focus event of the target WiFi entry; according to the focus event
  • the target WiFi entry is displayed as a focus item.
  • the method and device for displaying a WiFi list in the embodiment of the present application by monitoring a click event, the click event carrying a currently selected target WiFi entry, and after listening to the click event, acquiring a focus event of the target WiFi entry And displaying the target WiFi entry as a focus item according to the focus event.
  • the display area of the WiFi list is no longer used as a centralized setting focus, but a corresponding focus event is set for each WiFi entry, and the corresponding focus event is obtained by listening to the WiFi entry, thereby avoiding the WiFi entry in the ListView control.
  • the problem that the child control has a focus conflict with the display area optimizes the display of the WiFi list in the network television. Show, you can improve the user experience.
  • FIG. 1 is a schematic flowchart of a WiFi list display method according to Embodiment 1 of the present application.
  • FIG. 2 is a schematic diagram of application of a WiFi list display method according to Embodiment 1 of the present application;
  • FIG. 3 is a schematic flowchart of a WiFi list display method according to Embodiment 2 of the present application.
  • FIG. 4 is a schematic diagram of application of a WiFi list display method according to Embodiment 2 of the present application.
  • FIG. 5 is a schematic structural diagram of a WiFi list display apparatus according to Embodiment 3 of the present application.
  • FIG. 6 is a schematic structural diagram of a WiFi list display apparatus according to Embodiment 4 of the present application.
  • FIG. 7 is a schematic structural diagram of a computer program product for WiFi list display according to Embodiment 5 of the present application.
  • FIG. 1 it is a schematic flowchart of a WiFi list display method according to Embodiment 1 of the present application.
  • the WiFi list display method includes the following steps:
  • the click event carries the currently selected target WiFi entry.
  • a plurality of WiFi entries may be displayed in the display area of the WiFi list of the network television, and the focus attribute is set for each WiFi entry in the display area, that is, each WiFi entry in the display area can be The focus event responds.
  • the user can send a click event through the external device to enable the target WiFi entry to obtain the focus, thereby being able to respond to the focus event.
  • the external device can include a display of a remote control, a mouse, and a network television.
  • the Internet TV can perform click event monitoring on all WiFi entries, wherein the click event carries the target WiFi entry selected by the current user.
  • the target WiFi entry is a WiFi that the user currently attempts to highlight or enlarge. That is, the user attempts to get the target WiFi entry to focus by clicking on the event.
  • the user can select a target WiFi item from the WiFi list by using a remote control direction key, such as a down key of the direction key.
  • a remote control direction key such as a down key of the direction key.
  • the remote control machine can send a click event to the network television based on the infrared light.
  • the user can select a target WiFi entry from the WiFi list through an external mouse, and the user can send a click event to the network television by clicking the mouse at the target WiFi entry.
  • the user may select a target WiFi entry from the WiFi list based on the display screen of the network television, and further click the target WiFi entry to click on the location where the display screen is located, so that the click event may be sent to the network television.
  • the network television after the click event is monitored, the network television according to the target WiFi entry carried in the click event, because the focus attribute is set for each WiFi entry in advance, after the target WiFi entry is determined, the target can be obtained.
  • the focus event of the WiFi entry For example, the network television can receive the focus event of the target WiFi entry returned by the callback function.
  • the target WiFi entry is set as the focus item according to the focus event, and then the target WiFi entry is displayed as the focus item.
  • a display parameter is acquired from the focus event, and a display state of the target WiFi entry is drawn according to the display parameter.
  • the display parameters include: a display color of the background of the target WiFi entry, display brightness, and a display style of the text and the picture included in the target WiFi entry.
  • the display process of the target WiFi entry as the focus item is a dynamic process.
  • the color of the background in the display parameter is gray
  • the brightness is 50
  • the text and icon are of a predetermined size.
  • the display color of the background in the display parameter is blue
  • the display brightness value is 90
  • the size of the text and the picture is 1.5 times that when the target WiFi entry is a non-focus item.
  • the network TV display can show that the background color of the target WiFi entry changes from gray to blue, the background becomes brighter, and the text and image are enlarged to 1.5 times.
  • the format of the text can also For limitation, you can also set the picture as a dynamic picture, which is not shown here.
  • FIG. 2 is a schematic diagram of application of a WiFi list display method according to an embodiment of the present application.
  • the target WiFi entry is a Letv-office entry
  • the Letv-office entry in the figure is different from the display format of other WiFi entries in the WiFi display list.
  • the background color of other WiFi entries is black, the text and pictures are of a predetermined size, and the background color of the Letv-office entries is gray, and the text and pictures are enlarged, no longer the original predetermined size.
  • the WiFi entry previously displayed as the focus item needs to be restored to the non-focus item for display.
  • the background color of the WiFi entry that was previously displayed as the focus item is blue
  • the brightness is 90
  • the text and picture are enlarged to 1.5 times the predetermined size.
  • the background color becomes gray
  • the brightness is It is 50
  • the text and picture are scaled from 1.5 times the predetermined size to the predetermined size.
  • the method for displaying a WiFi list provided by the embodiment, by monitoring a click event, the click event carrying a currently selected target WiFi entry, and after listening to the click event, acquiring a focus event of the target WiFi entry, according to The focus event displays the target WiFi entry as a focus item.
  • the display area of the WiFi list is no longer set as a centralized focus, but a corresponding focus event is set for each WiFi entry, and the corresponding focus event is obtained by listening to the WiFi entry, thereby avoiding the WiFi entry in the ListView control as a child.
  • the problem that the control and the display area have a conflict of focus optimizes the display of the WiFi list in the network television, which can improve the user experience.
  • FIG. 3 is a schematic flowchart diagram of a WiFi list display method according to Embodiment 2 of the present application.
  • the WiFi list display method includes the following steps:
  • the number of lines is set in advance for the display area of the WiFi list of the network television, that is, the number of lines of the WiFi entry that can be displayed in the display area.
  • the display format and display position of the content included in each WiFi entry can be set in advance during the setting process of the layout, and a focus event can be set for each WiFi entry.
  • S203 Fill the layout with content included under each WiFi entry.
  • the layout is filled with the content included in each WiFi entry, and the content contained under each WiFi entry is bound to the layout.
  • the content included in the WiFi entry has elements such as images and characters.
  • the content under each WiFi entry is displayed in the layout, and during the initialization process, the content included in each WiFi entry is filled and displayed according to the settings in the layout.
  • the click event carries the currently selected target WiFi entry.
  • S208 Restore the WiFi item previously displayed as the focus item to a non-focus item for display.
  • the method for displaying a WiFi list provided by the embodiment, by monitoring a click event, the click event carrying a currently selected target WiFi entry, and after listening to the click event, acquiring a focus event of the target WiFi entry, according to The focus event displays the target WiFi entry as a focus item.
  • the display area of the WiFi list is no longer set as a centralized focus, but a corresponding focus event is set for each WiFi entry, and the corresponding focus event is obtained by listening to the WiFi entry, thereby avoiding the WiFi entry in the ListView control as a child.
  • the control has a focus conflict with the display area, optimized
  • the display of the WiFi list in the network television can improve the user experience.
  • FIG. 4 is a schematic diagram of application of a WiFi list display method according to Embodiment 2 of the present application.
  • the WiFi list of the network television is implemented based on the RecyclerView control.
  • the layout of the WiFi list is set through an adapter (Adapter) under the RecyclerView control.
  • the GetItemCount function returns the number of rows of WiFi entries that can be displayed under the WiFi list display area.
  • the layout of the WiFi list is set by the OnCreateViewHolder function, and the content included in each WiFi entry can be pre-set in the layout setting process.
  • the display format and display position are set, and a focus event can be set for each WiFi entry.
  • the OnBindViewHolder function is used to control the content contained in each WiFi entry in the ViewHolder to be displayed in the layout, that is, the layout is filled with the content contained under each WiFi entry.
  • the content of the WiFi entry includes elements such as images and text.
  • the ViewHolder under the RecyclerView control initializes the WiFi entry.
  • an OnClick function and an OnFocusChange function are added to the RecyclerView control to listen for click events through the OnClick function, and the OnClick function listens for clicks.
  • the focus event is returned by the callback function, and the OnFocusChange function responds to the focus event.
  • the WiFi entry is amplified by the SetEnlarge function, and the WiFi entry is reduced by the SetNarrow function.
  • the display of the WiFi list is implemented based on the RecyclerView control, and the focus is set for each WiFi entry, which can replace the ListView implementation of the WiFi list, and can support operations such as page turning and dynamic refreshing. And each WiFi entry can get focus events for independent processing, avoiding double focus issues.
  • FIG. 5 is a schematic structural diagram of a WiFi list display device according to Embodiment 3 of the present application.
  • the WiFi list display device includes: a listening module 11, an obtaining module 12, and a display module 13.
  • the monitoring module 11 is configured to monitor a click event.
  • the click event carries the currently selected target WiFi entry.
  • a plurality of WiFi entries may be displayed in the display area of the WiFi list of the network television, and the focus attribute is set for each WiFi entry in the display area, that is, each WiFi entry in the display area can be The focus event responds.
  • the user can send a click event through the external device to get the target WiFi entry to focus, thereby being able to respond to the focus event.
  • the external device can include a display of a remote control, a mouse, and a network television.
  • the monitoring module 11 can perform click event monitoring on all WiFi entries, wherein the click event carries the target WiFi entry selected by the current user.
  • the target WiFi entry is a WiFi that the user currently attempts to highlight or enlarge. That is, the user attempts to get the target WiFi entry to focus by clicking on the event.
  • the user can select a target WiFi item from the WiFi list by using a remote control direction key, such as a down key of the direction key.
  • a remote control direction key such as a down key of the direction key.
  • the remote control machine can send a click event to the network television based on the infrared light.
  • the user can select a target WiFi entry from the WiFi list through an external mouse, and the user can send a click event to the network television by clicking the mouse at the target WiFi entry.
  • the user may select a target WiFi entry from the WiFi list based on the display screen of the network television, and further click the target WiFi entry to click on the location where the display screen is located, so that the click event may be sent to the network television.
  • the obtaining module 12 is configured to acquire a focus event of the target WiFi entry after the click event is monitored.
  • the obtaining module 12 after the click event is monitored, the obtaining module 12, according to the target WiFi entry carried in the click event, has the focus attribute set for each WiFi entry in advance, and after the target WiFi entry is determined, the obtaining module 12 can Get the target WiFi strip Purpose focus event. For example, a focus event for the target WiFi entry returned by the callback function can be received.
  • the display module 13 is configured to display the target WiFi entry as a focus item according to the focus event.
  • the display module 13 After acquiring the focus event of the target WiFi entry, the display module 13 sets the target WiFi entry as a focus item according to the focus event, and then the target WiFi entry is displayed as a focus item. Specifically, the display module 13 acquires a display parameter from the focus event, and draws a display state of the target WiFi entry according to the display parameter.
  • the display parameters include: a display color of the background of the target WiFi entry, display brightness, and a display style of the text and the picture included in the target WiFi entry.
  • the display process of the target WiFi entry as the focus item is a dynamic process.
  • the color of the background in the display parameter is gray
  • the brightness is 50
  • the text and icon are of a predetermined size.
  • the display color of the background in the display parameter is blue
  • the display brightness value is 90
  • the size of the text and the picture is 1.5 times that when the target WiFi entry is a non-focus item.
  • the network TV display can show that the background color of the target WiFi entry changes from gray to blue, the background becomes brighter, and the text and image are enlarged to 1.5 times.
  • the format of the text can also be limited, or the picture can be set as a dynamic picture, which is not exemplified here.
  • the display module 13 is further configured to: after displaying the target WiFi entry as the focus item according to the focus event, restore the WiFi item previously displayed as the focus item to a non-focus item for display.
  • the display module 13 After acquiring the focus event of the target WiFi entry, in order to avoid the focus conflict, the display module 13 needs to restore the WiFi entry previously displayed as the focus item to the non-focus item for display.
  • the background color of the WiFi entry that was previously displayed as the focus item is blue
  • the brightness is 90
  • the text and picture are enlarged to 1.5 times the predetermined size.
  • the background color becomes gray
  • the brightness is It is 50
  • the text and picture are scaled from 1.5 times the predetermined size to the predetermined size.
  • the WiFi list display device further includes: a layout setting module 14 configured to set the number of rows of WiFi entries displayed by the WiFi list, and layout the WiFi list Set up, populate the layout with the content contained under each WiFi entry, and initialize each WiFi entry.
  • a layout setting module 14 configured to set the number of rows of WiFi entries displayed by the WiFi list, and layout the WiFi list Set up, populate the layout with the content contained under each WiFi entry, and initialize each WiFi entry.
  • the layout setting module 14 sets the number of lines in advance for the display area of the WiFi list of the network television, that is, the number of lines of the WiFi entry that can be displayed in the display area. Further, in order to make the display of the WiFi list more user-friendly and beautiful, and to better meet the needs of the user, the layout setting module 14 needs to perform layout setting on the display area of the WiFi list in advance.
  • the display format and display position of the content included in each WiFi entry can be set in advance during the setting process of the layout, and a focus event can be set for each WiFi entry.
  • the layout setting module 14 populates the layout with the content included in each WiFi entry, and binds the content contained under each WiFi entry to the layout.
  • the content included in the WiFi entry has elements such as images and characters.
  • the layout setting module 14 displays the content under each WiFi entry in the layout according to the setting of the layout, and in the initialization process, the content included in each WiFi entry is filled according to the setting in the layout. And display.
  • the WiFi list display device is configured to monitor a click event, where the click event carries a currently selected target WiFi entry, and after listening to the click event, acquiring a focus event of the target WiFi entry, according to The focus event displays the target WiFi entry as a focus item.
  • the display area of the WiFi list is no longer set as a centralized focus, but a corresponding focus event is set for each WiFi entry, and the corresponding focus event is obtained by listening to the WiFi entry, thereby avoiding the WiFi entry in the ListView control as a child.
  • the problem that the control and the display area have a conflict of focus optimizes the display of the WiFi list in the network television, which can improve the user experience.
  • FIG. 6 is a schematic structural diagram of a WiFi list display apparatus according to Embodiment 4 of the present application.
  • the WiFi list display device of the embodiment of the present application includes a memory 61, one or more processors 62, and one or more programs 63.
  • one or more programs 63 are executed by one or more processors 62 Perform any of the above embodiments.
  • the WiFi list display device of the embodiment of the present application by monitoring a click event, the click event carries a currently selected target WiFi entry, and after listening to the click event, acquiring a focus event of the target WiFi entry, according to The focus event displays the target WiFi entry as a focus item.
  • the display area of the WiFi list is no longer used as a centralized setting focus, but a corresponding focus event is set for each WiFi entry, and the corresponding focus event is obtained by listening to the WiFi entry, thereby avoiding the WiFi entry in the ListView control.
  • the problem that the child control has a focus conflict with the display area optimizes the display of the WiFi list in the network television, which can improve the user experience.
  • FIG. 7 is a schematic structural diagram of a computer program product for WiFi list display according to Embodiment 5 of the present application.
  • the computer program product 71 for WiFi list display of the embodiment of the present application may include a signal bearing medium 72.
  • Signal bearing medium 72 may include one or more instructions 73 that, when executed by, for example, a processor, may provide the functionality described above with respect to Figures 1-5.
  • the instructions 73 can include: one or more instructions for monitoring a click event; wherein the click event carries a currently selected target WiFi entry; for acquiring the target after the click event is listened to One or more instructions of a focus event of the WiFi entry; and one or more instructions for displaying the target WiFi entry as a focus item in accordance with the focus event.
  • the WiFi list display device can perform one or more of the steps shown in FIG. 1 in response to the instruction 73.
  • signal bearing medium 72 can include computer readable media 74 such as, but not limited to, a hard disk drive, a compact disk (CD), a digital versatile disk (DVD), a digital tape, a memory, and the like.
  • the signal bearing medium 72 can include a recordable medium 75 such as, but not limited to, a memory, a read/write (R/W) CD, an R/W DVD, and the like.
  • the signal bearing medium 72 can include a communication medium 76 such as, but not limited to, a digital and/or analog communication medium (eg, fiber optic cable, waveguide, wired communication link, wireless communication link, etc.).
  • computer program product 71 can One or more modules are transmitted to the WiFi list display device via the RF signal bearing medium 72, wherein the signal bearing medium 72 is transmitted by a wireless communication medium (e.g., a wireless communication medium compliant with the IEEE 802.11 standard).
  • a wireless communication medium e.g., a wireless communication medium compliant with the IEEE 802.11 standard.
  • the computer program product of the embodiment of the present application by monitoring a click event, the click event carries a currently selected target WiFi entry, and after listening to the click event, acquiring a focus event of the target WiFi entry, according to the The focus event displays the target WiFi entry as a focus item.
  • the display area of the WiFi list is no longer used as a centralized setting focus, but a corresponding focus event is set for each WiFi entry, and the corresponding focus event is obtained by listening to the WiFi entry, thereby avoiding the WiFi entry in the ListView control.
  • the problem that the child control has a focus conflict with the display area optimizes the display of the WiFi list in the network television, which can improve the user experience.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Human Computer Interaction (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

本申请实施例提供了WiFi列表显示方法及装置,通过对点击事件进行监听,其中所述点击事件携带当前所选中的目标WiFi条目,当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件,按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。本申请实施例中不再将WiFi列表的显示区域作为一个整体化设置焦点,而是为各WiFi条目设置相应的焦点事件,通过监听WiFi条目获取对应的焦点事件,避免了ListView控件中WiFi条目作为子控件与显示区域存在焦点冲突的问题,优化了网络电视中WiFi列表的显示,可以提高用户感受。

Description

WiFi列表显示方法及装置
本专利申请要求申请日为2015年12月31日、申请号为2015110350326的中国专利申请的优先权,并将上述专利申请以引用的方式全文引入本文中。
技术领域
本申请属于电子技术领域,尤其涉及一种WiFi列表显示方法及装置。
背景技术
随着无线技术的飞速发展,网络电视能方便地进行无线网络接入,使得用户越来越喜欢使用网络电视。目前开发者基于ListView控件来实现网络电视上的无线保真(WIreless-Fidelity,简称WiFi)列表。对于单纯列表展示ListView控件是很好用的,但是当对ListView进行操作时会遇到焦点冲突的问题。
通过ListView控件实现的WiFi列表将显示的所有WiFi条目(Item)作为一个整体显示区域,ListView控件为整个显示区域设置有一个焦点。而WiFi列表下的WiFi条目(Item)作为显示区域中的子控件,会抢走显示区域的焦点,但是子控件却不能对焦点事件进行响应。
发明内容
本申请实施例提供一种WiFi列表显示方法及装置,用于解决通过ListView控件实现的WiFi列表时存在子控件WiFi条目与显示区域抢夺焦点,却不对焦点事件进行响应的问题。
为了实现上述目的,本申请实施例提供了一种WiFi列表显示方法,包括:
对点击事件进行监听;其中所述点击事件携带当前所选中的目标WiFi条目;
当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件;
按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。
为了实现上述目的,本申请实施例提供了一种WiFi列表显示装置,包括:
监听模块,用于对点击事件进行监听;其中所述点击事件携带当前所选中的目标WiFi条目;
获取模块,用于当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件;
显示模块,用于按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。
另一方面,本申请实施例提供一种WiFi列表显示装置,包括存储器、一个或多个处理器以及一个或多个程序,其中,所述一个或多个程序在由所述一个或多个处理器执行时执行下述操作:对点击事件进行监听;其中所述点击事件携带当前所选中的目标WiFi条目;当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件;按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。
另一方面,本申请实施例提供一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机可执行指令,所述计算机可执行指令响应于执行使得WiFi列表显示装置执行操作,所述操作包括:对点击事件进行监听;其中所述点击事件携带当前所选中的目标WiFi条目;当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件;按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。本申请实施例的WiFi列表显示方法及装置,通过对点击事件进行监听,所述点击事件携带当前所选中的目标WiFi条目,当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件,按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。
本申请实施例中不再将WiFi列表的显示区域作为一个整体化设置焦点,而是为各WiFi条目设置相应的焦点事件,通过监听WiFi条目获取对应的焦点事件,避免了ListView控件中WiFi条目作为子控件与显示区域存在焦点冲突的问题,优化了网络电视中WiFi列表的显 示,可以提高用户感受。
附图说明
图1为本申请实施例一的WiFi列表显示方法的流程示意图;
图2为本申请实施例一的WiFi列表显示方法的应用示意图;
图3为本申请实施例二的WiFi列表显示方法的流程示意图;
图4为本申请实施例二的WiFi列表显示方法的应用示意图;
图5为本申请实施例三的WiFi列表显示装置的结构示意图;
图6为本申请实施例四提供的WiFi列表显示装置的结构示意图;
图7为本申请实施例五提供的用于WiFi列表显示的计算机程序产品的结构示意图。
具体实施方式
下面结合附图对本申请实施例提供的WiFi列表显示方法及装置进行详细描述。
实施例一
如图1所示,其为本申请实施例一的WiFi列表显示方法的流程示意图,该WiFi列表显示方法包括以下步骤:
S101、对点击事件进行监听。
其中,所述点击事件携带当前所选中的目标WiFi条目。
本实施例中,网络电视的WiFi列表的显示区域中可以显示多个WiFi条目,为处于显示区域中的各WiFi条目设置有焦点属性,也就是说,处于显示区域的每个WiFi条目都能够对焦点事件进行响应。
本实施例中,用户可以通过外部设备发送点击事件,以使目标WiFi条目获取到焦点,从而能够响应焦点事件。外部设备可以包括遥控器、鼠标和网络电视的显示屏。
网络电视可以对所有的WiFi条目进行点击事件监控,其中,点击事件中会携带当前用户所选中的目标WiFi条目。本实施例中,目标WiFi条目为用户当前试图进行高亮显示或者放大显示的一个WiFi。也就是说,用户试图通过点击事件让目标WiFi条目获取到焦点。
可选地,用户可以通过遥控器方向键,例如方向键的上下键,从WiFi列表中选取目标WiFi条目,当用户按下方向键后,遥控机就可以基于红外线向网络电视发送点击事件。
可选地,用户可以通过外接的鼠标从WiFi列表中选取目标WiFi条目,用户在目标WiFi条目处点击鼠标就可以向网络电视发送点击事件。
可选地,用户可以基于网络电视的显示屏,从WiFi列表中选取目标WiFi条目,进一步地用户点击目标WiFi条目在显示屏所处的位置进行点击,就可以向网络电视发送点击事件。
S102、当监听到点击事件后,获取目标WiFi条目的焦点事件。
本实施例中,在监听到点击事件后,网络电视根据点击事件中携带的目标WiFi条目,由于预先为每个WiFi条目设置有焦点属性,在确定了目标WiFi条目后,就可以获取到该目标WiFi条目的焦点事件。例如,网络电视可以接收到回调函数返回的该目标WiFi条目的焦点事件。
S103、按照焦点事件将目标WiFi条目作为焦点项进行显示。
在获取到目标WiFi条目的焦点事件后,按照该焦点事件将该目标WiFi条目设置为焦点项,然后该目标WiFi条目作为焦点项进行显示。具体地,从所述焦点事件中获取到显示参数,按照该显示参数绘制目标WiFi条目的显示状态。其中,显示参数包括:目标WiFi条目背景的显示颜色、显示亮度以及目标WiFi条目所包括的文字和图片的显示样式。
本实施例中,目标WiFi条目作为焦点项的显示过程是个动态过程。例如,当目标WiFi条目作为非焦点项时,显示参数中背景的颜色为灰色,亮度为50,文字和图标为预定大小。而当目标WiFi条目作为焦点项时,显示参数中背景的显示颜色为蓝色,显示亮度值为90,文字和图片的大小为目标WiFi条目为非焦点项时的1.5倍。网络电视显示屏中可以显示出目标WiFi条目的背景颜色从灰色变成蓝色,背景变亮,且文字和图片放大到原来的1.5倍。另外,文字的格式也可以 进行限定,也可以将图片设置为动态图片,此处不再举例。
图2为本申请实施例一WiFi列表显示方法的应用示意图。如图2所示,目标WiFi条目为Letv-office条目,图中该Letv-office条目与WiFi显示列表中其他WiFi条目的显示格式不同。其他的WiFi条目的背景颜色为黑色,文字和图片为预定大小,而该Letv-office条目的背景颜色为灰色,文字和图片进行了放大,不再是原来的预定大小。
S104、将之前作为焦点项进行显示的WiFi条目还原成非焦点项进行显示。
在获取到目标WiFi条目的焦点事件后,为了避免出现焦点冲突,需要将之前作为焦点项进行显示的WiFi条目,还原成非焦点项进行显示。例如,之前作为焦点项进行显示的WiFi条目的背景颜色为蓝色,亮度为90,且文字和图片放大到预定大小的1.5倍,当还原成非焦点项显示,则背景颜色变成灰色,亮度为50,且文字和图片从预定大小的1.5倍缩放到预定大小。
本实施例提供的WiFi列表显示方法,通过对点击事件进行监听,所述点击事件携带当前所选中的目标WiFi条目,当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件,按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。本实施例中不再将WiFi列表的显示区域作为一个整体化设置焦点,而是为各WiFi条目设置相应的焦点事件,通过监听WiFi条目获取对应的焦点事件,避免了ListView控件中WiFi条目作为子控件与显示区域存在焦点冲突的问题,优化了网络电视中WiFi列表的显示,可以提高用户感受。
实施例二
如图3所示,其为本申请实施例二的WiFi列表显示方法的流程示意图。该WiFi列表显示方法包括以下步骤:
S201、设置WiFi列表所显示的WiFi条目的行数。
本实施例中,预先为网络电视的WiFi列表的显示区域设置行数,即在显示区域能够显示的WiFi条目的行数。
S202、对WiFi列表进行布局设置。
进一步地,为了使WiFi列表的显示更加人性化和美观更好,能够更加贴合用户的需要,需要预先对WiFi列表的显示区域进行布局设置。一般在布局的设置过程中可以预先对各WiFi条目下所包含的内容的显示格式和显示位置进行设定,并且可以为每个WiFi条目设置焦点事件。
S203、使用每个WiFi条目下所包含内容对布局进行填充。
在对WiFi列表的显示区域进行布局后,使用每个WiFi条目中包括的内容对布局进行填充,将每个WiFi条目下所包含的的内容与布局进行绑定。其中,WiFi条目所包含的内容有图像、文字等元素。
S204、对每个WiFi条目进行初始化。
具体地,按照对布局的设置,将每个WiFi条目下的内容在布局中进行显示,在初始化的过程中,将各WiFi条目下所包含的内容按照布局中的设定进行填充和显示。
S205、对点击事件进行监听。
其中,点击事件携带当前所选中的目标WiFi条目。
S206、当监听到点击事件后,获取目标WiFi条目的焦点事件。
S207、按照焦点事件将目标WiFi条目作为焦点项进行显示。
S208、将之前作为焦点项进行显示的WiFi条目还原成非焦点项进行显示。
S205~S208中相关内容的记载可参见上述实施例一中S101~S104中相关内容的记载。
本实施例提供的WiFi列表显示方法,通过对点击事件进行监听,所述点击事件携带当前所选中的目标WiFi条目,当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件,按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。本实施例中不再将WiFi列表的显示区域作为一个整体化设置焦点,而是为各WiFi条目设置相应的焦点事件,通过监听WiFi条目获取对应的焦点事件,避免了ListView控件中WiFi条目作为子控件与显示区域存在焦点冲突的问题,优化了 网络电视中WiFi列表的显示,可以提高用户感受。
图4为本申请实施例二WiFi列表显示方法的应用示意图。如图4所示,网络电视的WiFi列表是基于RecyclerView控件实现的,具体地,通过RecyclerView控件下的适配器(Adapter)对WiFi列表的布局进行设置。通过GetItemCount函数返回WiFi列表显示区域下所能显示的WiFi条目的行数,进一步地,通过OnCreateViewHolder函数对WiFi列表的布局进行设置,在布局的设置过程中可以预先对各WiFi条目下所包含的内容的显示格式和显示位置进行设定,并且可以为每个WiFi条目设置焦点事件。通过OnBindViewHolder函数控制ViewHolder中的各WiFi条目下所包含的内容在布局中进行显示,即使用各WiFi条目下所包含的内容对布局进行填充。其中WiFi条目所包含的内容有图像、文字等元素。
在RecyclerView控件下的ViewHolder对WiFi条目进行初始化,为了实现对每个WiFi条目的焦点进行监控,在RecyclerView控件中添加一个OnClick函数和OnFocusChange函数,通过该OnClick函数监听点击事件,当OnClick函数监听到点击事件后,通过回调函数返回焦点事件,OnFocusChange函数对焦点事件进行响应。进一步地在对焦点事件进行响应时,通过SetEnlarge函数对WiFi条目进行放大控制,通过SetNarrow函数对WiFi条目进行缩小控制。
而且特别注意的是在RecyclerView控件下,当进行页面刷新时,不能使用NotifyDataSetChanged函数,会产生丢失焦点问题,需要调用NotifyItemRangeChanged(0,mList.size())函数,以保证焦点不被丢失。
在上述应用示例中,WiFi列表的显示基于RecyclerView控件实现,为每个WiFi条目设置焦点,能替代ListView实现WiFi列表的方式,能够支持翻页、动态刷新等操作。而且每个WiFi条目可以获取焦点事件进行独立处理,避免双焦点问题。
实施例三
如图5所示,其为本申请实施例三的WiFi列表显示装置的结构示意图。该WiFi列表显示装置包括:监听模块11、获取模块12和显示模块13。
其中,监听模块11,用于对点击事件进行监听。其中点击事件携带当前所选中的目标WiFi条目。
本实施例中,网络电视的WiFi列表的显示区域中可以显示多个WiFi条目,为处于显示区域中的各WiFi条目设置有焦点属性,也就是说,处于显示区域的每个WiFi条目都能够对焦点事件进行响应。
用户可以通过外部设备发送点击事件,以使目标WiFi条目获取到焦点,从而能够响应焦点事件。外部设备可以包括遥控器、鼠标和网络电视的显示屏。
监听模块11可以对所有的WiFi条目进行点击事件监控,其中,点击事件中会携带当前用户所选中的目标WiFi条目。本实施例中,目标WiFi条目为用户当前试图进行高亮显示或者放大显示的一个WiFi。也就是说,用户试图通过点击事件让目标WiFi条目获取到焦点。
可选地,用户可以通过遥控器方向键,例如方向键的上下键,从WiFi列表中选取目标WiFi条目,当用户按下方向键后,遥控机就可以基于红外线向网络电视发送点击事件。
可选地,用户可以通过外接的鼠标从WiFi列表中选取目标WiFi条目,用户在目标WiFi条目处点击鼠标就可以向网络电视发送点击事件。
可选地,用户可以基于网络电视的显示屏,从WiFi列表中选取目标WiFi条目,进一步地用户点击目标WiFi条目在显示屏所处的位置进行点击,就可以向网络电视发送点击事件。
获取模块12,用于当监听到点击事件后,获取目标WiFi条目的焦点事件。
本实施例中,在监听到点击事件后,获取模块12根据点击事件中携带的目标WiFi条目,由于预先为每个WiFi条目设置有焦点属性,在确定了目标WiFi条目后,获取模块12就可以得到该目标WiFi条 目的焦点事件。例如,可以接收到回调函数返回的该目标WiFi条目的焦点事件。
显示模块13,用于按照焦点事件将目标WiFi条目作为焦点项进行显示。
在获取到目标WiFi条目的焦点事件后,显示模块13按照该焦点事件将该目标WiFi条目设置为焦点项,然后该目标WiFi条目作为焦点项进行显示。具体地,显示模块13从所述焦点事件中获取到显示参数,按照该显示参数绘制目标WiFi条目的显示状态。其中,显示参数包括:目标WiFi条目背景的显示颜色、显示亮度以及目标WiFi条目所包括的文字和图片的显示样式。
本实施例中,目标WiFi条目作为焦点项的显示过程是个动态过程。例如,当目标WiFi条目作为非焦点项时,显示参数中背景的颜色为灰色,亮度为50,文字和图标为预定大小。而当目标WiFi条目作为焦点项时,显示参数中背景的显示颜色为蓝色,显示亮度值为90,文字和图片的大小为目标WiFi条目为非焦点项时的1.5倍。网络电视显示屏中可以显示出目标WiFi条目的背景颜色从灰色变成蓝色,背景变亮,且文字和图片放大到原来的1.5倍。另外,文字的格式也可以进行限定,也可以将图片设置为动态图片,此处不再举例。
进一步地,显示模块13,还用于在按照焦点事件显示目标WiFi条目作为焦点项进行显示之后,将之前作为焦点项进行显示的WiFi条目还原成非焦点项进行显示。
在获取到目标WiFi条目的焦点事件后,为了避免出现焦点冲突,显示模块13需要将之前作为焦点项进行显示的WiFi条目,还原成非焦点项进行显示。例如,之前作为焦点项进行显示的WiFi条目的背景颜色为蓝色,亮度为90,且文字和图片放大到预定大小的1.5倍,当还原成非焦点项显示,则背景颜色变成灰色,亮度为50,且文字和图片从预定大小的1.5倍缩放到预定大小。
进一步地,该WiFi列表显示装置还包括:布局设置模块14,用于设置WiFi列表所显示的WiFi条目的行数,对WiFi列表进行布局 设置,使用每个WiFi条目下所包含内容对布局进行填充,对每个WiFi条目进行初始化。
本实施例中,布局设置模块14预先为网络电视的WiFi列表的显示区域设置行数,即在显示区域能够显示的WiFi条目的行数。进一步地,为了使WiFi列表的显示更加人性化和美观更好,能够更加贴合用户的需要,布局设置模块14需要预先对WiFi列表的显示区域进行布局设置。一般在布局的设置过程中可以预先对各WiFi条目下所包含的内容的显示格式和显示位置进行设定,并且可以为每个WiFi条目设置焦点事件。
在对WiFi列表的显示区域进行布局后,布局设置模块14使用每个WiFi条目中包括的内容对布局进行填充,将每个WiFi条目下所包含的的内容与布局进行绑定。其中,WiFi条目所包含的内容有图像、文字等元素。具体地,布局设置模块14按照对布局的设置,将每个WiFi条目下的内容在布局中进行显示,在初始化的过程中,将各WiFi条目下所包含的内容按照布局中的设定进行填充和显示。
本实施例提供的WiFi列表显示装置,通过对点击事件进行监听,所述点击事件携带当前所选中的目标WiFi条目,当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件,按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。本实施例中不再将WiFi列表的显示区域作为一个整体化设置焦点,而是为各WiFi条目设置相应的焦点事件,通过监听WiFi条目获取对应的焦点事件,避免了ListView控件中WiFi条目作为子控件与显示区域存在焦点冲突的问题,优化了网络电视中WiFi列表的显示,可以提高用户感受。
实施例四
图6为本申请实施例四提供的WiFi列表显示装置的结构示意图。如图6所示,本申请实施例的WiFi列表显示装置包括:存储器61、一个或多个处理器62以及一个或多个程序63。
其中,所述一个或多个程序63在由一个或多个处理器62执行时 执行上述实施例中的任意一种方法。
本申请实施例的WiFi列表显示装置,通过对点击事件进行监听,所述点击事件携带当前所选中的目标WiFi条目,当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件,按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。本申请实施例中不再将WiFi列表的显示区域作为一个整体化设置焦点,而是为各WiFi条目设置相应的焦点事件,通过监听WiFi条目获取对应的焦点事件,避免了ListView控件中WiFi条目作为子控件与显示区域存在焦点冲突的问题,优化了网络电视中WiFi列表的显示,可以提高用户感受。
实施例五
图7为本申请实施例五提供的用于WiFi列表显示的计算机程序产品的结构示意图。如图7所示,本申请实施例的用于WiFi列表显示的计算机程序产品71,可以包括信号承载介质72。信号承载介质72可以包括一个或更多个指令73,该指令73在由例如处理器执行时,处理器可以提供以上针对图1-5描述的功能。例如,指令73可以包括:用于对点击事件进行监听的一个或多个指令;其中所述点击事件携带当前所选中的目标WiFi条目;用于当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件的一个或多个指令;以及用于按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示的一个或多个指令。因此,例如,参照图5,WiFi列表显示装置可以响应于指令73来进行图1中所示的步骤中的一个或更多个。
在一些实现中,信号承载介质72可以包括计算机可读介质74,诸如但不限于硬盘驱动器、压缩盘(CD)、数字通用盘(DVD)、数字带、存储器等。在一些实现中,信号承载介质72可以包括可记录介质75,诸如但不限于存储器、读/写(R/W)CD、R/W DVD等。在一些实现中,信号承载介质72可以包括通信介质76,诸如但不限于数字和/或模拟通信介质(例如,光纤线缆、波导、有线通信链路、无线通信链路等)。因此,例如,计算机程序产品71可 以通过RF信号承载介质72传送给WiFi列表显示装置的一个或多个模块,其中,信号承载介质72由无线通信介质(例如,符合IEEE802.11标准的无线通信介质)传送。
本申请实施例的计算机程序产品,通过对点击事件进行监听,所述点击事件携带当前所选中的目标WiFi条目,当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件,按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。本申请实施例中不再将WiFi列表的显示区域作为一个整体化设置焦点,而是为各WiFi条目设置相应的焦点事件,通过监听WiFi条目获取对应的焦点事件,避免了ListView控件中WiFi条目作为子控件与显示区域存在焦点冲突的问题,优化了网络电视中WiFi列表的显示,可以提高用户感受。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到各实施方式可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件。基于这样的理解,上述技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行各个实施例或者实施例的某些部分所述的方法。
最后应说明的是:以上各实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述各实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的范围。

Claims (10)

  1. 一种WiFi列表显示方法,其特征在于,包括:
    对点击事件进行监听;其中所述点击事件携带当前所选中的目标WiFi条目;
    当监听到所述点击事件后,获取所述目标WiFi条目的焦点事件;
    按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。
  2. 根据权利要求1所述的WiFi列表显示方法,其特征在于,所述按照所述焦点事件显示所述目标WiFi条目作为焦点项进行显示之后,还包括:
    将之前作为焦点项进行显示的WiFi条目还原成非焦点项进行显示。
  3. 根据权利要求2所述的WiFi列表显示方法,其特征在于,所述按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示,包括:
    从所述焦点事件中获取到显示参数;
    按照所述显示参数绘制所述目标WiFi条目的显示状态。
  4. 根据权利要求3所述的WiFi列表显示方法,其特征在于,所述显示参数包括:所述目标WiFi条目背景的显示颜色、显示亮度以及所述目标WiFi条目所包括的文字和图片的显示样式。
  5. 根据权利要求4所述的WiFi列表显示方法,其特征在于,所述对点击事件进行监听之前,包括:
    设置WiFi列表所显示的WiFi条目的行数;
    对所述WiFi列表进行布局设置;
    使用每个WiFi条目下所包含内容对布局进行填充;
    对每个WiFi条目进行初始化。
  6. 一种WiFi列表显示装置,其特征在于,包括:
    监听模块,用于对点击事件进行监听;其中所述点击事件携带当前所选中的目标WiFi条目;
    获取模块,用于当监听到所述点击事件后,获取所述目标WiFi 条目的焦点事件;
    显示模块,用于按照所述焦点事件将所述目标WiFi条目作为焦点项进行显示。
  7. 根据权利要求6所述的WiFi列表显示装置,其特征在于,所述显示模块,还用于在按照所述焦点事件显示所述目标WiFi条目作为焦点项进行显示之后,将之前作为焦点项进行显示的WiFi条目还原成非焦点项进行显示。
  8. 根据权利要求7所述的WiFi列表显示装置,其特征在于,所述显示模块,具体用于从所述焦点事件中获取到显示参数,按照所述显示参数绘制所述目标WiFi条目的显示状态。
  9. 根据权利要求8所述的WiFi列表显示装置,其特征在于,所述显示参数包括:所述目标WiFi条目背景的显示颜色、显示亮度以及所述目标WiFi条目所包括的文字和图片的显示样式。
  10. 根据权利要求9所述的WiFi列表显示装置,其特征在于,还包括:布局设置模块,用于设置WiFi列表所显示的WiFi条目的行数,对所述WiFi列表进行布局设置,使用每个WiFi条目下所包含内容对布局进行填充,对每个WiFi条目进行初始化。
PCT/CN2016/089006 2015-12-31 2016-07-07 WiFi列表显示方法及装置 WO2017113709A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201511035032.6A CN105898519A (zh) 2015-12-31 2015-12-31 WiFi列表显示方法及装置
CN201511035032.6 2015-12-31

Publications (1)

Publication Number Publication Date
WO2017113709A1 true WO2017113709A1 (zh) 2017-07-06

Family

ID=57002393

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/089006 WO2017113709A1 (zh) 2015-12-31 2016-07-07 WiFi列表显示方法及装置

Country Status (2)

Country Link
CN (1) CN105898519A (zh)
WO (1) WO2017113709A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111126027A (zh) * 2019-12-25 2020-05-08 北京锐安科技有限公司 一种列表生成方法、装置、设备及介质

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108255380A (zh) * 2016-12-28 2018-07-06 深圳市优朋普乐传媒发展有限公司 一种菜单的显示控制方法及装置
CN110058760A (zh) * 2019-03-15 2019-07-26 努比亚技术有限公司 一种显示方法、可穿戴设备及计算机可读存储介质
CN110286973B (zh) * 2019-05-14 2022-10-04 深圳康佳电子科技有限公司 一种按键触发事件处理方法、智能终端及存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8166394B1 (en) * 2009-09-22 2012-04-24 Adobe Systems Incorporated Systems and methods for implementing and using event tracking and analytics in electronic content
CN102508675A (zh) * 2011-12-28 2012-06-20 Tcl集团股份有限公司 基于android平台鼠标移动的响应处理方法及装置
CN102707887A (zh) * 2012-05-11 2012-10-03 广东欧珀移动通信有限公司 基于安卓平台的listView中列表项的滑选方法
CN103294348A (zh) * 2013-06-27 2013-09-11 深圳Tcl新技术有限公司 列表式菜单显示控制方法、装置及电视
CN103338114A (zh) * 2013-06-05 2013-10-02 四川长虹电器股份有限公司 一种基于Android系统通知消息的交互方法
CN103546818A (zh) * 2013-10-31 2014-01-29 乐视致新电子科技(天津)有限公司 智能电视的列表显示界面的焦点控制方法和装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2170001B1 (en) * 2008-09-30 2016-01-13 Motorola Mobility LLC Embedding graphic data in a WIFI beacon frame
CN103019678A (zh) * 2012-11-16 2013-04-03 Tcl集团股份有限公司 一种列表焦点框焦点变换方法及装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8166394B1 (en) * 2009-09-22 2012-04-24 Adobe Systems Incorporated Systems and methods for implementing and using event tracking and analytics in electronic content
CN102508675A (zh) * 2011-12-28 2012-06-20 Tcl集团股份有限公司 基于android平台鼠标移动的响应处理方法及装置
CN102707887A (zh) * 2012-05-11 2012-10-03 广东欧珀移动通信有限公司 基于安卓平台的listView中列表项的滑选方法
CN103338114A (zh) * 2013-06-05 2013-10-02 四川长虹电器股份有限公司 一种基于Android系统通知消息的交互方法
CN103294348A (zh) * 2013-06-27 2013-09-11 深圳Tcl新技术有限公司 列表式菜单显示控制方法、装置及电视
CN103546818A (zh) * 2013-10-31 2014-01-29 乐视致新电子科技(天津)有限公司 智能电视的列表显示界面的焦点控制方法和装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111126027A (zh) * 2019-12-25 2020-05-08 北京锐安科技有限公司 一种列表生成方法、装置、设备及介质

Also Published As

Publication number Publication date
CN105898519A (zh) 2016-08-24

Similar Documents

Publication Publication Date Title
WO2017076043A1 (zh) 通知消息的显示方法、装置及终端设备
WO2021238913A1 (zh) 直播数据的展示方法、装置、设备及存储介质
US11112942B2 (en) Providing content via multiple display devices
KR20220027112A (ko) 디스플레이 장치의 이의 디스플레이 방법
CN106572139B (zh) 多终端控制方法、终端、服务器和系统
WO2017113709A1 (zh) WiFi列表显示方法及装置
WO2020192451A1 (en) Real-time picture projection method and apparatus of ar glasses screen, controller and medium
CN113365133B (zh) 视频分享方法、装置、设备及介质
US10593018B2 (en) Picture processing method and apparatus, and storage medium
WO2016150388A1 (zh) 界面处理方法、装置及系统
KR20140146488A (ko) 디스플레이 장치 및 그제어 방법
CN104620594B (zh) 识别多个外围设备并选择和显示其中之一的内容的电视机
JPWO2013014874A1 (ja) Gui生成装置、集積回路、gui生成方法、gui生成プログラム
KR20160019693A (ko) 사용자 단말 장치, 디스플레이 장치, 시스템 및 그 제어 방법
TWI717317B (zh) 對顯示裝置的顯示圖像進行截屏的方法及裝置
CN113542851B (zh) 一种菜单刷新方法及显示设备
US11606594B2 (en) Methods, systems and devices that enable user of mobile phone to at least partially take control of consumer electronic device on display
WO2023071861A1 (zh) 数据可视化展示方法、装置、计算机设备和存储介质
CN104331219A (zh) 一种图标显示方法、装置及系统
CN112188294B (zh) 一种信号源显示方法及装置
US20160048314A1 (en) Display apparatus and method of controlling the same
JP2021006982A (ja) 文字の色を決定する方法および装置
WO2017113713A1 (zh) 显示界面调整方法及装置
CN110365918A (zh) 一种信源切换方法及设备
CN112540735B (zh) 多屏同步显示方法、装置及系统以及计算机存储介质

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: 16880509

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: 16880509

Country of ref document: EP

Kind code of ref document: A1