Searched refs:internalNotifyViewInsetsChanged (Results 1 – 5 of 5) sorted by relevance
125 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() method in ChildContentCaptureSession126 getMainCaptureSession().internalNotifyViewInsetsChanged(mId, viewInsets); in internalNotifyViewInsetsChanged()
546 internalNotifyViewInsetsChanged(mId, viewInsets); in notifyViewInsetsChanged()549 abstract void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets); in internalNotifyViewInsetsChanged() method in ContentCaptureSession
787 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() method in MainContentCaptureSession902 internalNotifyViewInsetsChanged(sessionId, (Insets) event); in notifyContentCaptureEventsImpl()
815 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() method in MainContentCaptureSessionV2999 internalNotifyViewInsetsChanged(sessionId, (Insets) event); in notifyContentCaptureEventsImpl()
296 void internalNotifyViewInsetsChanged(final int sessionId, Insets viewInsets) { in internalNotifyViewInsetsChanged() method in ContentCaptureSessionTest.MyContentCaptureSession