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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 104 int mBackgroundWidth = -1, mBackgroundHeight = -1;
150 mBackgroundWidth = mBackgroundHeight = -1;
279 if (mBackgroundWidth < 0 || mBackgroundHeight < 0) {
290 final int availh = dh - mBackgroundHeight;
356 mBackgroundHeight = mBackground != null ? mBackground.getHeight() : 0;
370 c.clipRect(0, 0, mBackgroundWidth, mBackgroundHeight, Op.DIFFERENCE);
387 final float bottom = top + mBackgroundHeight;
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 139 private int mBackgroundHeight;
196 mBackgroundHeight = mBackground.getHeight();
223 final int left = w - mBackgroundHeight;
228 mBgMatrix.postTranslate(0, h - mBackgroundHeight);
279 final int height = mBackgroundHeight + arrowH - arrowScrunch;
338 final int bgHeight = mBackgroundHeight;

Completed in 79 milliseconds