Home
last modified time | relevance | path

Searched refs:systemInsets (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java261 … 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()
DDebugOverlayView.java165 …rawText(mText, 10f, getMeasuredHeight() - mTmpRect.height() - mConfig.systemInsets.bottom, mTmpPai… in onDraw()
DTaskView.java299 int windowInsetTop = mConfig.systemInsets.top; // XXX: Should be for the window in startEnterRecentsAnimation()
DTaskStackView.java549 taskStackBounds.bottom -= mConfig.systemInsets.bottom; in onMeasure()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarOverlayLayout.java320 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/
DActionBarOverlayLayout.java317 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/
DRecentsConfiguration.java55 public Rect systemInsets = new Rect(); field in RecentsConfiguration
284 systemInsets.set(insets); in updateSystemInsets()