Home
last modified time | relevance | path

Searched refs:taskBarInsetsSource (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/fullscreen/
H A DFullscreenUnfoldController.java201 InsetsSource taskBarInsetsSource, in AnimationContext() argument
204 update(taskBarInsetsSource, taskInfo); in AnimationContext()
207 private void update(InsetsSource taskBarInsetsSource, TaskInfo taskInfo) { in update() argument
211 if (taskBarInsetsSource != null) { in update()
213 if (taskBarInsetsSource.getFrame().height() >= mExpandedTaskBarHeight) { in update()
214 mStartCropRect.inset(taskBarInsetsSource in update()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DOutlineManager.java150 final InsetsSource taskBarInsetsSource = in computeOutlineBounds() local
154 if (taskBarInsetsSource.getFrame().height() >= mExpandedTaskBarHeight) { in computeOutlineBounds()
155 outBounds.inset(taskBarInsetsSource.calculateVisibleInsets(outBounds)); in computeOutlineBounds()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerView.java145 final InsetsSource taskBarInsetsSource = in onInsetsChanged() local
149 if (taskBarInsetsSource.getFrame().height() >= mExpandedTaskBarHeight) { in onInsetsChanged()
150 mTempRect.inset(taskBarInsetsSource.calculateVisibleInsets(mTempRect)); in onInsetsChanged()