HomeSort by relevance Sort by last modified time
    Searched refs:mInnerHeight (Results 1 - 3 of 3) 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);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java 111 private int mInnerHeight;
390 if (mInnerHeight != newInnerHeight) {
395 mInnerHeight = newInnerHeight;
396 mDistanceFromBottom = mInnerHeight - mHeight - getScrollY();
402 mDistanceFromBottom = mInnerHeight - mHeight - getScrollY();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 59 private int mInnerHeight;
343 float bottomPeekStart = mInnerHeight - mBottomStackPeekSize;
463 mInnerHeight - mBottomStackPeekSize - mCollapseSecondCardPadding - childHeight);
537 currentYPosition = mInnerHeight;
617 int bottomPeekStart = mInnerHeight - mBottomStackPeekSize -
    [all...]

Completed in 42 milliseconds