Searched refs:mIsInPool (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java65 private boolean mIsInPool; field in class:AccessibilityRecord
658 record.mIsInPool = false;
673 if (mIsInPool) {
681 mIsInPool = true;
H A DAccessibilityEvent.java565 private boolean mIsInPool; field in class:AccessibilityEvent
751 event.mIsInPool = false;
768 if (mIsInPool) {
776 mIsInPool = true;
H A DAccessibilityNodeInfo.java107 private boolean mIsInPool; field in class:AccessibilityNodeInfo
854 info.mIsInPool = false;
883 if (mIsInPool) {
891 mIsInPool = true;

Completed in 407 milliseconds