Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DFullScreenAnimation.java63 private float mFullScreenButtonsTranslation; field in FullScreenAnimation
311 mFullScreenButtonsTranslation / mScale))); in setWorkspaceVisibility()
414 mFullScreenButtonsTranslation = -(getNavigationBarHeight() in startAnimation()
438 float fromBottom = toFullScreen ? 0 : mFullScreenButtonsTranslation / mScale; in startAnimation()
439 float toBottom = toFullScreen ? mFullScreenButtonsTranslation / mScale : 0; in startAnimation()
457 float fullScreenButtonsTranslation = toFullScreen ? mFullScreenButtonsTranslation : 0; in startAnimation()