Searched refs:getMainCaptureSession (Results 1 – 4 of 4) sorted by relevance
43 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ChildContentCaptureSession47 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 …]
264 abstract MainContentCaptureSession getMainCaptureSession(); in getMainCaptureSession() method in ContentCaptureSession
232 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in MainContentCaptureSession
193 MainContentCaptureSession getMainCaptureSession() { in getMainCaptureSession() method in ContentCaptureSessionTest.MyContentCaptureSession