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

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

Completed in 109 milliseconds