Home
last modified time | relevance | path

Searched refs:mSystemInsets (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java75 private final Rect mSystemInsets = new Rect(); field in BackdropFrameRenderer
98 mSystemInsets.set(systemInsets); in BackdropFrameRenderer()
161 mSystemInsets.set(systemInsets); in setTargetRect()
247 || !mSystemInsets.equals(mOldSystemInsets) in doFrameUncheckedLocked()
251 mOldSystemInsets.set(mSystemInsets); in doFrameUncheckedLocked()
253 redrawLocked(mNewTargetRect, mFullscreen, mSystemInsets, mStableInsets); in doFrameUncheckedLocked()
369 final int topInset = DecorView.getColorViewTopInset(mStableInsets.top, mSystemInsets.top); in drawColorViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java107 private Rect mSystemInsets = new Rect(); field in RecentsView
176 mTaskStackView.setSystemInsets(mSystemInsets); in onReload()
372 int leftRightInsets = mSystemInsets.left + mSystemInsets.right; in onLayout()
373 int topBottomInsets = mSystemInsets.top + mSystemInsets.bottom; in onLayout()
376 int childLeft = left + mSystemInsets.left + in onLayout()
378 int childTop = top + mSystemInsets.top + in onLayout()
407 mSystemInsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets()
408 mTaskStackView.setSystemInsets(mSystemInsets); in onApplyWindowInsets()
753 mDividerSize, mSystemInsets, getResources()); in updateVisibleDockRegions()
804 writer.print(" insets="); writer.print(Utilities.dumpRect(mSystemInsets)); in dump()
DTaskStackLayoutAlgorithm.java242 public Rect mSystemInsets = new Rect(); field in TaskStackLayoutAlgorithm
407 boolean changed = !mSystemInsets.equals(systemInsets); in setSystemInsets()
408 mSystemInsets.set(systemInsets); in setSystemInsets()
448 mStackBottomOffset = mSystemInsets.bottom + bottomMargin; in initialize()
587 float minBottomTaskNormX = getNormalizedXFromUnfocusedY(mSystemInsets.bottom + in setTaskOverridesForInitialState()
944 (mStackRect.height() - mSystemInsets.bottom - mTaskRect.height()) / 2; in getStackTransform()
1262 writer.print("insets="); writer.print(Utilities.dumpRect(mSystemInsets)); in dump()
DTaskStackView.java851 mLayoutAlgorithm.setSystemInsets(mStableLayoutAlgorithm.mSystemInsets); in updateLayoutToStableBounds()
1194 mLayoutAlgorithm.mSystemInsets.top, mLayoutAlgorithm.mSystemInsets.right, mTmpRect); in onMeasure()
1842 Rect systemInsets = new Rect(mStableLayoutAlgorithm.mSystemInsets); in onBusEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
DRecentsTvView.java60 private Rect mSystemInsets = new Rect(); field in RecentsTvView
214 return mSystemInsets; in getSystemInsets()
231 mSystemInsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets()