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

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java78 private boolean mIsInPool; field in class:AccessibilityRecord
721 record.mIsInPool = false;
736 if (mIsInPool) {
744 mIsInPool = true;
H A DAccessibilityEvent.java639 private boolean mIsInPool; field in class:AccessibilityEvent
871 event.mIsInPool = false;
888 if (mIsInPool) {
896 mIsInPool = true;
H A DAccessibilityNodeInfo.java361 private boolean mIsInPool; field in class:AccessibilityNodeInfo
1425 info.mIsInPool = false;
1454 if (mIsInPool) {
1462 mIsInPool = true;

Completed in 53 milliseconds