Searched refs:mBackgroundHeight (Results 1 – 1 of 1) sorted by relevance
147 int mBackgroundWidth = -1, mBackgroundHeight = -1; field in NoBackupImageWallpaper.DrawableEngine191 mBackgroundHeight = -1; in trimMemory()254 if (mBackgroundWidth <= 0 || mBackgroundHeight <= 0) { in updateSurfaceSize()265 int surfaceHeight = Math.max(displaySize.y, mBackgroundHeight); in updateSurfaceSize()460 dh / (float) mBackgroundHeight)); in drawFrame()462 final int availh = dh - (int) (mBackgroundHeight * mScale); in drawFrame()470 final int availhUnscaled = dh - mBackgroundHeight; in drawFrame()577 mBackgroundHeight = -1; in loadWallpaper()582 mBackgroundHeight = mBackground.getHeight(); in loadWallpaper()639 out.println(mBackgroundHeight); in dump()[all …]