WO2013037239A1 - 一种快速创建文件夹的系统及方法 - Google Patents

一种快速创建文件夹的系统及方法 Download PDF

Info

Publication number
WO2013037239A1
WO2013037239A1 PCT/CN2012/078505 CN2012078505W WO2013037239A1 WO 2013037239 A1 WO2013037239 A1 WO 2013037239A1 CN 2012078505 W CN2012078505 W CN 2012078505W WO 2013037239 A1 WO2013037239 A1 WO 2013037239A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
touch event
touch
finger
new folder
Prior art date
Application number
PCT/CN2012/078505
Other languages
English (en)
French (fr)
Inventor
徐海波
姜军军
张志军
刘宇飞
Original Assignee
腾讯科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 腾讯科技(深圳)有限公司 filed Critical 腾讯科技(深圳)有限公司
Priority to EP20120831372 priority Critical patent/EP2757449A4/en
Priority to US14/344,281 priority patent/US20140344734A1/en
Priority to KR1020147009851A priority patent/KR101669106B1/ko
Publication of WO2013037239A1 publication Critical patent/WO2013037239A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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
    • G06F3/04817Interaction 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 using icons
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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

Definitions

  • the present invention relates to a folder creation technology, and in particular, to a system and method for quickly creating a folder in a multi-touch of a mobile terminal. Background technique
  • touch screen-based touch technologies are increasingly favored by users, and touch technologies can be used to conveniently and quickly manage files and applications in mobile terminals.
  • FIG. 1 an example of creating a folder in a single touch in the prior art is: a mobile terminal (such as an iPhone) has two files on the screen, namely file A and file B, and long presses one of the files.
  • the icon will appear on the icon of the file with a specific mark ® , indicating that the specific mode of entering the long touch, as indicated by 1 in Figure 1; pressing the icon of any one of the files to drag to another file On the icon, as indicated by 2 in Figure 1; after releasing the icon of the file being held down, a new folder will be automatically created, which consists of file A and file B, as shown in Figure 1 The indicated situation.
  • the main object of the present invention is to provide a system and method for quickly creating a folder, which can create a folder by multi-touch technology, thereby perfecting a scheme for creating a folder by touch technology.
  • the technical solution of the present invention is achieved as follows:
  • the present invention provides a system for quickly creating a folder, the system comprising: a first determining unit, a second determining unit, and a folder creating unit;
  • the first determining unit is configured to acquire a touch event, and when the touch event is a multi-touch event, acquire coordinates of a touch point and a location of the file, and determine whether the touch point is located at a location of the file;
  • the second determining unit is configured to: when the first determining unit determines that the touch point is located at the location of the file, determine whether the time from when the finger just touches the file to when the finger releases the file, Currently a long touch event;
  • the folder creating unit is configured to activate the sliding mode in which the file enters a long touch when the second determining unit determines that the current is a long touch event; and when in the sliding mode of the long touch, the user When the files are slid in opposite directions, the coordinates of the position where the file slides toward the opposite side are obtained, and when it is determined that the position difference of the file is less than or equal to the preset second threshold, the long touch event is released, and the new folder creation is activated. Mode, and in the new folder creation mode, a new folder is automatically created based on the file.
  • the invention also provides a method for quickly creating a folder, the method comprising:
  • Obtaining a touch event when the touch event is a multi-touch event, acquiring the coordinates of the touch point and the location of the file, and determining whether the touch point is located at the location of the file;
  • the invention acquires a touch event, and when the touch event is a multi-touch event, acquires the coordinates of the touch point and the location of the file, and determines whether the touch point is located at the location of the file; and determines that the touch point is located at the location of the file. In the case, by calculating the time from when the finger just touches the file to when the finger releases the file, it is determined whether it is currently a long touch event; in the case that it is determined that the current is a long touch event, the file is activated to enter a long touch.
  • FIG. 1 is an effect diagram of creating a folder by using a single touch technology in the prior art
  • FIG. 2 is a structural diagram of a system according to an embodiment of the present invention.
  • FIG. 3 is a schematic flowchart of a method according to an embodiment of the present invention.
  • FIG. 4 is a rendering diagram of creating a folder by applying multi-touch technology according to an embodiment of the present invention. detailed description
  • the touch screen-based touch technology is more and more popular among users.
  • the touch technology can conveniently and quickly manage files and applications in the mobile terminal.
  • the embodiment of the present invention is based on multi-touch technology.
  • the scenario of creating a folder is perfected for creating a folder with touch technology, allowing users to quickly create folders.
  • a system for quickly creating a folder includes: a first determining unit, a second determining unit, and a folder creating unit.
  • the first determining unit is configured to acquire a touch event, and when the touch event is a multi-touch event When the piece is obtained, the coordinates of the touch point and the location of the file are obtained, and it is judged whether the touch point is located at the position of the file.
  • the second determining unit is configured to determine whether the current touch time is a long touch event by calculating a time from when the finger just touches the file to when the finger releases the file, when the first determining unit determines that the touch point is located at the location of the file.
  • determining whether the current one is a long touch event specifically includes: if the touch time (ie, the time from when the finger just touches the file to when the finger releases the file) does not reach the preset first threshold, the finger release event is triggered, Then, it is determined that the current is not a long touch event; if the touch time reaches the first threshold (ie, the touch time is greater than or equal to the first threshold), when the finger release event is triggered, it is determined that the current is a long touch event.
  • a folder creating unit configured to: when the second determining unit determines that the current is a long touch event, activate the file to enter a sliding mode of the long touch; in the sliding mode of the long touch, slide the files toward each other, and obtain a sliding direction The coordinates of the location of the file.
  • the long touch event is released, the new folder creation mode is activated, and the file is automatically created in the new folder creation mode.
  • a new folder configured to: when the second determining unit determines that the current is a long touch event, activate the file to enter a sliding mode of the long touch; in the sliding mode of the long touch, slide the files toward each other, and obtain a sliding direction The coordinates of the location of the file.
  • the functional module components of one system embodiment include:
  • the first determining unit is configured to acquire a touch event.
  • the touch event is a two-touch event, obtain the coordinates of the touch point and the location of the two files, and determine whether the touch point is located at the location of the file.
  • the second determining unit is configured to determine whether the current touch time is a long touch event by calculating a time from when the finger just touches the file to when the finger releases the file, when the first determining unit determines that the touch point is located at the location of the file. If the finger release event is triggered when the finger has just touched the file until the time when the finger releases the file does not reach the preset first threshold T, it is determined that the current touch is not a long touch event; The time the finger releases the file until it reaches the When the first threshold T, the finger release event is triggered, it is determined that the current long touch event.
  • a folder creating unit configured to: when the second determining unit determines that the current is a long touch event, activate the file to enter a sliding mode of the long touch; in the sliding mode of the long touch, slide the two files toward each other and obtain The abscissa of the position where the two files slide toward each other, when the difference between the abscissas of the two file positions is determined by the preset second threshold D, the long touch event is released, the new folder creation mode is activated, and the new file is created.
  • folder creation mode a new folder is automatically created based on the file. This new folder consists of these two files.
  • the method further includes: prompting whether to select a new folder to be created, or by default, the created new folder is named a new folder.
  • the method may further include: immediately performing a folder naming on the created new folder according to the obtained file name, or renaming after skipping the prompt.
  • the Android platform does not have a long touch event (OnLongClick) to capture, it is necessary to capture the touch event first.
  • the OnTouchEvent callback function is triggered, and the MotionEvent is passed in this OnTouchEvent function.
  • the .getPointerCount function determines if it is a two-touch.
  • the OnTouchEvent callback function is used to activate the touch event
  • the MotionEvent.getPointerCount function is used to activate the current judgment of whether it is a two-touch event.
  • MotionEvent.getX (Pointerld) function
  • MotionEvent.getY (Pointerld)
  • the function takes the coordinates of the two touch point positions and determines whether the touch point falls on the icon position where the two files are located.
  • the MotionEvent.getX(Pointerld) function and the MotionEvent.getY(Pointerld) function are used to obtain the abscissa x and the ordinate y of the touch point, respectively.
  • a method for quickly creating a folder includes the following steps: Step 101: Acquire a touch event, and when the touch event is a multi-touch event, obtain coordinates of a touch point and a location of the file, And determine if the touch point is at the location of the file.
  • Step 102 In the case that it is determined that the touch point is located at the location of the file, determine whether the current touch time is a long touch event by calculating the time from when the finger just touches the file to when the finger releases the file.
  • determining whether the current one is a long touch event specifically includes: if the time from the finger just touching the file to the finger opening the file does not reach the preset first threshold, triggering the finger opening event, determining that the current is not Long touch event; if the finger release event is triggered when the finger just touches the file until the finger releases the file until the first threshold is reached, it is determined that The front is a long touch event.
  • Step 103 In the case that it is determined that the current is a long touch event, the active file enters the sliding mode of the long touch; in the sliding mode of the long touch, the files are slid toward each other, and the coordinates of the position of the oppositely sliding file are obtained.
  • Step 104 When it is determined that the position difference is less than or equal to the preset second threshold, release the long touch event, activate the new folder creation mode, and automatically create a new folder based on the file in the new folder creation mode.
  • the file-based file automatically creates a new folder, including:
  • the new file is created after obtaining the location of the source file application of the file according to the shortcut.
  • the method further includes: prompting whether to select a new folder to be created, or by default, the created new folder is named a new folder. Further, after the prompting, the method may further include: immediately naming the created new folder according to the obtained file name, or renaming after skipping the prompt.
  • FIG. 4 is a diagram showing an effect of an example of creating a folder by two-touch in the embodiment of the present invention. The process is as follows:
  • file A There are two files on the screen of the mobile terminal, namely file A and file B, as indicated by 1 in Fig. 4;
  • file A and file B are automatically created as a new folder, which is composed of file A and file.
  • B constitutes a case as indicated by 3 in FIG.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明公开了一种快速创建文件夹的系统,文件夹创建单元用于在判断出当前为一个长触摸事件的情况下,激活所述文件进入长触摸的滑动模式;在长触摸的滑动模式下,将所述文件相向滑动,并获取相向滑动的所述文件所在位置的坐标,当判断出文件的位置差小于等于预设的第二阀值时,释放长触摸事件,激活新文件夹创建模式,在新文件夹创建模式下,基于所述文件自动创建一个新文件夹。本发明还公开了一种快速创建文件夹的方法,获取相向滑动的文件所在位置的坐标,当判断出文件的位置差小于等于预设的第二阀值时,释放长触摸事件,在新文件夹创建模式下,基于所述文件自动创建一个新文件夹。采用本发明的系统及方法,能通过多点触摸技术创建文件夹。

