Searched refs:viewInsets (Results 1 – 6 of 6) sorted by relevance
125 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() argument126 getMainCaptureSession().internalNotifyViewInsetsChanged(mId, viewInsets); in internalNotifyViewInsetsChanged()
541 public final void notifyViewInsetsChanged(@NonNull Insets viewInsets) { in notifyViewInsetsChanged() argument542 Objects.requireNonNull(viewInsets); in notifyViewInsetsChanged()546 internalNotifyViewInsetsChanged(mId, viewInsets); in notifyViewInsetsChanged()549 abstract void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets); in internalNotifyViewInsetsChanged() argument
787 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() argument790 .setInsets(viewInsets); in internalNotifyViewInsetsChanged()
815 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() argument818 .setInsets(viewInsets); in internalNotifyViewInsetsChanged()
296 void internalNotifyViewInsetsChanged(final int sessionId, Insets viewInsets) { in internalNotifyViewInsetsChanged() argument
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...