Searched refs:viewInsets (Results 1 – 4 of 4) sorted by relevance
88 void internalNotifyViewInsetsChanged(@NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() argument89 getMainCaptureSession().notifyViewInsetsChanged(mId, viewInsets); in internalNotifyViewInsetsChanged()
440 public final void notifyViewInsetsChanged(@NonNull Insets viewInsets) { in notifyViewInsetsChanged() argument441 Preconditions.checkNotNull(viewInsets); in notifyViewInsetsChanged()445 internalNotifyViewInsetsChanged(viewInsets); in notifyViewInsetsChanged()448 abstract void internalNotifyViewInsetsChanged(@NonNull Insets viewInsets); in internalNotifyViewInsetsChanged() argument
653 void internalNotifyViewInsetsChanged(@NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() argument654 notifyViewInsetsChanged(mId, viewInsets); in internalNotifyViewInsetsChanged()753 public void notifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in notifyViewInsetsChanged() argument755 .setInsets(viewInsets))); in notifyViewInsetsChanged()
176 void internalNotifyViewInsetsChanged(Insets viewInsets) { in internalNotifyViewInsetsChanged() argument