HomeSort by relevance Sort by last modified time
    Searched refs:TOUCH (Results 1 - 7 of 7) sorted by null

  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
UserEventDispatcherExtension.java 62 action.type = LauncherLogProto.Action.Type.TOUCH;
63 action.touch = LauncherLogProto.Action.Touch.TAP;
  /packages/apps/Launcher3/protos/
launcher_log.proto 128 TOUCH = 0;
135 enum Touch {
164 optional Touch touch = 2;
174 // Action (Touch) + Target
175 // Action (Touch) + Target + Target
179 // List of targets that touch actions can be operated on.
  /external/syslinux/gpxe/src/
Makefile 18 TOUCH := touch
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
LoggerUtils.java 73 case Action.Type.TOUCH:
74 str += getFieldName(action.touch, Action.Touch.class);
75 if (action.touch == Action.Touch.SWIPE || action.touch == Action.Touch.FLING) {
226 public static Action newTouchAction(int touch) {
227 Action a = newAction(Action.Type.TOUCH);
228 a.touch = touch
    [all...]
UserEventDispatcher.java 172 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.TAP),
191 if (action == Action.Touch.SWIPE || action == Action.Touch.FLING) {
215 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.TAP),
299 if (action == Action.Touch.DRAGDROP) {
306 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Type.TOUCH),
374 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.LONGPRESS),
385 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.DRAGDROP),
392 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.DRAGDROP),
  /external/wayland-protocols/flinger_headers/
ArcInputBridgeProtocol.h 115 enum class TouchToolType { TOUCH = 0, PEN, ERASER } __attribute__((packed));
182 TouchArgs touch; member in union:arc::BridgeInputEvent::__anon43694
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 5254 float touch = float(rawTouchMajor) \/ 2 * 10.0f + 160.0f; local
5300 float touch = sqrtf(rawTouchMajor) * 43.0f + 3.0f; local
    [all...]

Completed in 221 milliseconds