Searched refs:mSystemInsets (Results 1 – 5 of 5) sorted by relevance
75 private final Rect mSystemInsets = new Rect(); field in BackdropFrameRenderer98 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()
107 private Rect mSystemInsets = new Rect(); field in RecentsView176 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()
242 public Rect mSystemInsets = new Rect(); field in TaskStackLayoutAlgorithm407 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()
851 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()
60 private Rect mSystemInsets = new Rect(); field in RecentsTvView214 return mSystemInsets; in getSystemInsets()231 mSystemInsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets()