Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DChildContentCaptureSession.java43 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ChildContentCaptureSession
47 return mParent.getMainCaptureSession(); in getMainCaptureSession()
64 getMainCaptureSession().notifyContextUpdated(mId, context); in updateContentCaptureContext()
74 getMainCaptureSession().notifyViewAppeared(mId, node); in internalNotifyViewAppeared()
79 getMainCaptureSession().notifyViewDisappeared(mId, id); in internalNotifyViewDisappeared()
84 getMainCaptureSession().notifyViewTextChanged(mId, id, text); in internalNotifyViewTextChanged()
89 getMainCaptureSession().notifyViewInsetsChanged(mId, viewInsets); in internalNotifyViewInsetsChanged()
94 getMainCaptureSession().notifyViewTreeEvent(mId, started); in internalNotifyViewTreeEvent()
99 getMainCaptureSession().notifySessionResumed(); in internalNotifySessionResumed()
104 getMainCaptureSession().notifySessionPaused(); in internalNotifySessionPaused()
[all …]
H A DContentCaptureSession.java264 abstract MainContentCaptureSession getMainCaptureSession(); in getMainCaptureSession() method in ContentCaptureSession
H A DMainContentCaptureSession.java232 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in MainContentCaptureSession
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java193 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ContentCaptureSessionTest.MyContentCaptureSession