Description

一种快速创建文件夹的系统及方法 技术领域
本发明涉及文件夹创建技术, 尤其涉及一种移动终端多点触摸中快速 创建文件夹的系统及方法。 背景技术
在移动终端领域, 目前基于触摸屏的触摸技术越来越受到用户的青睐, 采用触摸技术能方便快捷地管理移动终端中的文件和应用程序。 如图 1 所 示,现有技术的一个单点触摸中创建文件夹的例子为:移动终端(如 iphone ) 的屏幕上有两个文件, 分别为文件 A和文件 B, 长按其中任意一个文件的 图标, 都会在文件的图标上出现一个特定标记 ® , 表示进入长触摸这一特 定模式, 如图 1 中的①所指示的情况; 按住其中任意一个文件的图标拖动 到另外一个文件的图标上, 如图 1 中的②所指示的情况; 释放被按住的文 件的图标后, 将自动创建一个新文件夹, 该新文件夹由文件 A和文件 B构 成, 如图 1中的③所指示的情况。
由于移动终端屏幕尺寸的限制, 因此, 对如何快速、 便捷地管理文件 和程序提出了更高的要求, 而文件夹管理是其中很重要的一个环节。 随着 多点触摸技术的引入, 需要继续对目前通过触摸技术来创建文件夹的方案 进行完善。 发明内容
有鉴于此, 本发明的主要目的在于提供一种快速创建文件夹的系统及 方法, 其能通过多点触摸技术创建文件夹, 从而对通过触摸技术来创建文 件夹的方案进行了完善。 为达到上述目的, 本发明的技术方案是这样实现的:
本发明提供了一种快速创建文件夹的系统, 该系统包括: 第一判断单 元、 第二判断单元、 文件夹创建单元; 其中,
所述第一判断单元, 用于获取触控事件, 当触控事件为多点触摸事件 时, 获取触摸点和文件所在位置的坐标, 并判断触摸点是否位于文件所在 位置;
所述第二判断单元, 用于在所述第一判断单元判断出触摸点位于所述 文件所在位置的情况下, 通过计算从手指刚触摸到所述文件至手指松开文 件的时间, 判断是否当前为一个长触摸事件;
所述文件夹创建单元, 用于在所述第二判断单元判断出当前为一个长 触摸事件的情况下, 激活所述文件进入长触摸的滑动模式; 且当在长触摸 的滑动模式下, 用户将所述文件相向滑动时, 获取相向滑动的所述文件所 在位置的坐标, 当判断出所述文件的位置差小于等于预设的第二阀值时, 释放长触摸事件, 激活新文件夹创建模式, 并在新文件夹创建模式下, 基 于所述文件自动创建一个新文件夹。
本发明还提供了一种快速创建文件夹的方法, 该方法包括:
获取触控事件, 当触控事件为多点触摸事件时, 获取触摸点和文件所 在位置的坐标, 并判断触摸点是否位于文件所在位置;
在判断出触摸点位于所述文件所在位置的情况下, 通过计算手指刚触 摸到所述文件至手指松开文件的时间 , 判断是否当前为一个长触摸事件; 在判断出当前为一个长触摸事件的情况下, 激活所述文件进入长触摸 的滑动模式; 在长触摸的滑动模式下, 将所述文件相向滑动, 并获取相向 滑动的所述文件所在位置的坐标, 当判断出所述文件的位置差小于等于预 设的第二阀值时, 释放长触摸事件, 激活新文件夹创建模式, 并在新文件 夹创建模式下, 基于所述文件自动创建一个新文件夹。 本发明获取触控事件, 当触控事件为多点触摸事件时, 获取触摸点和 文件所在位置的坐标, 并判断触摸点是否位于文件所在位置; 在判断出触 摸点位于所述文件所在位置的情况下, 通过计算从手指刚触摸到所述文件 至手指松开文件的时间, 判断是否当前为一个长触摸事件; 在判断出当前 为一个长触摸事件的情况下, 激活所述文件进入长触摸的滑动模式; 在长 触摸的滑动模式下, 将所述文件相向滑动, 并获取相向滑动的所述文件所 在位置的坐标, 当判断出所述文件的位置差小于等于预设的第二阀值时, 释放长触摸事件, 激活新文件夹创建模式, 并在新文件夹创建模式下, 基 于所述文件自动创建一个新文件夹。 采用本发明, 能通过多点触摸技术来 创建文件夹。 附图说明
图 1为现有技术应用单点触摸技术创建文件夹的效果图;
图 2为本发明实施例的系统组成结构图;
图 3为本发明实施例的方法原理流程图;
图 4为本发明实施例的应用多点触摸技术创建文件夹的效果图。 具体实施方式
下面结合附图对技术方案的实施作进一步的详细描述。
基于触摸屏的触摸技术, 尤其是多点触摸技术越来越受到用户的青睐, 用触摸技术能方便快捷地管理移动终端中的文件和应用程序, 本发明实施 例正是一种基于多点触摸技术创建文件夹的方案, 对通过触摸技术来创建 文件夹的方案进行了完善, 能让用户快速地创建文件夹。
一种快速创建文件夹的系统, 如图 2所示, 该系统包括: 第一判断单 元、 第二判断单元和文件夹创建单元。
其中, 第一判断单元, 用于获取触控事件, 当触控事件为多点触摸事 件时, 获取触摸点和文件所在位置的坐标, 并判断触摸点是否位于文件所 在位置。
第二判断单元, 用于在第一判断单元判断出触摸点位于文件所在位置 的情况下, 通过计算从手指刚触摸到文件至手指松开文件的时间, 判断是 否当前为一个长触摸事件。
这里, 判断是否当前为一个长触摸事件具体包括: 如果触摸时间 (即 从手指刚触摸到文件至手指松开文件的时间 ) 未达到预设的第一阀值时, 触发了手指松开事件, 则判断出当前不是长触摸事件; 如果触摸时间达到 该第一阀值(即触摸时间大于或等于第一阈值) 时, 触发了手指松开事件, 则判断出当前是长触摸事件。
文件夹创建单元, 用于在第二判断单元判断出当前为一个长触摸事件 的情况下, 激活文件进入长触摸的滑动模式; 在长触摸的滑动模式下, 将 文件相向滑动, 并获取相向滑动的文件所在位置的坐标, 当判断出文件的 位置差小于等于预设的第二阀值时, 释放长触摸事件, 激活新文件夹创建 模式, 并在新文件夹创建模式下, 基于文件自动创建一个新文件夹。
这里, 举例来说, 如果多点触摸事件具体为两点触摸事件, 则一个系 统实施例的功能模块组成包括:
第一判断单元, 用于获取触控事件, 当触控事件为两点触摸事件时, 获取触摸点和两个文件所在位置的坐标, 并判断触摸点是否位于文件所在 位置。
第二判断单元, 用于在第一判断单元判断出触摸点位于文件所在位置 的情况下, 通过计算从手指刚触摸到文件至手指松开文件的时间, 判断是 否当前为一个长触摸事件。 如果从手指刚触摸到文件至手指松开文件的时 间未达到预设的第一阀值 T时, 触发了手指松开事件, 则判断出当前不是 长触摸事件; 如果从手指刚触摸到文件至手指松开文件的时间直至达到该 第一阀值 T时, 触发了手指松开事件, 则判断出当前是长触摸事件。
文件夹创建单元, 用于在第二判断单元判断出当前为一个长触摸事件 的情况下, 激活文件进入长触摸的滑动模式; 在长触摸的滑动模式下, 将 两个文件相向滑动, 并获取相向滑动的两个文件所在位置的横坐标, 当判 断出两个文件位置的横坐标之差 预设的第二阀值 D时,释放长触摸事 件, 激活新文件夹创建模式, 并在新文件夹创建模式下, 基于文件自动创 建一个新文件夹。 该新文件夹由这两个文件构成。
具体的, 基于文件自动创建一个新文件夹时, 如果两个文件, 文件 A 和文件 B是应用程序本身, 则直接创建新文件夹; 如果两个文件, 文件 A 和文件 B只是应用程序所对应的快捷方式, 则根据该快捷方式获取文件 A 和文件 B的源文件应用程序所在位置后再创建新文件夹。
另外, 在基于所述文件自动创建一个新文件夹时, 该方法还包括: 提 示是否选择对所创建的新文件夹命名、 或者默认将所创建的新文件夹命名 为新建文件夹。
进一步地, 在提示后, 该方法还可包括: 根据获取的文件名立即对所 创建的新文件夹进行文件夹命名、 或者跳过提示以后再命名。
这里需要指出的是,本发明实施例若基于 Android平台应用时,基于上 述系统实施例的函数调用过程具体为:
a.由于 Android平台没有多点的长触摸事件( OnLongClick )可以捕获, 所以需要先捕获触控事件, 当两个手指同时触碰到屏幕时, 会触发 OnTouchEvent 回调 函数 , 在这个 OnTouchEvent 函数 中 通过 MotionEvent.getPointerCount函数判断是否为两点触摸。这里, OnTouchEvent 回调函数用于激活触控事件, MotionEvent.getPointerCount函数用于激活当 前是否为两点触摸事件的判断。
b.通过 MotionEvent.getX(Pointerld)函数和 MotionEvent.getY(Pointerld) 函数获取到两个触摸点位置的坐标, 并判断触摸点是否落在两个文件所在 的 图 标 位 置 上 。 这 里 , MotionEvent.getX(Pointerld) 函 数 和 MotionEvent.getY(Pointerld)函数分别用于获取触摸点的横坐标 x 和纵坐标 y。
c.模拟 Android平台的 OnLongClick的实现, 用 postDdayed函数启动 一个 CheckForLongPress函数的线程,判断在时间 T (预先设定的第一阀值 ) 内是否产生了手指松开事件( ACTIONJJP ), 如果没有产生 ACTIONJJP, 那么就激活双指长按模式, 两个文件的图标产生被拉起的特效, 还可以同 时调用 Vibrator. vibrator函数产生震动的特效。 这里, postDdayed函数用于 计算手指刚触摸到文件至手指松开文件的时间, CheckForLongPress函数用 于检查是否为长触摸事件, Vibrator.vibrator 函数用于激活振动事件。 双指 长按模式是长触摸事件的一种模式。
d.当两手指在滑动过程中, 同样是由 OnTouchEvent函数判断两个文件 A和 B之间的距离是否在缩小, 当文件 A和文件 B的距离 < D (预先设定 的第二阀值) 的时候, 创建桌面文件夹, 并将两个文件的图标放到该创建 的文件夹里, 同时将这两个文件的图标在桌面上删除。
如图 3所示, 一种快速创建文件夹的方法, 该方法包括以下步驟: 步驟 101、 获取触控事件, 当触控事件为多点触摸事件时, 获取触摸点 和文件所在位置的坐标, 并判断触摸点是否位于文件所在位置。
步驟 102、在判断出触摸点位于文件所在位置的情况下,通过计算从手 指刚触摸到文件至手指松开文件的时间 , 判断是否当前为一个长触摸事件。
这里, 判断是否当前为一个长触摸事件具体包括: 如果从手指刚触摸 到文件至手指^开文件的时间未达到预设的第一阀值时, 触发了手指^开 事件, 则判断出当前不是长触摸事件; 如果从手指刚触摸到文件至手指松 开文件的时间直至达到该第一阀值时, 触发了手指松开事件, 则判断出当 前是长触摸事件。
步驟 103、在判断出当前为一个长触摸事件的情况下, 激活文件进入长 触摸的滑动模式; 在长触摸的滑动模式下, 将文件相向滑动, 并获取相向 滑动的文件所在位置的坐标。
步驟 104、 当判断出位置差小于等于预设的第二阀值时,释放长触摸事 件, 激活新文件夹创建模式, 并在新文件夹创建模式下, 基于文件自动创 建一个新文件夹。
所述基于文件自动创建一个新文件夹, 包括:
如果所述文件是应用程序本身, 则直接创建新文件夹;
如果所述文件是应用程序所对应的快捷方式, 则根据所述快捷方式获 取所述文件的源文件应用程序所在位置后再创建新文件夹。
较佳的, 在基于所述文件自动创建一个新文件夹时, 该方法还包括: 提示是否选择对所创建的新文件夹命名、 或者默认将所创建的新文件夹命 名为新建文件夹。 进一步的, 在提示后, 该方法还可包括: 根据获取的文 件名立即对所创建的新文件夹进行文件夹命名、 或者跳过提示以后再命名。
如图 4所示为应用本发明实施例一个两点触摸创建文件夹的例子的效 果图, 过程为:
1 )移动终端的屏幕上有两个文件, 分别为文件 A和文件 B, 如图 4中 的①所指示的情况;
2 )将双指同时长按文件 A和文件 B达到时间 T以后, 激活多点长触 摸这一特定的模式(激活该特定模式的方式包括但不限于双指长按)。 当这 一特定的模式被激活以后,双指拖动文件 A和文件 B朝相向方向进行滑动, 如图 4中的②所指示的情况;
3 ) 当文件 A和文件 B之间的直线距离 < D, 且释放长触摸事件后, 自 动将文件 A和文件 B创建为一个新的文件夹,该新文件夹由文件 A和文件 B构成, 如图 4中的③所指示的情况。
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围。

