WO2023061318A1 - Procédé et appareil de génération de barre de progression, et support d'enregistrement lisible par ordinateur non volatil - Google Patents

Procédé et appareil de génération de barre de progression, et support d'enregistrement lisible par ordinateur non volatil Download PDF

Info

Publication number
WO2023061318A1
WO2023061318A1 PCT/CN2022/124329 CN2022124329W WO2023061318A1 WO 2023061318 A1 WO2023061318 A1 WO 2023061318A1 CN 2022124329 W CN2022124329 W CN 2022124329W WO 2023061318 A1 WO2023061318 A1 WO 2023061318A1
Authority
WO
WIPO (PCT)
Prior art keywords
progress bar
scaled
scales
generating
scale
Prior art date
Application number
PCT/CN2022/124329
Other languages
English (en)
Chinese (zh)
Inventor
苏小亮
Original Assignee
北京沃东天骏信息技术有限公司
北京京东世纪贸易有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京沃东天骏信息技术有限公司, 北京京东世纪贸易有限公司 filed Critical 北京沃东天骏信息技术有限公司
Publication of WO2023061318A1 publication Critical patent/WO2023061318A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0485Scrolling or panning
    • G06F3/04855Interaction with scrollbars
    • 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/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2203/00Indexing scheme relating to G06F3/00 - G06F3/048
    • G06F2203/048Indexing scheme relating to G06F3/048
    • G06F2203/04806Zoom, i.e. interaction techniques or interactors for controlling the zooming operation

