Home
last modified time | relevance | path

Searched refs:getGestureName (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DMultiFingerSwipe.java250 Slog.d(getGestureName(), "Processing move on finger " + pointerIndex); in onMove()
258 getGestureName(), in onMove()
276 Slog.d(getGestureName(), "moveDelta:" + moveDelta); in onMove()
356 Slog.d(getGestureName(), "Recognizing finger: " + i); in recognizeGesture()
359 Slog.d(getGestureName(), "Too few points."); in recognizeGesture()
366 Slog.d(getGestureName(), "path=" + path.toString()); in recognizeGesture()
397 getGestureName(), in recognizeGesturePath()
407 Slog.d(getGestureName(), "Completed."); in recognizeGesturePath()
438 protected String getGestureName() { in getGestureName() method in MultiFingerSwipe
DGestureMatcher.java302 protected abstract String getGestureName(); in getGestureName() method in GestureMatcher
309 return getGestureName() + ":" + getStateSymbolicName(mState); in toString()
326 getGestureName() in cancel()
351 getGestureName() in post()
373 getGestureName() in run()
DSwipe.java163 getGestureName(), in onMove()
318 Slog.d(getGestureName(), "path=" + path.toString()); in recognizeGesture()
351 getGestureName(), in recognizeGesturePath()
362 Slog.d(getGestureName(), "Completed."); in recognizeGesturePath()
393 protected String getGestureName() { in getGestureName() method in Swipe
DMultiTapAndHold.java48 public String getGestureName() { in getGestureName() method in MultiTapAndHold
DMultiFingerMultiTapAndHold.java57 public String getGestureName() { in getGestureName() method in MultiFingerMultiTapAndHold
DMultiTap.java123 public String getGestureName() { in getGestureName() method in MultiTap
DSecondFingerMultiTap.java135 public String getGestureName() { in getGestureName() method in SecondFingerMultiTap
DMultiFingerMultiTap.java208 public String getGestureName() { in getGestureName() method in MultiFingerMultiTap
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DSimpleSwipe.java86 protected String getGestureName() { in getGestureName() method in SimpleSwipe
DTwoFingersDownOrSwipe.java109 protected String getGestureName() { in getGestureName() method in TwoFingersDownOrSwipe
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DGesturesObserverTest.java136 protected String getGestureName() { in getGestureName() method in GesturesObserverTest.GestureMatcherStub