Claims

权利要求书
1、 一种快速创建文件夹的系统, 其特征在于, 该系统包括: 第一判 断单元、 第二判断单元、 文件夹创建单元; 其中,
所述第一判断单元, 用于获取触控事件, 当触控事件为多点触摸事 件时, 获取触摸点和文件所在位置的坐标, 并判断触摸点是否位于文件 所在位置;
所述第二判断单元, 用于在所述第一判断单元判断出触摸点位于所 述文件所在位置的情况下, 通过计算从手指刚触摸到所述文件至手指松 开文件的时间, 判断是否当前为一个长触摸事件;
所述文件夹创建单元, 用于在所述第二判断单元判断出当前为一个 长触摸事件的情况下, 激活所述文件进入长触摸的滑动模式; 且当在长 触摸的滑动模式下, 用户将所述文件相向滑动时, 获取相向滑动的所述 文件所在位置的坐标, 当判断出所述文件的位置差小于等于预设的第二 阀值时, 释放长触摸事件, 激活新文件夹创建模式, 并在新文件夹创建 模式下, 基于所述文件自动创建一个新文件夹。
2、 根据权利要求 1所述的系统, 其特征在于, 所述第二判断单元, 用于在判断是否当前为一个长触摸事件时, 如果从手指刚触摸到所述文 件至手指松开文件的时间未达到预设的第一阀值时, 触发了手指松开事 件, 则判断出当前不是长触摸事件; 如果从手指刚触摸到所述文件至手 指松开文件的时间直至达到所述第一阀值时, 触发了手指松开事件, 则 判断出当前是长触摸事件。
3、根据权利要求 1所述的系统, 其特征在于, 所述文件夹创建单元, 用于在基于所述文件自动创建一个新文件夹的情况下, 当所述文件是应 用程序本身时, 直接创建新文件夹; 当所述文件是应用程序所对应的快 捷方式时, 根据所述快捷方式获取所述文件的源文件应用程序所在位置 后再创建新文件夹。
4、 根据权利要求 1、 2或 3所述的系统, 其特征在于, 所述多点触 摸事件为两点触摸事件的情况下,
所述第一判断单元, 用于获取触控事件, 且触控事件为两点触摸事 件, 获取触摸点和两个文件所在位置的坐标, 并判断触摸点是否位于文 件所在位置;
所述第二判断单元, 用于在所述第一判断单元判断出触摸点位于文 件所在位置的情况下, 通过计算从手指刚触摸到文件至松开文件的时间, 判断是否当前为一个长触摸事件: 如果从手指刚触摸到文件至松开文件 的时间未达到预设的第一阀值时, 触发了手指松开事件, 则判断出当前 不是长触摸事件; 如果从手指刚触摸到文件至松开文件的时间直至达到 第一阀值时, 触发了手指松开事件, 则判断出当前是长触摸事件;
文件夹创建单元, 用于在所述第二判断单元判断出当前为一个长触 摸事件的情况下, 激活文件进入长触摸的滑动模式; 在长触摸的滑动模 式下, 将两个文件相向滑动, 并获取相向滑动的两个文件所在位置的横 坐标, 当判断出两个文件位置的横坐标之差小于等于预设的第二阀值时, 释放长触摸事件, 激活新文件夹创建模式, 并在新文件夹创建模式下, 基于文件自动创建一个新文件夹, 所述新文件夹由所述两个文件构成。
5、 一种快速创建文件夹的方法, 其特征在于, 该方法包括: 获取触控事件, 当触控事件为多点触摸事件时, 获取触摸点和文件 所在位置的坐标, 并判断触摸点是否位于文件所在位置;
在判断出触摸点位于所述文件所在位置的情况下, 通过计算从手指 刚触摸到所述文件至手指松开文件的时间, 判断是否当前为一个长触摸 事件;
在判断出当前为一个长触摸事件的情况下, 激活所述文件进入长触 摸的滑动模式; 在长触摸的滑动模式下, 将所述文件相向滑动, 并获取 相向滑动的所述文件所在位置的坐标, 当判断出所述文件的位置差小于 等于预设的第二阀值时, 释放长触摸事件, 激活新文件夹创建模式, 并 在新文件夹创建模式下, 基于所述文件自动创建一个新文件夹。
6、 根据权利要求 5所述的方法, 其特征在于, 所述判断是否当前为 一个长触摸事件, 包括:
如果从手指刚触摸到所述文件至手指松开文件的时间未达到预设的 第一阀值时, 触发了手指松开事件, 则判断出当前不是长触摸事件; 如果从手指刚触摸到所述文件至手指松开文件的时间直至达到所述 第一阀值时, 触发了手指松开事件, 则判断出当前是长触摸事件。
7、 根据权利要求 6所述的方法, 其特征在于, 所述基于所述文件自 动创建一个新文件夹, 包括:
如果所述文件是应用程序本身, 则直接创建新文件夹;
如果所述文件是应用程序所对应的快捷方式, 则根据所述快捷方式 获取所述文件的源文件应用程序所在位置后再创建新文件夹。
8、 根据权利要求 7所述的方法, 其特征在于, 在基于所述文件自动 创建一个新文件夹时, 该方法还包括: 提示是否选择对所创建的新文件 夹命名、 或者默认将所创建的新文件夹命名为新建文件夹。
9、 根据权利要求 8所述的方法, 其特征在于, 在提示后, 该方法还 包括: 根据获取的文件名立即对所创建的新文件夹进行文件夹命名、 或 者跳过提示以后再命名。
PCT/CN2012/078505 2011-09-16 2012-07-11 一种快速创建文件夹的系统及方法 WO2013037239A1 (zh)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP20120831372 EP2757449A4 (en) 2011-09-16 2012-07-11 SYSTEM AND METHOD FOR QUICKLY CREATING A DIRECTORY
US14/344,281 US20140344734A1 (en) 2011-09-16 2012-07-11 System and Method for Creating a Folder Quickly
KR1020147009851A KR101669106B1 (ko) 2011-09-16 2012-07-11 폴더를 빠르게 생성하는 시스템 및 방법

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2011102760477A CN102999286A (zh) 2011-09-16 2011-09-16 一种快速创建文件夹的系统及方法
CN201110276047.7 2011-09-16

