WO2015184736A1 - 一种触屏设备背景图变换的方法及终端 - Google Patents

一种触屏设备背景图变换的方法及终端 Download PDF

Info

Publication number
WO2015184736A1
WO2015184736A1 PCT/CN2014/090952 CN2014090952W WO2015184736A1 WO 2015184736 A1 WO2015184736 A1 WO 2015184736A1 CN 2014090952 W CN2014090952 W CN 2014090952W WO 2015184736 A1 WO2015184736 A1 WO 2015184736A1
Authority
WO
WIPO (PCT)
Prior art keywords
background
terminal
display
area
module
Prior art date
Application number
PCT/CN2014/090952
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 WO2015184736A1 publication Critical patent/WO2015184736A1/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]

Definitions

  • the present invention relates to the field of touch screen devices, and more particularly to a method for changing a background image of a touch screen device, and a touch screen terminal having a background image transform method.
  • the user interface (UI) interface of the terminal product is usually static when interacting with the user.
  • the user clicks on the screen to perform an operation if the selected area has an event response, the color of the selected menu item or button is generally changed. If there is no event response in the selected area, the interface has not changed.
  • This interactive interface looks rather dull and not lively enough. If the user responds to the touch screen and there is an event response and no event response, the screen will change different backgrounds, and the background will dynamically change with the different areas of the click area, which will give the user a better operating experience.
  • the technical problem to be solved by the present invention is to provide a method and a terminal that can change a background image by touching a screen, and at the same time improve user experience.
  • an embodiment of the present invention provides a method for transforming a background image of a touch screen device, the method comprising:
  • the terminal sets a corresponding background to the display area of the interface
  • the solution of the embodiment of the present invention further includes: setting the number of divisions of the entire display area before the factory, displaying the abscissa and the ordinate of the area, and then selecting a corresponding picture for each display area.
  • the image corresponding to the current click location may be edited, added, deleted, etc. during use of the terminal.
  • the picture can be from a file saved in the device file system, or it can be a file saved in the peripheral file system connected to the terminal.
  • the method for changing the background of the terminal screen interface may be specifically a main menu interface for the touch screen terminal.
  • any one of the regions has two background paths, it is determined whether the user clicks the region to cause an event response, and if the event response is caused, the background is loaded by the background path set when the event is responded, otherwise, when there is no event response Set the background path to load the background.
  • the embodiment of the invention further provides a terminal for transforming the background image of the touch screen device, comprising:
  • Setting a module setting the display area of the setting interface to correspond to the background
  • Trigger module set to obtain the trigger position of the screen
  • the display module is set to load and display a picture corresponding to the trigger position.
  • the terminal further includes: an editing module, configured to edit the picture in use, including but not limited to: adding, deleting.
  • the setting module may set the number of display areas, the abscissa and the ordinate of the display area, and then select a corresponding background for each display area.
  • the picture loaded by the terminal may be from a file saved in the device file system, or may be a file saved in a peripheral file system connected to the terminal.
  • the trigger module and the display module of the terminal are respectively set to trigger and display the main menu interface of the touch screen terminal.
  • the present invention improves the UI interaction effect of the touch screen mobile phone, and provides a scheme in which the user clicks on different positions of the screen, and the screen background can dynamically change according to different click positions, thereby better meeting the needs of the user.
  • FIG. 1 is a schematic flow chart of a method for converting a background image of a touch screen device according to an embodiment of the present invention.
  • FIG. 2 is a schematic block diagram of a terminal in which a background image of a touch screen device is changed according to an embodiment of the present invention.
  • an embodiment of the present invention provides a method for transforming a background image of a touch screen device, where the method includes:
  • each scheme information includes: a scheme ID (used to distinguish various schemes), a scheme name, a number of divided zones, each The starting abscissa, ordinate, length, and width of the area, and the path of the background image corresponding to each area (the path of the two pictures of the response event and the non-response event. If only one picture path is provided, The two cases do not distinguish).
  • the configuration file can be edited directly. It can manually modify the details of each scheme, including re-division or change the background image path of each area. You can also add and delete a scheme.
  • the configuration file also contains the total number of scenarios and the currently selected scenario ID.
  • Management of the solution through the configuration file can respond to the change of requirements more quickly and efficiently.
  • the solution needs to be modified, it can be implemented by modifying the configuration file without modifying the specific code; each time the system is read and parsed, the configuration file will be configured.
  • the contents of the file are read into the memory.
  • the total number of the schemes, the ID and name of each scheme, the ID of the currently selected scheme, the area division, and the background picture information are stored in the memory. If the terminal memory is large enough, the area of the currently selected scheme is directly loaded.
  • the background image otherwise only the path of the background image is stored, and then the content of the configuration file needs to be accessed, directly obtained from the memory, which can improve the response speed.
  • Obtain a current click position When the user clicks on the screen, obtain the abscissa and the ordinate of the current click position, compare the coordinates of the click position with the display areas of the currently selected program stored in the memory, and determine the area where the click position is located. .
  • Loading the background image corresponding to the click position including: storing the path of the background image in the memory, and obtaining the background image path of the area where the click is located from the memory. If the path of the two images is set, determining whether the click position will be Causes the event response, causing the event response to load the image through the image path set when there is an event response, otherwise the image is loaded by the image path set when there is no event response; if the image of each display area has been loaded in 102, the click is directly used. After the background image of the current click location is successfully loaded, the window processes the event according to the normal process, and finally redraws the window. When redrawing, the background image of the window is first drawn, and then the third step is obtained.
  • the background image of the current click location and then redraw the other content in the window.
  • the background image of the new click location can be obtained by the third step operation, and the background image of the window is also drawn first when redrawing. Then draw the background image of the new click location, then After redrawing other content in the window, this will overwrite the background image of the previously selected area, realizing the dynamic transformation of the screen background image with different click positions.
  • an embodiment of the present invention provides a terminal for changing a background image of a touch screen device, where the terminal includes:
  • a setting unit is set to correspond to a display area of the setting interface; to create a new scheme, first set a scheme name, a number of display areas, set a starting abscissa, an ordinate, a height, and a width of each area, and then Each area selects the background image, and finally displays the overall effect of the current scheme in the form of a thumbnail.
  • the scheme is successfully created, the total number of schemes and the information of the new scheme are modified in the configuration file and the memory, and the scheme ID is automatically allocated by the system.
  • the new creation returns all the scheme lists successfully, the list is automatically updated according to the contents of the latest memory, showing the name of the new scheme.
  • the trigger unit is configured to obtain a trigger position of the user on the screen; obtain a current click position, and when the user clicks on the screen, obtain the abscissa and the ordinate of the current click position, and select the coordinates of the click position and the currently selected memory.
  • the comparison of the display areas of the scheme determines the area where the click location is located.
  • the display unit is configured to load a background corresponding to the trigger position. If the path of the background image is stored in the memory, the background image path of the area where the click is located is obtained from the memory. If the path of the two images is set, the judgment is performed. Whether the click location will cause an event response, causing the event response to load the image through the image path set when there is an event response, otherwise the image is loaded by the image path set when there is no event response; if the image of each display area has been loaded in 202, Then directly use the background image of the area where the click position is located.
  • the window After successfully loading the background image of the current click position, the window processes the event according to the normal process, and finally redraws the window, first draws the background image of the window, and then draws the first The background image of the current click position obtained in the three steps, and then redraw the other content in the window.
  • the background image of the new click position can be obtained by the third step operation, and the window is also drawn first when redrawing Background image, then draw the background of the new click location Piece, and then redraw the other contents of the window, which would select the background image area coverage before, achieved with different screen background image click on the location of the dynamic transformation.
  • the system further includes the following features:
  • an editing unit configured to edit the image used in the background, including but not limited to: adding, deleting; for selecting a scheme for editing, manually modifying the number, range, and background of the region in the preview interface of the scheme. Picture, when saving, update the configuration file and memory information; when deleting a scheme, all the information of the deleted scheme should be removed from the configuration file, and the total number of modified schemes should be deleted. If the deleted scheme is the currently selected scheme, the user is prompted to select a new one. As the currently selected scheme, the scheme modifies the total number of schemes in the memory, the currently selected scheme ID, and reloads the information of the newly selected scheme.
  • the above technical solution provided by the embodiment of the present invention provides a solution that the user clicks on different positions of the screen, and the screen background can dynamically change according to different click positions, thereby improving the UI interaction effect of the touch screen mobile phone and better satisfying the user. Demand.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

