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

  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 132 touchPoints[numPointsFound].mIsStartOfPath =
399 public boolean mIsStartOfPath;
415 mIsStartOfPath = (startEnd & FLAG_IS_START_OF_PATH) != 0;
424 mIsStartOfPath = other.mIsStartOfPath;
439 int startEnd = mIsStartOfPath ? FLAG_IS_START_OF_PATH : 0;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 237 if (!firstStep.touchPoints[i].mIsStartOfPath) {
261 if (!touchPoint.mIsStartOfPath) {
434 if (currentTouchPoints[i].mIsStartOfPath) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
MotionEventInjectorTest.java 214 startTouchPoints[i].mIsStartOfPath = true;
311 clickTouchPoint.mIsStartOfPath = true;
357 clickTouchPoint.mIsStartOfPath = true;
    [all...]
GestureDescriptionTest.java 309 if (gestureStep.touchPoints[i].mIsStartOfPath) {

Completed in 407 milliseconds