Searched defs:isPending (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java344 if (mSendTouchExplorationEndDelayed.isPending()
352 if (mSendTouchInteractionEndDelayed.isPending()
412 if (mSendTouchExplorationEndDelayed.isPending()) {
416 if (mSendTouchInteractionEndDelayed.isPending()) {
432 if (!mSendHoverEnterAndMoveDelayed.isPending()) {
455 if (mSendHoverEnterAndMoveDelayed.isPending()) {
508 if (mPerformLongPressDelayed.isPending()) {
534 if (mSendHoverEnterAndMoveDelayed.isPending()) {
583 if (mSendHoverEnterAndMoveDelayed.isPending()) {
614 if (mSendHoverEnterAndMoveDelayed.isPending()) {
1279 private boolean isPending() { method in class:TouchExplorer.PerformLongPressDelayed
1379 private boolean isPending() { method in class:TouchExplorer.SendHoverEnterAndMoveDelayed
1452 private boolean isPending() { method in class:TouchExplorer.SendHoverExitDelayed
1506 public boolean isPending() { method in class:TouchExplorer.SendAccessibilityEventDelayed
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java1235 void recordInitPendingLocked(boolean isPending, String transportName) { argument
1236 if (DEBUG) Slog.i(TAG, "recordInitPendingLocked: " + isPending
1244 if (isPending) {

Completed in 18 milliseconds