CN105808049B - A kind of control method that realizing mobile terminal and device - Google Patents

A kind of control method that realizing mobile terminal and device Download PDF

Info

Publication number
CN105808049B
CN105808049B CN201610107645.4A CN201610107645A CN105808049B CN 105808049 B CN105808049 B CN 105808049B CN 201610107645 A CN201610107645 A CN 201610107645A CN 105808049 B CN105808049 B CN 105808049B
Authority
CN
China
Prior art keywords
event
key
reported
delay
module
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.)
Active
Application number
CN201610107645.4A
Other languages
Chinese (zh)
Other versions
CN105808049A (en
Inventor
唐桥
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Zhongwei Software Technology Co.,Ltd.
Original Assignee
Nubia Technology Co Ltd
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 Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN201610107645.4A priority Critical patent/CN105808049B/en
Publication of CN105808049A publication Critical patent/CN105808049A/en
Application granted granted Critical
Publication of CN105808049B publication Critical patent/CN105808049B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • 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]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Abstract

A kind of control method for realizing mobile terminal and device are announced herein, this method comprises: intercepting bottom key-press event;When the Key Up event for detecting bottom key-press event occurs, delay injection event action is carried out to the bottom key-press event intercepted;When detecting the operation from key zone to touch screen area in preset duration, cancels the delay to the bottom key-press event and inject event action.The embodiment of the present invention avoids the problem of bottom key that skating gesture causes on bottom accidentally touches, and the user experience is improved.

Description