Definitions

  • the present disclosure relates to the field of computer technology, and in particular to a method for generating a progress bar, a device for generating a progress bar, and a non-volatile computer-readable storage medium.
  • a progress bar for the media player By setting a progress bar for the media player, it is convenient for the user to adjust the media playback progress according to needs. For example, in the related art, a progress bar with fixed length and precision is set for the media player.
  • the inventors of the present disclosure have found the following problems in the above-mentioned related technologies: the control precision of the progress bar cannot be dynamically adjusted according to requirements, resulting in poor media progress control effect and poor user experience.
  • the present disclosure proposes a technical solution for generating a progress bar, which can dynamically adjust the control accuracy of the progress bar according to requirements, thereby improving the media progress control effect and user experience.
  • a method for generating a progress bar including: determining the number of scales after scaling according to the acquired scaling multiple of the current progress bar; Corresponding to the total duration of the media, determine the time information corresponding to the scaled scale; according to the number of scaled scales and the time information corresponding to the scaled scale, generate a scaled progress bar for controlling the playback progress of the corresponding media.
  • the number of scales after scaling is positively correlated with the scaling factor, and the accuracy of the time information corresponding to the scale is positively correlated with the scaling factor.
  • generating the scaled progress bar according to the number of scaled scales and the time information corresponding to the scaled scales includes: modifying the width attribute of the current progress bar according to the scaling factor to generate the scaled progress bar , the width corresponding to the width attribute is positively related to the scaling factor.
  • generating the scaled progress bar includes: setting a scale node every preset number of scales; displaying its corresponding The time information of , the time information is not displayed on the scale other than the scale node.
  • modifying the width attribute of the current progress bar according to the scaling factor, generating the scaled progress bar includes: externally calling the perfor (performance) () function to pass the width attribute, and modifying the width attribute of the current progress bar through Android attribute animation width property.
  • generating the scaled progress bar according to the number of scaled scales and the time information corresponding to the scaled scales includes: inheriting the properties of the current progress bar as properties of the scaled progress bar; according to the properties, Generate a scaled progress bar.
  • the attribute includes one or more of updating progress through code, changing progress through dragging, customizing the background of the progress bar, and customizing the drag button.
  • the generating method further includes: nesting a HorizontalScrollView (horizontal scrolling view) control, and dragging the scaled progress bar horizontally.
  • a HorizontalScrollView horizontal scrolling view
  • the generating method further includes: increasing the time precision of the scale of the current progress bar as the width of the current progress bar is scaled.
  • determining the number of scales after scaling includes: scaling the scale number of the current progress bar according to the scaling multiple, so as to determine the number of scales after scaling;
  • the number of scaled scales and the total duration of the corresponding media of the current progress bar, and determining the time information corresponding to the scaled scales includes: according to the number of scaled scales, the total duration of the corresponding media is equally divided to determine the scaled scales.
  • a device for generating a progress bar including: a quantity determination unit, configured to determine the number of scaled scales according to the obtained multiplier for scaling the current progress bar; a time determination unit, using Determine the time information corresponding to the scaled scale according to the number of scaled scales and the total duration of the corresponding media of the current progress bar; the generating unit is used to generate according to the number of scaled scales and the time information corresponding to the scaled scale
  • the scaled progress bar is used to control the playback progress of the corresponding media.
  • the number of scales after scaling is positively correlated with the scaling factor, and the accuracy of the time information corresponding to the scale is positively correlated with the scaling factor.
  • the generation unit modifies the width attribute of the current progress bar according to the scaling factor to generate the scaled progress bar, and the width corresponding to the width attribute is positively correlated with the scaling factor.
  • a device for generating a progress bar including: a memory; and a processor coupled to the memory, the processor is configured to execute any one of the above implementations based on instructions stored in the memory device How to generate the progress bar in the example.
  • a non-volatile computer-readable storage medium on which a computer program is stored, and when the program is executed by a processor, the method for generating the progress bar in any one of the above-mentioned embodiments is implemented.
  • a computer program including: instructions, which, when executed by a processor, cause the processor to execute the method for generating a progress bar according to any one of the above embodiments.
  • the scaled progress bar is generated according to the requirement, and the control accuracy of the progress bar can be dynamically adjusted according to the scaling factor. In this way, the media progress control effect and user experience can be improved.
  • FIG. 1 shows a flowchart of some embodiments of a method for generating a progress bar of the present disclosure
  • FIG. 2 shows a flow chart of another embodiment of the method for generating a progress bar of the present disclosure
  • Figures 3a and 3b show block diagrams of some embodiments of the method for generating a progress bar of the present disclosure
  • Fig. 4 shows a block diagram of some embodiments of the device for generating a progress bar of the present disclosure
  • Fig. 5 shows a block diagram of other embodiments of the device for generating a progress bar of the present disclosure
  • Fig. 6 shows a block diagram of some other embodiments of the device for generating a progress bar of the present disclosure.
  • the technical solution disclosed in the present disclosure can enlarge the progress bar, so that the displayed playback progress is finer.
  • the precision of the progress bar before zooming in is sub-level, and the precision of the progress bar after zooming in can reach the second level. In this way, the progress of media playback can be controlled more precisely and conveniently.
  • the scaled progress bar generated in the present disclosure can realize scale scaling, so that the user's touch control is more accurate and the control scale is more precise.
  • the technical solutions of the present disclosure can be realized through the following embodiments.
  • Fig. 1 shows a flow chart of some embodiments of the method for generating a progress bar of the present disclosure.
  • step 110 according to the acquired scaling factor for the current progress bar, the number of scales after scaling is determined.
  • a scaling control button is provided by customizing the View to control scaling of the progress bar scale.
  • the time precision of the scale increases. For example, the width of the current progress bar is equally divided into 10 scales, and if the width of the progress bar is enlarged by 3 times, the scaled progress bar is divided into 30 scales. In this way, the time precision corresponding to each scale of the progress bar is finer.
  • the custom progress bar (scaled progress bar) can inherit the properties of the native progress bar (current progress bar). For example, it can be inherited by MySeekBar extends SeekBar.
  • the attribute may include at least one of attributes such as support for updating the progress through code, support for changing the progress by manual dragging, support for customizing the background of the progress bar, and support for customizing the drag button.
  • the height attribute of the seekbar can be set through an xml (eXtensible Markup Language, Extensible Markup Language) layout file.
  • step 120 the time information corresponding to the scaled scale is determined according to the number of scaled scales and the total duration of the media corresponding to the current progress bar.
  • the number of scales after scaling is positively correlated with the scaling factor, and the accuracy of the time information corresponding to the scale is positively correlated with the scaling factor.
  • properties such as pen, color, and font size of the scaled progress bar may be initialized.
  • the initialized properties may include a scale line brush, a scale value brush, and the like.
  • a scale node is set every preset number of scales; the corresponding time information is displayed on the scale nodes, and no time information is displayed on the scales other than the scale nodes.
  • the preset number can be 1 scale, 5 scales, 10 scales and so on.
  • the corresponding time information can be displayed at the position of 10 scales.
  • the format of the time information corresponding to the displayed scale can be "hour: minute: second".
  • the total scale number of the progress bar may be scaled by a corresponding multiple; and the total duration of the video may be equally divided into a corresponding number of scales. For example, corresponding time information can be displayed every 10 scales.
  • a scaled progress bar is generated according to the number of scaled scales and the time information corresponding to the scaled scales to control the playing progress of the corresponding media.
  • the width attribute of the current progress bar is modified according to the scaling factor to generate a scaled progress bar, and the width corresponding to the width attribute is positively correlated with the scaling factor.
  • the perfor() function is called externally to pass the width attribute, and the width attribute of the current progress bar is modified through Android attribute animation.
  • call perfor() externally to transfer parameters for the zoom factor; modify the width property of the object through Android property animation; after scaling the width of the progress bar, redraw the scaled scale line and scale value.
  • the properties of the current progress bar are inherited as the properties of the scaled progress bar; according to the properties, the scaled progress bar is generated.
  • the properties include one or more of updating progress through code, changing progress through dragging, customizing the background of the progress bar, and customizing the dragging button.
  • the HorizontalScrollView control is nested, and the scaled progress bar is dragged horizontally. For example, nesting the HorizontalScrollView control (which can make the inner control slide horizontally) can slide the progress bar horizontally.
  • Fig. 2 shows a flow chart of other embodiments of the method for generating a progress bar of the present disclosure.
  • the custom progress bar may inherit the properties of the original progress bar (current progress bar). For example, it can be inherited by MySeekBar extends SeekBar.
  • the attribute may include at least one of attributes such as support for updating the progress through code, support for changing the progress by manual dragging, support for customizing the background of the progress bar, and support for customizing the drag button.
  • the height attribute of seekbar (zoomed progress bar) can be set through the layout file of xml (eXtensible Markup Language, Extensible Markup Language).
  • attributes such as brush, color, and font size of the scaled progress bar may be initialized.
  • the initialized properties may include a scale line brush, a scale value brush, and the like.
  • the preset number can be 1 scale, 5 scales, 10 scales and so on.
  • the corresponding time information can be displayed at the position of 10 scales.
  • the format of the time information corresponding to the displayed scale can be "hour: minute: second".
  • the total scale number of the progress bar may be scaled by a corresponding multiple; and the total duration of the video may be equally divided into a corresponding number of scales. For example, corresponding time information can be displayed every 10 scales.
  • step 240 call perfor() externally to pass parameter processing on the zoom factor; modify the width attribute of the object through the Android attribute animation; after scaling the width of the progress bar, redraw the scaled scale line and scale value.
  • step 250 as the width of the progress bar scales, the time precision of the scale is increased.
  • the width of the current progress bar is equally divided into 10 scales, and if the width of the progress bar is enlarged by 3 times, the scaled progress bar is divided into 30 scales. In this way, the time precision corresponding to each scale of the progress bar is finer.
  • step 260 the HorizontalScrollView control is nested, and the scaled progress bar is horizontally dragged. For example, nesting the HorizontalScrollView control (which can make the inner control slide horizontally) can slide the progress bar horizontally.
  • Figures 3a and 3b show block diagrams of some embodiments of the method for generating a progress bar of the present disclosure.
  • the drag bar under the video is generated by combining two original seekbars.
  • different display styles can be set according to requirements.
  • Buttons can be set on at least one of the two ends of the progress bar, which can be used to display the zoom factor, and can also be used to zoom.
  • Figure 3a shows the progress bar (1 times the width) before scaling
  • Figure 3b shows the progress bar (4 times the width) after scaling the progress bar (2 times the width).
  • the width of the progress bar before scaling is smaller than that of the progress bar before scaling; the time precision corresponding to the scale of the progress bar before scaling is lower than the time precision of the progress bar after scaling.
  • Fig. 4 shows a block diagram of some embodiments of an apparatus for generating a progress bar of the present disclosure.
  • the generating device 4 of the progress bar includes a quantity determining unit 41 , a time determining unit 42 and a generating unit 43 .
  • the quantity determination unit 41 determines the scaled number of scales according to the acquired scaling multiple of the current progress bar. For example, the time precision of the scale of the current progress bar increases as the width of the current progress bar is scaled.
  • the number of scales after scaling is positively correlated with the scaling factor, and the accuracy of the time information corresponding to the scale is positively correlated with the scaling factor.
  • the time determination unit 42 determines the time information corresponding to the scaled scales according to the scaled scale number and the total duration of the media corresponding to the current progress bar.
  • the number determination unit 41 scales the scale number of the current progress bar according to the scaling multiple to determine the scaled scale number; the time determination unit 42 equally divides the total amount of the corresponding media according to the scaled scale number Duration to determine scaled ticks.
  • the generating unit 43 generates a scaled progress bar according to the number of scaled scales and the time information corresponding to the scaled scales, for controlling the playing progress of the corresponding media.
  • the generating unit 43 modifies the width attribute of the current progress bar according to the scaling factor to generate the scaled progress bar, and the width corresponding to the width attribute is positively correlated with the scaling factor.
  • the generating unit 43 sets a scale node every preset number of scales; the corresponding time information is displayed on the scale nodes, and no time information is displayed on the scales other than the scale nodes.
  • the generation unit 43 externally calls the perfor() function to pass the width attribute, and modifies the width attribute of the current progress bar through Android attribute animation.
  • the generation unit 43 inherits the attributes of the current progress bar as the attributes of the scaled progress bar; according to the attributes, the scaled progress bar is generated.
  • the properties include one or more of updating progress through code, changing progress through dragging, customizing the background of the progress bar, and customizing the dragging button.
  • the generating unit 43 nests a HorizontalScrollView control, and drags the scaled progress bar horizontally.
  • Fig. 5 shows a block diagram of other embodiments of the device for generating a progress bar of the present disclosure.
  • the device 5 for generating a progress bar in this embodiment includes: a memory 51 and a processor 52 coupled to the memory 51 , the processor 52 is configured to execute the present disclosure based on instructions stored in the memory 51 .
  • the memory 51 may include, for example, a system memory, a fixed non-volatile storage medium, and the like.
  • the system memory stores, for example, an operating system, an application program, a Boot Loader, a database, and other programs.
  • Fig. 6 shows a block diagram of some other embodiments of the device for generating a progress bar of the present disclosure.
  • the device 6 for generating a progress bar in this embodiment includes: a memory 610 and a processor 620 coupled to the memory 610.
  • the processor 620 is configured to execute any of the foregoing based on instructions stored in the memory 610.
  • a method for generating a progress bar in an embodiment includes: a memory 610 and a processor 620 coupled to the memory 610.
  • the memory 610 may include, for example, a system memory, a fixed non-volatile storage medium, and the like.
  • the system memory stores, for example, an operating system, an application program, a Boot Loader program, and other programs.
  • the device 6 for generating a progress bar may further include an input and output interface 630, a network interface 640, a storage interface 650, and the like. These interfaces 630 , 640 , and 650 , as well as the memory 610 and the processor 620 may be connected through a bus 660 , for example.
  • the input and output interface 630 provides a connection interface for input and output devices such as a display, a mouse, a keyboard, a touch screen, a microphone, and a speaker.
  • the network interface 640 provides a connection interface for various networked devices.
  • the storage interface 650 provides connection interfaces for external storage devices such as SD cards and U disks.
  • the computer program of the present disclosure includes: instructions, which when executed by a processor cause the processor to execute the method for generating a progress bar according to any one of the above embodiments.
  • the embodiments of the present disclosure may be provided as methods, systems, or computer program products. Accordingly, the present disclosure can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present disclosure may take the form of a computer program product embodied on one or more computer-usable non-transitory storage media including, but not limited to, disk storage, CD-ROM, optical storage, etc., having computer-usable program code embodied therein.
  • the methods and systems of the present disclosure may be implemented in many ways.
  • the methods and systems of the present disclosure may be implemented by software, hardware, firmware, or any combination of software, hardware, and firmware.
  • the above sequence of steps for the method is for illustration only, and the steps of the method of the present disclosure are not limited to the sequence described above unless specifically stated otherwise.
  • the present disclosure can also be implemented as programs recorded in recording media, the programs including machine-readable instructions for realizing the method according to the present disclosure.
  • the present disclosure also covers a recording medium storing a program for executing the method according to the present disclosure.

