Searched refs:getMainCaptureSession (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/contentcapture/ |
D | ChildContentCaptureSession.java | 43 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 …]
|
D | ContentCaptureSession.java | 240 abstract MainContentCaptureSession getMainCaptureSession(); in getMainCaptureSession() method in ContentCaptureSession
|
D | MainContentCaptureSession.java | 204 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in MainContentCaptureSession
|
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | ContentCaptureSessionTest.java | 126 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ContentCaptureSessionTest.MyContentCaptureSession
|