Publications (1)

Publication Number Publication Date
WO2013037239A1 true WO2013037239A1 (zh) 2013-03-21

Family

ID=47882591

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/078505 WO2013037239A1 (zh) 2011-09-16 2012-07-11 一种快速创建文件夹的系统及方法

Country Status (6)

Country Link
US (1) US20140344734A1 (zh)
EP (1) EP2757449A4 (zh)
JP (1) JP2014531073A (zh)
KR (1) KR101669106B1 (zh)
CN (1) CN102999286A (zh)
WO (1) WO2013037239A1 (zh)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103218161A (zh) * 2013-03-22 2013-07-24 广东欧珀移动通信有限公司 一种基于多点触控的移动终端操作方法及系统
WO2014196639A1 (ja) * 2013-06-07 2014-12-11 シャープ株式会社 情報処理装置および制御プログラム
JP2015041220A (ja) * 2013-08-21 2015-03-02 シャープ株式会社 画像形成装置
CN105404439A (zh) * 2014-09-11 2016-03-16 中兴通讯股份有限公司 文件夹创建方法及装置
JP5916037B2 (ja) * 2013-03-22 2016-05-11 株式会社ソニー・インタラクティブエンタテインメント 情報処理装置、情報処理方法、プログラム及び情報記憶媒体

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5502943B2 (ja) * 2012-06-29 2014-05-28 楽天株式会社 情報処理装置、認証装置、情報処理方法及び情報処理プログラム
USD721731S1 (en) * 2012-09-12 2015-01-27 Apple Inc. Display screen or portion thereof with graphical user interface
US10044650B1 (en) * 2013-06-03 2018-08-07 Groupon, Inc. Dynamic customized electronic message content generation
CN103425392A (zh) * 2013-08-13 2013-12-04 广东欧珀移动通信有限公司 一种触摸屏终端上新建文件夹的方法和系统
JP6445777B2 (ja) * 2014-04-15 2018-12-26 キヤノン株式会社 オブジェクトを管理する情報処理装置およびその制御方法
WO2016039570A1 (en) * 2014-09-12 2016-03-17 Samsung Electronics Co., Ltd. Method and device for executing applications through application selection screen
CN106469015A (zh) * 2015-08-18 2017-03-01 阿里巴巴集团控股有限公司 界面对象归类方法和装置
CN106484213B (zh) * 2015-08-31 2019-11-01 深圳富泰宏精密工业有限公司 应用程序图标操作系统与方法
CN106896974A (zh) * 2015-12-18 2017-06-27 阿里巴巴集团控股有限公司 数据归类的方法和装置
CN105760058A (zh) * 2016-02-26 2016-07-13 广州品唯软件有限公司 一种脚本程序分类管理方法及装置
US11605242B2 (en) * 2018-06-07 2023-03-14 Motorola Mobility Llc Methods and devices for identifying multiple persons within an environment of an electronic device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060263083A1 (en) * 2005-05-21 2006-11-23 Samsung Electronics Co., Ltd. Method and apparatus for creating new folder in built-in storage of image forming apparatus, and method and apparatus for storing data using the same
CN101075235A (zh) * 2006-05-18 2007-11-21 明基电通股份有限公司 在数字装置中进行文件管理的方法
CN102033710A (zh) * 2010-04-07 2011-04-27 苹果公司 用于管理文件夹的方法和相关设备

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8279180B2 (en) * 2006-05-02 2012-10-02 Apple Inc. Multipoint touch surface controller
JP2010020608A (ja) * 2008-07-11 2010-01-28 Olympus Imaging Corp 電子装置、カメラ、オブジェクト選択方法、および、オブジェクト選択プログラム
KR101586627B1 (ko) * 2008-10-06 2016-01-19 삼성전자주식회사 멀티 터치를 이용한 리스트 관리 방법 및 장치
US10025458B2 (en) * 2010-04-07 2018-07-17 Apple Inc. Device, method, and graphical user interface for managing folders
KR20120012541A (ko) * 2010-08-02 2012-02-10 삼성전자주식회사 터치 디바이스에서 폴더 운용 방법 및 장치
TWI483171B (zh) * 2011-03-10 2015-05-01 Chi Mei Comm Systems Inc 檔案管理系統及方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060263083A1 (en) * 2005-05-21 2006-11-23 Samsung Electronics Co., Ltd. Method and apparatus for creating new folder in built-in storage of image forming apparatus, and method and apparatus for storing data using the same
CN101075235A (zh) * 2006-05-18 2007-11-21 明基电通股份有限公司 在数字装置中进行文件管理的方法
CN102033710A (zh) * 2010-04-07 2011-04-27 苹果公司 用于管理文件夹的方法和相关设备

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2757449A4 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103218161A (zh) * 2013-03-22 2013-07-24 广东欧珀移动通信有限公司 一种基于多点触控的移动终端操作方法及系统
JP5916037B2 (ja) * 2013-03-22 2016-05-11 株式会社ソニー・インタラクティブエンタテインメント 情報処理装置、情報処理方法、プログラム及び情報記憶媒体
EP2977876A4 (en) * 2013-03-22 2016-11-30 Sony Interactive Entertainment Inc INFORMATION PROCESSING DEVICE, INFORMATION PROCESSING METHOD, PROGRAM, AND INFORMATION STORAGE MEDIUM
US10496258B2 (en) 2013-03-22 2019-12-03 Sony Interactive Entertainment Inc. Information processing device, information processing method, program, and information storage medium
WO2014196639A1 (ja) * 2013-06-07 2014-12-11 シャープ株式会社 情報処理装置および制御プログラム
JP2014238725A (ja) * 2013-06-07 2014-12-18 シャープ株式会社 情報処理装置および制御プログラム
JP2015041220A (ja) * 2013-08-21 2015-03-02 シャープ株式会社 画像形成装置
CN105404439A (zh) * 2014-09-11 2016-03-16 中兴通讯股份有限公司 文件夹创建方法及装置
CN105404439B (zh) * 2014-09-11 2020-08-07 南京中兴新软件有限责任公司 文件夹创建方法及装置

