Home
last modified time | relevance | path

Searched refs:viewInsets (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java125 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() argument
126 getMainCaptureSession().internalNotifyViewInsetsChanged(mId, viewInsets); in internalNotifyViewInsetsChanged()
DContentCaptureSession.java541 public final void notifyViewInsetsChanged(@NonNull Insets viewInsets) { in notifyViewInsetsChanged() argument
542 Objects.requireNonNull(viewInsets); in notifyViewInsetsChanged()
546 internalNotifyViewInsetsChanged(mId, viewInsets); in notifyViewInsetsChanged()
549 abstract void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets); in internalNotifyViewInsetsChanged() argument
DMainContentCaptureSession.java787 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() argument
790 .setInsets(viewInsets); in internalNotifyViewInsetsChanged()
DMainContentCaptureSessionV2.java815 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() argument
818 .setInsets(viewInsets); in internalNotifyViewInsetsChanged()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java296 void internalNotifyViewInsetsChanged(final int sessionId, Insets viewInsets) { in internalNotifyViewInsetsChanged() argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...