Searched defs:mInnerHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DTileDrawable.java40 private final int mInnerHeight; field in class:TileDrawable
49 mInnerHeight = innerHeight;
87 final int t = bounds.top + (bounds.height() / 2) - (mInnerHeight / 2);
88 mInner.setBounds(l, t, l + mInnerWidth, t + mInnerHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java59 private int mInnerHeight; field in class:StackScrollAlgorithm
343 float bottomPeekStart = mInnerHeight - mBottomStackPeekSize;
463 mInnerHeight - mBottomStackPeekSize - mCollapseSecondCardPadding - childHeight);
537 currentYPosition = mInnerHeight;
617 int bottomPeekStart = mInnerHeight - mBottomStackPeekSize -
725 mInnerHeight = mLayoutHeight - mTopPadding;

Completed in 129 milliseconds