Abstract

La présente divulgation se rapporte au domaine technique des ordinateurs, et concerne un procédé et un appareil de génération de barre de progression, et un support d'enregistrement lisible par ordinateur non volatil. Le procédé de génération consiste à : selon un multiple obtenu pour effectuer une mise à l'échelle sur la barre de progression actuelle, déterminer un nombre d'échelles mis à l'échelle ; déterminer des informations de temps correspondant à une échelle mise à l'échelle en fonction du nombre d'échelles mis à l'échelle et de la durée totale des supports correspondants de la barre de progression actuelle ; et en fonction du nombre d'échelles mis à l'échelle et des informations de temps correspondant à l'échelle mise à l'échelle, générer une barre de progression mise à l'échelle pour commander la progression de lecture du support correspondant.
PCT/CN2022/124329 2021-10-12 2022-10-10 Procédé et appareil de génération de barre de progression, et support d'enregistrement lisible par ordinateur non volatil WO2023061318A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111187704.0A CN113934423A (zh) 2021-10-12 2021-10-12 进度条的生成方法、装置和非易失性计算机可读存储介质
CN202111187704.0 2021-10-12

Publications (1)

Publication Number Publication Date
WO2023061318A1 true WO2023061318A1 (fr) 2023-04-20

Family

ID=79278433

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/124329 WO2023061318A1 (fr) 2021-10-12 2022-10-10 Procédé et appareil de génération de barre de progression, et support d'enregistrement lisible par ordinateur non volatil

