HomeSort by relevance Sort by last modified time
    Searched defs:mIsEndOfPath (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 135 touchPoints[numPointsFound].mIsEndOfPath = !strokeDescription.willContinue()
400 public boolean mIsEndOfPath;
416 mIsEndOfPath = (startEnd & FLAG_IS_END_OF_PATH) != 0;
425 mIsEndOfPath = other.mIsEndOfPath;
436 + ", mIsEndOfPath=" + mIsEndOfPath
452 startEnd |= mIsEndOfPath ? FLAG_IS_END_OF_PATH : 0;
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 52 milliseconds