Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java311 PropertyValuesHolder pvhY = null; in runItemAnimations() local
317 pvhY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, in runItemAnimations()
320 if (pvhX != null || pvhY != null) { in runItemAnimations()
329 if (pvhY != null) { in runItemAnimations()
331 pvhX, pvhY); in runItemAnimations()
336 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhY); in runItemAnimations()