Searched refs:beganFromNonInteractive (Results 1 – 5 of 5) sorted by relevance
37 boolean beganFromNonInteractive) { in GlobalKeyIntent() argument40 mBeganFromNonInteractive = beganFromNonInteractive; in GlobalKeyIntent()63 public boolean beganFromNonInteractive() { in beganFromNonInteractive() method in GlobalKeyIntent
343 boolean beganFromNonInteractive() { in beganFromNonInteractive() method in SingleKeyGestureDetector
923 private void powerPress(long eventTime, int count, boolean beganFromNonInteractive) { in powerPress() argument933 + " count=" + count + " beganFromNonInteractive=" + beganFromNonInteractive in powerPress()940 } else if (interactive && !beganFromNonInteractive) { in powerPress()1980 mSingleKeyGestureDetector.beganFromNonInteractive()); in onPress()1994 if (mSingleKeyGestureDetector.beganFromNonInteractive() in onLongPress()2011 powerPress(downTime, count, mSingleKeyGestureDetector.beganFromNonInteractive()); in onMultiPress()
89 if (mDetector.beganFromNonInteractive() && !mAllowNonInteractiveForPress) { in initSingleKeyGestureRules()97 if (mDetector.beganFromNonInteractive() && !mAllowNonInteractiveForLongPress) { in initSingleKeyGestureRules()110 if (mDetector.beganFromNonInteractive() && !mAllowNonInteractiveForPress) { in initSingleKeyGestureRules()
35547 HPLcom/android/server/policy/SingleKeyGestureDetector;->beganFromNonInteractive()Z