Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DChildContentCaptureSession.java88 void internalNotifyViewInsetsChanged(@NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() method in ChildContentCaptureSession
H A DContentCaptureSession.java515 internalNotifyViewInsetsChanged(viewInsets); in notifyViewInsetsChanged()
518 abstract void internalNotifyViewInsetsChanged(@NonNull Insets viewInsets); in internalNotifyViewInsetsChanged() method in ContentCaptureSession
H A DMainContentCaptureSession.java741 void internalNotifyViewInsetsChanged(@NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() method in MainContentCaptureSession
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java245 void internalNotifyViewInsetsChanged(Insets viewInsets) { in internalNotifyViewInsetsChanged() method in ContentCaptureSessionTest.MyContentCaptureSession