Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DFullScreenAnimation.java62 private int mWorkspaceHeight; field in FullScreenAnimation
285 Math.round(mWorkspaceHeight * HIDE_ICONS_TOP_RATIO), in setWorkspaceVisibility()
287 mWorkspaceHeight + Math.round(mFullScreenButtonsTranslation / mScale))); in setWorkspaceVisibility()
292 mWorkspaceHeight - 1, in setWorkspaceVisibility()
294 mWorkspaceHeight)); in setWorkspaceVisibility()
382 mWorkspaceHeight = mWorkspaceSurface.getHeight(); in startAnimation()
422 Math.round(mWorkspaceHeight * top), in startAnimation()
424 mWorkspaceHeight + Math.round(bottom))); in startAnimation()