Home
last modified time | relevance | path

Searched refs:mReadyForContentCaptureUpdates (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DView.java10177 if (ai != null && !ai.mReadyForContentCaptureUpdates) return; in notifyAppearedOrDisappearedForContentCaptureIfNeeded()
10612 ai.mReadyForContentCaptureUpdates = true; in dispatchInitialProvideContentCaptureStructure()
31032 boolean mReadyForContentCaptureUpdates; field in View.AttachInfo