公开了一种触屏设备背景图变换的方法及终端,该方法包括:终端对界面的显示区域设置相对应背景;当用户点击终端界面一显示区域时,终端获取用户当前点击并加载当前点击位置区域设置的相应背景图。本方法提升了触屏手机的UI交互效果,提供一种用户点击屏幕的不同位置,屏幕背景能够根据点击位置的不同而进行动态变换的方案,更好地满足用户的需求。还公开了一种触屏设备背景图变换的终端。

Description

一种触屏设备背景图变换的方法及终端 技术领域
本发明涉及一种触屏设备领域,尤其涉及触屏设备背景图变换的方法,以及一种具备背景图变换方法的触屏终端。
背景技术
目前,随着智能手机的普及,用户对屏幕显示效果以及个性化定制方面的需求越来越高。目前终端产品用户交互(User Interface,简称UI)界面在和用户交互时背景通常是静态的,在用户点击屏幕进行操作时,如果选中区域有事件响应,一般会变换选中的菜单项或者按钮的颜色,如果选中区域没有事件响应,界面没有变化。这种交互界面看起来比较呆板,不够活泼。如果在用户点击触摸屏时,有事件响应和没有事件响应时屏幕都会变换不同的背景,并且随着点击区域的不同背景也会动态变化,这样会给用户带来更好的操作体验。
发明内容
本发明所要解决的技术问题为提供一种可以通过触摸屏幕变换背景图的方法及终端,同时提高用户体验。
为了解决上述技术问题,本发明实施例提供了一种触屏设备背景图变换的方法,该方法包括:
终端对界面的显示区域设置相对应背景;
获取当前点击位置;
加载当前点击位置相对应的图片。
本发明实施例的方案,还包括:出厂前可以设定整个显示区域划分的个数,显示区域的横坐标、纵坐标,然后为每一个显示区域选择相应的图片。
其中,所述的加载与当前点击位置当对应的图片,在终端使用过程中,可以进行编辑、添加、删除等操作。并且图片可以来自设备文件系统中保存的文件,也可以是终端连接的外设文件系统中所保存的文件。
其中,所述的终端屏幕界面背景变换的方法,其具体可以是用于触屏终端的主菜单界面。
其中,如果所述任一区域对应设置了两个背景路径,则判断用户点击区域是否会引起事件响应,如果引起事件响应则通过有事件响应时设置的背景路径加载背景,否则通过没有事件响应时设置的背景路径加载背景。
本发明实施例还提供了一种触屏设备背景图变换的终端,包括:
设置模块,设置为设置界面的显示区域相对应背景;
触发模块,设置为获取屏幕的触发位置;
显示模块,设置为加载显示与触发位置相对应的图片。
上述方案中,该终端进一步包括:编辑模块,设置为对使用中的图片的编辑,包括但不限于:添加、删除。
上述方案中,所述设置模块,可以设定显示区域的个数,显示区域的横坐标、纵坐标,然后为每一个显示区域选择相应的背景。
上述方案中,所述该终端所加载的图片可以来自设备文件系统中保存的文件,也可以是终端连接的外设文件系统中所保存的文件。
上述方案中,所述该终端的触发模块和显示模块分别设置为对触屏终端的主菜单界面的触发和显示。
因此,本发明提升了触屏手机的UI交互效果,提供了一种用户点击屏幕的不同位置,屏幕背景能够根据点击位置的不同进行动态变换的方案,更好地满足用户的需求。
附图说明
图1为本发明实施例的一种触屏设备背景图变换的方法的流程示意图。
图2为本发明实施例的一种触屏设备背景图变换的终端的模块示意图。
具体实施方式
为使本发明的目的、技术方案和优点更加清楚明白,下文中将结合附图对本发明的实施例进行详细说明。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互任意组合。
如图1所示,本发明实施例提供了一种触屏设备背景图变换的方法,该方法包括:
101,设置相对应背景,包括:手机出厂时配置文件中存放多种方案的信息,每种方案信息包括:方案ID(用来区分各种方案)、方案名称、划分的区域个数、每个区域的起始横坐标、纵坐标、长度、宽度,每个区域对应的背景图片所在的路径(分为响应事件和不响应事件两张图片的路径,如果只提供了一张图片的路径,则两种情况不区分)。配置文件是可以直接编辑的,支持手动对每种方案的详细信息进行修改,包括重新划分区域或者更改每个区域的背景图片路径等,也可以新增和删除某个方案。配置文件中还包含方案总数和当前选中方案ID。通过配置文件进行方案的管理可以更快速和高效的响应需求变更,当需要对方案进行修改时,可以通过修改配置文件实现,不用修改具体代码;每次开机时读取和解析配置文件,将配置文件中的内容读到内存,内存中存放了方案总数、每个方案的ID和名称、当前选中方案的ID、区域划分和背景图片信息,如果终端内存足够大,直接加载当前选中方案的各个区域的背景图片,否则只存放背景图片的路径,之后需要访问配置文件的内容,直接从内存中获取,可以提高响应速度。
102,获取当前的点击位置,当用户点击屏幕时,获得当前点击位置的横坐标和纵坐标,将点击位置的坐标和内存中存放的当前选中方案的各个显示区域对比,确定点击位置所在的区域。
103,加载与点击位置相对应背景图,包括:内存中存放的是背景图片的路径,则从内存中获取点击所在区域的背景图片路径,如果设置了两张图片的路径,判断点击位置是否会引起事件响应,引起事件响应则通过有事件响应时设置的图片路径加载图片,否则通过没有事件响应时设置的图片路径加载图片;如果102中已经进行了各个显示区域图片的加载,则直接使用点击位置所在区域的背景图片,在成功加载了当前点击位置的背景图片之后,窗口按正常流程处理事件,最后进行窗口的重绘,重绘时先绘制窗口的背景图片,再绘制第三步中获得的当前点击位置的背景图片,然后重绘窗口中的其它内容,当点击另外一个位置时,通过第三步的操作可以获得新点击位置的背景图片,重绘时同样先绘制窗口的背景图片,再绘制新点击位置的背景图片,然 后重绘窗口中的其它内容,这样就会把之前选中区域的背景图片覆盖,实现了随着点击位置的不同屏幕背景图片的动态变换。
如图2所示,本发明实施例提供了触屏设备背景图变换的终端,该终端包括:
201,设置单元,设置为设置界面的显示区域相对应背景;新建一个方案要先设置方案名称、显示区域个数、设定每个区域的起始横坐标、纵坐标、高度和宽度、然后为每一个区域选择背景图片,最后以缩略图的形式显示出当前方案的总体效果,方案新建成功进行保存时要在配置文件和内存中修改方案总数、增加新方案的信息,方案ID由系统自动分配,新建成功返回所有方案列表时,列表根据最新内存中的内容自动更新,显示出新方案的名称。
202,触发单元,设置为获取用户对屏幕的触发位置;获取当前的点击位置,当用户点击屏幕时,获得当前点击位置的横坐标和纵坐标,将点击位置的坐标和内存中存放的当前选中方案的各个显示区域对比,确定点击位置所在的区域。
203,显示单元,设置为加载显示与触发位置相对应的背景;内存中存放的是背景图片的路径,则从内存中获取点击所在区域的背景图片路径,如果设置了两张图片的路径,判断点击位置是否会引起事件响应,引起事件响应则通过有事件响应时设置的图片路径加载图片,否则通过没有事件响应时设置的图片路径加载图片;如果202中已经进行了各个显示区域图片的加载,则直接使用点击位置所在区域的背景图片,在成功加载了当前点击位置的背景图片之后,窗口按正常流程处理事件,最后进行窗口的重绘,重绘时先绘制窗口的背景图片,再绘制第三步中获得的当前点击位置的背景图片,然后重绘窗口中的其它内容,当点击另外一个位置时,通过第三步的操作可以获得新点击位置的背景图片,重绘时同样先绘制窗口的背景图片,再绘制新点击位置的背景图片,然后重绘窗口中的其它内容,这样就会把之前选中区域的背景图片覆盖,实现了随着点击位置的不同屏幕背景图片的动态变换。
该系统进一步包括下述特征:
204,编辑单元,设置为对所述背景中使用的图片进行编辑,包括但不限于:添加、删除;对于选择进行编辑的方案,在方案的预览界面,手动修改区域划分个数、范围和背景图片,保存时要同时更新配置文件和内存的信息;删除一个方案时,配置文件中要去掉被删除方案的所有信息、修改方案总数,如果被删除的方案是当前选中方案,提示用户选择一个新方案作为当前选中方案,内存中修改方案总数、当前选中方案ID、重新加载新选中方案的信息。
需要说明的是,本发明还可有其他多种实施例,在不背离本发明精神及其实质的情况下,熟悉本领域的技术人员可根据本发明做出各种相应的改变和变形,但这些相应的改变和变形都应属于本发明所附的权利要求的保护范围。
工业实用性
基于本发明实施例提供的上述技术方案,提供一种用户点击屏幕的不同位置,屏幕背景能够根据点击位置的不同进行动态变换的方案,提升了触屏手机的UI交互效果,更好地满足用户的需求。

