Home
last modified time | relevance | path

Searched defs:calculateInsets (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DInsetsSource.java121 public Insets calculateInsets(Rect relativeFrame, boolean ignoreVisibility) { in calculateInsets() method in InsetsSource
133 private Insets calculateInsets(Rect relativeFrame, Rect frame, boolean ignoreVisibility) { in calculateInsets() method in InsetsSource
H A DInsetsAnimationControlImpl.java380 private Insets calculateInsets(InsetsState state, Rect frame, in calculateInsets() method in InsetsAnimationControlImpl
395 private Insets calculateInsets(InsetsState state, SparseArray<InsetsSourceControl> controls, in calculateInsets() method in InsetsAnimationControlImpl
H A DInsetsState.java198 public WindowInsets calculateInsets(Rect frame, @Nullable InsetsState ignoringVisibilityState, in calculateInsets() method in InsetsState
304 public Insets calculateInsets(Rect frame, @InsetsType int types, boolean ignoreVisibility) { in calculateInsets() method in InsetsState
H A DInsetsController.java810 public WindowInsets calculateInsets(boolean isScreenRound, boolean alwaysConsumeSystemBars, in calculateInsets() method in InsetsController