Searched refs:mBackgroundHeight (Results 1 – 2 of 2) sorted by relevance
148 private int mBackgroundHeight; field in RotarySelector205 mBackgroundHeight = mBackground.getHeight(); in RotarySelector()232 final int left = w - mBackgroundHeight; in onSizeChanged()237 mBgMatrix.postTranslate(0, h - mBackgroundHeight); in onSizeChanged()288 final int height = mBackgroundHeight + arrowH - arrowScrunch; in onMeasure()347 final int bgHeight = mBackgroundHeight; in onDraw()
111 int mBackgroundWidth = -1, mBackgroundHeight = -1; field in ImageWallpaper.DrawableEngine179 mBackgroundHeight = -1; in trimMemory()210 if (mBackgroundWidth <= 0 || mBackgroundHeight <= 0) { in updateSurfaceSize()222 int surfaceHeight = Math.max(displayInfo.logicalHeight, mBackgroundHeight); in updateSurfaceSize()485 mBackgroundHeight = -1; in loadWallpaper()490 mBackgroundHeight = mBackground.getHeight(); in loadWallpaper()515 out.print(" mBackgroundHeight="); out.println(mBackgroundHeight); in dump()