Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java9826 if (ai != null && !ai.mReadyForContentCaptureUpdates) return; in notifyAppearedOrDisappearedForContentCaptureIfNeeded()
10193 ai.mReadyForContentCaptureUpdates = true; in dispatchInitialProvideContentCaptureStructure()
29667 boolean mReadyForContentCaptureUpdates; field in View.AttachInfo