Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java445 internalNotifyViewInsetsChanged(viewInsets); in notifyViewInsetsChanged()
448 abstract void internalNotifyViewInsetsChanged(@NonNull Insets viewInsets); in internalNotifyViewInsetsChanged() method in ContentCaptureSession
H A DChildContentCaptureSession.java88 void internalNotifyViewInsetsChanged(@NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() method in ChildContentCaptureSession
H A DMainContentCaptureSession.java655 void internalNotifyViewInsetsChanged(@NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() method in MainContentCaptureSession
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java176 void internalNotifyViewInsetsChanged(Insets viewInsets) { in internalNotifyViewInsetsChanged() method in ContentCaptureSessionTest.MyContentCaptureSession