Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRotarySelector.java147 private int mBackgroundWidth; field in RotarySelector
204 mBackgroundWidth = mBackground.getWidth(); in RotarySelector()
339 mArrowMatrix.postTranslate(0, height + (mBackgroundWidth - height)); in onDraw()
355 final int vOffset = mBackgroundWidth - height; in onDraw()
356 final int midX = isHoriz() ? width / 2 : mBackgroundWidth / 2 - vOffset; in onDraw()
368 mBackgroundWidth, in onDraw()
388 mBackgroundWidth, in onDraw()
405 mBackgroundWidth, in onDraw()
425 mBackgroundWidth, in onDraw()
443 mBackgroundWidth, in onDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java111 int mBackgroundWidth = -1, mBackgroundHeight = -1; field in ImageWallpaper.DrawableEngine
178 mBackgroundWidth = -1; in trimMemory()
210 if (mBackgroundWidth <= 0 || mBackgroundHeight <= 0) { in updateSurfaceSize()
221 int surfaceWidth = Math.max(displayInfo.logicalWidth, mBackgroundWidth); in updateSurfaceSize()
484 mBackgroundWidth = -1; in loadWallpaper()
489 mBackgroundWidth = mBackground.getWidth(); in loadWallpaper()
514 out.print(" mBackgroundWidth="); out.print(mBackgroundWidth); in dump()