Searched refs:mWallpaper (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | ImageWallpaperRenderer.java | 52 private final ImageGLWallpaper mWallpaper; field in ImageWallpaperRenderer 84 mWallpaper = new ImageGLWallpaper(mProgram); in ImageWallpaperRenderer() 104 mWallpaper.setup(mBitmap); in onSurfaceCreated() 135 glUniform1f(mWallpaper.getHandle(ImageGLWallpaper.U_AOD2OPACITY), 1); in onDrawFrame() 136 glUniform1f(mWallpaper.getHandle(ImageGLWallpaper.U_PER85), threshold); in onDrawFrame() 137 glUniform1f(mWallpaper.getHandle(ImageGLWallpaper.U_REVEAL), reveal); in onDrawFrame() 146 mWallpaper.useTexture(); in onDrawFrame() 147 mWallpaper.draw(); in onDrawFrame() 203 mWallpaper.adjustTextureCoordinates(mSurfaceSize, mScissor, mXOffset, mYOffset); in onRevealStart() 221 mWallpaper.adjustTextureCoordinates(null, null, 0, 0); in onRevealEnd() [all …]
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 206 final WallpaperData mWallpaper; field in WallpaperManagerService.WallpaperObserver 216 mWallpaper = wallpaper; in WallpaperObserver() 232 return (wallpaper != null) ? wallpaper : mWallpaper; in dataForEvent() 1159 WallpaperData mWallpaper; field in WallpaperManagerService.WallpaperConnection 1173 if (!mWallpaper.wallpaperUpdating 1174 && mWallpaper.userId == mCurrentUserId) { 1175 Slog.w(TAG, "Wallpaper reconnect timed out for " + mWallpaper.wallpaperComponent 1177 clearWallpaperLocked(true, FLAG_SYSTEM, mWallpaper.userId, 1189 mWallpaper = wallpaper; in WallpaperConnection() 1196 if (!mWallpaper.equals(mFallbackWallpaper)) { in initDisplayState() [all …]
|