Country Status (2)

Country Link
CN (1) CN113934423A (fr)
WO (1) WO2023061318A1 (fr)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113934423A (zh) * 2021-10-12 2022-01-14 北京沃东天骏信息技术有限公司 进度条的生成方法、装置和非易失性计算机可读存储介质

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104199611A (zh) * 2014-08-29 2014-12-10 广东欧珀移动通信有限公司 一种移动终端调整播放进度的方法及装置
WO2014194527A1 (fr) * 2013-06-08 2014-12-11 华为终端有限公司 Procédé permettant de commander une progression de navigation multimédia et terminal
US20160266781A1 (en) * 2015-03-11 2016-09-15 Microsoft Technology Licensing, Llc Customizable media player controls
CN111741265A (zh) * 2020-06-23 2020-10-02 浙江大华技术股份有限公司 一种视频播放控制方法、装置、电子设备和存储介质
CN112328353A (zh) * 2021-01-06 2021-02-05 腾讯科技(深圳)有限公司 子应用播放器的展示方法、装置、电子设备和存储介质
CN112540713A (zh) * 2020-11-13 2021-03-23 广州市百果园网络科技有限公司 视频预览进度条缩放方法、系统、设备及存储介质
CN113934423A (zh) * 2021-10-12 2022-01-14 北京沃东天骏信息技术有限公司 进度条的生成方法、装置和非易失性计算机可读存储介质

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014194527A1 (fr) * 2013-06-08 2014-12-11 华为终端有限公司 Procédé permettant de commander une progression de navigation multimédia et terminal
CN104199611A (zh) * 2014-08-29 2014-12-10 广东欧珀移动通信有限公司 一种移动终端调整播放进度的方法及装置
US20160266781A1 (en) * 2015-03-11 2016-09-15 Microsoft Technology Licensing, Llc Customizable media player controls
CN111741265A (zh) * 2020-06-23 2020-10-02 浙江大华技术股份有限公司 一种视频播放控制方法、装置、电子设备和存储介质
CN112540713A (zh) * 2020-11-13 2021-03-23 广州市百果园网络科技有限公司 视频预览进度条缩放方法、系统、设备及存储介质
CN112328353A (zh) * 2021-01-06 2021-02-05 腾讯科技(深圳)有限公司 子应用播放器的展示方法、装置、电子设备和存储介质
CN113934423A (zh) * 2021-10-12 2022-01-14 北京沃东天骏信息技术有限公司 进度条的生成方法、装置和非易失性计算机可读存储介质

