HomeSort by relevance Sort by last modified time
    Searched refs:mInnerHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
TileDrawable.java 40 private final int mInnerHeight;
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/
StackScrollAlgorithm.java 59 private int mInnerHeight;
333 float bottomPeekStart = mInnerHeight - mBottomStackPeekSize;
453 mInnerHeight - mBottomStackPeekSize - mCollapseSecondCardPadding - childHeight);
527 currentYPosition = mInnerHeight;
607 int bottomPeekStart = mInnerHeight - mBottomStackPeekSize -
    [all...]

Completed in 36 milliseconds