Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java43 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ChildContentCaptureSession
47 return mParent.getMainCaptureSession(); in getMainCaptureSession()
53 getMainCaptureSession().notifyChildSessionStarted(mId, child.mId, clientContext); in newChild()
64 getMainCaptureSession().notifyContextUpdated(mId, context); in updateContentCaptureContext()
69 getMainCaptureSession().notifyChildSessionFinished(mParent.mId, mId); in onDestroy()
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()
[all …]
DContentCaptureSession.java240 abstract MainContentCaptureSession getMainCaptureSession(); in getMainCaptureSession() method in ContentCaptureSession
DMainContentCaptureSession.java204 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in MainContentCaptureSession
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java126 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ContentCaptureSessionTest.MyContentCaptureSession