Claims (10)

  1. 一种触屏设备背景图变换的方法,包括:
    终端对界面的显示区域设置相对应背景;
    当用户点击终端界面任一显示区域时;
    终端获取用户当前点击并加载当前点击位置区域设置的相应背景。
  2. 如权利要求1所述的方法,其中,还包括:
    所述终端在出厂前可以设定显示区域的个数,显示区域的横坐标、纵坐标,然后为每一个显示区域选择相应的背景。
  3. 如权利要求1所述的方法,其中,还包括:
    对与不同点击位置相对应的背景可以在用户使用时进行编辑、添加、删除操作。
  4. 如权利要求1所述的方法,其中:
    所述背景可以来自设备系统中保存的文件,也可以是终端连接的外设文件系统中所保存的文件。
  5. 如权利要求1至4任意一项所述的方法,其中:
    如果所述任一显示区域对应设置了两个背景路径,则判断用户点击区域是否会引起事件响应,如果引起事件响应则通过有事件响应时设置的背景路径加载背景,否则通过没有事件响应时设置的背景路径加载背景。
  6. 一种触屏设备背景图变换的终端,包括:
    设置模块,设置为设置界面的显示区域相对应背景;
    触发模块,设置为获取用户对屏幕的触发位置;
    显示模块,设置为加载显示与触发位置相对应的背景。
  7. 如权利要求6所述的终端,其中,还包括:
    编辑模块,设置为对所述背景中使用的图片进行编辑,包括:添加、删除。
  8. 如权利要求6所述的终端,其中:
    所述设置模块,设置为设定显示区域的个数,显示区域的横坐标、纵坐标,然后为每一个显示区域选择相应的背景。
  9. 如权利要求6所述的终端,其中所述背景来自于以下之一:
    设备文件系统中保存的文件,终端连接的外设文件系统中所保存的文件。
  10. 如权利要求6至9任意一项所述的终端,其中:
    所述触发模块和显示模块分别设置为对终端的主菜单界面的触发和显示。
PCT/CN2014/090952 2014-06-04 2014-11-12 一种触屏设备背景图变换的方法及终端 WO2015184736A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410244276.4A CN105204751A (zh) 2014-06-04 2014-06-04 一种触屏设备背景图变换的方法及终端
CN201410244276.4 2014-06-04

Publications (1)

Publication Number Publication Date
WO2015184736A1 true WO2015184736A1 (zh) 2015-12-10

Family

ID=54766008

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/090952 WO2015184736A1 (zh) 2014-06-04 2014-11-12 一种触屏设备背景图变换的方法及终端

Country Status (2)

Country Link
CN (1) CN105204751A (zh)
WO (1) WO2015184736A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112783405A (zh) * 2021-01-25 2021-05-11 张飞 一种在计算机上制作和显示流程图的方法

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017128239A1 (zh) * 2016-01-28 2017-08-03 刘建兵 一种在移动终端上绘图技术的数据采集方法及移动终端
WO2017128240A1 (zh) * 2016-01-28 2017-08-03 刘建兵 一种在移动终端上绘图时的信息推送方法及移动终端
WO2017128241A1 (zh) * 2016-01-28 2017-08-03 刘建兵 一种移动终端的绘图方法及移动终端
CN105786320A (zh) * 2016-03-01 2016-07-20 深圳市茁壮网络股份有限公司 图标显示方法、装置及电子设备
CN108509244A (zh) * 2018-03-27 2018-09-07 珠海格力电器股份有限公司 一种设置背景图片的方法、装置及存储介质
CN109799940B (zh) * 2018-12-28 2023-01-03 北京字节跳动网络技术有限公司 响应于手势操作处理呈现内容的方法、装置及计算机记录介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090259968A1 (en) * 2008-04-15 2009-10-15 Htc Corporation Method for switching wallpaper in screen lock state, mobile electronic device thereof, and storage medium thereof
CN102012783A (zh) * 2010-09-16 2011-04-13 宇龙计算机通信科技(深圳)有限公司 一种终端壁纸的控制方法及终端
CN103809909A (zh) * 2014-02-19 2014-05-21 联想(北京)有限公司 一种信息处理方法及电子设备

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103176761B (zh) * 2011-12-23 2016-08-10 中国移动通信集团公司 一种屏幕背景设置方法及移动终端
CN104182175B (zh) * 2014-09-09 2018-02-13 宇龙计算机通信科技(深圳)有限公司 触摸屏终端界面显示方法及装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090259968A1 (en) * 2008-04-15 2009-10-15 Htc Corporation Method for switching wallpaper in screen lock state, mobile electronic device thereof, and storage medium thereof
CN102012783A (zh) * 2010-09-16 2011-04-13 宇龙计算机通信科技(深圳)有限公司 一种终端壁纸的控制方法及终端
CN103809909A (zh) * 2014-02-19 2014-05-21 联想(北京)有限公司 一种信息处理方法及电子设备

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112783405A (zh) * 2021-01-25 2021-05-11 张飞 一种在计算机上制作和显示流程图的方法

Also Published As

Publication number Publication date
CN105204751A (zh) 2015-12-30

Similar Documents

Publication Publication Date Title
WO2015184736A1 (zh) 一种触屏设备背景图变换的方法及终端
US10284788B2 (en) Electronic device and method for image processing
US9396572B2 (en) Image correlation method and electronic device thereof
US10877624B2 (en) Method for displaying and electronic device thereof
EP2763131A1 (en) Method and electronic device for configuring screen
CN105335041A (zh) 一种提供应用图标的方法及装置
US20220365647A1 (en) Application Bar Display Method and Electronic Device
US20210019106A1 (en) Desktop Sharing Method and Mobile Terminal
TW201525776A (zh) 對於鍵盤使用者介面的啓用控制
US20140362118A1 (en) Method and System for Displaying Imagery as a Wallpaper on a Computing Device
CN104571877A (zh) 一种页面的显示处理方法及装置
US20150082211A1 (en) Terminal and method for editing user interface
CN111225108A (zh) 一种通信终端及负屏界面的卡片显示方法
CN107357501B (zh) 桌面壁纸的更新方法、装置以及终端
WO2014019207A1 (zh) Widget处理方法、装置及移动终端
US20160004406A1 (en) Electronic device and method of displaying a screen in the electronic device
WO2023072061A1 (zh) 图标显示控制方法、装置、电子设备及存储介质
WO2017215542A1 (zh) 展示图片的方法及装置
CN103412748A (zh) 嵌入式平台的用户界面的显示控制方法、装置及系统
JP2019008668A (ja) クライアントデバイス、画像処理システム、画像の表示方法および、プログラム
CN111324398B (zh) 最近内容的处理方法、装置、终端及存储介质
US10319338B2 (en) Electronic device and method of extracting color in electronic device
KR20160104961A (ko) 페이지 처리 방법 및 그 전자 장치
CN110806830A (zh) 一种用户交互方法及电子设备
WO2022143337A1 (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: 14893955

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

Country of ref document: EP

Kind code of ref document: A1