Searched refs:mBackgroundHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java148 private int mBackgroundHeight; field in class:RotarySelector
205 mBackgroundHeight = mBackground.getHeight();
232 final int left = w - mBackgroundHeight;
237 mBgMatrix.postTranslate(0, h - mBackgroundHeight);
288 final int height = mBackgroundHeight + arrowH - arrowScrunch;
347 final int bgHeight = mBackgroundHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java111 int mBackgroundWidth = -1, mBackgroundHeight = -1; field in class:ImageWallpaper.DrawableEngine
179 mBackgroundHeight = -1;
210 if (mBackgroundWidth <= 0 || mBackgroundHeight <= 0) {
222 int surfaceHeight = Math.max(displayInfo.logicalHeight, mBackgroundHeight);
485 mBackgroundHeight = -1;
490 mBackgroundHeight = mBackground.getHeight();
515 out.print(" mBackgroundHeight="); out.println(mBackgroundHeight);

Completed in 4262 milliseconds