Home
last modified time | relevance | path

Searched refs:topInset (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java323 public void getAvailableTaskStackBounds(int windowWidth, int windowHeight, int topInset, in getAvailableTaskStackBounds() argument
327 taskStackBounds.set(0, topInset, windowWidth - rightInset, windowHeight); in getAvailableTaskStackBounds()
338 public void getSearchBarBounds(int windowWidth, int windowHeight, int topInset, in getSearchBarBounds() argument
344 searchBarSpaceBounds.set(0, topInset, searchBarSize, windowHeight); in getSearchBarBounds()
347 searchBarSpaceBounds.set(0, topInset, windowWidth, topInset + searchBarSize); in getSearchBarBounds()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarOverlayLayout.java337 int topInset = 0; in onMeasure() local
355 topInset = mActionBarHeight; in onMeasure()
360 topInset += mActionBarHeight; in onMeasure()
366 topInset = mActionBarTop.getMeasuredHeight(); in onMeasure()
376 mContentInsets.top += topInset; in onMeasure()
379 mInnerInsets.top += topInset; in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java370 int topInset = 0;
398 topInset = mActionBarHeight;
403 topInset += mActionBarHeight;
409 topInset = mActionBarTop.getMeasuredHeight();
430 mContentInsets.top += topInset;
433 mInnerInsets.top += topInset;
/frameworks/support/design/src/android/support/design/widget/
DCollapsingToolbarLayout.java263 final int topInset = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0; in draw() local
264 if (topInset > 0) { in draw()
266 topInset - mCurrentOffset); in draw()
DAppBarLayout.java419 final int topInset = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0; in getMinimumHeightForVisibleOverlappingContent() local
423 return (minHeight * 2) + topInset; in getMinimumHeightForVisibleOverlappingContent()
429 ? (ViewCompat.getMinimumHeight(getChildAt(childCount - 1)) * 2) + topInset in getMinimumHeightForVisibleOverlappingContent()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java183 void setOpticalInsets(int leftInset, int topInset, int rightInset, int bottomInset) { in setOpticalInsets() argument
185 mTopInset = topInset; in setOpticalInsets()