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

/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java138 private int mBackgroundWidth; field in class:RotarySelector
195 mBackgroundWidth = mBackground.getWidth();
330 mArrowMatrix.postTranslate(0, height + (mBackgroundWidth - height));
346 final int vOffset = mBackgroundWidth - height;
347 final int midX = isHoriz() ? width / 2 : mBackgroundWidth / 2 - vOffset;
359 mBackgroundWidth,
379 mBackgroundWidth,
396 mBackgroundWidth,
416 mBackgroundWidth,
434 mBackgroundWidth,
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java104 int mBackgroundWidth = -1, mBackgroundHeight = -1; field in class:ImageWallpaper.DrawableEngine
150 mBackgroundWidth = mBackgroundHeight = -1;
286 boolean updateWallpaper = mBackgroundWidth < 0 || mBackgroundHeight < 0 ;
301 final int availw = dw - mBackgroundWidth;
361 mBackgroundWidth = mBackground != null ? mBackground.getWidth() : 0;
376 c.clipRect(0, 0, mBackgroundWidth, mBackgroundHeight, Op.DIFFERENCE);
392 final float right = left + mBackgroundWidth;

Completed in 167 milliseconds