Searched refs:taskBarInsetsSource (Results 1 – 3 of 3) sorted by relevance
201 InsetsSource taskBarInsetsSource, in AnimationContext() argument204 update(taskBarInsetsSource, taskInfo); in AnimationContext()207 private void update(InsetsSource taskBarInsetsSource, TaskInfo taskInfo) { in update() argument211 if (taskBarInsetsSource != null) { in update()213 if (taskBarInsetsSource.getFrame().height() >= mExpandedTaskBarHeight) { in update()214 mStartCropRect.inset(taskBarInsetsSource in update()
150 final InsetsSource taskBarInsetsSource = in computeOutlineBounds() local154 if (taskBarInsetsSource.getFrame().height() >= mExpandedTaskBarHeight) { in computeOutlineBounds()155 outBounds.inset(taskBarInsetsSource.calculateVisibleInsets(outBounds)); in computeOutlineBounds()
145 final InsetsSource taskBarInsetsSource = in onInsetsChanged() local149 if (taskBarInsetsSource.getFrame().height() >= mExpandedTaskBarHeight) { in onInsetsChanged()150 mTempRect.inset(taskBarInsetsSource.calculateVisibleInsets(mTempRect)); in onInsetsChanged()