HomeSort by relevance Sort by last modified time
    Searched refs:mIsEndOfPath (Results 1 - 6 of 6) 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;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 258 if (mLastTouchPoints[lastPointIndex].mIsEndOfPath
273 if (!mLastTouchPoints[i].mIsEndOfPath) {
393 if (currentTouchPoints[i].mIsEndOfPath) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
GestureDescriptionTest.java 329 if (gestureStep.touchPoints[i].mIsEndOfPath) {
MotionEventInjectorTest.java 217 endTouchPoints[i].mIsEndOfPath = true;
    [all...]
  /tools/dexter/testdata/expected/
large.asm     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 1307 milliseconds