Searched refs:systemInsets (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | RecentsView.java | 261 … mConfig.getSearchBarBounds(width, height, mConfig.systemInsets.top, searchBarSpaceBounds); in onMeasure() 268 mConfig.getTaskStackBounds(width, height, mConfig.systemInsets.top, in onMeasure() 269 mConfig.systemInsets.right, taskStackBounds); in onMeasure() 296 mConfig.systemInsets.top, searchBarSpaceBounds); in onLayout()
|
D | DebugOverlayView.java | 165 …rawText(mText, 10f, getMeasuredHeight() - mTmpRect.height() - mConfig.systemInsets.bottom, mTmpPai… in onDraw()
|
D | TaskView.java | 299 int windowInsetTop = mConfig.systemInsets.top; // XXX: Should be for the window in startEnterRecentsAnimation()
|
D | TaskStackView.java | 549 taskStackBounds.bottom -= mConfig.systemInsets.bottom; in onMeasure()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActionBarOverlayLayout.java | 320 final Rect systemInsets = insets; in fitSystemWindows() local 323 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true); in fitSystemWindows() 325 changed |= applyInsets(mActionBarBottom, systemInsets, true, false, true, true); in fitSystemWindows() 328 mBaseInnerInsets.set(systemInsets); in fitSystemWindows()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 317 final Rect systemInsets = insets.getSystemWindowInsets(); 320 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true); 322 changed |= applyInsets(mActionBarBottom, systemInsets, true, false, true, true); 325 mBaseInnerInsets.set(systemInsets);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | RecentsConfiguration.java | 55 public Rect systemInsets = new Rect(); field in RecentsConfiguration 284 systemInsets.set(insets); in updateSystemInsets()
|