Searched refs:mSystemInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 75 private final Rect mSystemInsets = new Rect(); field in BackdropFrameRenderer 99 mSystemInsets.set(systemInsets); in BackdropFrameRenderer() 165 mSystemInsets.set(systemInsets); in setTargetRect() 251 || !mSystemInsets.equals(mOldSystemInsets) in doFrameUncheckedLocked() 255 mOldSystemInsets.set(mSystemInsets); in doFrameUncheckedLocked() 257 redrawLocked(mNewTargetRect, mFullscreen, mSystemInsets, mStableInsets); in doFrameUncheckedLocked() 373 final int topInset = DecorView.getColorViewTopInset(mStableInsets.top, mSystemInsets.top); in drawColorViews()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/ |
D | TaskGridLayoutAlgorithm.java | 59 private Rect mSystemInsets = new Rect(); field in TaskGridLayoutAlgorithm 289 mSystemInsets = systemInsets; 294 int usableWidth = mScreenSize.x - mSystemInsets.left - mSystemInsets.right; 295 int usableHeight = mScreenSize.y - mSystemInsets.top - mSystemInsets.bottom;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | RecentsView.java | 106 Rect mSystemInsets = new Rect(); field in RecentsView 170 mTaskStackView.setSystemInsets(mSystemInsets); in onReload() 370 int leftRightInsets = mSystemInsets.left + mSystemInsets.right; in onLayout() 371 int topBottomInsets = mSystemInsets.top + mSystemInsets.bottom; in onLayout() 374 int childLeft = left + mSystemInsets.left + in onLayout() 376 int childTop = top + mSystemInsets.top + in onLayout() 405 mSystemInsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets() 406 mTaskStackView.setSystemInsets(mSystemInsets); in onApplyWindowInsets() 754 mSystemInsets) in updateVisibleDockRegions() 756 mDividerSize, mSystemInsets, getResources()); in updateVisibleDockRegions() [all …]
|
D | RecentsViewTouchHandler.java | 215 mRv.mSystemInsets, true /* isCurrentTarget */)) { in handleTouchEvent() 224 mRv.mSystemInsets, false /* isCurrentTarget */)) { in handleTouchEvent()
|
D | TaskStackLayoutAlgorithm.java | 248 public Rect mSystemInsets = new Rect(); field in TaskStackLayoutAlgorithm 430 boolean changed = !mSystemInsets.equals(systemInsets); in setSystemInsets() 431 mSystemInsets.set(systemInsets); in setSystemInsets() 472 mStackBottomOffset = mSystemInsets.bottom + bottomMargin; in initialize() 620 float minBottomTaskNormX = getNormalizedXFromUnfocusedY(mSystemInsets.bottom + in setTaskOverridesForInitialState() 996 (mStackRect.height() - mSystemInsets.bottom - mTaskRect.height()) / 2; in getStackTransform() 1323 writer.print("insets="); writer.print(Utilities.dumpRect(mSystemInsets)); in dump()
|
D | TaskStackView.java | 907 mLayoutAlgorithm.setSystemInsets(mStableLayoutAlgorithm.mSystemInsets); in updateLayoutToStableBounds() 1267 mLayoutAlgorithm.mSystemInsets.top, mLayoutAlgorithm.mSystemInsets.left, in onMeasure() 1268 mLayoutAlgorithm.mSystemInsets.right, mTmpRect); in onMeasure() 2032 Rect systemInsets = new Rect(mStableLayoutAlgorithm.mSystemInsets); in onBusEvent()
|