CN106293375A - A scene switching method and device - Google Patents
A scene switching method and device Download PDFInfo
- Publication number
- CN106293375A CN106293375A CN201510299425.1A CN201510299425A CN106293375A CN 106293375 A CN106293375 A CN 106293375A CN 201510299425 A CN201510299425 A CN 201510299425A CN 106293375 A CN106293375 A CN 106293375A
- Authority
- CN
- China
- Prior art keywords
- interface
- background
- display
- foreground
- operation instruction
- Prior art date
- Legal status (The legal status 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 status listed.)
- Granted
Links
Landscapes
- User Interface Of Digital Computer (AREA)
Abstract
Description
技术领域technical field
本发明涉及计算机技术领域,特别涉及一种场景切换方法,及设备。The present invention relates to the field of computer technology, in particular to a scene switching method and equipment.
背景技术Background technique
场景切换,是指在软件运行过程中,软件界面呈现给用户的场景。例如:软件首先会呈现软件的操作界面,在用户操作以后,会跳转到操作结果界面。Scene switching refers to the scene presented to the user by the software interface during the running of the software. For example: the software will first present the operation interface of the software, and after the user operates, it will jump to the operation result interface.
在以上场景切换的过程中,由于用户操作以后,设备执行操作对应指令的过程需要时间,用户在这段时间内需要等待。此时设备会显示等待的提示,例如:滚动条。常用的方式是:用户在操作以后,设备在执行操作对应指令的过程中(即用户等待结果的时间段),设备在当前显示的操作界面显示滚动条或者进度条,提示操作对应指令正在执行或者执行的进度。在滚动条或者进度条被显示时,还可以同时显示提示文字,例如:“正在处理过程中”。During the above scene switching process, since it takes time for the device to execute the instruction corresponding to the operation after the user operates, the user needs to wait during this period. At this time, the device will display a waiting prompt, such as a scroll bar. The commonly used method is: after the user operates, the device is in the process of executing the corresponding instruction of the operation (that is, the time period for the user to wait for the result), the device displays a scroll bar or progress bar on the currently displayed operation interface, prompting that the corresponding operation instruction is being executed or progress of execution. When the scroll bar or the progress bar is displayed, the prompt text can also be displayed at the same time, for example: "in process".
以上场景切换的用户等待过程中,出现了界面重叠导致操作界面被遮挡无法完整显示界面信息。During the waiting process of the above scene switching, the interface overlapped, which caused the operation interface to be blocked and the interface information could not be displayed completely.
发明内容Contents of the invention
本发明实施例提供了一种场景切换方法,及设备,用于在界面切换过程中完整显示界面信息。Embodiments of the present invention provide a scene switching method and a device for completely displaying interface information during the interface switching process.
一种场景切换方法,包括:A scene switching method, comprising:
将操作界面显示为前景,将背景界面显示为后景;Display the operation interface as the foreground, and display the background interface as the background;
通过所述操作界面接收操作指令,并执行所述操作指令;receiving an operation instruction through the operation interface, and executing the operation instruction;
在执行所述操作指令的过程中,将所述前景图像隐藏,将所述背景界面显示为前景,显示所述操作指令正在执行的提示信息。During the execution of the operation instruction, the foreground image is hidden, the background interface is displayed as the foreground, and a prompt message that the operation instruction is being executed is displayed.
一种场景切换设备,包括:A scene switching device, comprising:
显示单元,用于将操作界面显示为前景,将背景界面显示为后景;a display unit, configured to display the operation interface as the foreground, and display the background interface as the background;
指令接收单元,用于通过所述操作界面接收操作指令;an instruction receiving unit, configured to receive an operation instruction through the operation interface;
指令执行单元,用于执行所述操作指令;an instruction execution unit, configured to execute the operation instruction;
所述显示单元,还用于在所述指令执行单元执行所述操作指令的过程中,将所述前景图像隐藏,将所述背景界面显示为前景,显示所述操作指令正在执行的提示信息。The display unit is further configured to hide the foreground image, display the background interface as the foreground, and display a prompt message that the operation instruction is being executed during the execution of the operation instruction by the instruction execution unit.
从以上技术方案可以看出,本发明实施例具有以下优点:在场景切换过程中,操作界面被隐藏,显示了提示信息以及背景界面没有重要信息被遮挡,界面中的所有信息都可以完整呈现,因此可以在场景切换过程中完整显示界面信息。It can be seen from the above technical solutions that the embodiments of the present invention have the following advantages: during the scene switching process, the operation interface is hidden, prompt information is displayed, and no important information in the background interface is blocked, and all information in the interface can be completely presented. Therefore, the interface information can be completely displayed during the scene switching process.
附图说明Description of drawings
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简要介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域的普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings that need to be used in the description of the embodiments will be briefly introduced below. Obviously, the drawings in the following description are only some embodiments of the present invention. For Those of ordinary skill in the art can also obtain other drawings based on these drawings without any creative effort.
图1为本发明实施例方法流程示意图;Fig. 1 is a schematic flow chart of the method of the embodiment of the present invention;
图2为本发明实施例显示结果示意图;Fig. 2 is a schematic diagram showing the result of the embodiment of the present invention;
图3为本发明实施例显示结果示意图;Fig. 3 is a schematic diagram showing the result of the embodiment of the present invention;
图4为本发明实施例显示结果示意图;Fig. 4 is a schematic diagram showing the result of the embodiment of the present invention;
图5为本发明实施例显示结果示意图;Fig. 5 is a schematic diagram showing the result of the embodiment of the present invention;
图6为本发明实施例设备结构示意图;Fig. 6 is a schematic diagram of the device structure of the embodiment of the present invention;
图7为本发明实施例设备结构示意图;Fig. 7 is a schematic diagram of the device structure of the embodiment of the present invention;
图8为本发明实施例设备结构示意图。Fig. 8 is a schematic diagram of the device structure of the embodiment of the present invention.
具体实施方式detailed description
为了使本发明的目的、技术方案和优点更加清楚,下面将结合附图对本发明作进一步地详细描述,显然,所描述的实施例仅仅是本发明一部份实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其它实施例,都属于本发明保护的范围。In order to make the object, technical solution and advantages of the present invention clearer, the present invention will be further described in detail below in conjunction with the accompanying drawings. Obviously, the described embodiments are only some embodiments of the present invention, rather than all embodiments . Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.
本发明实施例提供了一种场景切换方法,如图1所示,包括:An embodiment of the present invention provides a scene switching method, as shown in FIG. 1 , including:
101:将操作界面显示为前景,将背景界面显示为后景;101: Display the operation interface as the foreground, and display the background interface as the background;
前景和后景是相对概念,若以图层为例,那么前景通常指位于最上层的图层所承载的图像;下层的图层则属于前景的背景(即后景)。前景可以由位于最上层的一层以上的图层合并得到,也可以仅包含一个图层,图层的结构不影响本发明实施例的实现,因此本发明实施例对此不作唯一性限定。操作界面可以包含图像,文字等信息,图像和文字可以位于同一图层也可以位于不同图层。Foreground and background are relative concepts. Taking layers as an example, the foreground usually refers to the image carried by the uppermost layer; the lower layer belongs to the background of the foreground (ie, the background). The foreground can be obtained by merging the uppermost layer or more layers, or only include one layer. The structure of the layer does not affect the implementation of the embodiment of the present invention, so the embodiment of the present invention does not make a unique limitation on this. The operation interface can contain information such as images and texts, and the images and texts can be located in the same layer or in different layers.
如图2所示,是一个软件操作界面,在操作界面中,有文字信息位于前景,热气球非常模糊属于后景。附图2是开始操作前,后景模糊,前景清晰的示意。附图2以及后续示意图中图像有模糊现象,是因为本发明实施例说明的需要,以示意清晰和模糊的对比。As shown in Figure 2, it is a software operation interface. In the operation interface, text information is located in the foreground, and the very blurred hot air balloon belongs to the background. Accompanying drawing 2 is before starting to operate, and background is blurred, and the foreground is clear schematically. The images in Fig. 2 and the subsequent schematic diagrams are blurred because of the need of the description of the embodiment of the present invention to illustrate the contrast between clarity and blur.
102:通过上述操作界面接收操作指令,并执行上述操作指令;102: Receive an operation instruction through the above-mentioned operation interface, and execute the above-mentioned operation instruction;
在设备通过操作界面接收到操作指令后,会执行操作指令,那么执行操作指令的过程需要用户等待执行结果,那么界面需要从操界面这一场景切换到等待界面这一场景。After the device receives an operation instruction through the operation interface, it will execute the operation instruction. The process of executing the operation instruction requires the user to wait for the execution result, and then the interface needs to switch from the operation interface scene to the waiting interface scene.
103:在执行上述操作指令的过程中,将上述前景图像隐藏,将上述背景界面显示为前景,显示上述操作指令正在执行的提示信息。103: During the process of executing the above-mentioned operation instruction, hide the above-mentioned foreground image, display the above-mentioned background interface as the foreground, and display the prompt information that the above-mentioned operation instruction is being executed.
如图4所示,是后景变为前景,操作界面隐藏的示意。附图4中,显示的提示信息包含有“正在全面体检”的文字提示,还有位于“正在全面体检”之下的进度条提示,另外在进度条下还有当前进度正在执行的具体操作内容提示“扫描系统垃圾文件”。具体的提示方式可以是文字,可以是动态或静态图像及其结合,本发明实施例对此不作唯一性限定。As shown in Figure 4, it is an indication that the background changes to the foreground and the operation interface is hidden. In Figure 4, the displayed prompt information includes a text prompt of "Comprehensive Physical Examination" and a progress bar prompt under "Comprehensive Physical Examination". In addition, there are specific operations currently being executed under the progress bar Prompt "Scan system junk files". The specific prompting manner may be text, dynamic or static images and combinations thereof, which are not uniquely limited in this embodiment of the present invention.
在本发明实施例中,在场景切换过程中,背景界面没有被遮挡,背景界面中的所有信息都可以完整呈现,因此可以在场景切换过程中完整显示界面信息。In the embodiment of the present invention, during the scene switching process, the background interface is not blocked, and all information in the background interface can be completely presented, so the interface information can be completely displayed during the scene switching process.
另外,为了使场景切换更加流畅和自然,本发明实施例采用了如下实现方案:上述将上述背景界面显示为前景包括:In addition, in order to make scene switching more smooth and natural, the embodiment of the present invention adopts the following implementation scheme: the above-mentioned displaying the above-mentioned background interface as the foreground includes:
采用移轴相位变换的方式,将上述背景界面逐步清晰化。移轴是图像线性虚化的一种技术手段,相位变换是指后景图像与前景图像的位置变换,因此采用移轴相位变换是以线性虚化的方式实现后景图像与前景图像的位置变换。The above-mentioned background interface is gradually clarified by adopting the method of shifting the phase transformation. Axis shift is a technical means of linear blurring of images. Phase transformation refers to the position transformation between the background image and the foreground image. Therefore, the axis-shifting phase transformation is used to realize the position transformation of the background image and the foreground image in a linear blurring manner. .
另外,对于如何将前景图像隐藏的操作方式,本发明实施例采用了如下实现方案:所述将所述前景图像隐藏包括:隐藏操作界面或者通过所述背景界面遮挡所述操作界面。In addition, regarding the operation mode of how to hide the foreground image, the embodiment of the present invention adopts the following implementation scheme: the hiding of the foreground image includes: hiding the operation interface or blocking the operation interface through the background interface.
如图3所示,在接收到操作指令后,后景位移到前方作为前景,逐渐变得清晰操作界面相比于图2所示操作界面变得模糊了,背景界面的热气球变得越来越清晰,这种效果的实现通过移轴相位变换可以高效地实现。至于操作界面变得模糊的原因,可以是对焦虚化效果导致的,或者遮挡导致的,只要操作界面最终能够被隐藏就可以。因此本发明实施例不对此进行唯一性限定。As shown in Figure 3, after receiving the operation command, the background moves to the front as the foreground, and gradually becomes clear. Compared with the operation interface shown in Figure 2, the operation interface becomes blurred, and the hot air balloon on the background interface becomes more Clearer, the realization of this effect can be achieved efficiently by axis-shifting phase transformation. As for the reason why the operation interface becomes blurred, it can be caused by the focus blur effect or occlusion, as long as the operation interface can be hidden in the end. Therefore, this embodiment of the present invention does not uniquely limit it.
进一步地,在操指令执行完毕后,还需要从等待界面切换至结果界面,完成等待场景到结果场景的切换,具体实现如下:上述方法还包括:Further, after the execution of the operation instruction, it is necessary to switch from the waiting interface to the result interface to complete the switching from the waiting scene to the result scene. The specific implementation is as follows: the above method also includes:
在执行完毕上述操作指令后,将操作结果界面显示为前景,将上述背景界面显示为后景或者隐藏上述背景界面将另一背景界面显示为后景。After executing the above operation instructions, display the operation result interface as the foreground, display the above background interface as the background or hide the above background interface and display another background interface as the background.
如图5所示,是结果界面的显示,位于前景的背景界面被移到后景并且变得模糊,位于前景的是操作结果界面。在图5示意的结果界面的背景可以设置为其他背景界面,也可以仍然沿用之前的背景界面。As shown in Figure 5, it is the display of the result interface, the background interface located in the foreground is moved to the background and becomes blurred, and the operation result interface located in the foreground. The background of the result interface shown in FIG. 5 can be set as another background interface, or the previous background interface can still be used.
本发明实施例,还提供了背景界面显示的形式,背景界面由于在操作界面的下层,背景界面会被前景界面所遮挡,在操作界面作为前景界面时,背景界面是次要信息,因此显示清晰度和/或浓度要低于前景,本发明实施例提供了如下解决方案:上述将背景界面显示为后景包括:The embodiment of the present invention also provides the display form of the background interface. Since the background interface is in the lower layer of the operation interface, the background interface will be blocked by the foreground interface. When the operation interface is used as the foreground interface, the background interface is secondary information, so the display is clear The intensity and/or concentration are lower than the foreground, the embodiment of the present invention provides the following solution: the above-mentioned displaying the background interface as the background includes:
将背景界面以模糊或者预定透明度的形式显示为后景。Display the background interface as the background in the form of blur or preset transparency.
基于背景界面的显示方式,本发明实施例还提供了另一种可选的隐藏操作界面的方案,具体如下:若上述背景界面以预定透明度的形式显示为后景,上述将上述前景图像隐藏,将上述背景界面显示为前景包括:Based on the display mode of the background interface, the embodiment of the present invention also provides another optional scheme for hiding the operation interface, which is as follows: if the above-mentioned background interface is displayed as the background in the form of predetermined transparency, the above-mentioned foreground image is hidden, Displaying the above background interface as the foreground includes:
首先将上述背景界面显示为前景,然后逐渐调整上述背景界面为非透明状态。Firstly, the above-mentioned background interface is displayed as the foreground, and then the above-mentioned background interface is gradually adjusted to a non-transparent state.
本发明实施例还提供了提示信息的显示方式,具体如下:所述显示所述操作指令正在执行的提示信息包括:The embodiment of the present invention also provides a display method of prompt information, specifically as follows: the prompt information for displaying that the operation instruction is being executed includes:
显示执行所述操作指令的进度、正在执行的操作内容、动态或者静态显示的提示信息图像中的至少一项。At least one of the progress of executing the operation instruction, the content of the operation being executed, and a dynamically or statically displayed prompt information image is displayed.
在本实施例中,进度可以以静态文字提示的方式显示,例如:执行百分比,也可以采用动态图像如:滚动条,也可以动态图像和提示文字结合显示提示信息;动态或者静态的提示信息图像只要能够用于提示操作指令当前执行的相关信息就行,本实施例不作唯一性限定。In this embodiment, the progress can be displayed in the form of static text prompts, such as: execution percentage, or dynamic images such as: scroll bars, or a combination of dynamic images and prompt text to display prompt information; dynamic or static prompt information images As long as it can be used to prompt relevant information about the current execution of the operation instruction, this embodiment does not make a unique limitation.
基于以上图2~5的举例说明,可以获知本发明实施例提供了利用移轴相位变换的形式实现切换实现场景变换过程中界面的展现,区别于传统的水平直接切换的展示方式,以及在操作界面直接显示执行界面的方式。本发明实施例方案执行切换流程自然,切换过程中,重要信息的显示不会相互遮挡。Based on the illustrations in Figures 2 to 5 above, it can be known that the embodiment of the present invention provides switching in the form of axis-shifting phase transformation to realize the display of the interface during the scene change process, which is different from the traditional display method of horizontal direct switching, and in the operation The interface directly shows the way to execute the interface. The embodiment of the present invention implements a natural switching process, and during the switching process, the display of important information will not block each other.
以上图2~5是以杀毒软件操作界面为例进行的示例性说明,杀毒软件仅是具体应用场景的一个举例,本发明实施例还可以应用于其他应用程序的使用过程中;例如:The above Figures 2-5 are exemplary illustrations using the antivirus software operation interface as an example. The antivirus software is only an example of a specific application scenario, and the embodiments of the present invention can also be applied to the use of other application programs; for example:
1、通信软件的登录界面,在用户输入账号密码并发送登录指令以后,应用程序将当前操作界面隐藏,将登录界面的后景图像切换到前景显示,并显示登录操作正在执行的提示信息;待登录成功后,可以显示登录结果,也可以直接进入通信软件的已登录界面。1. On the login interface of the communication software, after the user enters the account password and sends the login command, the application program hides the current operation interface, switches the background image of the login interface to the foreground display, and displays a prompt message that the login operation is being executed; After the login is successful, the login result can be displayed, or you can directly enter the logged-in interface of the communication software.
2、办公软件的操作界面,假定用户需要保存较大的文件会耗时较多,在保存过程中为避免用户继续对办公软件进行操作,导致保存出现故障;则可以在保存文件过程中,将上述办公软件的操作界面隐藏,显示办公软件的背景图像,并显示保存文件的指令正在执行的提示信息。此时,用户看不到操作界面,就不会对办公软件进行误操作,办公软件也不需要生硬的拒绝用户的操作指令,对于用户来说会很友好。2. For the operation interface of the office software, it is assumed that the user needs to save a large file, which will take more time. In order to prevent the user from continuing to operate the office software during the saving process, resulting in a failure to save; you can save the file. The operation interface of the above-mentioned office software is hidden, the background image of the office software is displayed, and a prompt message indicating that the instruction for saving the file is being executed is displayed. At this time, since the user cannot see the operation interface, he will not misuse the office software, and the office software does not need to reject the user's operation instructions bluntly, which will be very friendly to the user.
本发明实施例还可以应用于其他应用场景,只要操作指令存在前景图像和背景图像的显示,操作指令的执行需要用户等待,那么都可以使用本发明实施例方案,在此不再一一举例说明。The embodiment of the present invention can also be applied to other application scenarios, as long as the operation command has the display of the foreground image and the background image, and the execution of the operation command requires the user to wait, then the solution of the embodiment of the present invention can be used, and no more examples will be given here. .
本发明实施例还提供了一种场景切换设备,如图6所示,包括:The embodiment of the present invention also provides a scene switching device, as shown in FIG. 6, including:
显示单元601,用于将操作界面显示为前景,将背景界面显示为后景;A display unit 601, configured to display the operation interface as the foreground, and display the background interface as the background;
指令接收单元602,用于通过上述操作界面接收操作指令;An instruction receiving unit 602, configured to receive an operation instruction through the above-mentioned operation interface;
指令执行单元603,用于执行上述操作指令;An instruction execution unit 603, configured to execute the above operation instructions;
上述显示单元601,还用于在上述指令执行单元603执行上述操作指令的过程中,将上述前景图像隐藏,将上述背景界面显示为前景,显示上述操作指令正在执行的提示信息。The display unit 601 is further configured to hide the foreground image, display the background interface as the foreground, and display a prompt message that the operation instruction is being executed during the execution of the operation instruction by the instruction execution unit 603.
前景和后景是相对概念,若以图层为例,那么前景通常指位于最上层的图层所承载的图像;下层的图层则属于前景的背景。前景可以由位于最上层的一层以上的图层合并得到,也可以仅包含一个图层,图层的结构不影响本发明实施例的实现,因此本发明实施例对此不作唯一性限定。操作界面可以包含图像,文字等信息,图像和文字可以位于同一图层也可以位于不同图层。Foreground and background are relative concepts. Taking layers as an example, the foreground usually refers to the image carried by the uppermost layer; the lower layer belongs to the background of the foreground. The foreground can be obtained by merging the uppermost layer or more layers, or only include one layer. The structure of the layer does not affect the implementation of the embodiment of the present invention, so the embodiment of the present invention does not make a unique limitation on this. The operation interface can contain information such as images and texts, and the images and texts can be located in the same layer or in different layers.
如图2所示,是一个软件操作界面,在操作界面中,有文字信息位于前景,热气球非常模糊属于后景。附图2是开始操作前,后景模糊,前景清晰的示意。附图2以及后续示意图中图像有模糊现象,是因为本发明实施例说明的需要,以示意清晰和模糊的对比。As shown in Figure 2, it is a software operation interface. In the operation interface, text information is located in the foreground, and the very blurred hot air balloon belongs to the background. Accompanying drawing 2 is before starting to operate, and background is blurred, and the foreground is clear schematically. The images in Fig. 2 and the subsequent schematic diagrams are blurred because of the need of the description of the embodiment of the present invention to illustrate the contrast between clarity and blur.
在设备通过操作界面接收到操作指令后,会执行操作指令,那么执行操作指令的过程需要用户等待执行结果,那么界面需要从操界面这一场景切换到等待界面这一场景。After the device receives an operation instruction through the operation interface, it will execute the operation instruction. The process of executing the operation instruction requires the user to wait for the execution result, and then the interface needs to switch from the operation interface scene to the waiting interface scene.
如图4所示,是后景变为前景,操作界面隐藏的示意。附图4中,显示的提示信息包含有“正在全面体检”的文字提示,还有位于“正在全面体检”之下的进度条提示,另外在进度条下还有当前进度正在执行的具体操作内容提示“扫描系统垃圾文件”。具体的提示方式可以是文字,可以是动态或静态图像及其结合,本发明实施例对此不作唯一性限定。As shown in Figure 4, it is an indication that the background changes to the foreground and the operation interface is hidden. In Figure 4, the displayed prompt information includes a text prompt of "Comprehensive Physical Examination" and a progress bar prompt under "Comprehensive Physical Examination". In addition, there are specific operations currently being executed under the progress bar Prompt "Scan system junk files". The specific prompting manner may be text, dynamic or static images and combinations thereof, which are not uniquely limited in this embodiment of the present invention.
在本发明实施例中,在场景切换过程中,背景界面没有被遮挡,背景界面中的所有信息都可以完整呈现,因此可以在场景切换过程中完整显示界面信息。In the embodiment of the present invention, during the scene switching process, the background interface is not blocked, and all information in the background interface can be completely presented, so the interface information can be completely displayed during the scene switching process.
另外,为了使场景切换更加流畅和自然,本发明实施例采用了如下实现方案:上述显示单元601,用于采用移轴相位变换的方式,将上述背景界面逐步清晰化。In addition, in order to make scene switching smoother and more natural, the embodiment of the present invention adopts the following implementation scheme: the above-mentioned display unit 601 is used to gradually clarify the above-mentioned background interface by adopting an axis-shifting phase transformation method.
另外,对于如何将前景图像隐藏的操作方式,本发明实施例采用了如下实现方案:上述显示单元601,用于隐藏操作界面或者通过上述背景界面遮挡上述操作界面。In addition, for the operation method of how to hide the foreground image, the embodiment of the present invention adopts the following implementation scheme: the above-mentioned display unit 601 is used to hide the operation interface or block the above-mentioned operation interface through the above-mentioned background interface.
如图3所示,在接收到操作指令后,后景位移到前方作为前景,逐渐变得清晰操作界面相比于图2所示操作界面变得模糊了,背景界面的热气球变得越来越清晰,这种效果的实现通过移轴相位变换可以高效地实现。至于操作界面变得模块的原因,可以是对焦虚化效果导致的,或者遮挡导致的,只要操作界面最终能够被隐藏就可以。因此本发明实施例不对此进行唯一性限定。As shown in Figure 3, after receiving the operation command, the background moves to the front as the foreground, and gradually becomes clear. Compared with the operation interface shown in Figure 2, the operation interface becomes blurred, and the hot air balloon on the background interface becomes more Clearer, the realization of this effect can be achieved efficiently by axis-shifting phase transformation. As for the reason why the operation interface becomes modular, it can be caused by the focus blur effect or occlusion, as long as the operation interface can be hidden in the end. Therefore, this embodiment of the present invention does not uniquely limit it.
进一步地,在操指令执行完毕后,还需要从等待界面切换至结果界面,完成等待场景到结果场景的切换,具体实现如下:上述显示单元601,还用于在上述指令执行单元603执行完毕上述操作指令后,将操作结果界面显示为前景,将上述背景界面显示为后景或者隐藏上述背景界面将另一背景界面显示为后景。Further, after the execution of the operation instruction is completed, it is necessary to switch from the waiting interface to the result interface to complete the switching from the waiting scene to the result scene. After the operation instruction, display the operation result interface as the foreground, display the above-mentioned background interface as the background or hide the above-mentioned background interface and display another background interface as the background.
如图5所示,是结果界面的显示,位于前景的背景界面被移到后景并且变得模糊,位于前景的是操作结果界面。在图5示意的结果界面的背景可以设置为其他背景界面,也可以仍然沿用之前的背景界面。As shown in Figure 5, it is the display of the result interface, the background interface located in the foreground is moved to the background and becomes blurred, and the operation result interface located in the foreground. The background of the result interface shown in FIG. 5 can be set as another background interface, or the previous background interface can still be used.
本发明实施例,还提供了背景界面显示的形式,背景界面由于在操作界面的下层,背景界面会被前景界面所遮挡,在操作界面作为前景界面时,背景界面是次要信息,因此显示清晰度和/或浓度要低于前景,本发明实施例提供了如下解决方案:上述显示单元601,用于将背景界面以模糊或者预定透明度的形式显示为后景。The embodiment of the present invention also provides the display form of the background interface. Since the background interface is in the lower layer of the operation interface, the background interface will be blocked by the foreground interface. When the operation interface is used as the foreground interface, the background interface is secondary information, so the display is clear The intensity and/or density are lower than that of the foreground, the embodiment of the present invention provides the following solution: the above-mentioned display unit 601 is configured to display the background interface as the background in the form of blurred or predetermined transparency.
基于背景界面的显示方式,本发明实施例还提供了另一种可选的隐藏操作界面的方案,具体如下:若上述背景界面以预定透明度的形式显示为后景,上述显示单元601,用于首先将上述背景界面显示为前景,然后逐渐调整上述背景界面为非透明状态。Based on the display mode of the background interface, the embodiment of the present invention also provides another optional solution for hiding the operation interface, which is specifically as follows: if the above-mentioned background interface is displayed as the background in the form of predetermined transparency, the above-mentioned display unit 601 is used to Firstly, the above-mentioned background interface is displayed as the foreground, and then the above-mentioned background interface is gradually adjusted to a non-transparent state.
本发明实施例还提供了提示信息的显示方式,具体如下:所述显示单元601,用于显示执行所述操作指令的进度、正在执行的操作内容、动态或者静态显示的提示信息图像中的至少一项。The embodiment of the present invention also provides a display method of prompt information, specifically as follows: the display unit 601 is used to display at least one of the progress of executing the operation instruction, the content of the operation being performed, and the dynamically or statically displayed prompt information image. one item.
在本实施例中,进度可以以静态文字提示的方式显示,例如:执行百分比,也可以采用动态图像如:滚动条,也可以动态图像和提示文字结合显示提示信息;动态或者静态的提示信息图像只要能够用于提示操作指令当前执行的相关信息就行,本实施例不作唯一性限定。In this embodiment, the progress can be displayed in the form of static text prompts, such as: execution percentage, or dynamic images such as: scroll bars, or a combination of dynamic images and prompt text to display prompt information; dynamic or static prompt information images As long as it can be used to prompt relevant information about the current execution of the operation instruction, this embodiment does not make a unique limitation.
本发明实施例还提供了另一种场景切换设备,如图7所示,包括:显示设备701、处理器702、存储器703;其中存储器703可以用于存储运行在处理器702的应用程序也可以为处理器702提供其处理过程中所需要的存储空间;The embodiment of the present invention also provides another scene switching device, as shown in FIG. 7 , including: a display device 701, a processor 702, and a memory 703; Provide the processor 702 with the storage space required during its processing;
其中,上述处理器702,用于控制执行:将操作界面显示为前景,将背景界面显示为后景;通过上述操作界面接收操作指令,并执行上述操作指令;在执行上述操作指令的过程中,将上述前景图像隐藏,将上述背景界面显示为前景,显示上述操作指令正在执行的提示信息。Wherein, the above-mentioned processor 702 is used to control execution: display the operation interface as the foreground, and display the background interface as the background; receive the operation instruction through the above-mentioned operation interface, and execute the above-mentioned operation instruction; during the process of executing the above-mentioned operation instruction, The above-mentioned foreground image is hidden, the above-mentioned background interface is displayed as the foreground, and the prompt information that the above-mentioned operation command is being executed is displayed.
前景和后景是相对概念,若以图层为例,那么前景通常指位于最上层的图层所承载的图像;下层的图层则属于前景的背景。前景可以由位于最上层的一层以上的图层合并得到,也可以仅包含一个图层,图层的结构不影响本发明实施例的实现,因此本发明实施例对此不作唯一性限定。操作界面可以包含图像,文字等信息,图像和文字可以位于同一图层也可以位于不同图层。Foreground and background are relative concepts. Taking layers as an example, the foreground usually refers to the image carried by the uppermost layer; the lower layer belongs to the background of the foreground. The foreground can be obtained by merging the uppermost layer or more layers, or only include one layer. The structure of the layer does not affect the implementation of the embodiment of the present invention, so the embodiment of the present invention does not make a unique limitation on this. The operation interface can contain information such as images and texts, and the images and texts can be located in the same layer or in different layers.
如图2所示,是一个软件操作界面,在操作界面中,有文字信息位于前景,热气球非常模糊属于后景。附图2是开始操作前,后景模糊,前景清晰的示意。附图2以及后续示意图中图像有模糊现象,是因为本发明实施例说明的需要,以示意清晰和模糊的对比。As shown in Figure 2, it is a software operation interface. In the operation interface, text information is located in the foreground, and the very blurred hot air balloon belongs to the background. Accompanying drawing 2 is before starting to operate, and background is blurred, and the foreground is clear schematically. The images in Fig. 2 and the subsequent schematic diagrams are blurred because of the need of the description of the embodiment of the present invention to illustrate the contrast between clarity and blur.
在设备通过操作界面接收到操作指令后,会执行操作指令,那么执行操作指令的过程需要用户等待执行结果,那么界面需要从操界面这一场景切换到等待界面这一场景。After the device receives an operation instruction through the operation interface, it will execute the operation instruction. The process of executing the operation instruction requires the user to wait for the execution result, and then the interface needs to switch from the operation interface scene to the waiting interface scene.
如图4所示,是后景变为前景,操作界面隐藏的示意。附图4中,显示的提示信息包含有“正在全面体检”的文字提示,还有位于“正在全面体检”之下的进度条提示,另外在进度条下还有当前进度正在执行的具体操作内容提示“扫描系统垃圾文件”。具体的提示方式可以是文字,可以是动态或静态图像及其结合,本发明实施例对此不作唯一性限定。As shown in Figure 4, it is an indication that the background changes to the foreground and the operation interface is hidden. In Figure 4, the displayed prompt information includes a text prompt of "Comprehensive Physical Examination" and a progress bar prompt under "Comprehensive Physical Examination". In addition, there are specific operations currently being executed under the progress bar Prompt "Scan system junk files". The specific prompting manner may be text, dynamic or static images and combinations thereof, which are not uniquely limited in this embodiment of the present invention.
在本发明实施例中,在场景切换过程中,背景界面没有被遮挡,背景界面中的所有信息都可以完整呈现,因此可以在场景切换过程中完整显示界面信息。In the embodiment of the present invention, during the scene switching process, the background interface is not blocked, and all information in the background interface can be completely presented, so the interface information can be completely displayed during the scene switching process.
另外,为了使场景切换更加流畅和自然,本发明实施例采用了如下实现方案:上述处理器702,用于控制执行:将上述前景图像隐藏,将上述背景界面显示为前景包括:In addition, in order to make scene switching more smooth and natural, the embodiment of the present invention adopts the following implementation scheme: the above-mentioned processor 702 is used to control the execution: hiding the above-mentioned foreground image, and displaying the above-mentioned background interface as the foreground includes:
采用移轴相位变换的方式,将上述背景界面逐步清晰化,隐藏操作界面或者通过上述背景界面遮挡上述操作界面。The above-mentioned background interface is gradually cleared by adopting an axis-shifting phase transformation method, and the operation interface is hidden or blocked by the above-mentioned background interface.
如图3所示,在接收到操作指令后,后景位移到前方作为前景,逐渐变得清晰操作界面相比于图2所示操作界面变得模糊了,背景界面的热气球变得越来越清晰,这种效果的实现通过移轴相位变换可以高效地实现。至于操作界面变得模块的原因,可以是对焦虚化效果导致的,或者遮挡导致的,只要操作界面最终能够被隐藏就可以。因此本发明实施例不对此进行唯一性限定。As shown in Figure 3, after receiving the operation command, the background moves to the front as the foreground, and gradually becomes clear. Compared with the operation interface shown in Figure 2, the operation interface becomes blurred, and the hot air balloon on the background interface becomes more Clearer, the realization of this effect can be achieved efficiently by axis-shifting phase transformation. As for the reason why the operation interface becomes modular, it can be caused by the focus blur effect or occlusion, as long as the operation interface can be hidden in the end. Therefore, this embodiment of the present invention does not uniquely limit it.
进一步地,在操指令执行完毕后,还需要从等待界面切换至结果界面,完成等待场景到结果场景的切换,具体实现如下:上述处理器702,还用于控制执行:在执行完毕上述操作指令后,将操作结果界面显示为前景,将上述背景界面显示为后景或者隐藏上述背景界面将另一背景界面显示为后景。Further, after the execution of the operation instruction is completed, it is necessary to switch from the waiting interface to the result interface to complete the switching from the waiting scene to the result scene. The specific implementation is as follows: the above-mentioned processor 702 is also used to control the execution: After that, display the operation result interface as the foreground, display the above-mentioned background interface as the background, or hide the above-mentioned background interface and display another background interface as the background.
如图5所示,是结果界面的显示,位于前景的背景界面被移到后景并且变得模糊,位于前景的是操作结果界面。在图5示意的结果界面的背景可以设置为其他背景界面,也可以仍然沿用之前的背景界面。As shown in Figure 5, it is the display of the result interface, the background interface located in the foreground is moved to the background and becomes blurred, and the operation result interface located in the foreground. The background of the result interface shown in FIG. 5 can be set as another background interface, or the previous background interface can still be used.
本发明实施例,还提供了背景界面显示的形式,背景界面由于在操作界面的下层,背景界面会被前景界面所遮挡,在操作界面作为前景界面时,背景界面是次要信息,因此显示清晰度和/或浓度要低于前景,本发明实施例提供了如下解决方案:上述处理器702,用于控制执行:将背景界面显示为后景包括:The embodiment of the present invention also provides the display form of the background interface. Since the background interface is in the lower layer of the operation interface, the background interface will be blocked by the foreground interface. When the operation interface is used as the foreground interface, the background interface is secondary information, so the display is clear The degree and/or concentration are lower than the foreground, the embodiment of the present invention provides the following solution: the above-mentioned processor 702 is used to control the execution: displaying the background interface as the background includes:
将背景界面以模糊或者预定透明度的形式显示为后景。Display the background interface as the background in the form of blur or predetermined transparency.
基于背景界面的显示方式,本发明实施例还提供了另一种可选的隐藏操作界面的方案,具体如下:若上述背景界面以预定透明度的形式显示为后景,上述处理器702,用于控制执行:将上述前景图像隐藏,将上述背景界面显示为前景包括:Based on the display mode of the background interface, the embodiment of the present invention also provides another optional solution for hiding the operation interface, which is as follows: if the background interface is displayed as the background with predetermined transparency, the processor 702 is used to Control execution: hide the above-mentioned foreground image, and display the above-mentioned background interface as the foreground including:
首先将上述背景界面显示为前景,然后逐渐调整上述背景界面为非透明状态。Firstly, the above-mentioned background interface is displayed as the foreground, and then the above-mentioned background interface is gradually adjusted to a non-transparent state.
本发明实施例还提供了提示信息的显示方式,具体如下:上述处理器702,用于控制执行:显示执行所述操作指令的进度、正在执行的操作内容、动态或者静态显示的提示信息图像中的至少一项。The embodiment of the present invention also provides a display method of prompt information, specifically as follows: the above-mentioned processor 702 is used to control the execution: display the progress of executing the operation instruction, the content of the operation being executed, and the dynamic or static display of the prompt information image at least one of the .
在本实施例中,进度可以以静态文字提示的方式显示,例如:执行百分比,也可以采用动态图像如:滚动条,也可以动态图像和提示文字结合显示提示信息;动态或者静态的提示信息图像只要能够用于提示操作指令当前执行的相关信息就行,本实施例不作唯一性限定。In this embodiment, the progress can be displayed in the form of static text prompts, such as: execution percentage, or dynamic images such as: scroll bars, or a combination of dynamic images and prompt text to display prompt information; dynamic or static prompt information images As long as it can be used to prompt relevant information about the current execution of the operation instruction, this embodiment does not make a unique limitation.
本发明实施例还提供了另一种场景切换设备,如图8所示,为了便于说明,仅示出了与本发明实施例相关的部分,具体技术细节未揭示的,请参照本发明实施例方法部分。该终端可以为包括手机、平板电脑、PDA(PersonalDigital Assistant,个人数字助理)、POS(Point of Sales,销售终端)、车载电脑等任意终端设备,以终端为手机为例:The embodiment of the present invention also provides another scene switching device, as shown in Fig. 8, for the convenience of description, only the parts related to the embodiment of the present invention are shown, and the specific technical details are not disclosed, please refer to the embodiment of the present invention method section. The terminal can be any terminal device including mobile phone, tablet computer, PDA (Personal Digital Assistant, personal digital assistant), POS (Point of Sales, sales terminal), vehicle-mounted computer, etc. Taking the terminal as a mobile phone as an example:
图8示出的是与本发明实施例提供的终端相关的手机的部分结构的框图。参考图8,手机包括:射频(Radio Frequency,RF)电路810、存储器820、输入单元830、显示单元840、传感器850、音频电路860、无线保真(wirelessfidelity,WiFi)模块870、处理器880、以及电源890等部件。本领域技术人员可以理解,图8中示出的手机结构并不构成对手机的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。FIG. 8 is a block diagram showing a partial structure of a mobile phone related to the terminal provided by the embodiment of the present invention. Referring to FIG. 8 , the mobile phone includes: a radio frequency (Radio Frequency, RF) circuit 810, a memory 820, an input unit 830, a display unit 840, a sensor 850, an audio circuit 860, a wireless fidelity (wirelessfidelity, WiFi) module 870, a processor 880, And power supply 890 and other components. Those skilled in the art can understand that the structure of the mobile phone shown in FIG. 8 does not constitute a limitation to the mobile phone, and may include more or less components than shown in the figure, or combine some components, or arrange different components.
下面结合图8对手机的各个构成部件进行具体的介绍:The following is a specific introduction to each component of the mobile phone in conjunction with Figure 8:
RF电路810可用于收发信息或通话过程中,信号的接收和发送,特别地,将基站的下行信息接收后,给处理器880处理;另外,将设计上行的数据发送给基站。通常,RF电路810包括但不限于天线、至少一个放大器、收发信机、耦合器、低噪声放大器(Low Noise Amplifier,LNA)、双工器等。此外,RF电路810还可以通过无线通信与网络和其他设备通信。上述无线通信可以使用任一通信标准或协议,包括但不限于全球移动通讯系统(Global Systemof Mobile communication,GSM)、通用分组无线服务(General Packet RadioService,GPRS)、码分多址(Code Division Multiple Access,CDMA)、宽带码分多址(Wideband Code Division Multiple Access,WCDMA)、长期演进(Long Term Evolution,LTE)、电子邮件、短消息服务(Short Messaging Service,SMS)等。The RF circuit 810 can be used for sending and receiving information or receiving and sending signals during a call. In particular, after receiving the downlink information of the base station, it is processed by the processor 880; in addition, the designed uplink data is sent to the base station. Generally, the RF circuit 810 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier (Low Noise Amplifier, LNA), a duplexer, and the like. In addition, RF circuitry 810 may also communicate with networks and other devices via wireless communications. The above-mentioned wireless communication can use any communication standard or protocol, including but not limited to Global System of Mobile Communication (Global System of Mobile communication, GSM), General Packet Radio Service (General Packet Radio Service, GPRS), Code Division Multiple Access (Code Division Multiple Access) , CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (Long Term Evolution, LTE), email, Short Messaging Service (Short Messaging Service, SMS), etc.
存储器820可用于存储软件程序以及模块,处理器880通过运行存储在存储器820的软件程序以及模块,从而执行手机的各种功能应用以及数据处理。存储器820可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序(比如声音播放功能、图像播放功能等)等;存储数据区可存储根据手机的使用所创建的数据(比如音频数据、电话本等)等。此外,存储器820可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。The memory 820 can be used to store software programs and modules, and the processor 880 executes various functional applications and data processing of the mobile phone by running the software programs and modules stored in the memory 820 . The memory 820 can mainly include a program storage area and a data storage area, wherein the program storage area can store an operating system, at least one application program required by a function (such as a sound playback function, an image playback function, etc.); Data created by the use of mobile phones (such as audio data, phonebook, etc.), etc. In addition, the memory 820 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage devices.
输入单元830可用于接收输入的数字或字符信息,以及产生与手机的用户设置以及功能控制有关的键信号输入。具体地,输入单元830可包括触控面板831以及其他输入设备832。触控面板831,也称为触摸屏,可收集用户在其上或附近的触摸操作(比如用户使用手指、触笔等任何适合的物体或附件在触控面板831上或在触控面板831附近的操作),并根据预先设定的程式驱动相应的连接装置。可选的,触控面板831可包括触摸检测装置和触摸控制器两个部分。其中,触摸检测装置检测用户的触摸方位,并检测触摸操作带来的信号,将信号传送给触摸控制器;触摸控制器从触摸检测装置上接收触摸信息,并将它转换成触点坐标,再送给处理器880,并能接收处理器880发来的命令并加以执行。此外,可以采用电阻式、电容式、红外线以及表面声波等多种类型实现触控面板831。除了触控面板831,输入单元830还可以包括其他输入设备832。具体地,其他输入设备832可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆等中的一种或多种。The input unit 830 can be used to receive input numbers or character information, and generate key signal input related to user settings and function control of the mobile phone. Specifically, the input unit 830 may include a touch panel 831 and other input devices 832 . The touch panel 831, also referred to as a touch screen, can collect touch operations of the user on or near it (for example, the user uses any suitable object or accessory such as a finger or a stylus on the touch panel 831 or near the touch panel 831). operation), and drive the corresponding connection device according to the preset program. Optionally, the touch panel 831 may include two parts, a touch detection device and a touch controller. Among them, the touch detection device detects the user's touch orientation, and detects the signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts it into contact coordinates, and sends it to the to the processor 880, and can receive and execute commands sent by the processor 880. In addition, the touch panel 831 can be implemented in various types such as resistive, capacitive, infrared, and surface acoustic wave. In addition to the touch panel 831 , the input unit 830 may also include other input devices 832 . Specifically, other input devices 832 may include but not limited to one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), trackball, mouse, joystick, and the like.
显示单元840可用于显示由用户输入的信息或提供给用户的信息以及手机的各种菜单。显示单元840可包括显示面板841,可选的,可以采用液晶显示器(Liquid Crystal Display,LCD)、有机发光二极管(Organic Light-EmittingDiode,OLED)等形式来配置显示面板841。进一步的,触控面板831可覆盖显示面板841,当触控面板831检测到在其上或附近的触摸操作后,传送给处理器880以确定触摸事件的类型,随后处理器880根据触摸事件的类型在显示面板841上提供相应的视觉输出。虽然在图8中,触控面板831与显示面板841是作为两个独立的部件来实现手机的输入和输入功能,但是在某些实施例中,可以将触控面板831与显示面板841集成而实现手机的输入和输出功能。The display unit 840 may be used to display information input by or provided to the user and various menus of the mobile phone. The display unit 840 may include a display panel 841. Optionally, the display panel 841 may be configured in the form of a liquid crystal display (Liquid Crystal Display, LCD), an organic light-emitting diode (Organic Light-Emitting Diode, OLED), or the like. Further, the touch panel 831 can cover the display panel 841, and when the touch panel 831 detects a touch operation on or near it, it sends it to the processor 880 to determine the type of the touch event, and then the processor 880 according to the touch event The type provides a corresponding visual output on the display panel 841 . Although in FIG. 8 , the touch panel 831 and the display panel 841 are used as two independent components to realize the input and input functions of the mobile phone, in some embodiments, the touch panel 831 and the display panel 841 can be integrated and Realize the input and output functions of the mobile phone.
手机还可包括至少一种传感器850,比如光传感器、运动传感器以及其他传感器。具体地,光传感器可包括环境光传感器及接近传感器,其中,环境光传感器可根据环境光线的明暗来调节显示面板841的亮度,接近传感器可在手机移动到耳边时,关闭显示面板841和/或背光。作为运动传感器的一种,加速计传感器可检测各个方向上(一般为三轴)加速度的大小,静止时可检测出重力的大小及方向,可用于识别手机姿态的应用(比如横竖屏切换、相关游戏、磁力计姿态校准)、振动识别相关功能(比如计步器、敲击)等;至于手机还可配置的陀螺仪、气压计、湿度计、温度计、红外线传感器等其他传感器,在此不再赘述。The handset may also include at least one sensor 850, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display panel 841 according to the brightness of the ambient light, and the proximity sensor may turn off the display panel 841 and/or or backlight. As a kind of motion sensor, the accelerometer sensor can detect the magnitude of acceleration in various directions (generally three axes), and can detect the magnitude and direction of gravity when it is stationary, and can be used to identify the application of mobile phone posture (such as horizontal and vertical screen switching, related Games, magnetometer attitude calibration), vibration recognition related functions (such as pedometer, tap), etc.; as for other sensors such as gyroscope, barometer, hygrometer, thermometer, infrared sensor, etc. repeat.
音频电路860、扬声器861,传声器862可提供用户与手机之间的音频接口。音频电路860可将接收到的音频数据转换后的电信号,传输到扬声器861,由扬声器861转换为声音信号输出;另一方面,传声器862将收集的声音信号转换为电信号,由音频电路860接收后转换为音频数据,再将音频数据输出处理器880处理后,经RF电路810以发送给比如另一手机,或者将音频数据输出至存储器820以便进一步处理。The audio circuit 860, the speaker 861, and the microphone 862 can provide an audio interface between the user and the mobile phone. The audio circuit 860 can transmit the electrical signal converted from the received audio data to the speaker 861, and the speaker 861 converts it into an audio signal for output; After being received, it is converted into audio data, and then the audio data is processed by the output processor 880, and then sent to another mobile phone through the RF circuit 810, or the audio data is output to the memory 820 for further processing.
WiFi属于短距离无线传输技术,手机通过WiFi模块870可以帮助用户收发电子邮件、浏览网页和访问流式媒体等,它为用户提供了无线的宽带互联网访问。虽然图8示出了WiFi模块870,但是可以理解的是,其并不属于手机的必须构成,完全可以根据需要在不改变发明的本质的范围内而省略。WiFi is a short-distance wireless transmission technology. The mobile phone can help users send and receive emails, browse web pages, and access streaming media through the WiFi module 870. It provides users with wireless broadband Internet access. Although FIG. 8 shows a WiFi module 870, it can be understood that it is not an essential component of the mobile phone, and can be completely omitted as required without changing the essence of the invention.
处理器880是手机的控制中心,利用各种接口和线路连接整个手机的各个部分,通过运行或执行存储在存储器820内的软件程序和/或模块,以及调用存储在存储器820内的数据,执行手机的各种功能和处理数据,从而对手机进行整体监控。可选的,处理器880可包括一个或多个处理单元;优选的,处理器880可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器880中。The processor 880 is the control center of the mobile phone. It uses various interfaces and lines to connect various parts of the entire mobile phone. By running or executing software programs and/or modules stored in the memory 820, and calling data stored in the memory 820, execution Various functions and processing data of the mobile phone, so as to monitor the mobile phone as a whole. Optionally, the processor 880 may include one or more processing units; preferably, the processor 880 may integrate an application processor and a modem processor, wherein the application processor mainly processes operating systems, user interfaces, and application programs, etc. , the modem processor mainly handles wireless communications. It can be understood that the foregoing modem processor may not be integrated into the processor 880 .
手机还包括给各个部件供电的电源890(比如电池),优选的,电源可以通过电源管理系统与处理器880逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。The mobile phone also includes a power supply 890 (such as a battery) for supplying power to each component. Preferably, the power supply can be logically connected to the processor 880 through the power management system, so as to realize functions such as managing charging, discharging, and power consumption management through the power management system.
尽管未示出,手机还可以包括摄像头、蓝牙模块等,在此不再赘述。Although not shown, the mobile phone may also include a camera, a Bluetooth module, etc., which will not be repeated here.
在本发明实施例中,该终端所包括的处理器880可以用于控制执行以上方法流程,后者承载以上方法流程的应用程序。In the embodiment of the present invention, the processor 880 included in the terminal may be used to control the execution of the above method flow, and the latter carries the application program of the above method flow.
值得注意的是,上述设备实施例中,所包括的各个单元只是按照功能逻辑进行划分的,但并不局限于上述的划分,只要能够实现相应的功能即可;另外,各功能单元的具体名称也只是为了便于相互区分,并不用于限制本发明的保护范围。It is worth noting that in the above-mentioned device embodiments, the units included are only divided according to functional logic, but are not limited to the above-mentioned divisions, as long as the corresponding functions can be realized; in addition, the specific names of each functional unit It is only for the convenience of distinguishing each other, and is not used to limit the protection scope of the present invention.
另外,本领域普通技术人员可以理解实现上述各方法实施例中的全部或部分步骤是可以通过程序来指令相关的硬件完成,相应的程序可以存储于一种计算机可读存储介质中,上述提到的存储介质可以是只读存储器,磁盘或光盘等。In addition, those of ordinary skill in the art can understand that all or part of the steps in the above-mentioned method embodiments can be completed by instructing related hardware through programs, and the corresponding programs can be stored in a computer-readable storage medium. The storage medium can be read-only memory, magnetic disk or optical disk and so on.
以上仅为本发明较佳的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明实施例揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应该以权利要求的保护范围为准。The above are only preferred specific implementation modes of the present invention, but the scope of protection of the present invention is not limited thereto. Any person skilled in the art can easily think of changes or substitutions within the technical scope disclosed in the embodiments of the present invention. , should be covered within the protection scope of the present invention. Therefore, the protection scope of the present invention should be determined by the protection scope of the claims.
Claims (14)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510299425.1A CN106293375B (en) | 2015-06-03 | 2015-06-03 | Scene switching method and device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510299425.1A CN106293375B (en) | 2015-06-03 | 2015-06-03 | Scene switching method and device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN106293375A true CN106293375A (en) | 2017-01-04 |
| CN106293375B CN106293375B (en) | 2019-09-17 |
Family
ID=57655312
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201510299425.1A Active CN106293375B (en) | 2015-06-03 | 2015-06-03 | Scene switching method and device |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN106293375B (en) |
Cited By (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108052246A (en) * | 2017-11-27 | 2018-05-18 | 上海爱优威软件开发有限公司 | A kind of hiden application figure calibration method and terminal device |
| CN108347582A (en) * | 2017-01-23 | 2018-07-31 | 北京中创视讯科技有限公司 | The method and apparatus for minimizing video window |
| CN108595082A (en) * | 2018-03-15 | 2018-09-28 | 维沃移动通信有限公司 | A kind of information cuing method and terminal device |
| CN109284043A (en) * | 2017-07-19 | 2019-01-29 | 武汉斗鱼网络科技有限公司 | A kind of gift panel state information retention method and device |
| CN109669753A (en) * | 2018-12-21 | 2019-04-23 | 福建星网视易信息系统有限公司 | Digital audiovisual system interface display method and computer readable storage medium |
| CN109859328A (en) * | 2017-11-30 | 2019-06-07 | 百度在线网络技术(北京)有限公司 | A kind of method for changing scenes, device, equipment and medium |
| CN111158814A (en) * | 2019-12-18 | 2020-05-15 | 努比亚技术有限公司 | Interface switching method, terminal and computer readable storage medium |
| CN113596086A (en) * | 2021-06-25 | 2021-11-02 | 山东齐鲁数通科技有限公司 | Method and system for controlling GIS large-screen visualization application based on scene configuration |
| CN114554116A (en) * | 2020-11-27 | 2022-05-27 | 西安诺瓦星云科技股份有限公司 | Background image switching method and device, video output card and video processing equipment |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101950245A (en) * | 2010-09-29 | 2011-01-19 | 宇龙计算机通信科技(深圳)有限公司 | Information display method and system for mobile terminal and mobile terminal |
| CN102831912A (en) * | 2012-08-10 | 2012-12-19 | 上海量明科技发展有限公司 | Method, client and system for displaying playing progress of audio information |
| CN104111774A (en) * | 2014-06-16 | 2014-10-22 | 联想(北京)有限公司 | Information processing method and electronic device |
-
2015
- 2015-06-03 CN CN201510299425.1A patent/CN106293375B/en active Active
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101950245A (en) * | 2010-09-29 | 2011-01-19 | 宇龙计算机通信科技(深圳)有限公司 | Information display method and system for mobile terminal and mobile terminal |
| CN102831912A (en) * | 2012-08-10 | 2012-12-19 | 上海量明科技发展有限公司 | Method, client and system for displaying playing progress of audio information |
| CN104111774A (en) * | 2014-06-16 | 2014-10-22 | 联想(北京)有限公司 | Information processing method and electronic device |
Cited By (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108347582A (en) * | 2017-01-23 | 2018-07-31 | 北京中创视讯科技有限公司 | The method and apparatus for minimizing video window |
| CN108347582B (en) * | 2017-01-23 | 2021-01-05 | 北京中创视讯科技有限公司 | Method and apparatus for minimizing video windows |
| CN109284043A (en) * | 2017-07-19 | 2019-01-29 | 武汉斗鱼网络科技有限公司 | A kind of gift panel state information retention method and device |
| CN108052246A (en) * | 2017-11-27 | 2018-05-18 | 上海爱优威软件开发有限公司 | A kind of hiden application figure calibration method and terminal device |
| CN109859328A (en) * | 2017-11-30 | 2019-06-07 | 百度在线网络技术(北京)有限公司 | A kind of method for changing scenes, device, equipment and medium |
| CN108595082A (en) * | 2018-03-15 | 2018-09-28 | 维沃移动通信有限公司 | A kind of information cuing method and terminal device |
| CN108595082B (en) * | 2018-03-15 | 2020-05-26 | 维沃移动通信有限公司 | Information prompting method and terminal equipment |
| CN109669753B (en) * | 2018-12-21 | 2022-02-22 | 福建星网视易信息系统有限公司 | Digital audio-visual system interface display method and computer readable storage medium |
| CN109669753A (en) * | 2018-12-21 | 2019-04-23 | 福建星网视易信息系统有限公司 | Digital audiovisual system interface display method and computer readable storage medium |
| CN111158814A (en) * | 2019-12-18 | 2020-05-15 | 努比亚技术有限公司 | Interface switching method, terminal and computer readable storage medium |
| CN114554116A (en) * | 2020-11-27 | 2022-05-27 | 西安诺瓦星云科技股份有限公司 | Background image switching method and device, video output card and video processing equipment |
| CN113596086A (en) * | 2021-06-25 | 2021-11-02 | 山东齐鲁数通科技有限公司 | Method and system for controlling GIS large-screen visualization application based on scene configuration |
| CN113596086B (en) * | 2021-06-25 | 2023-12-05 | 山东齐鲁数通科技有限公司 | Method and system for controlling GIS large screen visual application based on scene configuration |
Also Published As
| Publication number | Publication date |
|---|---|
| CN106293375B (en) | 2019-09-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN106293375B (en) | Scene switching method and device | |
| CN111984165B (en) | Method and device for displaying message and terminal equipment | |
| US11575636B2 (en) | Method of managing processing progress of a message in a group communication interface and terminal | |
| CN108549519B (en) | Split screen processing method and device, storage medium and electronic equipment | |
| US20170199662A1 (en) | Touch operation method and apparatus for terminal | |
| CN105022552B (en) | A kind of method and apparatus for showing messaging list | |
| CN104571979B (en) | A kind of method and apparatus for realizing split view | |
| US20170147187A1 (en) | To-be-shared interface processing method, and terminal | |
| WO2016184302A1 (en) | Message forwarding method and electronic device | |
| CN104915091B (en) | A kind of method and apparatus for the prompt information that Shows Status Bar | |
| CN106406892A (en) | A shortcut function display method and device for applications and a terminal apparatus | |
| CN103677564B (en) | Slide response method, device and terminal device | |
| CN108958606A (en) | Multi-screen display method, device, storage medium and electronic equipment | |
| CN106385485A (en) | Call recording method, device and mobile terminal | |
| CN106371749A (en) | Method and device for terminal control | |
| CN108170329B (en) | Display control method and terminal equipment | |
| TW201541337A (en) | Method, device and system for displaying messages in mobile terminal | |
| CN104238931B (en) | Information input method and device and electronic equipment | |
| CN107423050A (en) | A kind of method and apparatus for penetrating operation | |
| CN107479799B (en) | Method and device for displaying window | |
| CN108564539A (en) | A kind of method and apparatus of display image | |
| CN104615451B (en) | A kind of method and device starting application | |
| CN106445491A (en) | A picture switching method and terminal equipment | |
| CN111124585A (en) | Operation method, device and readable storage medium of shortcut panel | |
| CN110109582B (en) | Display method, device and storage medium of mobile terminal |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |