WO2016201929A1 - Widget processing method and apparatus - Google Patents

Widget processing method and apparatus Download PDF

Info

Publication number
WO2016201929A1
WO2016201929A1 PCT/CN2015/097151 CN2015097151W WO2016201929A1 WO 2016201929 A1 WO2016201929 A1 WO 2016201929A1 CN 2015097151 W CN2015097151 W CN 2015097151W WO 2016201929 A1 WO2016201929 A1 WO 2016201929A1
Authority
WO
WIPO (PCT)
Prior art keywords
widget
area
window
window component
component
Prior art date
Application number
PCT/CN2015/097151
Other languages
French (fr)
Chinese (zh)
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 WO2016201929A1 publication Critical patent/WO2016201929A1/en

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]

Definitions

  • the present application relates to, but is not limited to, the field of electronic terminal devices, and in particular, to a window component processing method and apparatus.
  • the first one is a single widget, the user directly adds the widget provided by the developer to the desktop of the smart device; the second is a combined widget, the user can select Several widgets within the selectable range are combined into a small widget's area space, combined into a widget that is added to the smart device desktop for use.
  • a single widget if you want to use multiple widgets, you must add multiple widgets to the desktop. This will take up more space on the desktop, making it difficult to control the number of smart desktops.
  • the range of widgets that can be used is very limited, depending on the developer's pre-implementation, and can't satisfy the user's more personalized usage scenarios.
  • An object of the embodiments of the present invention is to provide a window component processing method and apparatus capable of realizing centralized display of window components.
  • an embodiment of the present invention provides a window component processing method, where the method includes:
  • the display desktop sequentially receives the first widget and the second widget added by the user;
  • the first widget and The second widget is stacked to display; and/or,
  • the first widget and the second widget are stacked.
  • the method further includes: when the adding widget function interface is closed, and when the first widget or the second widget receives the operation gesture preset by the user, responding to the corresponding operation.
  • the response corresponding operation includes:
  • the method further includes:
  • the foregoing method further includes:
  • a size of a sum of an area space of the second window member and an area space of the first window member and a remaining area space of the display desktop is determined.
  • the display desktop sequentially receives the first window component and the second window portion added by the user.
  • the above method further includes:
  • the method further includes: prompting information of the stacking of the first window component and the second window component.
  • an embodiment of the present invention provides a window component processing apparatus, where the apparatus includes:
  • Displaying a desktop configured to receive a first widget and a second widget added by the user when the add widget function interface is enabled;
  • a stacking module configured to when the area of the second widget is less than or equal to the area of the first widget, and when the area of the overlap of the first widget and the second widget is greater than a preset threshold, The first window component and the second window component are stacked and displayed; and/or,
  • the first window component and the second window component are stacked and displayed.
  • the device further includes: an operation module, configured to respond to the corresponding operation when the adding widget function interface is closed, and when the first widget or the second widget receives the operation gesture preset by the user.
  • an operation module configured to respond to the corresponding operation when the adding widget function interface is closed, and when the first widget or the second widget receives the operation gesture preset by the user.
  • the operation module includes: a switching unit configured to switch the first window component when receiving a gesture of the user sliding the first window component or the second window component, and the sliding distance is greater than a preset value And the second widget; or, configured to switch the first widget and the second widget when receiving a gesture of the user clicking the first widget or the second widget.
  • the operation module includes: a deleting unit, configured to prompt to delete the information of the first window component or the second window component when receiving a gesture of the user long pressing the first window component or the second window component When the delete instruction is received, the first widget or the first widget is deleted Two widgets.
  • the foregoing apparatus further includes:
  • a first acquiring module configured to acquire an area space and a position coordinate of the first window component and the second window component
  • the determining module is configured to determine an area space of an overlapping area between the first window component and the second window component according to an area space and a position coordinate of the first window component and the second window component.
  • the first acquiring module is further configured to acquire a remaining area space of the display desktop when an area of the second window component is larger than an area of the first window component;
  • the determining module is further configured to determine an area space size of the first window component and the second window component, and determine a sum of an area space of the second window component and an area space of the first window component and a remaining area space of the display desktop size.
  • the foregoing apparatus further includes:
  • a second obtaining module configured to acquire a category name of the first widget and a category name of the second widget
  • the error prompting module is configured to prompt an error message when the category name of the first widget and the category name of the second widget are different.
  • the foregoing apparatus further includes: a stack information prompting module, configured to prompt information of stacking the first window component and the second window component.
  • the embodiment of the invention further provides a computer readable storage medium storing computer executable instructions for executing the widget processing method.
  • the beneficial effects of the embodiment of the present invention are: selecting a widget in the adding widget function interface, and sequentially receiving a plurality of widgets added by the user on the display desktop, and stacking and displaying the plurality of widgets in a stacked manner, thereby saving display The display space of the desktop; at the same time, multiple stacked widgets are implemented to realize the switching display by user operation.
  • FIG. 1 is a flowchart of a window component processing method according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of adding a first widget to a display desktop according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram of adding a second window component to a display desktop according to an embodiment of the present invention
  • FIG. 4 is a schematic diagram of dragging a first window component onto a second window component in an embodiment of the present invention
  • FIG. 5 is a schematic diagram of dragging a second window component onto a first window component according to an embodiment of the present invention
  • FIG. 6 is a schematic diagram of switching between a first window component and a second window component according to an embodiment of the present invention
  • FIG. 7 is a schematic diagram showing the first window component and the second window component being stacked after being displayed in the embodiment of the present invention.
  • FIG. 8 is a schematic diagram of a plurality of window components stacked after being displayed according to an embodiment of the present invention.
  • FIG. 9 is a schematic diagram of a window component processing apparatus according to an embodiment of the present invention.
  • FIG. 1 is a flowchart of a method for processing a widget component according to an embodiment of the present invention. As shown in FIG. 1 , a window component processing method provided by an embodiment of the present invention includes the following steps:
  • FIG. 2 is a schematic diagram of adding a first widget to a display desktop according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram of adding a second widget to a display desktop according to an embodiment of the present invention.
  • the first widget A is found from the widget set C
  • the first widget A is added to the display desktop D
  • the second widget B is found in the widget collection C.
  • the second widget B is dragged onto the display desktop D.
  • the display desktop D can be the display desktop of the terminal, and the first widget A and the second widget B display the application in the desktop (for example, including weather, time, contact human, etc.), and each category can be Contains multiple belonging to this category Applications such as weather classes can include multiple applications of the weather. The above multiple applications can be collectively displayed in the add widget function interface. After the add widget function interface is opened, the user can drag and drop the application in the widget function interface to any blank position on the display desktop.
  • S102 Acquire an area space and a position coordinate of the first window component A and the second window component B.
  • S103 Determine an area space of an overlapping area between the first window part A and the second window part B according to an area space and a position coordinate of the first window part A and the second window part B.
  • S104 determining whether the area space of the second window component B is smaller than the area space of the first window component A; when the area space of the second window component B is larger than the area space of the first window component A, continuing to acquire the remaining of the display desktop
  • the area space determines whether the area of the second widget B is smaller than the sum of the area of the first widget A and the remaining area of the display desktop.
  • the first widget A and the second widget B are stacked and displayed.
  • FIG. 4 is a schematic diagram of dragging a first window component onto a second window component according to an embodiment of the present invention.
  • the first widget A is first dragged onto the second widget B.
  • the system determines the second widget B according to the position coordinates of the first widget A and the second widget B.
  • a position of the first window member A if the area of the overlapping area between the first window part A and the second window part B exceeds a preset threshold (the preset threshold corresponding to the area space of the overlapping area in this embodiment, for example
  • a preset threshold corresponding to the area space of the overlapping area in this embodiment, for example
  • the second window member B Sharing the desktop position with the first widget A to achieve overlap; when the area of the first widget A is larger than the area occupied by the second widget B, and when the area of the first widget A is less than or equal to When the area occupied by the two widgets B and the remaining area of the desktop are displayed, the second widget B and the first widget A share the desktop position, thereby achieving overlap;
  • a member port area of the space is larger than the second window portion When the area occupied by the piece B and the remaining area of the desktop are displayed, the operation is unsuccessful.
  • the area space of the display desktop is 4x5 grid area spaces, the same screen, or different screens, respectively having a first window part A and a second window part B, and the first window part A occupies 4x2 grid area space, first The desktop application icon where widget A is located already occupies 4x2 grid area, and the area of the desktop is 4x1 grid area space; it is assumed that the area of the desktop is 4x5 grid area, and the second widget B takes 4x4. The grid area is spaced, and the area of the display desktop where the second window part B is located is also 4x1 grid area space.
  • FIG. 5 is a schematic diagram of dragging the second window component B onto the first window component A in the embodiment of the present invention.
  • the system determines the positions of the second window member B and the first window member A, and the first window member A is dragged to overlap with the second window member B.
  • the area of the overlap is greater than a preset threshold.
  • the second widget B and the first widget A share the desktop position, thereby achieving overlap;
  • the second widget B If the area of the space is larger than the area of the first window member A, the determination continues.
  • the second The widget B and the first widget A share the desktop position to achieve overlap.
  • FIG. 6 is a schematic diagram of switching between a first window component and a second window component according to an embodiment of the present invention.
  • the user stays on the desktop with the combined widget, and operates through a specific gesture, for example, from the visual prompt area of the combined widget, the desktop continues to stay on the current screen, and the first widget A is laterally slid and disappears.
  • the two widgets B appear laterally. After sliding over a certain distance, the second widget B replaces the display of the first widget A, and the type of gesture used to switch the widget is not limited.
  • the method further includes: acquiring a category name of the first widget A and a category name of the second widget B; when the category name of the first widget A and the category name of the second widget B At the same time, an error message is displayed.
  • FIG. 7 is a schematic diagram showing the first window component and the second window component being stacked after being displayed in the embodiment of the present invention
  • FIG. 8 is a schematic diagram showing a plurality of window components stacked and displayed in the embodiment of the present invention.
  • FIGS. 7 and 8 after the first widget A and the second widget B are stacked, the information of the stack of the first widget A and the second widget B is presented.
  • a color bar of different colors may be displayed in a partial area of the display area to indicate the number of stacks or the number of stacks directly using digital prompts.
  • an embodiment of the present invention further provides a window component processing apparatus, including: a display desktop, configured to receive a first window component and a second window component added by a user when the adding widget component function interface is opened; and the stacking module is set to When the area of the second window member is less than or equal to the area of the first window member, and when the area of the overlap between the first window member and the second window member is greater than a preset threshold And displaying the first window component and the second window component in a stack; and/or, when the area of the second window component is larger than an area of the first window component and less than or equal to the first And when the area of the window member and the remaining area of the desktop are displayed, and when the area of the overlap between the first window member and the second window member is greater than a preset threshold, the first The widget and the second widget are stacked.
  • FIG. 9 is a schematic diagram of a window component processing apparatus according to an embodiment of the present invention. As shown in FIG. 9, the window component processing apparatus provided in this embodiment includes:
  • a first acquiring module configured to acquire an area of the first window component A and the second window component B And spacing coordinates; further configured to acquire a remaining area space of the display desktop when the area of the second widget B is larger than the area of the first widget A;
  • a determining module configured to determine an area space of an overlapping area between the first window component A and the second window component B according to an area space and a position coordinate of the first window component A and the second window component B And further configured to determine a size of an area space of the first window component A and the second window component B and an area space of the second window component B and an area space of the first window component A and a remaining area space of the display desktop;
  • Displaying a desktop configured to receive the first widget A and the second widget B added by the user in sequence when the adding widget function interface is turned on;
  • a stacking module configured to when the area of the second window part B is smaller than or equal to the area of the first window part A, and when the area of the overlapping area of the first window part A and the second window part B is larger than
  • the first window component A and the second window component BB are stacked and displayed; and/or,
  • the first window part A and the second window part B are stacked and displayed;
  • the operation module is configured to respond to the corresponding operation when the add widget function interface is closed, and when the first widget A or the second widget B receives the operation gesture preset by the user.
  • the operation module includes: a switching unit configured to switch the first window when receiving a gesture of the user sliding the first window component A or the second window component B, and the sliding distance is greater than a preset value
  • the component A and the second widget B or are arranged to switch the first widget A and the second widget B when receiving a gesture in which the user clicks on the first widget A or the second widget B.
  • the operation module includes: a deleting unit, configured to prompt to delete the first window component A or the second window component when receiving a gesture of the user long pressing the first window component A or the second window component B Information of B; when the delete instruction is received, the first widget A or the second widget B is deleted.
  • a deleting unit configured to prompt to delete the first window component A or the second window component when receiving a gesture of the user long pressing the first window component A or the second window component B Information of B; when the delete instruction is received, the first widget A or the second widget B is deleted.
  • FIG. 4 is a schematic diagram of dragging the first window component A to the second window component B in the embodiment of the present invention. As shown in FIG. 4, first dragging the first window component A to the second window component B, and releasing After the system acquires the position coordinates of the first window component A and the second window component B according to the acquisition module, the determination module determines the area of the overlapping area between the first window component A and the second window component B.
  • the preset threshold is determined according to the preset overlapping ratio value
  • the determining module continues to determine that the area of the first window component A is smaller than the second window component
  • the area of space B does not need to obtain the remaining area of the display desktop, and the stacking module shares the desktop position with the second window part B and the first window part A to achieve overlap; when the area of the first window part A is larger than the The area space occupied by the two widgets B, the acquisition module acquires the remaining area space of the display desktop, and when the area of the first widget A is smaller than or equal to that of the second widget B
  • the stacking module shares the desktop position with the second window part B and the first window part A to achieve overlap; when the area of the first window part A is larger than the second When the area occupied by the widget B and the remaining area of the desktop are displayed, the operation is unsuccessful.
  • the front and rear positional relationship of the first window component A is determined according to the preset overlapping ratio value
  • the area space of the display desktop is 4x5 grid area spaces, the same screen, or different screens, respectively having a first window part A and a second window part B, and the first window part A occupies 4x2 grid area space, first The desktop application icon where widget A is located already occupies 4x2 grid area, and the area of the desktop is 4x1 grid area space; it is assumed that the area of the desktop is 4x5 grid area, and the second widget B takes 4x4. The grid area is spaced, and the area of the display desktop where the second window part B is located is also 4x1 grid area space.
  • FIG. 5 is a schematic diagram of dragging the second window component B onto the first window component A in the embodiment of the present invention.
  • the acquisition module acquires the positions of the second window component B and the first window component A, and the determination module determines that the area space of the second window component B is less than or equal to the area space of the first window component A.
  • the second widgets B and A share the desktop position to achieve overlap between the two; when the judging module judges that the area of the second widget B is larger than the area of the first widget A, the acquisition module acquires the remaining area of the desktop.
  • the stacking module determines that the second window part B and the first window part A share the desktop position, thereby achieving overlap.
  • FIG. 6 is a schematic diagram of switching between a first window component and a second window component according to an embodiment of the present invention.
  • the operation module receives the user-specific gesture operation, for example, horizontally sliding from the combined widget visual cue area, the desktop continues to stay on the current screen, and the first widget A is The lateral sliding disappears, and the second window member B appears laterally. After the sliding exceeds a certain distance, the second window member B replaces the display of the first window member A, and the type of gesture used to switch the window member is not limited.
  • the foregoing apparatus further includes:
  • a second obtaining module configured to acquire a category name of the first widget and a category name of the second widget
  • the error prompting module is set to prompt an error message when the category names of the first widget A and the second widget B are different. Specifically, when the first widget A and the second widget B selected at the same time are the weather class and the time class, respectively, an error message is presented.
  • the foregoing apparatus further includes: a stack information prompting module, configured to prompt information of stacking the first window component and the second window component.
  • FIG. 7 is a schematic diagram showing the first window component A and the second window component B being stacked after being displayed in the embodiment of the present invention.
  • FIG. 8 is a schematic diagram showing a plurality of window components stacked and displayed in the embodiment of the present invention.
  • the stack information prompting module is configured to prompt the information of stacking the first window component A and the second window component B.
  • the partial area of the display area may be Color bars showing different colors indicate the number of stacks or the number of stacked stacks directly using numbers.
  • an embodiment of the present invention further provides a computer readable storage medium storing computer executable instructions for executing the widget processing method.
  • each module/unit in the above embodiment may be implemented in the form of hardware, for example, by implementing an integrated circuit to implement its corresponding function, or may be implemented in the form of a software function module, for example, executing a program stored in the memory by a processor. / instruction to achieve its corresponding function.
  • the invention is not limited to any specific form of combination of hardware and software.
  • Embodiments of the present invention provide a window component processing method and apparatus capable of implementing centralized display of a widget, and the beneficial effects thereof are: selecting a widget in the function interface of adding a widget, and sequentially receiving a plurality of widgets added by the user on the display desktop. And stacking multiple widgets in a stacked manner, thereby saving display space of the display desktop; and simultaneously implementing a plurality of stacked widgets to realize switching display by user operation.

Abstract

Provided are a widget processing method and apparatus. When a widget adding function interface is opened, a display desktop receives a first widget and a second widget added by a user in sequence; and when an area space of the second widget is less than or equal to an area space of the first widget, and when an area space of an overlapping region of the first widget and the second widget is greater than a pre-set threshold value, the first widget and the second widget are displayed in a stacked manner. The method and apparatus can realize centralized display of a combined widget, and thus save display area space.

Description

一种窗口部件处理方法和装置Window component processing method and device 技术领域Technical field
本申请涉及但不限于电子终端设备领域,尤其涉及一种窗口部件处理方法和装置。The present application relates to, but is not limited to, the field of electronic terminal devices, and in particular, to a window component processing method and apparatus.
背景技术Background technique
现有技术中窗口部件有两种,第一种是单一的窗口小部件,用户直接添加开发者提供的窗口小部件到智能设备桌面上使用;第二种是组合型窗口小部件,用户可以选择可选范围内的几个窗口小部件到一个小窗口部件面积空间内,组合成一个窗口小部件,添加到智能设备桌面上使用。采用单一的窗口小部件时,用户如果想用多个窗口部件的功能,必须添加多个窗口小部件到桌面,这样会占用桌面比较多的面积空间,导致智能设置桌面数量难以控制。组合型窗口小部件能使用的范围很有限,依赖于开发者预先实现,无法满足用户更个性化的使用场景。There are two kinds of widgets in the prior art. The first one is a single widget, the user directly adds the widget provided by the developer to the desktop of the smart device; the second is a combined widget, the user can select Several widgets within the selectable range are combined into a small widget's area space, combined into a widget that is added to the smart device desktop for use. When using a single widget, if you want to use multiple widgets, you must add multiple widgets to the desktop. This will take up more space on the desktop, making it difficult to control the number of smart desktops. The range of widgets that can be used is very limited, depending on the developer's pre-implementation, and can't satisfy the user's more personalized usage scenarios.
发明内容Summary of the invention
以下是对本文详细描述的主题的概述。本概述并非是为了限制权利要求的保护范围。The following is an overview of the topics detailed in this document. This Summary is not intended to limit the scope of the claims.
本发明实施例的目的是提供一种能够实现窗口部件集中显示的窗口部件处理方法及装置。An object of the embodiments of the present invention is to provide a window component processing method and apparatus capable of realizing centralized display of window components.
为达上述目的,本发明实施例提供一种窗口部件处理方法,所述方法包括:To achieve the above objective, an embodiment of the present invention provides a window component processing method, where the method includes:
当添加窗口部件功能界面开启时,显示桌面依次接收用户添加的第一窗口部件和第二窗口部件;When the adding widget function interface is turned on, the display desktop sequentially receives the first widget and the second widget added by the user;
当第二窗口部件的面积空间小于或者等于第一窗口部件的面积空间时,且当第一窗口部件和第二窗口部件的重叠区域的面积空间大于预设阀值时,将第一窗口部件和第二窗口部件堆叠显示;和/或, When the area of the second widget is less than or equal to the area of the first widget, and when the area of the overlap of the first widget and the second widget is greater than a predetermined threshold, the first widget and The second widget is stacked to display; and/or,
当第二窗口部件的面积空间大于第一窗口部件的面积空间并且小于或者等于第一窗口部件的面积空间和显示桌面的剩余面积空间之和时,且当第一窗口部件和第二窗口部件的重叠区域的面积空间大于预设阀值时,将第一窗口部件和第二窗口部件堆叠显示。When the area of the second widget is larger than the area of the first widget and less than or equal to the sum of the area of the first widget and the remaining area of the display, and when the first widget and the second widget are When the area of the overlapping area is greater than a preset threshold, the first widget and the second widget are stacked.
可选地,上述方法还包括:当添加窗口部件功能界面关闭时,且当第一窗口部件或者第二窗口部件接收到用户预设的操作手势时,响应对应的操作。Optionally, the method further includes: when the adding widget function interface is closed, and when the first widget or the second widget receives the operation gesture preset by the user, responding to the corresponding operation.
可选地,所述当第一窗口部件或者第二窗口部件接收到用户预设的操作手势时,响应对应的操作包括:Optionally, when the first window component or the second window component receives the operation gesture preset by the user, the response corresponding operation includes:
当接收到用户滑动所述第一窗口部件或者第二窗口部件的手势,且滑动的距离大于预设值时,切换所述第一窗口部件和第二窗口部件;或者,Switching the first window component and the second window component when receiving a gesture of the user sliding the first window component or the second window component, and the sliding distance is greater than a preset value; or
当接收到用户点击所述第一窗口部件或者第二窗口部件的手势时,切换所述第一窗口部件和第二窗口部件;或者,Switching the first window component and the second window component when receiving a gesture that the user clicks on the first widget or the second widget; or
当接收到用户长按所述第一窗口部件或者第二窗口部件的手势时,提示删除所述第一窗口部件或者第二窗口部件的信息;当接收到删除指令时,删除所述第一窗口部件或者第二窗口部件。When receiving a gesture that the user long presses the first widget or the second widget, prompting to delete information of the first widget or the second widget; when receiving the delete instruction, deleting the first window Component or second widget.
可选地,所述显示桌面依次接收用户添加的第一窗口部件和第二窗口部件之后,上述方法还包括:Optionally, after the displaying the desktop sequentially receives the first window component and the second window component added by the user, the method further includes:
获取第一窗口部件和第二窗口部件的面积空间及位置坐标;Obtaining an area space and a position coordinate of the first window component and the second window component;
根据所述第一窗口部件和第二窗口部件的面积空间及位置坐标,确定所述第一窗口部件与所述第二窗口部件之间的重叠区域的面积空间。And determining an area space of an overlapping area between the first window component and the second window component according to an area space and a position coordinate of the first window component and the second window component.
可选地,上述方法还包括:Optionally, the foregoing method further includes:
判断所述第一窗口部件与第二窗口部件的面积空间大小;Determining an area size of the first window component and the second window component;
当第二窗口部件的面积空间大于第一窗口部件的面积空间时,获取所述显示桌面的剩余面积空间;Obtaining a remaining area space of the display desktop when an area space of the second window component is greater than an area space of the first window component;
判断所述第二窗口部件的面积空间与第一窗口部件的面积空间和显示桌面的剩余面积空间之和的大小。A size of a sum of an area space of the second window member and an area space of the first window member and a remaining area space of the display desktop is determined.
可选地,所述显示桌面依次接收用户添加的第一窗口部件和第二窗口部 件之后,上述方法还包括:Optionally, the display desktop sequentially receives the first window component and the second window portion added by the user. After the piece, the above method further includes:
获取所述第一窗口部件的类别名称和所述第二窗口部件的类别名称;Obtaining a category name of the first widget and a category name of the second widget;
当第一窗口部件的类别名称和第二窗口部件的类别名称不同时,提示错误信息。When the category name of the first widget and the category name of the second widget are different, an error message is prompted.
可选地,所述将所述第一窗口部件和第二窗口部件堆叠显示之后,上述方法还包括:提示第一窗口部件和第二窗口部件堆叠的信息。Optionally, after the displaying the first window component and the second window component in a stack, the method further includes: prompting information of the stacking of the first window component and the second window component.
为达上述目的,本发明实施例提供一种窗口部件处理装置,所述装置包括:In order to achieve the above objective, an embodiment of the present invention provides a window component processing apparatus, where the apparatus includes:
显示桌面,设置为当添加窗口部件功能界面开启时,接收用户添加的第一窗口部件和第二窗口部件;Displaying a desktop, configured to receive a first widget and a second widget added by the user when the add widget function interface is enabled;
堆叠模块,设置为当第二窗口部件的面积空间小于或者等于第一窗口部件的面积空间时,且当第一窗口部件和第二窗口部件的重叠区域的面积空间大于预设阀值时,将所述第一窗口部件和第二窗口部件堆叠显示;和/或,a stacking module, configured to when the area of the second widget is less than or equal to the area of the first widget, and when the area of the overlap of the first widget and the second widget is greater than a preset threshold, The first window component and the second window component are stacked and displayed; and/or,
设置为当第二窗口部件的面积空间大于第一窗口部件的面积空间并且小于或者等于第一窗口部件的面积空间和显示桌面的剩余面积空间之和时,且当第一窗口部件和第二窗口部件的重叠区域的面积空间大于预设阀值时,将所述第一窗口部件和第二窗口部件堆叠显示。Provided when the area of the second widget is larger than the area of the first widget and less than or equal to the sum of the area of the first widget and the remaining area of the display desktop, and when the first widget and the second window When the area of the overlapping area of the component is greater than a preset threshold, the first window component and the second window component are stacked and displayed.
可选地,上述装置还包括:操作模块,设置为当添加窗口部件功能界面关闭时,且当第一窗口部件或者第二窗口部件接收到用户预设的操作手势时,响应对应的操作。Optionally, the device further includes: an operation module, configured to respond to the corresponding operation when the adding widget function interface is closed, and when the first widget or the second widget receives the operation gesture preset by the user.
可选地,上述操作模块包括:切换单元,设置为当接收到用户滑动所述第一窗口部件或者第二窗口部件的手势,且滑动的距离大于预设值时,切换所述第一窗口部件和第二窗口部件;或者,设置为当接收到用户点击所述第一窗口部件或者第二窗口部件的手势时,切换所述第一窗口部件和第二窗口部件。Optionally, the operation module includes: a switching unit configured to switch the first window component when receiving a gesture of the user sliding the first window component or the second window component, and the sliding distance is greater than a preset value And the second widget; or, configured to switch the first widget and the second widget when receiving a gesture of the user clicking the first widget or the second widget.
可选地,上述操作模块包括:删除单元,设置为当接收到用户长按所述第一窗口部件或者第二窗口部件的手势时,提示删除所述第一窗口部件或者第二窗口部件的信息;当接收到删除指令时,删除所述第一窗口部件或者第 二窗口部件。Optionally, the operation module includes: a deleting unit, configured to prompt to delete the information of the first window component or the second window component when receiving a gesture of the user long pressing the first window component or the second window component When the delete instruction is received, the first widget or the first widget is deleted Two widgets.
可选地,上述装置还包括:Optionally, the foregoing apparatus further includes:
第一获取模块,设置为获取第一窗口部件和第二窗口部件的面积空间及位置坐标;a first acquiring module, configured to acquire an area space and a position coordinate of the first window component and the second window component;
判断模块,设置为根据所述第一窗口部件和第二窗口部件的面积空间及位置坐标,确定所述第一窗口部件与所述第二窗口部件之间的重叠区域的面积空间。The determining module is configured to determine an area space of an overlapping area between the first window component and the second window component according to an area space and a position coordinate of the first window component and the second window component.
可选地,上述第一获取模块,还设置为当第二窗口部件的面积空间大于第一窗口部件的面积空间时,获取所述显示桌面的剩余面积空间;Optionally, the first acquiring module is further configured to acquire a remaining area space of the display desktop when an area of the second window component is larger than an area of the first window component;
所述判断模块,还设置为判断第一窗口部件和第二窗口部件的面积空间大小,以及判断第二窗口部件的面积空间与第一窗口部件的面积空间和显示桌面的剩余面积空间之和的大小。The determining module is further configured to determine an area space size of the first window component and the second window component, and determine a sum of an area space of the second window component and an area space of the first window component and a remaining area space of the display desktop size.
可选地,上述装置还包括:Optionally, the foregoing apparatus further includes:
第二获取模块,设置为获取所述第一窗口部件的类别名称和所述第二窗口部件的类别名称;a second obtaining module, configured to acquire a category name of the first widget and a category name of the second widget;
错误提示模块,设置为当第一窗口部件的类别名称和第二窗口部件的类别名称不同时,提示错误信息。The error prompting module is configured to prompt an error message when the category name of the first widget and the category name of the second widget are different.
可选地,上述装置还包括:堆叠信息提示模块,设置为提示第一窗口部件和第二窗口部件堆叠的信息。Optionally, the foregoing apparatus further includes: a stack information prompting module, configured to prompt information of stacking the first window component and the second window component.
本发明实施例还提供一种计算机可读存储介质,存储有计算机可执行指令,所述计算机可执行指令用于执行所述窗口部件处理方法。The embodiment of the invention further provides a computer readable storage medium storing computer executable instructions for executing the widget processing method.
本发明实施例的有益效果是:在添加窗口部件功能界面中选择窗口部件,并在显示桌面依次接收用户添加的多个窗口部件,并且通过堆叠的方式将多个窗口部件堆叠显示,从而节约显示桌面的显示空间;同时也实现了多个堆叠的窗口部件通过用户操作实现切换显示。The beneficial effects of the embodiment of the present invention are: selecting a widget in the adding widget function interface, and sequentially receiving a plurality of widgets added by the user on the display desktop, and stacking and displaying the plurality of widgets in a stacked manner, thereby saving display The display space of the desktop; at the same time, multiple stacked widgets are implemented to realize the switching display by user operation.
在阅读并理解了附图和详细描述后,可以明白其他方面。 Other aspects will be apparent upon reading and understanding the drawings and detailed description.
附图概述BRIEF abstract
图1为本发明实施例提供的窗口部件处理方法的流程图;FIG. 1 is a flowchart of a window component processing method according to an embodiment of the present invention;
图2为本发明实施例中添加第一窗口部件到显示桌面的示意图;2 is a schematic diagram of adding a first widget to a display desktop according to an embodiment of the present invention;
图3为本发明实施例中添加第二窗口部件到显示桌面的示意图;3 is a schematic diagram of adding a second window component to a display desktop according to an embodiment of the present invention;
图4为本发明实施例中拖动第一窗口部件到第二窗口部件上的示意图;4 is a schematic diagram of dragging a first window component onto a second window component in an embodiment of the present invention;
图5为本发明实施例中拖动第二窗口部件到第一窗口部件上的示意图;FIG. 5 is a schematic diagram of dragging a second window component onto a first window component according to an embodiment of the present invention; FIG.
图6为本发明实施例中第一窗口部件和第二窗口部件切换示意图;6 is a schematic diagram of switching between a first window component and a second window component according to an embodiment of the present invention;
图7为本发明实施例中第一窗口部件和第二窗口部件堆叠显示后的示意图;FIG. 7 is a schematic diagram showing the first window component and the second window component being stacked after being displayed in the embodiment of the present invention; FIG.
图8为本发明实施例中多个窗口部件堆叠显示后的示意图;FIG. 8 is a schematic diagram of a plurality of window components stacked after being displayed according to an embodiment of the present invention; FIG.
图9为本发明一实施例提供的窗口部件处理装置的示意图。FIG. 9 is a schematic diagram of a window component processing apparatus according to an embodiment of the present invention.
本发明的实施方式Embodiments of the invention
为了便于本领域技术人员的理解,下面结合附图对本发明实施例作进一步的描述,并不能用来限制本发明的保护范围。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的各种方式可以相互组合。In order to facilitate the understanding of those skilled in the art, the embodiments of the present invention are further described below with reference to the accompanying drawings, and are not intended to limit the scope of the present invention. It should be noted that the embodiments in the present application and the various manners in the embodiments may be combined with each other without conflict.
图1为本发明实施例窗口部件处理方法的流程图。如图1所示,本发明实施例提供的窗口部件处理方法包括以下步骤:FIG. 1 is a flowchart of a method for processing a widget component according to an embodiment of the present invention. As shown in FIG. 1 , a window component processing method provided by an embodiment of the present invention includes the following steps:
S101:当添加窗口部件功能界面开启时,显示桌面接收用户添加的第一窗口部件A和第二窗口部件B。S101: When the add widget function interface is turned on, the display desktop receives the first widget A and the second widget B added by the user.
具体地,图2为本发明实施例中添加第一窗口部件到显示桌面的示意图,图3为本发明实施例中添加第二窗口部件到显示桌面的示意图。如图2和图3所示,首先从窗口部件集合C中找到第一窗口部件A,添加第一窗口部件A到显示桌面D,继续在窗口部件集合C中找到第二窗口部件B,按住第二窗口部件B,拖拽到显示桌面D上。其中,显示桌面D可以为终端的显示桌面,第一窗口部件A和第二窗口部件B为终端显示桌面中的应用(例如包括天气类、时间类、联系人类等),而每一个类别又可以包含有属于该类别的多个 应用,如天气类可以包括天气的多个应用。上述的多个应用可以集中显示在添加窗口部件功能界面中,在添加窗口部件功能界面被开启后,用户可以通过拖拽的方式将窗口部件功能界面中的应用拖到显示桌面的任意空白位置。Specifically, FIG. 2 is a schematic diagram of adding a first widget to a display desktop according to an embodiment of the present invention, and FIG. 3 is a schematic diagram of adding a second widget to a display desktop according to an embodiment of the present invention. As shown in FIG. 2 and FIG. 3, firstly, the first widget A is found from the widget set C, the first widget A is added to the display desktop D, and the second widget B is found in the widget collection C. The second widget B is dragged onto the display desktop D. The display desktop D can be the display desktop of the terminal, and the first widget A and the second widget B display the application in the desktop (for example, including weather, time, contact human, etc.), and each category can be Contains multiple belonging to this category Applications such as weather classes can include multiple applications of the weather. The above multiple applications can be collectively displayed in the add widget function interface. After the add widget function interface is opened, the user can drag and drop the application in the widget function interface to any blank position on the display desktop.
S102:获取第一窗口部件A和第二窗口部件B的面积空间及位置坐标。S102: Acquire an area space and a position coordinate of the first window component A and the second window component B.
S103:根据第一窗口部件A和第二窗口部件B的面积空间及位置坐标,确定第一窗口部件A与第二窗口部件B之间的重叠区域的面积空间。S103: Determine an area space of an overlapping area between the first window part A and the second window part B according to an area space and a position coordinate of the first window part A and the second window part B.
S104:判断第二窗口部件B的面积空间是否小于第一窗口部件A的面积空间;当第二窗口部件B的面积空间大于第一窗口部件A的面积空间时,继续获取所述显示桌面的剩余面积空间,判断第二窗口部件B的面积空间是否小于第一窗口部件A的面积空间和显示桌面的剩余面积空间之和。S104: determining whether the area space of the second window component B is smaller than the area space of the first window component A; when the area space of the second window component B is larger than the area space of the first window component A, continuing to acquire the remaining of the display desktop The area space determines whether the area of the second widget B is smaller than the sum of the area of the first widget A and the remaining area of the display desktop.
S105:当第二窗口部件B的面积空间小于或者等于第一窗口部件A的面积空间时,且当第一窗口部件A和第二窗口部件B的重叠区域的面积空间大于预设阀值时,将第一窗口部件A和第二窗口部件B堆叠显示;和/或,S105: when the area of the second widget B is smaller than or equal to the area of the first widget A, and when the area of the overlap of the first widget A and the second widget B is greater than a preset threshold, Displaying the first widget A and the second widget B in a stack; and/or,
当第二窗口部件B的面积空间大于第一窗口部件A的面积空间并且小于或者等于第一窗口部件A的面积空间和显示桌面的剩余面积空间之和时,且当第一窗口部件A和第二窗口部件B的重叠区域的面积空间大于预设阀值时,将第一窗口部件A和第二窗口部件B堆叠显示。When the area of the second window member B is larger than the area of the first window member A and less than or equal to the sum of the area of the first window member A and the remaining area of the display table, and when the first window member A and the When the area of the overlapping area of the two widgets B is larger than a preset threshold, the first widget A and the second widget B are stacked and displayed.
图4为本发明实施例拖动第一窗口部件到第二窗口部件上的示意图。如图4所示,首先拖动第一窗口部件A到第二窗口部件B之上,松开后,系统根据第一窗口部件A和第二窗口部件B的位置坐标来判定第二窗口部件B和第一窗口部件A的位置,如果第一窗口部件A和第二窗口部件B之间的重叠区域的面积空间超过预设阀值(本实施例中重叠区域的面积空间对应的预设阈值例如根据预定的重叠比例值确定)时,若继续判定第一窗口部件A的面积空间小于或等于第二窗口部件B的面积空间,则不需要判定显示桌面的剩余面积空间,则第二窗口部件B和第一窗口部件A共享桌面位置,实现两者重叠;当第一窗口部件A的面积空间大于第二窗口部件B所占的面积空间,且当第一窗口部件A的面积空间小于或等于第二窗口部件B所占的面积空间与显示桌面的剩余面积空间之和时,则第二窗口部件B和第一窗口部件A共享桌面位置,实现两者重叠;若第一窗口部件A的面积空间大于第二窗口部 件B所占的面积空间与显示桌面的剩余面积空间之和时,则操作不成功。其中,第一窗口部件A和第二窗口部件B的前后位置关系可以系统预设,或者增加用户选择流程,组合完成。4 is a schematic diagram of dragging a first window component onto a second window component according to an embodiment of the present invention. As shown in FIG. 4, the first widget A is first dragged onto the second widget B. After being released, the system determines the second widget B according to the position coordinates of the first widget A and the second widget B. And a position of the first window member A, if the area of the overlapping area between the first window part A and the second window part B exceeds a preset threshold (the preset threshold corresponding to the area space of the overlapping area in this embodiment, for example When it is determined according to the predetermined overlap ratio value, if it is determined that the area of the first window member A is less than or equal to the area of the second window member B, it is not necessary to determine the remaining area of the display desktop, then the second window member B Sharing the desktop position with the first widget A to achieve overlap; when the area of the first widget A is larger than the area occupied by the second widget B, and when the area of the first widget A is less than or equal to When the area occupied by the two widgets B and the remaining area of the desktop are displayed, the second widget B and the first widget A share the desktop position, thereby achieving overlap; A member port area of the space is larger than the second window portion When the area occupied by the piece B and the remaining area of the desktop are displayed, the operation is unsuccessful. The front and rear positional relationship of the first window component A and the second window component B may be preset by the system, or the user selection process may be added, and the combination is completed.
假定显示桌面的面积空间为4x5个格子面积空间,同一屏中,或者不同屏上,分别有第一窗口部件A和第二窗口部件B,第一窗口部件A占用4x2个格子面积空间,第一窗口部件A所在的桌面应用程序图标已经占用4x2个格子面积空间,显示桌面的面积空间还空余4x1个格子面积空间;假定显示桌面的面积空间为4x5个格子面积空间,第二窗口部件B占用4x4个格子面积空间,第二窗口部件B所在的显示桌面的面积空间还空余4x1个格子面积空间。It is assumed that the area space of the display desktop is 4x5 grid area spaces, the same screen, or different screens, respectively having a first window part A and a second window part B, and the first window part A occupies 4x2 grid area space, first The desktop application icon where widget A is located already occupies 4x2 grid area, and the area of the desktop is 4x1 grid area space; it is assumed that the area of the desktop is 4x5 grid area, and the second widget B takes 4x4. The grid area is spaced, and the area of the display desktop where the second window part B is located is also 4x1 grid area space.
图5为本发明实施例中拖动第二窗口部件B到第一窗口部件A上的示意图。如图5所示,松开后,系统判定第二窗口部件B和第一窗口部件A的位置,第一窗口部件A被拖动至与第二窗口部件B的重叠面积空间大于预设阈值,当判定第二窗口部件B的面积空间小于或者等于第一窗口部件A的面积空间,则第二窗口部件B和第一窗口部件A共享桌面位置,实现两者重叠;当判定第二窗口部件B的面积空间大于第一窗口部件A的面积空间,则继续进行判断,当判定第二窗口部件B的面积空间小于第一窗口部件A的面积空间和显示桌面的剩余面积空间之和时,第二窗口部件B和第一窗口部件A共享桌面位置,实现两者重叠。FIG. 5 is a schematic diagram of dragging the second window component B onto the first window component A in the embodiment of the present invention. As shown in FIG. 5, after the release, the system determines the positions of the second window member B and the first window member A, and the first window member A is dragged to overlap with the second window member B. The area of the overlap is greater than a preset threshold. When it is determined that the area of the second widget B is smaller than or equal to the area of the first widget A, the second widget B and the first widget A share the desktop position, thereby achieving overlap; when determining the second widget B If the area of the space is larger than the area of the first window member A, the determination continues. When it is determined that the area of the second window member B is smaller than the sum of the area of the first window member A and the remaining area of the display desktop, the second The widget B and the first widget A share the desktop position to achieve overlap.
S106:当添加窗口部件功能界面关闭时,且当第一窗口部件A或者第二窗口部件接B收到用户预设的操作手势时,响应对应的操作。具体包括,当接收到用户滑动所述第一窗口部件A或者第二窗口部件B的手势,且滑动的距离大于预设值时,切换所述第一窗口部件A和第二窗口部件B;或者,当接收到用户点击所述第一窗口部件A或者第二窗口部件B的手势,切换所述第一窗口部件A和第二窗口部件B;或者,当接收到用户长按所述第一窗口部件A或者第二窗口部件B的手势时,提示删除所述第一窗口部件A或者第二窗口部件B的信息;当接收到删除指令时,删除所述第一窗口部件A或者第二窗口部件B。具体的操作手势可以进行设定,但不限于上述方式。S106: When the adding widget function interface is closed, and when the first widget A or the second widget receives the operation gesture preset by the user, responding to the corresponding operation. Specifically, when receiving a gesture that the user slides the first window component A or the second window component B, and the sliding distance is greater than a preset value, switching the first window component A and the second window component B; or Switching the first window component A and the second window component B when receiving a gesture that the user clicks on the first widget A or the second widget B; or, when receiving the user, presses the first window When the gesture of the component A or the second widget B is prompted to delete the information of the first widget A or the second widget B; when the delete instruction is received, the first widget A or the second widget is deleted B. The specific operation gesture can be set, but is not limited to the above.
图6为本发明实施例中第一窗口部件和第二窗口部件切换示意图。如图 6所示,用户停留在有组合窗口部件的桌面,通过特定的手势操作,例如从组合窗口部件视觉提示区域开始横向滑动,桌面继续停留在当前屏,第一窗口部件A被横向滑动消失,第二窗口部件B横向出现,滑动超过一定距离后,第二窗口部件B取代第一窗口部件A的显示,切换窗口部件的过程所采用的手势类型不限。FIG. 6 is a schematic diagram of switching between a first window component and a second window component according to an embodiment of the present invention. As shown As shown in FIG. 6, the user stays on the desktop with the combined widget, and operates through a specific gesture, for example, from the visual prompt area of the combined widget, the desktop continues to stay on the current screen, and the first widget A is laterally slid and disappears. The two widgets B appear laterally. After sliding over a certain distance, the second widget B replaces the display of the first widget A, and the type of gesture used to switch the widget is not limited.
可选地,上述方法还包括;获取所述第一窗口部件A的类别名称和所述第二窗口部件B的类别名称;当第一窗口部件A的类别名称和第二窗口部件B的类别名称不同时,提示错误信息。Optionally, the method further includes: acquiring a category name of the first widget A and a category name of the second widget B; when the category name of the first widget A and the category name of the second widget B At the same time, an error message is displayed.
具体地,当同时选择的第一窗口部件A和第二窗口部件B分别为天气类和时间类时,则提示错误信息。Specifically, when the first widget A and the second widget B selected at the same time are the weather class and the time class, respectively, an error message is presented.
图7为本发明实施例中第一窗口部件和第二窗口部件堆叠显示后的示意图,图8为本发明实施例中多个窗口部件堆叠显示后的示意图。如图7和图8所示,当第一窗口部件A和第二窗口部件B堆叠显示后,提示第一窗口部件A和第二窗口部件B堆叠的信息。当有多个窗口部件堆叠显示时,则在显示区域的部分区域可以显示不同颜色的色条表示堆叠的数量或者直接采用数字提示堆叠的数量。FIG. 7 is a schematic diagram showing the first window component and the second window component being stacked after being displayed in the embodiment of the present invention, and FIG. 8 is a schematic diagram showing a plurality of window components stacked and displayed in the embodiment of the present invention. As shown in FIGS. 7 and 8, after the first widget A and the second widget B are stacked, the information of the stack of the first widget A and the second widget B is presented. When there are multiple widgets stacked for display, a color bar of different colors may be displayed in a partial area of the display area to indicate the number of stacks or the number of stacks directly using digital prompts.
此外,本发明实施例还提供一种窗口部件处理装置,包括:显示桌面,设置为当添加窗口部件功能界面开启时,接收用户添加的第一窗口部件和第二窗口部件;堆叠模块,设置为当所述第二窗口部件的面积空间小于或者等于所述第一窗口部件的面积空间时,且当所述第一窗口部件和第二窗口部件之间的重叠区域的面积空间大于预设阀值时,将所述第一窗口部件和第二窗口部件堆叠显示;和/或,设置为当所述第二窗口部件的面积空间大于所述第一窗口部件的面积空间并且小于或者等于所述第一窗口部件的面积空间和显示桌面的剩余面积空间之和时,且当所述第一窗口部件和第二窗口部件之间的重叠区域的面积空间大于预设阀值时,将所述第一窗口部件和第二窗口部件堆叠显示。In addition, an embodiment of the present invention further provides a window component processing apparatus, including: a display desktop, configured to receive a first window component and a second window component added by a user when the adding widget component function interface is opened; and the stacking module is set to When the area of the second window member is less than or equal to the area of the first window member, and when the area of the overlap between the first window member and the second window member is greater than a preset threshold And displaying the first window component and the second window component in a stack; and/or, when the area of the second window component is larger than an area of the first window component and less than or equal to the first And when the area of the window member and the remaining area of the desktop are displayed, and when the area of the overlap between the first window member and the second window member is greater than a preset threshold, the first The widget and the second widget are stacked.
图9为本发明一实施例提供的窗口部件处理装置的示意图。如图9所示,本实施例提供的窗口部件处理装置,包括:FIG. 9 is a schematic diagram of a window component processing apparatus according to an embodiment of the present invention. As shown in FIG. 9, the window component processing apparatus provided in this embodiment includes:
第一获取模块,设置为获取第一窗口部件A和第二窗口部件B的面积空 间及位置坐标;还设置为当第二窗口部件B的面积空间大于第一窗口部件A的面积空间时,获取所述显示桌面的剩余面积空间;a first acquiring module, configured to acquire an area of the first window component A and the second window component B And spacing coordinates; further configured to acquire a remaining area space of the display desktop when the area of the second widget B is larger than the area of the first widget A;
判断模块,设置为根据所述第一窗口部件A和第二窗口部件B的面积空间及位置坐标,确定所述第一窗口部件A与所述第二窗口部件B之间的重叠区域的面积空间;还设置为判断所述第一窗口部件A与第二窗口部件B面积空间大小及第二窗口部件B面积空间与第一窗口部件A的面积空间和显示桌面的剩余面积空间之和的大小;a determining module, configured to determine an area space of an overlapping area between the first window component A and the second window component B according to an area space and a position coordinate of the first window component A and the second window component B And further configured to determine a size of an area space of the first window component A and the second window component B and an area space of the second window component B and an area space of the first window component A and a remaining area space of the display desktop;
显示桌面,设置为当添加窗口部件功能界面开启时,依次接收用户添加的第一窗口部件A和第二窗口部件B;Displaying a desktop, configured to receive the first widget A and the second widget B added by the user in sequence when the adding widget function interface is turned on;
堆叠模块,设置为当第二窗口部件B的面积空间小于或者等于所述第一窗口部件A的面积空间时,且当第一窗口部件A和第二窗口部件B的重叠区域的面积空间大于预设阀值时,将所述第一窗口部件A和第二窗口部件BB堆叠显示;和/或,a stacking module, configured to when the area of the second window part B is smaller than or equal to the area of the first window part A, and when the area of the overlapping area of the first window part A and the second window part B is larger than When the threshold is set, the first window component A and the second window component BB are stacked and displayed; and/or,
设置为当第二窗口部件B的面积空间大于所述第一窗口部件A的面积空间并且小于或者等于第一窗口部件A的面积空间和显示桌面剩余面积空间之和时,且当第一窗口部件A和第二窗口部件B的重叠区域的面积空间大于预设阀值时,将所述第一窗口部件A和第二窗口部件B堆叠显示;Provided when the area of the second widget B is larger than the area of the first widget A and less than or equal to the sum of the area of the first widget A and the remaining area of the display desktop, and when the first widget is When the area of the overlapping area of A and the second window part B is greater than a preset threshold, the first window part A and the second window part B are stacked and displayed;
操作模块,设置为当添加窗口部件功能界面关闭时,且当第一窗口部件A或者第二窗口部件B接收到用户预设的操作手势时,响应对应的操作。The operation module is configured to respond to the corresponding operation when the add widget function interface is closed, and when the first widget A or the second widget B receives the operation gesture preset by the user.
可选地,操作模块包括:切换单元,设置为当接收到用户滑动所述第一窗口部件A或者第二窗口部件B的手势,且滑动的距离大于预设值时,切换所述第一窗口部件A和第二窗口部件B,或者,设置为当接收到用户点击所述第一窗口部件A或者第二窗口部件B的手势时,切换所述第一窗口部件A和第二窗口部件B。Optionally, the operation module includes: a switching unit configured to switch the first window when receiving a gesture of the user sliding the first window component A or the second window component B, and the sliding distance is greater than a preset value The component A and the second widget B, or are arranged to switch the first widget A and the second widget B when receiving a gesture in which the user clicks on the first widget A or the second widget B.
可选地,操作模块包括:删除单元,设置为当接收到用户长按所述第一窗口部件A或者第二窗口部件B的手势时,提示删除所述第一窗口部件A或者第二窗口部件B的信息;当接收到删除指令时,删除所述第一窗口部件A或者第二窗口部件B。 Optionally, the operation module includes: a deleting unit, configured to prompt to delete the first window component A or the second window component when receiving a gesture of the user long pressing the first window component A or the second window component B Information of B; when the delete instruction is received, the first widget A or the second widget B is deleted.
图4为本发明实施例中拖动第一窗口部件A到第二窗口部件B上的示意图,如图4所示,首先拖动第一窗口部件A到第二窗口部件B之上,松开后,系统根据获取模块,获取模块获取第一窗口部件A和第二窗口部件B的位置坐标,再通过判断模块来确定第一窗口部件A和第二窗口部件B之间的重叠区域的面积空间;当重叠区域的面积空间超过预设阀值(本实施例中根据预设的重叠比例值确定该预设阈值)时,若判断模块继续判定第一窗口部件A的面积空间小于第二窗口部件B的面积空间,则不需要获取显示桌面剩余面积空间,则堆叠模块将第二窗口部件B和第一窗口部件A共享桌面位置,实现两者重叠;当第一窗口部件A的面积空间大于第二窗口部件B所述占的面积空间,获取模块获取显示桌面的剩余面积空间,且当第一窗口部件A的面积空间小于或等于第二窗口部件B所述占的面积空间与显示桌面的剩余面积空间之和时,则堆叠模块将第二窗口部件B和第一窗口部件A共享桌面位置,实现两者重叠;当第一窗口部件A的面积空间大于第二窗口部件B所述占的面积空间与显示桌面的剩余面积空间之和时,则操作不成功。其中,第一窗口部件A和第二窗口部件B的前后位置关系可以系统预设,或者增加用户选择流程。组合完成后;4 is a schematic diagram of dragging the first window component A to the second window component B in the embodiment of the present invention. As shown in FIG. 4, first dragging the first window component A to the second window component B, and releasing After the system acquires the position coordinates of the first window component A and the second window component B according to the acquisition module, the determination module determines the area of the overlapping area between the first window component A and the second window component B. When the area of the overlapping area exceeds the preset threshold (in the embodiment, the preset threshold is determined according to the preset overlapping ratio value), if the determining module continues to determine that the area of the first window component A is smaller than the second window component The area of space B does not need to obtain the remaining area of the display desktop, and the stacking module shares the desktop position with the second window part B and the first window part A to achieve overlap; when the area of the first window part A is larger than the The area space occupied by the two widgets B, the acquisition module acquires the remaining area space of the display desktop, and when the area of the first widget A is smaller than or equal to that of the second widget B When the area space is the sum of the remaining area space of the display desktop, the stacking module shares the desktop position with the second window part B and the first window part A to achieve overlap; when the area of the first window part A is larger than the second When the area occupied by the widget B and the remaining area of the desktop are displayed, the operation is unsuccessful. The front and rear positional relationship of the first window component A and the second window component B may be preset by the system, or the user selection process may be added. After the combination is completed;
假定显示桌面的面积空间为4x5个格子面积空间,同一屏中,或者不同屏上,分别有第一窗口部件A和第二窗口部件B,第一窗口部件A占用4x2个格子面积空间,第一窗口部件A所在的桌面应用程序图标已经占用4x2个格子面积空间,显示桌面的面积空间还空余4x1个格子面积空间;假定显示桌面的面积空间为4x5个格子面积空间,第二窗口部件B占用4x4个格子面积空间,第二窗口部件B所在的显示桌面的面积空间还空余4x1个格子面积空间。It is assumed that the area space of the display desktop is 4x5 grid area spaces, the same screen, or different screens, respectively having a first window part A and a second window part B, and the first window part A occupies 4x2 grid area space, first The desktop application icon where widget A is located already occupies 4x2 grid area, and the area of the desktop is 4x1 grid area space; it is assumed that the area of the desktop is 4x5 grid area, and the second widget B takes 4x4. The grid area is spaced, and the area of the display desktop where the second window part B is located is also 4x1 grid area space.
图5为本发明实施例中拖动第二窗口部件B到第一窗口部件A上的示意图。如图5所示,松开后,获取模块获取第二窗口部件B和第一窗口部件A的位置,判断模块判断出第二窗口部件B的面积空间小于或等于第一窗口部件A的面积空间,则第二窗口部件B和A共享桌面位置,实现两者重叠;当判断模块判断出第二窗口部件B的面积空间大于第一窗口部件A的面积空间,获取模块获取显示桌面的剩余面积空间,当判断模块判断出第二窗口部 件B的面积空间小于或等于第一窗口部件A的面积空间和显示桌面的剩余面积空间之和时,堆叠模块确定第二窗口部件B和第一窗口部件A共享桌面位置,实现两者重叠。FIG. 5 is a schematic diagram of dragging the second window component B onto the first window component A in the embodiment of the present invention. As shown in FIG. 5, after the release, the acquisition module acquires the positions of the second window component B and the first window component A, and the determination module determines that the area space of the second window component B is less than or equal to the area space of the first window component A. The second widgets B and A share the desktop position to achieve overlap between the two; when the judging module judges that the area of the second widget B is larger than the area of the first widget A, the acquisition module acquires the remaining area of the desktop. When the judging module judges the second window portion When the area of the piece B is less than or equal to the sum of the area of the first window part A and the remaining area of the display table, the stacking module determines that the second window part B and the first window part A share the desktop position, thereby achieving overlap.
图6为本发明实施例中第一窗口部件和第二窗口部件切换示意图。如图6所示,用户停留在有组合窗口部件的桌面,操作模块接收用户特定的手势操作,例如从组合窗口部件视觉提示区域开始横向滑动,桌面继续停留在当前屏,第一窗口部件A被横向滑动消失,第二窗口部件B横向出现,滑动超过一定距离后,第二窗口部件B取代第一窗口部件A的显示,切换窗口部件的过程所采用的手势类型不限。FIG. 6 is a schematic diagram of switching between a first window component and a second window component according to an embodiment of the present invention. As shown in FIG. 6, the user stays on the desktop with the combined widget, and the operation module receives the user-specific gesture operation, for example, horizontally sliding from the combined widget visual cue area, the desktop continues to stay on the current screen, and the first widget A is The lateral sliding disappears, and the second window member B appears laterally. After the sliding exceeds a certain distance, the second window member B replaces the display of the first window member A, and the type of gesture used to switch the window member is not limited.
可选地,上述装置还包括:Optionally, the foregoing apparatus further includes:
第二获取模块,设置为获取所述第一窗口部件的类别名称和所述第二窗口部件的类别名称;a second obtaining module, configured to acquire a category name of the first widget and a category name of the second widget;
错误提示模块,设置为当第一窗口部件A和第二窗口部件B的类别名称不同时,提示错误信息。具体地,当同时选择的第一窗口部件A和第二窗口部件B分别为天气类和时间类时,则提示错误信息。The error prompting module is set to prompt an error message when the category names of the first widget A and the second widget B are different. Specifically, when the first widget A and the second widget B selected at the same time are the weather class and the time class, respectively, an error message is presented.
可选地,上述装置还包括:堆叠信息提示模块,设置为提示第一窗口部件和第二窗口部件堆叠的信息。Optionally, the foregoing apparatus further includes: a stack information prompting module, configured to prompt information of stacking the first window component and the second window component.
图7为本发明实施例中第一窗口部件A和第二窗口部件B堆叠显示后的示意图,图8为本发明实施例中多个窗口部件堆叠显示后的示意图。如图7和图8所示,堆叠信息提示模块,设置为提示第一窗口部件A和第二窗口部件B堆叠的信息,当有多个窗口部件堆叠显示时,则在显示区域的部分区域可以显示不同颜色的色条表示堆叠的数量或者直接采用数字提示堆叠的数量。FIG. 7 is a schematic diagram showing the first window component A and the second window component B being stacked after being displayed in the embodiment of the present invention. FIG. 8 is a schematic diagram showing a plurality of window components stacked and displayed in the embodiment of the present invention. As shown in FIG. 7 and FIG. 8 , the stack information prompting module is configured to prompt the information of stacking the first window component A and the second window component B. When a plurality of widgets are stacked and displayed, the partial area of the display area may be Color bars showing different colors indicate the number of stacks or the number of stacked stacks directly using numbers.
此外,本发明实施例还提供一种计算机可读存储介质,存储有计算机可执行指令,所述计算机可执行指令用于执行所述窗口部件处理方法。In addition, an embodiment of the present invention further provides a computer readable storage medium storing computer executable instructions for executing the widget processing method.
本领域普通技术人员可以理解上述方法中的全部或部分步骤可通过程序来指令相关硬件(例如处理器)完成,所述程序可以存储于计算机可读存储介质中,如只读存储器、磁盘或光盘等。可选地,上述实施例的全部或部分 步骤也可以使用一个或多个集成电路来实现。相应地,上述实施例中的各模块/单元可以采用硬件的形式实现,例如通过集成电路来实现其相应功能,也可以采用软件功能模块的形式实现,例如通过处理器执行存储于存储器中的程序/指令来实现其相应功能。本发明不限制于任何特定形式的硬件和软件的结合。One of ordinary skill in the art will appreciate that all or a portion of the above steps may be performed by a program to instruct related hardware, such as a processor, which may be stored in a computer readable storage medium, such as a read only memory, disk or optical disk. Wait. Optionally, all or part of the above embodiment The steps can also be implemented using one or more integrated circuits. Correspondingly, each module/unit in the above embodiment may be implemented in the form of hardware, for example, by implementing an integrated circuit to implement its corresponding function, or may be implemented in the form of a software function module, for example, executing a program stored in the memory by a processor. / instruction to achieve its corresponding function. The invention is not limited to any specific form of combination of hardware and software.
以上仅为本发明的优选实施例,当然,本发明还可有其他多种实施例,在不背离本发明精神及其实质的情况下,熟悉本领域的技术人员当可根据本发明作出各种相应的改变和变形,但这些相应的改变和变形都应属于本发明所附的权利要求的保护范围。The above is only a preferred embodiment of the present invention, and of course, the present invention may be embodied in various other embodiments without departing from the spirit and scope of the invention. Corresponding changes and modifications are intended to be included within the scope of the appended claims.
工业实用性Industrial applicability
本发明实施例提供一种能够实现窗口部件集中显示的窗口部件处理方法及装置,其有益效果是:在添加窗口部件功能界面中选择窗口部件,并在显示桌面依次接收用户添加的多个窗口部件,并且通过堆叠的方式将多个窗口部件堆叠显示,从而节约显示桌面的显示空间;同时也实现了多个堆叠的窗口部件通过用户操作实现切换显示。 Embodiments of the present invention provide a window component processing method and apparatus capable of implementing centralized display of a widget, and the beneficial effects thereof are: selecting a widget in the function interface of adding a widget, and sequentially receiving a plurality of widgets added by the user on the display desktop. And stacking multiple widgets in a stacked manner, thereby saving display space of the display desktop; and simultaneously implementing a plurality of stacked widgets to realize switching display by user operation.

Claims (14)

  1. 一种窗口部件处理方法,包括:A widget processing method comprising:
    当添加窗口部件功能界面开启时,显示桌面依次接收用户添加的第一窗口部件和第二窗口部件;When the adding widget function interface is turned on, the display desktop sequentially receives the first widget and the second widget added by the user;
    当所述第二窗口部件的面积空间小于或者等于所述第一窗口部件的面积空间时,且当所述第一窗口部件和第二窗口部件的重叠区域的面积空间大于预设阀值时,将所述第一窗口部件和第二窗口部件堆叠显示;和/或,When the area of the second window member is less than or equal to the area of the first window member, and when the area of the overlapping portion of the first window member and the second window member is greater than a preset threshold, Displaying the first window component and the second window component in a stack; and/or,
    当所述第二窗口部件的面积空间大于所述第一窗口部件的面积空间并且小于或者等于所述第一窗口部件的面积空间和显示桌面的剩余面积空间之和时,且当所述第一窗口部件和第二窗口部件的重叠区域的面积空间大于预设阀值时,将所述第一窗口部件和第二窗口部件堆叠显示。When the area of the second window member is larger than the area of the first window member and less than or equal to the sum of the area of the first window member and the remaining area of the display table, and when the first When the area of the overlapping area of the widget and the second widget is greater than a preset threshold, the first widget and the second widget are stacked.
  2. 如权利要求1所述的方法,所述方法还包括:The method of claim 1 further comprising:
    当所述添加窗口部件功能界面关闭时,且当所述第一窗口部件或者第二窗口部件接收到用户预设的操作手势时,响应对应的操作。When the add widget function interface is closed, and when the first widget or the second widget receives an operation gesture preset by the user, responding to the corresponding operation.
  3. 如权利要求2所述的方法,其中,所述当所述第一窗口部件或者第二窗口部件接收到用户预设的操作手势时,响应对应的操作包括:The method of claim 2, wherein when the first widget or the second widget receives an operation gesture preset by the user, the response corresponding operation comprises:
    当接收到用户滑动所述第一窗口部件或者第二窗口部件的手势,且滑动的距离大于预设值时,切换所述第一窗口部件和第二窗口部件;或者,Switching the first window component and the second window component when receiving a gesture of the user sliding the first window component or the second window component, and the sliding distance is greater than a preset value; or
    当接收到用户点击所述第一窗口部件或者第二窗口部件的手势时,切换所述第一窗口部件和第二窗口部件;或者,Switching the first window component and the second window component when receiving a gesture that the user clicks on the first widget or the second widget; or
    当接收到用户长按所述第一窗口部件或者第二窗口部件的手势时,提示删除所述第一窗口部件或者第二窗口部件的信息;当接收到删除指令时,删除所述第一窗口部件或者第二窗口部件。When receiving a gesture that the user long presses the first widget or the second widget, prompting to delete information of the first widget or the second widget; when receiving the delete instruction, deleting the first window Component or second widget.
  4. 如权利要求1所述的方法,所述显示桌面依次接收用户添加的第一窗口部件和第二窗口部件之后,所述方法还包括:The method of claim 1, after the displaying the desktop sequentially receives the first window component and the second window component added by the user, the method further comprises:
    获取所述第一窗口部件和第二窗口部件的面积空间及位置坐标;Obtaining an area space and a position coordinate of the first window component and the second window component;
    根据所述第一窗口部件和第二窗口部件的面积空间及位置坐标,确定所 述第一窗口部件与所述第二窗口部件之间的重叠区域的面积空间。Determining the area according to the area and position coordinates of the first window member and the second window member An area space of an overlapping area between the first window member and the second window member.
  5. 如权利要求4所述的方法,所述获取所述第一窗口部件和第二窗口部件的面积空间及位置坐标之后,所述方法还包括:The method of claim 4, after the obtaining an area space and a position coordinate of the first window component and the second window component, the method further comprises:
    判断所述第一窗口部件与第二窗口部件的面积空间大小;Determining an area size of the first window component and the second window component;
    当所述第二窗口部件的面积空间大于所述第一窗口部件的面积空间时,获取所述显示桌面的剩余面积空间;Obtaining a remaining area space of the display desktop when an area space of the second window component is larger than an area space of the first window component;
    判断所述第二窗口部件的面积空间与所述第一窗口部件的面积空间和显示桌面的剩余面积空间之和的大小。Determining a size of an area space of the second window member and a sum of an area space of the first window member and a remaining area space of the display desktop.
  6. 如权利要求1所述的方法,所述显示桌面依次接收用户添加的第一窗口部件和第二窗口部件之后,所述方法还包括:The method of claim 1, after the displaying the desktop sequentially receives the first window component and the second window component added by the user, the method further comprises:
    获取所述第一窗口部件的类别名称和所述第二窗口部件的类别名称;Obtaining a category name of the first widget and a category name of the second widget;
    当所述第一窗口部件的类别名称和所述第二窗口部件的类别名称不同时,提示错误信息。When the category name of the first widget and the category name of the second widget are different, an error message is prompted.
  7. 如权利要求1所述的方法,所述将所述第一窗口部件和第二窗口部件堆叠显示之后,所述方法还包括:提示所述第一窗口部件和第二窗口部件堆叠的信息。The method of claim 1, after the stacking the first widget and the second widget, the method further comprising: prompting information of the stacking of the first widget and the second widget.
  8. 一种窗口部件处理装置,包括:A widget processing apparatus comprising:
    显示桌面,设置为当添加窗口部件功能界面开启时,接收用户添加的第一窗口部件和第二窗口部件;Displaying a desktop, configured to receive a first widget and a second widget added by the user when the add widget function interface is enabled;
    堆叠模块,设置为当所述第二窗口部件的面积空间小于或者等于所述第一窗口部件的面积空间时,且当所述第一窗口部件和第二窗口部件的重叠区域的面积空间大于预设阀值时,将所述第一窗口部件和第二窗口部件堆叠显示;和/或,a stacking module, configured to when an area of the second window member is smaller than or equal to an area of the first window member, and when an area of the overlapping area of the first window member and the second window member is larger than When the threshold is set, the first window component and the second window component are stacked and displayed; and/or,
    设置为当所述第二窗口部件的面积空间大于所述第一窗口部件的面积空间并且小于或者等于所述第一窗口部件的面积空间和显示桌面的剩余面积空间之和时,且当所述第一窗口部件和第二窗口部件的重叠区域的面积空间大于预设阀值时,将所述第一窗口部件和第二窗口部件堆叠显示。 Providing when the area of the second widget is larger than the area of the first widget and less than or equal to the sum of the area of the first widget and the remaining area of the display desktop, and when When the area of the overlapping area of the first window member and the second window member is greater than a preset threshold, the first window member and the second window member are stacked and displayed.
  9. 如权利要求8所述的装置,所述装置还包括:The device of claim 8 further comprising:
    操作模块,设置为当所述添加窗口部件功能界面关闭时,且当所述第一窗口部件或者第二窗口部件接收到用户预设的操作手势时,响应对应的操作。The operation module is configured to respond to the corresponding operation when the add widget function interface is closed, and when the first widget or the second widget receives an operation gesture preset by the user.
  10. 如权利要求9所述的装置,其中,所述操作模块包括:The apparatus of claim 9, wherein the operation module comprises:
    切换单元,设置为当接收到用户滑动所述第一窗口部件或者第二窗口部件的手势,且滑动的距离大于预设值时,切换所述第一窗口部件和第二窗口部件;或者,设置为当接收到用户点击所述第一窗口部件或者第二窗口部件的手势时,切换所述第一窗口部件和第二窗口部件;a switching unit configured to switch the first window component and the second window component when receiving a gesture of the user sliding the first window component or the second window component, and the sliding distance is greater than a preset value; or, setting The first window component and the second window component are switched when receiving a gesture of the user clicking the first widget or the second widget;
    或者,or,
    删除单元,设置为当接收到用户长按所述第一窗口部件或者第二窗口部件的手势时,提示删除所述第一窗口部件或者第二窗口部件的信息;当接收到删除指令时,删除所述第一窗口部件或者第二窗口部件。a deleting unit, configured to prompt to delete information of the first window component or the second window component when receiving a gesture of the user long pressing the first window component or the second window component; when receiving the deletion instruction, deleting The first window component or the second window component.
  11. 如权利要求8所述的装置,所述装置还包括:The device of claim 8 further comprising:
    第一获取模块,设置为获取所述第一窗口部件和第二窗口部件的面积空间及位置坐标;a first acquiring module, configured to acquire an area space and a position coordinate of the first window component and the second window component;
    判断模块,设置为根据所述第一窗口部件和第二窗口部件的面积空间及位置坐标,确定所述第一窗口部件与所述第二窗口部件之间的重叠区域的面积空间。The determining module is configured to determine an area space of an overlapping area between the first window component and the second window component according to an area space and a position coordinate of the first window component and the second window component.
  12. 如权利要求11所述的装置,其中,所述第一获取模块,还设置为当所述第二窗口部件的面积空间大于所述第一窗口部件的面积空间时,获取所述显示桌面的剩余面积空间;The apparatus according to claim 11, wherein the first acquisition module is further configured to acquire the remaining of the display desktop when an area of the second widget is larger than an area of the first widget Area space
    所述判断模块,还设置为判断所述第一窗口部件和第二窗口部件的面积空间大小,以及判断所述第二窗口部件的面积空间与所述第一窗口部件的面积空间和显示桌面的剩余面积空间之和的大小。The determining module is further configured to determine an area space size of the first window component and the second window component, and determine an area space of the second window component and an area space of the first window component and a display desktop The size of the sum of the remaining area spaces.
  13. 如权利要求8所述的装置,所述装置还包括:The device of claim 8 further comprising:
    第二获取模块,设置为获取所述第一窗口部件的类别名称和所述第二窗口部件的类别名称; a second obtaining module, configured to acquire a category name of the first widget and a category name of the second widget;
    错误提示模块,设置为当所述第一窗口部件的类别名称和所述第二窗口部件的类别名称不同时,提示错误信息。The error prompting module is configured to prompt an error message when the category name of the first widget and the category name of the second widget are different.
  14. 如权利要求8所述的装置,所述装置还包括:堆叠信息提示模块,设置为提示第一窗口部件和第二窗口部件堆叠的信息。 The apparatus of claim 8, further comprising: a stacking information prompting module configured to prompt information of the stacking of the first window component and the second widget component.
PCT/CN2015/097151 2015-06-19 2015-12-11 Widget processing method and apparatus WO2016201929A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510345565.8A CN106325836B (en) 2015-06-19 2015-06-19 Window part processing method and device
CN201510345565.8 2015-06-19

Publications (1)

Publication Number Publication Date
WO2016201929A1 true WO2016201929A1 (en) 2016-12-22

Family

ID=57544851

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/097151 WO2016201929A1 (en) 2015-06-19 2015-12-11 Widget processing method and apparatus

Country Status (2)

Country Link
CN (1) CN106325836B (en)
WO (1) WO2016201929A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107908446B (en) * 2017-10-27 2022-01-04 深圳市雷鸟网络传媒有限公司 Window display method and device and computer readable storage medium
CN112017576A (en) * 2020-08-26 2020-12-01 北京字节跳动网络技术有限公司 Display control method, device, terminal and storage medium
CN111813493B (en) * 2020-09-14 2020-12-22 深圳传音控股股份有限公司 Method of operating component, terminal, and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101609387A (en) * 2008-06-20 2009-12-23 宏碁股份有限公司 The method and the computer fetch medium that on screen, show a plurality of windows
US20100287498A1 (en) * 2009-05-07 2010-11-11 International Business Machines Corporation User interface command disambiguation in a multi-window operating environment
CN102208179A (en) * 2011-06-02 2011-10-05 智比特信息技术(镇江)有限公司 Method for displaying multiple windows on small screen simultaneously
CN103399710A (en) * 2013-08-07 2013-11-20 福州瑞芯微电子有限公司 Multi-window operating achieving mobile terminal and method
US20150033125A1 (en) * 2013-07-29 2015-01-29 Samsung Electronics Co., Ltd. Method and apparatus for operating window of electronic device with touch screen
CN104516723A (en) * 2013-09-26 2015-04-15 联想(北京)有限公司 Widget processing method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7487465B2 (en) * 2006-01-06 2009-02-03 International Business Machines Corporation Application clippings
US20130076654A1 (en) * 2011-09-27 2013-03-28 Imerj LLC Handset states and state diagrams: open, closed transitional and easel
CN103677507B (en) * 2012-09-24 2020-01-14 腾讯科技(深圳)有限公司 Display terminal and interface window display method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101609387A (en) * 2008-06-20 2009-12-23 宏碁股份有限公司 The method and the computer fetch medium that on screen, show a plurality of windows
US20100287498A1 (en) * 2009-05-07 2010-11-11 International Business Machines Corporation User interface command disambiguation in a multi-window operating environment
CN102208179A (en) * 2011-06-02 2011-10-05 智比特信息技术(镇江)有限公司 Method for displaying multiple windows on small screen simultaneously
US20150033125A1 (en) * 2013-07-29 2015-01-29 Samsung Electronics Co., Ltd. Method and apparatus for operating window of electronic device with touch screen
CN103399710A (en) * 2013-08-07 2013-11-20 福州瑞芯微电子有限公司 Multi-window operating achieving mobile terminal and method
CN104516723A (en) * 2013-09-26 2015-04-15 联想(北京)有限公司 Widget processing method and device

Also Published As

Publication number Publication date
CN106325836B (en) 2020-09-15
CN106325836A (en) 2017-01-11

Similar Documents

Publication Publication Date Title
JP7042917B2 (en) Message processing method, unread message display method, and computer terminal
CN106201219B (en) The quick call method of function of application and system
EP2306307A2 (en) Terminal apparatus, server apparatus, display control method, and program
CN103809735B (en) A kind of method and device of gesture identification
WO2017032005A1 (en) Operation menu display method and terminal
US10191642B2 (en) Information processing apparatus for navigating and selecting programs
CN108694012B (en) Method and system for displaying objects on screen
CN107092421B (en) Method and device for displaying control of application
US9529518B2 (en) Information processing device, information processing method, and information processing program
US8656304B2 (en) Information processing apparatus
US20160291836A1 (en) Smart terminal and associated method for displaying application icons
US9146634B2 (en) Handheld device and homescreen management method thereof
US20180152622A1 (en) Mobile terminal-based photographing method and mobile terminal
US20190220170A1 (en) Method and apparatus for creating group
JP2023542666A (en) Operation method and device
CN106201523A (en) The control method of application program, actuation means and terminal
CN103513969A (en) Establishment method, device and terminal of application program entry
WO2016201929A1 (en) Widget processing method and apparatus
JP2020523692A (en) Page browsing method, device and electronic device
WO2016173307A1 (en) Message copying method and device, and smart terminal
CN112214144A (en) Method and device for generating mobile terminal desktop and electronic device
CN110174984B (en) Information processing method and electronic equipment
CN111831181A (en) Application switching display method and device and electronic equipment
CN110858154B (en) Switching display method and device of carousel graphs, electronic equipment and storage medium
WO2017101337A1 (en) Method and device for adjusting switch shortcut sequence of control center

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

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

Country of ref document: EP

Kind code of ref document: A1