Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DFullScreenAnimation.java216 float targetTranslation = mIsFullScreen ? mBottomActionBarTranslation : 0; in ensureBottomActionBarIsCorrectlyLocated() local
217 mView.findViewById(R.id.bottom_actionbar).setTranslationY(targetTranslation); in ensureBottomActionBarIsCorrectlyLocated()