Searched refs:mBackgroundWidth (Results 1 – 2 of 2) sorted by relevance
147 private int mBackgroundWidth; field in RotarySelector204 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()
111 int mBackgroundWidth = -1, mBackgroundHeight = -1; field in ImageWallpaper.DrawableEngine178 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()