Home
last modified time | relevance | path

Searched refs:mFullScreenAnimation (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java130 protected FullScreenAnimation mFullScreenAnimation; field in PreviewFragment
186 mFullScreenAnimation = new FullScreenAnimation(view); in onCreateView()
187 mFullScreenAnimation.setShowInFullScreen(mShowInFullScreen); in onCreateView()
197 mFullScreenAnimation.setWindowInsets(windowInsets); in onCreateView()
198 mFullScreenAnimation.placeViews(v); in onCreateView()
203 mFullScreenAnimation.getStatusBarHeight(), in onCreateView()
224 mFullScreenAnimation.startAnimation(/* toFullScreen= */ true); in onBottomActionBarReady()
230 () -> mFullScreenAnimation.startAnimation(/* toFullScreen= */ true)); in onBottomActionBarReady()
238 if (mFullScreenAnimation.isFullScreen() && !mShowInFullScreen) { in onBottomActionBarReady()
239 mFullScreenAnimation.startAnimation(/* toFullScreen= */ false); in onBottomActionBarReady()
[all …]
DLivePreviewFragment.java188 mLockScreenPreviewer.setDateViewVisibility(!mFullScreenAnimation.isFullScreen()); in onCreateView()
189 mFullScreenAnimation.setFullScreenStatusListener( in onCreateView()
245 mFullScreenAnimation.setIsHomeSelected(isHomeSelected); in updateScreenPreview()
459 mFullScreenAnimation.setFullScreenTextColor( in onWallpaperColorsChanged()
DImagePreviewFragment.java192 mLockScreenPreviewer.setDateViewVisibility(!mFullScreenAnimation.isFullScreen()); in onCreateView()
193 mFullScreenAnimation.setFullScreenStatusListener( in onCreateView()
239 mFullScreenAnimation.setFullScreenTextColor( in onWallpaperColorsChanged()
742 mFullScreenAnimation.setIsHomeSelected(isHomeSelected); in updateScreenPreview()