A kind of control method that realizing mobile terminal and device
Technical field
The present embodiments relate to but be not limited to intelligent terminal technology, espespecially a kind of control method for realizing mobile terminal and Device.
Background technique
When operating to mobile terminal, event report flow in current Android system is as shown in Figure 1, specific packet It includes: firstly, the event that will test is reported to distribution filtering when input equipment (Input Device) detects the generation of event Layer (InputFlinger.so) processing;Then, reported event is distributed to framework services layer (Framework by distribution filter layer Service.jar) (or being event interception layer);Finally, that reported event is distributed to current interface is corresponding for framework services layer APP is handled by APP.
With popularizing for mobile terminal, gesture operation is also more popular, and skating gesture is grasped as the most common gesture on bottom Work can not but be popularized, as shown in Fig. 2, this is because there are key (menu (Menu) key, major key and returns (Back) for bottom Key), on being determined as bottom before skating gesture (detecting the operation from key zone to touch screen area), distribution filter layer will be the bottom of by The Key Up event of portion's key-press event is sent to APP via framework services layer, and then APP will handle the bottom key-press event, Therefore it can cause the false triggering of bottom key when there is skating gesture on bottom to generate.
Summary of the invention
This application provides a kind of control method for realizing mobile terminal and device, it can be avoided skating gesture on bottom and cause Bottom key accidentally touch the problem of, promoted user experience.
In order to reach the application purpose, this application provides a kind of control methods for realizing mobile terminal, comprising:
Intercept bottom key-press event;
When the Key Up event for detecting bottom key-press event occurs, the bottom key-press event intercepted is postponed Inject event action;
When detecting the operation from key zone to touch screen area in preset duration, the bottom key-press event is prolonged in cancellation Injection event action late.
Optionally, after event action is injected in the delay cancelled to the bottom key-press event, this method further include:
The default mark of MOTION_DOWN event setting is pressed for the touch screen from the key zone to touch screen area;
It carries out the MOTION_DOWN event for being provided with mark to report processing.
Optionally, when receiving reported event, this method further include:
When the reported event received be bottom key-press event Key Down event on give the correct time, intercept and described report thing Part;
When the reported event received be bottom key-press event Key Up event on give the correct time, judge whether to report to described Event carries out delay injection event action;
When the reported event received is the long-pressing event of bottom key-press event, terminate this process.
Optionally, described to judge whether that delay injection event action is carried out to reported event includes:
The state of the reported event received described in determination;
Delay injection event action is determined whether according to the state for the reported event determined.
Optionally, the state of the reported event received described in the determination includes:
Whether detect in the reported event has the default mark;
When detecting has the default mark in the reported event, determine that the reported event is sliding operation on bottom And the state for recording the reported event is true TRUE;
When detecting does not have the default mark in the reported event, it is non-for recording the state of the injection event TRUE。
Optionally, the state for the reported event that the basis is determined determines whether that delay injection event action includes:
When the state of the reported event is TRUE, event action is injected without delay to the reported event;
When the state of the reported event is non-TRUE, delay injection event action is carried out to the reported event.
Optionally, the delay injection event action that carries out includes: one timer of setting;When the timing of the timer When length reaches the preset duration, the bottom key-press event is injected.
Optionally, when the operation from key zone to touch screen area is not detected in the preset duration, this method is also wrapped It includes: injecting the bottom key-press event.
Optionally, described preset is identified as FLAG_MASK_BOTTOM_KEY, and the value of the default mark is 0x80000000。
Present invention also provides a kind of control devices for realizing mobile terminal, comprising: at bottom key blocking module, delay Manage module and detection module;Wherein,
Bottom key blocking module, for intercepting bottom key-press event;When the Key Up thing for detecting bottom key-press event When part occurs, delay disposal module is notified;
Postponement module, for receiving the notice from bottom key blocking module, to the bottom key-press event intercepted Carry out delay injection event action;The notice for carrying out self-detection module is received, cancels the delay to the bottom key-press event and injects Event action
Detection module, for when detecting the operation from key zone to touch screen area in preset duration, notice to postpone mould Block.
Optionally, which further includes mark module and event interception module;Wherein,
It is default to press the setting of MOTION_DOWN event for the touch screen from the key zone to touch screen area for the mark module Mark;
It carries out the MOTION_DOWN event for being provided with mark to be reported to the event interception module;Correspondingly,
The event interception module, for receiving reported event.
Optionally, the event interception module, is also used to:
When the reported event received be bottom key-press event Key Down event on give the correct time, intercept and described report thing Part;
When the reported event received be bottom key-press event Key Up event on give the correct time, judge whether to report to described Event carries out delay injection event action;
When the reported event received is the long-pressing event of bottom key-press event, terminate this process.
Optionally, the event interception module judges whether that delay injection event action is carried out to reported event includes:
The state of the reported event received described in determination;
Delay injection event action is determined whether according to the state for the reported event determined.
Optionally, the event interception module determine described in the state of reported event that receives include:
Whether detect in the reported event has the default mark;
When detecting has the default mark in the reported event, determine that the reported event is sliding operation on bottom And the state for recording the reported event is true TRUE;
When detecting does not have the default mark in the reported event, it is non-for recording the state of the injection event TRUE。
Optionally, the event interception module determines whether to postpone injection event according to the state for the reported event determined Operation includes:
When the state of the reported event be TRUE when, notify the delay disposal module to the reported event without Delay injection event action;
When the state of the reported event is non-TRUE, the delay disposal module is notified to carry out the reported event Delay injection event action.
Optionally, the delay injection event action that carries out includes: one timer of setting;When the timing of the timer When length reaches the preset duration, the bottom key-press event is injected.
Optionally, when the operation from key zone to touch screen area is not detected in the preset duration, which is also wrapped It includes: injecting the bottom key-press event.
Optionally, described preset is identified as FLAG_MASK_BOTTOM_KEY, and the value of the default mark is 0x80000000。
The embodiment of the present invention includes: intercept bottom key-press event;When the Key Up event for detecting bottom key-press event is sent out When raw, delay injection event action is carried out to the bottom key-press event intercepted;When being detected in preset duration from key zone To touch screen area operation when, cancel and event action injected to the delay of the bottom key-press event.The embodiment of the present invention avoids bottom The problem of bottom key that skating gesture causes in portion accidentally touches, the user experience is improved.
Detailed description of the invention
The drawings described herein are used to provide a further understanding of the present invention, constitutes part of this application, this hair Bright illustrative embodiments and their description are used to explain the present invention, and are not constituted improper limitations of the present invention.In the accompanying drawings:
Fig. 1 is the schematic diagram of event report flow in existing Android system;
Fig. 2 is the schematic diagram of sliding operation on existing bottom;
The hardware structural diagram of Fig. 3 each embodiment one optional mobile terminal to realize the present invention;
Fig. 4 is the schematic diagram for supporting the communication system communicated between mobile terminal of the present invention;
Fig. 5 is the flow chart for the control method that the present invention realizes mobile terminal;
Fig. 6 is the flow chart of the embodiment for the control method that the present invention realizes mobile terminal;
Fig. 7 is the structural schematic diagram for the control device that the present invention realizes mobile terminal.
Specific embodiment
Technical solution of the present invention is described in detail below in conjunction with accompanying drawings and embodiments.
The mobile terminal of each embodiment of the present invention is realized in description with reference to the drawings.In subsequent description, use For indicate element such as " module ", " component " or " unit " suffix only for being conducive to explanation of the invention, itself There is no specific meanings.Therefore, " module " can be used mixedly with " component ".
Mobile terminal can be implemented in a variety of manners.For example, terminal described in the present invention may include such as moving Phone, smart phone, laptop, digit broadcasting receiver, PDA (personal digital assistant), PAD (tablet computer), PMP The mobile terminal of (portable media player), navigation device etc. and such as number TV, desktop computer etc. are consolidated Determine terminal.Hereinafter it is assumed that terminal is mobile terminal.However, it will be understood by those skilled in the art that in addition to being used in particular for moving Except the element of purpose, the construction of embodiment according to the present invention can also apply to the terminal of fixed type.
The hardware structural diagram of Fig. 3 each embodiment one optional mobile terminal to realize the present invention.
Mobile terminal 100 may include 110 user input unit 130 of wireless communication unit, sensing unit 140, output list Member 150, memory 160, interface unit 170, controller 180 and power supply unit 190 etc..Fig. 3 is shown with various assemblies Mobile terminal, it should be understood that being not required for implementing all components shown.Can alternatively it implement more or less Component.The element of mobile terminal will be discussed in more detail below.
Wireless communication unit 110 generally includes one or more components, allows mobile terminal 100 and wireless communication system Or the radio communication between network.For example, wireless communication unit may include broadcasting reception module 111, mobile communication module 112, at least one of wireless Internet module 113.
Broadcasting reception module 111 receives broadcast singal and/or broadcast from external broadcast management server via broadcast channel Relevant information.Broadcast channel may include satellite channel and/or terrestrial channel.Broadcast management server, which can be, to be generated and sent The broadcast singal and/or broadcast related information generated before the server or reception of broadcast singal and/or broadcast related information And send it to the server of terminal.Broadcast singal may include TV broadcast singal, radio signals, data broadcasting Signal etc..Moreover, broadcast singal may further include the broadcast singal combined with TV or radio signals.Broadcast phase Closing information can also provide via mobile communications network, and in this case, broadcast related information can be by mobile communication mould Block 112 receives.Broadcast singal can exist in a variety of manners, for example, it can be with the electronics of digital multimedia broadcasting (DMB) Program guide (EPG), digital video broadcast-handheld (DVB-H) electronic service guidebooks (ESG) etc. form and exist.Broadcast Receiving module 111 can receive signal broadcast by using various types of broadcast systems.Particularly, broadcasting reception module 111 It can be wide by using such as multimedia broadcasting-ground (DMB-T), digital multimedia broadcasting-satellite (DMB-S), digital video It broadcasts-holds (DVB-H), forward link media (MediaFLO@) Radio Data System, received terrestrial digital broadcasting integrated service (ISDB-T) etc. digit broadcasting system receives digital broadcasting.Broadcasting reception module 111, which may be constructed such that, to be adapted to provide for extensively Broadcast the various broadcast systems and above-mentioned digit broadcasting system of signal.Via the received broadcast singal of broadcasting reception module 111 and/ Or broadcast related information can store in memory 160 (or other types of storage medium).
Mobile communication module 112 sends radio signals to base station (for example, access point, node B etc.), exterior terminal And at least one of server and/or receive from it radio signal.Such radio signal may include that voice is logical Talk about signal, video calling signal or according to text and/or Multimedia Message transmission and/or received various types of data.
The Wi-Fi (Wireless Internet Access) of the support mobile terminal of wireless Internet module 113.The module can be internally or externally It is couple to terminal.Wi-Fi (Wireless Internet Access) technology involved in the module may include WLAN (Wireless LAN) (Wi-Fi), Wibro (WiMAX), Wimax (worldwide interoperability for microwave accesses), HSDPA (high-speed downlink packet access) etc..
The order that user input unit 130 can be inputted according to user generates key input data to control each of mobile terminal Kind operation.User input unit 130 allows user to input various types of information, and may include keyboard, metal dome, touch Plate (for example, the sensitive component of detection due to the variation of resistance, pressure, capacitor etc. caused by being contacted), idler wheel, rocking bar etc. Deng.Particularly, when touch tablet is superimposed upon in the form of layer on display unit 151, touch screen can be formed.
Sensing unit 140 detects the current state of mobile terminal 100, (for example, mobile terminal 100 opens or closes shape State), the position of mobile terminal 100, user is for the presence or absence of contact (that is, touch input) of mobile terminal 100, mobile terminal 100 orientation, the acceleration or deceleration movement of mobile terminal 100 and direction etc., and generate for controlling mobile terminal 100 The order of operation or signal.For example, sensing unit 140 can sense when mobile terminal 100 is embodied as sliding-type mobile phone The sliding-type phone is to open or close.In addition, sensing unit 140 be able to detect power supply unit 190 whether provide electric power or Whether person's interface unit 170 couples with external device (ED).
Interface unit 170 be used as at least one external device (ED) connect with mobile terminal 100 can by interface.For example, External device (ED) may include wired or wireless headphone port, external power supply (or battery charger) port, wired or nothing Line data port, memory card port, the port for connecting the device with identification module, audio input/output (I/O) end Mouth, video i/o port, ear port etc..Identification module can be storage and use each of mobile terminal 100 for verifying user It plants information and may include subscriber identification module (UIM), client identification module (SIM), Universal Subscriber identification module (USIM) Etc..In addition, the device (hereinafter referred to as " identification device ") with identification module can take the form of smart card, therefore, know Other device can be connect via port or other attachment devices with mobile terminal 100.Interface unit 170, which can be used for receiving, to be come from The input (for example, data information, electric power etc.) of external device (ED) and the input received is transferred in mobile terminal 100 One or more elements can be used for transmitting data between mobile terminal and external device (ED).
In addition, when mobile terminal 100 is connect with external base, interface unit 170 may be used as allowing will be electric by it Power, which is provided from pedestal to the path or may be used as of mobile terminal 100, allows the various command signals inputted from pedestal to pass through it It is transferred to the path of mobile terminal.The various command signals or electric power inputted from pedestal, which may be used as mobile terminal for identification, is The no signal being accurately fitted on pedestal.Output unit 150 is configured to provide with vision, audio and/or tactile manner defeated Signal (for example, audio signal, vision signal, alarm signal, vibration signal etc.) out.Output unit 150 may include display Unit 151, audio output module 152 etc..
Display unit 151 may be displayed on the information handled in mobile terminal 100.For example, when mobile terminal 100 is in electricity When talking about call mode, display unit 151 can show and converse or other communicate (for example, text messaging, multimedia file Downloading etc.) relevant user interface (UI) or graphic user interface (GUI).When mobile terminal 100 is in video calling mode Or when image capture mode, display unit 151 can show captured image and/or received image, show video or figure Picture and the UI or GUI of correlation function etc..
Meanwhile when display unit 151 and touch tablet in the form of layer it is superposed on one another to form touch screen when, display unit 151 may be used as input unit and output device.Display unit 151 may include liquid crystal display (LCD), thin film transistor (TFT) In LCD (TFT-LCD), Organic Light Emitting Diode (OLED) display, flexible display, three-dimensional (3D) display etc. at least It is a kind of.Some in these displays may be constructed such that transparence to allow user to watch from outside, this is properly termed as transparent Display, typical transparent display can be, for example, TOLED (transparent organic light emitting diode) display etc..According to specific Desired embodiment, mobile terminal 100 may include two or more display units (or other display devices), for example, moving Dynamic terminal may include outernal display unit (not shown) and inner display unit (not shown).Touch screen can be used for detecting touch Input pressure and touch input position and touch input area.
Audio output module 152 can mobile terminal be in call signal reception pattern, call mode, logging mode, It is when under the isotypes such as speech recognition mode, broadcast reception mode, wireless communication unit 110 is received or in memory 160 The audio data transducing audio signal of middle storage and to export be sound.Moreover, audio output module 152 can provide and movement The relevant audio output of specific function (for example, call signal receives sound, message sink sound etc.) that terminal 100 executes. Audio output module 152 may include loudspeaker, buzzer etc..
Memory 160 can store the software program etc. of the processing and control operation that are executed by controller 180, Huo Zheke Temporarily to store oneself data (for example, telephone directory, message, still image, video etc.) through exporting or will export.And And memory 160 can store about the vibrations of various modes and audio signal exported when touching and being applied to touch screen Data.
Memory 160 may include the storage medium of at least one type, and the storage medium includes flash memory, hard disk, more Media card, card-type memory (for example, SD or DX memory etc.), random access storage device (RAM), static random-access storage Device (SRAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read only memory (PROM), magnetic storage, disk, CD etc..Moreover, mobile terminal 100 can execute memory with by network connection The network storage device of 160 store function cooperates.
The overall operation of the usually control mobile terminal of controller 180.For example, controller 180 executes and voice communication, data Communication, video calling etc. relevant control and processing.In addition, controller 180 may include for reproducing (or playback) more matchmakers The multi-media module 181 of volume data, multi-media module 181 can construct in controller 180, or can be structured as and control Device 180 separates.Controller 180 can be with execution pattern identifying processing, by the handwriting input executed on the touchscreen or picture It draws input and is identified as character or image.
Power supply unit 190 receives external power or internal power under the control of controller 180 and provides operation each member Electric power appropriate needed for part and component.
Various embodiments described herein can be to use the calculating of such as computer software, hardware or any combination thereof Machine readable medium is implemented.Hardware is implemented, embodiment described herein can be by using application-specific IC (ASIC), digital signal processor (DSP), digital signal processing device (DSPD), programmable logic device (PLD), scene can Programming gate array (FPGA), controller, microcontroller, microprocessor, is designed to execute function described herein processor At least one of electronic unit is implemented, and in some cases, such embodiment can be implemented in controller 180. For software implementation, the embodiment of such as process or function can with allow to execute the individual of at least one functions or operations Software module is implemented.Software code can by the software application (or program) write with any programming language appropriate Lai Implement, software code can store in memory 160 and be executed by controller 180.
So far, oneself is through describing mobile terminal according to its function.In the following, for the sake of brevity, will description such as folded form, Slide type mobile terminal in various types of mobile terminals of board-type, oscillating-type, slide type mobile terminal etc., which is used as, to be shown Example.Therefore, the present invention can be applied to any kind of mobile terminal, and be not limited to slide type mobile terminal.
Mobile terminal 100 as shown in Figure 3 may be constructed such that using via frame or grouping send data it is all if any Line and wireless communication system and satellite-based communication system operate.
Referring now to Fig. 4 description communication system that wherein mobile terminal according to the present invention can operate.
Different air interface and/or physical layer can be used in such communication system.For example, used by communication system Air interface includes such as frequency division multiple access (FDMA), time division multiple acess (TDMA), CDMA (CDMA) and universal mobile communications system System (UMTS) (particularly, long term evolution (LTE)), global system for mobile communications (GSM) etc..As non-limiting example, under The description in face is related to cdma communication system, but such introduction is equally applicable to other types of system.
With reference to Fig. 4, cdma wireless communication system may include multiple mobile terminals 100, multiple base stations (BS) 270, base station Controller (BSC) 275 and mobile switching centre (MSC) 280.MSC280 is configured to and Public Switched Telephony Network (PSTN) 290 form interface.MSC280 is also structured to form interface with the BSC275 that can be couple to base station 270 via back haul link. Back haul link can be constructed according to any in several known interfaces, and the interface includes such as E1/T1, ATM, IP, PPP, frame relay, HDSL, ADSL or xDSL.It will be appreciated that system may include multiple BSC2750 as shown in Figure 4.
Each BS270 can service one or more subregions (or region), by multidirectional antenna or the day of direction specific direction Each subregion of line covering is radially far from BS270.Alternatively, each subregion can be by two or more for diversity reception Antenna covering.Each BS270, which may be constructed such that, supports multiple frequency distribution, and the distribution of each frequency has specific frequency spectrum (for example, 1.25MHz, 5MHz etc.).
What subregion and frequency were distributed, which intersects, can be referred to as CDMA Channel.BS270 can also be referred to as base station transceiver System (BTS) or other equivalent terms.In this case, term " base station " can be used for broadly indicating single BSC275 and at least one BS270.Base station can also be referred to as " cellular station ".Alternatively, each subregion of specific BS270 can be claimed For multiple cellular stations.
As shown in Figure 4, broadcast singal is sent to the mobile terminal operated in system by broadcsting transmitter (BT) 295 100.Broadcasting reception module 111 as shown in Figure 3 is arranged at mobile terminal 100 to receive the broadcast sent by BT295 Signal.In fig. 4 it is shown that several global positioning system (GPS) satellites 300.The help of satellite 300 positions multiple mobile terminals At least one of 100.
In Fig. 4, multiple satellites 300 are depicted, it is understood that, it is useful to can use any number of satellite acquisition Location information.GPS module 115 as shown in Figure 3 is generally configured to cooperate with satellite 300 to obtain desired positioning and believe Breath.It substitutes GPS tracking technique or except GPS tracking technique, the other of the position that can track mobile terminal can be used Technology.In addition, at least one 300 property of can choose of GPS satellite or extraly processing satellite dmb transmission.
As a typical operation of wireless communication system, BS270 receives the reverse link from various mobile terminals 100 Signal.Mobile terminal 100 usually participates in call, information receiving and transmitting and other types of communication.Certain base station 270 is received each anti- It is handled in specific BS270 to link signal.The data of acquisition are forwarded to relevant BSC275.BSC provides call The mobile management function of resource allocation and the coordination including the soft switching process between BS270.The number that BSC275 will also be received According to MSC280 is routed to, the additional route service for forming interface with PSTN290 is provided.Similarly, PSTN290 with MSC280 forms interface, and MSC and BSC275 form interface, and BSC275 controls BS270 correspondingly with by forward link signals It is sent to mobile terminal 100.
Based on above-mentioned mobile terminal hardware configuration and communication system, each embodiment of the method for the present invention is proposed.
Fig. 5 is the flow chart for the control method that the present invention realizes mobile terminal, as shown in Figure 5, comprising:
Step 500: intercepting bottom key-press event.
Step 501: when the Key Up event for detecting bottom key-press event occurs, to the bottom key-press event intercepted Carry out delay injection event action.
Step 502: when detecting the operation from key zone to touch screen area in preset duration, cancelling to the bottom key Event action is injected in the delay of event.
Wherein, a default value, such as 10 milliseconds can be arranged in preset duration by system, can also be by user according to itself need It asks and is set, such as can be set to 6 milliseconds, may be set to be 15 milliseconds.
Optionally, cancelling the delay injection event action to the bottom key-press event, this method further include:
The default mark of MOTION_DOWN event setting is pressed for the touch screen from key zone to touch screen area;
It carries out the MOTION_DOWN event for being provided with mark to report processing.Wherein, it presets and is identified as FLAG_MASK_ BOTTOM_KEY, the value for presetting mark is 0x80000000.
Optionally, when receiving reported event, this method further include:
When the reported event received be bottom key-press event Key Down event on give the correct time, intercept fall reported event;
When the reported event received be bottom key-press event Key Up event on give the correct time, judge whether to reported event Carry out delay injection event action;
When the reported event received is the long-pressing event of bottom key-press event, terminate this process.
Wherein, it intercepts reported event and refers to discarding reported event.
Wherein, judge whether that delay injection event action is carried out to reported event includes:
Determine the state of the reported event received;
Delay injection event action is determined whether according to the state for the reported event determined.
Wherein it is determined that the state of the reported event received includes: whether to have default mark in detection reported event;
When detecting in reported event has default mark, determine that reported event is to slide to operate and record on bottom to report thing The state of part is true TRUE;
When detecting that Non-precondition identifies in reported event, the state of record injection event is non-TRUE.Wherein, non- TRUE can be false (FALSE).Wherein it is possible to record the state of reported event with member variable mBottomSlideUp.
Wherein, determine whether that delay injection event action includes: according to the state for the reported event determined
When the state of reported event is TRUE, event action is injected without delay to reported event;
When the state of reported event is non-TRUE, delay injection event action is carried out to reported event.
Wherein, reported event is injected without delay injection event action to reported event.
It should be noted that illustrating that reported event at this time is on the key of bottom when the state of reported event is TRUE Sliding operation;When the state of reported event is non-TRUE, illustrate that reported event at this time is bottom key-press event.
Wherein, carrying out delay injection event action includes: one timer of setting;When the timing duration of timer reaches default When duration, bottom key-press event is injected.
Optionally, when the operation from key zone to touch screen area is not detected in preset duration, this method further include: note Enter bottom key-press event.
In embodiment of the present invention, by intercepting bottom key-press event, when the Key Up thing for detecting bottom key-press event When part occurs, to the bottom key-press event intercepted carry out delay injection event action and when detect in preset duration from Key zone to touch screen area operation when, cancel the bottom key-press event delay injection event action, so as to avoid on bottom The problem of bottom key that skating gesture causes accidentally touches, the user experience is improved.
Fig. 6 is the flow chart of the embodiment for the control method that the present invention realizes mobile terminal, as shown in Figure 6, comprising:
Step 600: intercepting bottom key-press event.
Step 601: when the Key Up event for detecting bottom key-press event occurs, to the bottom key-press event intercepted Carry out delay injection event action.
Wherein, carrying out delay injection event action includes: one timer of setting;When the timing duration of timer reaches default When duration, bottom key-press event is injected.
Step 602: judging the operation from key zone to touch screen area whether is detected in preset duration.When in preset duration When inside detecting the operation from key zone to touch screen area, it is transferred to step 603;Otherwise, it is transferred to step 604.
Wherein, a default value, such as 10 milliseconds can be arranged in preset duration by system, can also be by user according to itself need It asks and is set, such as can be set to 6 milliseconds, may be set to be 15 milliseconds.
Step 603: cancelling the delay to the bottom key-press event and inject event action.It is transferred to step 605.
Step 604: injection bottom key-press event.
Step 605: pressing the default mark of MOTION_DOWN event setting for the touch screen from key zone to touch screen area.
Wherein, it presets and is identified as FLAG_MASK_BOTTOM_KEY, the value for presetting mark is 0x80000000.
Step 606: carrying out the MOTION_DOWN event for being provided with mark to report processing.
Step 607: receiving reported event.
Specifically include: when the reported event received be bottom key-press event Key Down event on give the correct time, interception is fallen Reported event;
When the reported event received be bottom key-press event Key Up event on give the correct time, judge whether to reported event Carry out delay injection event action;
When the reported event received is the long-pressing event of bottom key-press event, terminate this process.
Wherein, it intercepts reported event and refers to discarding reported event.
Wherein, judge whether that delay injection event action is carried out to reported event includes:
Determine the state of the reported event received;
Delay injection event action is determined whether according to the state for the reported event determined.
Wherein it is determined that the state of the reported event received includes: whether to have default mark in detection reported event;
When detecting in reported event has default mark, determine that reported event is to slide to operate and record on bottom to report thing The state of part is true TRUE;
When detecting that Non-precondition identifies in reported event, the state of record injection event is non-TRUE.Wherein, non- TRUE can be false (FALSE).Wherein it is possible to record the state of reported event with member variable mBottomSlideUp.
Wherein, determine whether that delay injection event action includes: according to the state for the reported event determined
When the state of reported event is TRUE, event action is injected without delay to reported event;
When the state of reported event is non-TRUE, delay injection event action is carried out to reported event.
Wherein, reported event is directly injected into without delay injection event action to reported event.
It should be noted that illustrating that reported event at this time is on the key of bottom when the state of reported event is TRUE Sliding operation;When the state of reported event is non-TRUE, illustrate that reported event at this time is bottom key-press event.
Fig. 7 is the structural schematic diagram for the control device that the present invention realizes mobile terminal, as shown in fig. 7, comprises: bottom key Blocking module 70, delay disposal module 71 and detection module 72.Wherein,
Bottom key blocking module 70, for intercepting bottom key-press event;As the Key Up for detecting bottom key-press event When event occurs, delay disposal module 71 is notified.
Postponement module, for receiving the notice from bottom key blocking module 70, to the bottom key thing intercepted Part carries out delay injection event action;The notice for carrying out self-detection module 72 is received, the delay to the bottom key-press event is cancelled Inject event action.
Detection module 72, for when detecting the operation from key zone to touch screen area in preset duration, notice to postpone Module.
Wherein, a default value, such as 10 milliseconds can be arranged in preset duration by system, can also be by user according to itself need It asks and is set, such as can be set to 6 milliseconds, may be set to be 15 milliseconds.
Optionally, detection module 72 are also used to work as the operation being not detected in preset duration from key zone to touch screen area When, notice delay disposal module 71 carries out implant operation;Correspondingly,
Delay disposal module 71 is also used to receive the implant operation notice for carrying out self-detection module 72, injects bottom key Event.
Wherein, it includes: one timer of setting that delay disposal module 71, which carries out delay injection event action,;When the meter of timer When constantly length reaches preset duration, bottom key-press event is injected.
Optionally, which further includes mark module 73 and event interception module 74;Wherein,
Mark module 73 presses the default mark of MOTION_DOWN event setting for the touch screen from key zone to touch screen area;
It carries out the MOTION_DOWN event for being provided with mark to be reported to event interception module 74;Correspondingly,
Event interception module 74, for receiving reported event.
Wherein, it presets and is identified as FLAG_MASK_BOTTOM_KEY, the value for presetting mark is 0x80000000.
Optionally, event interception module 74, is also used to:
When the reported event received be bottom key-press event Key Down event on give the correct time, intercept fall reported event;
When the reported event received be bottom key-press event Key Up event on give the correct time, judge whether to reported event Carry out delay injection event action;
When the reported event received is the long-pressing event of bottom key-press event, terminate this process.
Wherein, event interception module 74 judges whether that delay injection event action is carried out to reported event includes:
Determine the state of the reported event received;
Delay injection event action is determined whether according to the state for the reported event determined.
Wherein, event interception module 74 determines that the state of the reported event received includes:
Whether there is default mark in detection reported event;
When detecting in reported event has default mark, determine that reported event is to slide to operate and record on bottom to report thing The state of part is true TRUE;
When detecting that Non-precondition identifies in reported event, the state of record injection event is non-TRUE.Wherein, non- TRUE can be false (FALSE).Wherein it is possible to record the state of reported event with member variable mBottomSlideUp.
Wherein, event interception module 74 determines whether delay injection event action according to the state for the reported event determined Include:
When the state of reported event is TRUE, notice delay disposal module 71 injects thing without delay to reported event Part operation;
When the state of reported event is non-TRUE, notice delay disposal module 71 carries out delay injection thing to reported event Part operation.
It should be noted that illustrating that reported event at this time is on the key of bottom when the state of reported event is TRUE Sliding operation;When the state of reported event is non-TRUE, illustrate that reported event at this time is bottom key-press event.
Optionally, delay disposal module 71 is also used to receive the notice from event interception module 74, to reported event Carry out delay injection event action;It include: injection reported event.
Optionally, above-mentioned control device can be set in the terminal.
Preferred embodiment, the control device in the preferable implementation includes: bottom key blocking module 70, delay disposal module 71, detection module 72, mark module 73 and event interception module 74.Wherein,
Bottom key blocking module 70, for intercepting bottom key-press event;As the Key Up for detecting bottom key-press event When event occurs, delay disposal module 71 is notified.
Postponement module, for receiving the notice from bottom key blocking module 70, to the bottom key thing intercepted Part carries out delay injection event action;The notice for carrying out self-detection module 72 is received, the delay to the bottom key-press event is cancelled Inject event action.
Detection module 72, for when detecting the operation from key zone to touch screen area in preset duration, notice to postpone Module.
Wherein, a default value, such as 10 milliseconds can be arranged in preset duration by system, can also be by user according to itself need It asks and is set, such as can be set to 6 milliseconds, may be set to be 15 milliseconds.
Optionally, detection module 72 are also used to work as the operation being not detected in preset duration from key zone to touch screen area When, notice delay disposal module 71 carries out implant operation;Correspondingly,
Delay disposal module 71 is also used to receive the implant operation notice for carrying out self-detection module 72, injects bottom key Event.
Wherein, it includes: one timer of setting that delay disposal module 71, which carries out delay injection event action,;When the meter of timer When constantly length reaches preset duration, bottom key-press event is injected.
Mark module 73 presses the default mark of MOTION_DOWN event setting for the touch screen from key zone to touch screen area;
It carries out the MOTION_DOWN event for being provided with mark to be reported to event interception module 74.
Event interception module 74, for receiving reported event.
Wherein, it presets and is identified as FLAG_MASK_BOTTOM_KEY, the value for presetting mark is 0x80000000.
Optionally, event interception module 74, is also used to:
When the reported event received be bottom key-press event Key Down event on give the correct time, intercept fall reported event;
When the reported event received be bottom key-press event Key Up event on give the correct time, judge whether to reported event Carry out delay injection event action;
When the reported event received is the long-pressing event of bottom key-press event, terminate this process.
Wherein, event interception module 74 judges whether that delay injection event action is carried out to reported event includes:
Determine the state of the reported event received;
Delay injection event action is determined whether according to the state for the reported event determined.
Wherein, event interception module 74 determines that the state of the reported event received includes:
Whether there is default mark in detection reported event;
When detecting in reported event has default mark, determine that reported event is to slide to operate and record on bottom to report thing The state of part is true TRUE;
When detecting that Non-precondition identifies in reported event, the state of record injection event is non-TRUE.Wherein, non- TRUE can be false (FALSE).Wherein it is possible to record the state of reported event with member variable mBottomSlideUp.
Wherein, event interception module 74 determines whether delay injection event action according to the state for the reported event determined Include:
When the state of reported event is TRUE, notice delay disposal module 71 injects thing without delay to reported event Part operation;
When the state of reported event is non-TRUE, notice delay disposal module 71 carries out delay injection thing to reported event Part operation.
It should be noted that illustrating that reported event at this time is on the key of bottom when the state of reported event is TRUE Sliding operation;When the state of reported event is non-TRUE, illustrate that reported event at this time is bottom key-press event.
Optionally, delay disposal module 71 is also used to receive the notice from event interception module 74, to reported event Carry out delay injection event action;It include: injection reported event.
It should be noted that, in this document, the terms "include", "comprise" or its any other variant are intended to non-row His property includes, so that the process, method, article or the device that include a series of elements not only include those elements, and And further include other elements that are not explicitly listed, or further include for this process, method, article or device institute it is intrinsic Element.In the absence of more restrictions, the element limited by sentence "including a ...", it is not excluded that including being somebody's turn to do There is also other identical elements in the process, method of element, article or device.
The serial number of the above embodiments of the invention is only for description, does not represent the advantages or disadvantages of the embodiments.
Those of ordinary skill in the art will appreciate that all or part of the steps in the above method can be instructed by program Related hardware (such as processor) is completed, and described program can store in computer readable storage medium, as read-only memory, Disk or CD etc..Optionally, one or more integrated circuits also can be used in all or part of the steps of above-described embodiment It realizes.Correspondingly, each module/unit in above-described embodiment can take the form of hardware realization, such as pass through integrated circuit It realizes its corresponding function, can also be realized in the form of software function module, such as be stored in and deposited by processor execution Program/instruction in reservoir realizes its corresponding function.The present invention is not limited to the knots of the hardware and software of any particular form It closes.
The above is only preferred embodiment of the present application, are not intended to limit the scope of the patents of the application, all to utilize this Shen Please equivalent structure or equivalent flow shift made by specification and accompanying drawing content, be applied directly or indirectly in other relevant skills Art field similarly includes in the scope of patent protection of the application.

Claims (18)

1. a kind of control method for realizing mobile terminal characterized by comprising
Intercept bottom key-press event;
When the Key Up event for detecting bottom key-press event occurs, delay injection is carried out to the bottom key-press event intercepted Event action;
When detecting the operation from key zone to touch screen area in preset duration, cancels the delay to the bottom key-press event and infuse Incoming event operation;
Wherein, the delay injection event action cancelled to the bottom key-press event refers to, cancels the bottom key-press event Key Up event, makes its failure.
2. control method according to claim 1, which is characterized in that in delay of the cancellation to the bottom key-press event It injects after event action, this method further include:
The default mark of MOTION_DOWN event setting is pressed for the touch screen from the key zone to touch screen area;
It carries out the MOTION_DOWN event for being provided with mark to report processing.
3. control method according to claim 2, which is characterized in that when receiving reported event, this method further include:
When the reported event received be bottom key-press event Key Down event on give the correct time, intercept fall the reported event;
When the reported event received be bottom key-press event Key Up event on give the correct time, judge whether to the reported event Carry out delay injection event action;
When the reported event received is the long-pressing event of bottom key-press event, terminate this process.
4. control method according to claim 3, which is characterized in that described to judge whether to carry out delay note to reported event Incoming event operates
The state of the reported event received described in determination;
Delay injection event action is determined whether according to the state for the reported event determined.
5. control method according to claim 4, which is characterized in that the shape of the reported event received described in the determination State includes:
Whether detect in the reported event has the default mark;
When detecting has the default mark in the reported event, determine that the reported event is to slide to operate and remember on bottom The state for recording the reported event is true TRUE;
When detecting does not have the default mark in the reported event, the state for recording the injection event is non-TRUE.
6. control method according to claim 5, which is characterized in that the state for the reported event that the basis is determined is true Whether postponing injection event action calmly includes:
When the state of the reported event is TRUE, event action is injected without delay to the reported event;
When the state of the reported event is non-TRUE, delay injection event action is carried out to the reported event.
7. control method according to claim 1 or 6, which is characterized in that it is described carry out delay injection event action include: One timer is set;When the timing duration of the timer reaches the preset duration, the bottom key-press event is injected.
8. control method according to claim 1, which is characterized in that when being not detected in the preset duration from key Area to touch screen area operation when, this method further include: inject the bottom key-press event.
9. control method according to claim 3, which is characterized in that described preset is identified as FLAG_MASK_BOTTOM_ KEY, the value of the default mark are 0x80000000.
10. a kind of control device for realizing mobile terminal characterized by comprising bottom key blocking module, delay disposal mould Block and detection module;Wherein,
Bottom key blocking module, for intercepting bottom key-press event;When the Key Up event for detecting bottom key-press event is sent out When raw, delay disposal module is notified;
Postponement module carries out the bottom key-press event intercepted for receiving the notice from bottom key blocking module Delay injection event action;The notice for carrying out self-detection module is received, cancels the delay to the bottom key-press event and injects event Operation;
Wherein, the delay injection event action cancelled to the bottom key-press event refers to, cancels the bottom key-press event Key Up event, makes its failure;
Detection module, for notifying Postponement module when detecting the operation from key zone to touch screen area in preset duration.
11. control device according to claim 10, which is characterized in that the device further includes mark module and event interception Module;Wherein,
The mark module presses the default mark of MOTION_DOWN event setting for the touch screen from the key zone to touch screen area;
It carries out the MOTION_DOWN event for being provided with mark to be reported to the event interception module;Correspondingly,
The event interception module, for receiving reported event.
12. control device according to claim 11, which is characterized in that the event interception module is also used to:
When the reported event received be bottom key-press event Key Down event on give the correct time, intercept fall the reported event;
When the reported event received be bottom key-press event Key Up event on give the correct time, judge whether to the reported event Carry out delay injection event action;
When the reported event received is the long-pressing event of bottom key-press event, terminate this process.
13. control device according to claim 12, which is characterized in that the event interception module judges whether to reporting Event carries out delay injection event action
The state of the reported event received described in determination;
Delay injection event action is determined whether according to the state for the reported event determined.
14. control device according to claim 13, which is characterized in that received described in the event interception module is determining The state of reported event include:
Whether detect in the reported event has the default mark;
When detecting has the default mark in the reported event, determine that the reported event is to slide to operate and remember on bottom The state for recording the reported event is true TRUE;
When detecting does not have the default mark in the reported event, the state for recording the injection event is non-TRUE.
15. control device according to claim 14, which is characterized in that the event interception module is upper according to what is determined The state of report event determines whether that delay injection event action includes:
When the state of the reported event is TRUE, notify the delay disposal module to the reported event without delay Inject event action;
When the state of the reported event is non-TRUE, the delay disposal module is notified to postpone the reported event Inject event action.
16. control device described in 0 or 15 according to claim 1, which is characterized in that the delay disposal module carries out delay note Incoming event operation includes: one timer of setting;When the timing duration of the timer reaches the preset duration, described in injection Bottom key-press event.
17. control device according to claim 10, which is characterized in that the detection module is also used to when default When the operation from key zone to touch screen area being not detected in length, the delay disposal module is notified to carry out implant operation;Correspondingly,
The delay disposal module is also used to receive the implant operation notice from the detection module, injects the bottom Key-press event.
18. control device according to claim 12, which is characterized in that described preset is identified as FLAG_MASK_ BOTTOM_KEY, the value of the default mark are 0x80000000.
CN201610107645.4A 2016-02-26 2016-02-26 A kind of control method that realizing mobile terminal and device Active CN105808049B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610107645.4A CN105808049B (en) 2016-02-26 2016-02-26 A kind of control method that realizing mobile terminal and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610107645.4A CN105808049B (en) 2016-02-26 2016-02-26 A kind of control method that realizing mobile terminal and device

Publications (2)

Publication Number Publication Date
CN105808049A CN105808049A (en) 2016-07-27
CN105808049B true CN105808049B (en) 2019-03-19

Family

ID=56465800

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610107645.4A Active CN105808049B (en) 2016-02-26 2016-02-26 A kind of control method that realizing mobile terminal and device

Country Status (1)

Country Link
CN (1) CN105808049B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106325607B (en) * 2016-10-09 2019-02-12 Oppo广东移动通信有限公司 Report the method, apparatus and terminal of information
CN106708407B (en) 2016-12-16 2019-05-03 Oppo广东移动通信有限公司 Prevent the method, device and mobile terminal of touch key-press false triggering
CN107239220B (en) * 2017-05-24 2020-06-02 周雪飞 Method for preventing misoperation and mobile terminal
CN107340910B (en) * 2017-06-26 2020-09-01 Oppo广东移动通信有限公司 Touch key response method and device, storage medium and electronic equipment
TWI755809B (en) * 2020-08-05 2022-02-21 華碩電腦股份有限公司 Control method for electronic device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103399704A (en) * 2013-07-12 2013-11-20 华为终端有限公司 Terminal equipment and locking and unlocking method thereof
CN104199604A (en) * 2014-09-12 2014-12-10 上海斐讯数据通信技术有限公司 Electronic device with touch display screen and information processing method thereof
CN104267849A (en) * 2014-09-28 2015-01-07 联想(北京)有限公司 Information processing method and equipment
CN104765557A (en) * 2015-03-18 2015-07-08 北京畅游天下网络技术有限公司 Method and device for reducing mis-operation of touch screen
CN105791561A (en) * 2016-02-26 2016-07-20 努比亚技术有限公司 Mobile terminal control method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8413066B2 (en) * 2008-11-06 2013-04-02 Dmytro Lysytskyy Virtual keyboard with visually enhanced keys

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103399704A (en) * 2013-07-12 2013-11-20 华为终端有限公司 Terminal equipment and locking and unlocking method thereof
CN104199604A (en) * 2014-09-12 2014-12-10 上海斐讯数据通信技术有限公司 Electronic device with touch display screen and information processing method thereof
CN104267849A (en) * 2014-09-28 2015-01-07 联想(北京)有限公司 Information processing method and equipment
CN104765557A (en) * 2015-03-18 2015-07-08 北京畅游天下网络技术有限公司 Method and device for reducing mis-operation of touch screen
CN105791561A (en) * 2016-02-26 2016-07-20 努比亚技术有限公司 Mobile terminal control method and device

Also Published As

Publication number Publication date
CN105808049A (en) 2016-07-27

Similar Documents

Publication Publication Date Title
CN106231087B (en) A kind of method and apparatus of front and back sides dual-screen display device false-touch prevention
CN105094533B (en) Enter the method and mobile terminal of singlehanded mode based on multifunction push key
CN105808049B (en) A kind of control method that realizing mobile terminal and device
CN104967744B (en) Adjust the method and device of terminal parameter
CN104850799B (en) The method and mobile terminal of a kind of data in hiding mobile terminal
CN105245717A (en) Mobile terminal palm rejection device and method
CN105208212B (en) Chat record display device and method
CN105657175B (en) Network acceleration device and method
CN106231587B (en) The data service switching method and switching device of mobile terminal
CN104850343B (en) Start the method and apparatus of one-hand operating format
CN105094532B (en) Data access method and device
CN105138400B (en) Application program self-starting management method and device
CN105323341B (en) A kind of interactive device and exchange method of mobile terminal
CN104915127B (en) A kind of membrane keyboard method to set up and device and mobile terminal
CN105278995B (en) Management method, system, server and the mobile terminal of application program
CN105791561A (en) Mobile terminal control method and device
CN105867749B (en) A kind of menu interface display methods and terminal
CN105760052B (en) A kind of mobile terminal and touch control method
CN104735254B (en) terminal screen locking method and system
CN104954582B (en) A kind of method and device for initiating speed dialling according to pressing touch-control
CN106412328B (en) A kind of method and apparatus obtaining field feedback
CN106406621B (en) A kind of mobile terminal and its method for handling touch control operation
CN105100408B (en) A kind of method and apparatus controlling mobile terminal
CN106231083B (en) Mobile terminal control device and method
CN105260096B (en) A kind of method and mobile terminal controlling user's operation

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20201125

Address after: 226000 Jiangsu Province, Nantong City Chongchuan District Gongnong Road, No. 5 Asia-Pacific Building, Room 302, podium

Patentee after: Jiangsu Zhongwei Software Technology Co.,Ltd.

Address before: 518000 Guangdong Province, Shenzhen high tech Zone of Nanshan District City, No. 9018 North Central Avenue's innovation building A, 6-8 layer, 10-11 layer, B layer, C District 6-10 District 6 floor

Patentee before: NUBIA TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right