Also Published As

Publication number Publication date
JP2014531073A (ja) 2014-11-20
KR20140079406A (ko) 2014-06-26
KR101669106B1 (ko) 2016-10-25
CN102999286A (zh) 2013-03-27
EP2757449A1 (en) 2014-07-23
EP2757449A4 (en) 2014-10-01
US20140344734A1 (en) 2014-11-20

Similar Documents

Publication Publication Date Title
WO2013037239A1 (zh) 一种快速创建文件夹的系统及方法
CN103544973B (zh) 一种音乐播放器的歌曲控制方法和装置
CN102779006B (zh) 基于触摸屏的对象转移方法及触摸屏智能设备
CN103631511B (zh) 用于在具有触摸屏的终端中构造主屏幕的方法和设备
WO2014032431A1 (zh) 终端设备及快速启动程序的方法
WO2016078441A1 (zh) 图标管理的方法、装置及终端
CN105264870B (zh) 使用悬停输入的用户输入
EP2704406A1 (en) Tempoarily unulocking of a mobile terminal
WO2013185537A1 (zh) 一种智能手机的快捷操作文件的方法和智能手机
CN103092517A (zh) 一种实现通过手势操作快捷打开预设程序的方法和装置
WO2011079749A1 (zh) 一种触摸处理方法及移动终端
WO2014146443A1 (en) Screen control method and the apparatus
CN104331182B (zh) 具有辅助触摸屏的便携式终端
TW201205414A (en) Electronic device and method for transmitting data
WO2014201936A1 (zh) 一种移动设备的窗口移动方法及其装置
CN103135927B (zh) 一种移动终端快速对焦拍照方法及系统
CN103076968A (zh) 一种触控终端的操作控制方法及其触控终端
WO2013178192A2 (zh) 触摸屏的单点控制方法、装置及移动终端
CN103699405A (zh) 智能终端快捷升级应用程序的方法及装置
CN105302302A (zh) 一种应用控制的方法及装置
CN105718173A (zh) 终端操控方法、终端操控装置和终端
CN105573653A (zh) 多个对象选中方法和终端
US20140033066A1 (en) Method and device for uploading and downloading file
CN111491097A (zh) 一种拍摄方法和移动设备
TW201318423A (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: 12831372

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2012831372

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 14344281

Country of ref document: US

ENP Entry into the national phase

Ref document number: 2014530080

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 20147009851

Country of ref document: KR

Kind code of ref document: A