Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DFullScreenAnimation.java62 private int mWorkspaceHeight; field in FullScreenAnimation
280 Math.round(mWorkspaceHeight * HIDE_ICONS_TOP_RATIO), in setWorkspaceVisibility()
282 mWorkspaceHeight + Math.round(mFullScreenButtonsTranslation / mScale))); in setWorkspaceVisibility()
285 int half = mWorkspaceHeight / 2; in setWorkspaceVisibility()
378 mWorkspaceHeight = mWorkspaceSurface.getHeight(); in startAnimation()
418 Math.round(mWorkspaceHeight * top), in startAnimation()
420 mWorkspaceHeight + Math.round(bottom))); in startAnimation()