Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DPreviewFragment.java148 protected FullScreenAnimation mFullScreenAnimation; field in PreviewFragment
209 mFullScreenAnimation = new FullScreenAnimation(view); in onCreateView()
219 mFullScreenAnimation.setWindowInsets(windowInsets); in onCreateView()
220 mFullScreenAnimation.placeViews(); in onCreateView()
225 mFullScreenAnimation.getStatusBarHeight(), in onCreateView()
246 mFullScreenAnimation.startAnimation(/* toFullScreen= */ true); in onBottomActionBarReady()
260 if (mFullScreenAnimation.isFullScreen() && !mShowInFullScreen) { in onBottomActionBarReady()
298 mFullScreenAnimation.setWorkspaceVisibility(!visible); in setFullScreenActions()
311 boolean visible = mFullScreenAnimation.getWorkspaceVisibility(); in setFullScreenActions()
312 mFullScreenAnimation.setWorkspaceVisibility(!visible); in setFullScreenActions()
[all …]
H A DLivePreviewFragment.java186 mLockScreenPreviewer.setDateViewVisibility(!mFullScreenAnimation.isFullScreen()); in onCreateView()
187 mFullScreenAnimation.setFullScreenStatusListener( in onCreateView()
243 mFullScreenAnimation.setIsHomeSelected(isHomeSelected); in updateScreenPreview()
437 mFullScreenAnimation.setFullScreenTextColor( in onWallpaperColorsChanged()
H A DImagePreviewFragment.java181 mLockScreenPreviewer.setDateViewVisibility(!mFullScreenAnimation.isFullScreen()); in onCreateView()
182 mFullScreenAnimation.setFullScreenStatusListener( in onCreateView()
223 mFullScreenAnimation.setFullScreenTextColor( in onWallpaperColorsChanged()
667 mFullScreenAnimation.setIsHomeSelected(isHomeSelected); in updateScreenPreview()