Searched refs:mPolicyFlags (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1391 private int mPolicyFlags; field in class:TouchExplorer.PerformLongPressDelayed
1395 mPolicyFlags = policyFlags;
1461 sendHoverExitAndTouchExplorationGestureEndIfNeeded(mPolicyFlags);
1464 sendDownForAllActiveNotInjectedPointers(mEvent, mPolicyFlags);
1474 mPolicyFlags = 0;
1489 private int mPolicyFlags; field in class:TouchExplorer.SendHoverDelayed
1501 mPolicyFlags = policyFlags;
1535 mPolicyFlags = 0;
1563 sendMotionEvent(mPrototype, mHoverAction, mPointerIdBits, mPolicyFlags);
H A DScreenMagnifier.java685 ScreenMagnifier.this.onMotionEvent(event, rawEvent, info.mPolicyFlags);
786 public int mPolicyFlags; field in class:ScreenMagnifier.MotionEventInfo
811 mPolicyFlags = policyFlags;
835 mPolicyFlags = 0;

Completed in 362 milliseconds