Also Published As

Publication number Publication date
CN113934423A (zh) 2022-01-14

Similar Documents

Publication Publication Date Title
JP5284509B2 (ja) ページ分割されたコンテンツを表示し、それと対話するための方法およびシステム
KR101213809B1 (ko) 전자 문서 스타일 매트릭스
US9772978B2 (en) Touch input visualizations based on user interface context
US8812975B2 (en) Managing windows through policies
US20140325418A1 (en) Automatically manipulating visualized data based on interactivity
US20140208203A1 (en) Key-Frame based Authoring and Generation of Highly Resizable Document Layout
CN110300966B (zh) 增强的数据透视表的创建和交互
KR101773574B1 (ko) 데이터 테이블의 차트 시각화 방법
WO2023061318A1 (fr) Procédé et appareil de génération de barre de progression, et support d'enregistrement lisible par ordinateur non volatil
US20140331179A1 (en) Automated Presentation of Visualized Data
WO2019052115A1 (fr) Procédé et appareil de personnalisation de style de commande d'application, et support d'informations lisible par ordinateur
CN109213316B (zh) 自动布局引擎
CN114489648A (zh) 一种页面生成方法、系统、终端及介质
US20160217018A1 (en) Type Agnostic Data Engine
CN110663017A (zh) 多笔画智能墨水手势语言
US11837206B2 (en) Multidimensional gestures for music creation applications
US20140325404A1 (en) Generating Screen Data
JP6330348B2 (ja) 情報処理装置
CN108268190A (zh) 频谱仪自定义菜单设置方法及装置
KR101809601B1 (ko) 애니메이션 제작 장치 및 방법
WO2023131112A1 (fr) Procédé et appareil de traitement vidéo ainsi que support d'enregistrement non volatile lisible par ordinateur
US8640055B1 (en) Condensing hierarchies in user interfaces
US10409575B2 (en) System and method for developing software applications of wearable devices
CN111782309B (zh) 显示信息的方法、装置及计算机可读存储介质
TW202127222A (zh) 使用者介面調整方法與觸控顯示裝置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22880257

Country of ref document: EP

Kind code of ref document: A1