Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java310 PropertyValuesHolder pvhY = null; in runItemAnimations() local
316 pvhY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, in runItemAnimations()
319 if (pvhX != null || pvhY != null) { in runItemAnimations()
328 if (pvhY != null) { in runItemAnimations()
330 pvhX, pvhY); in runItemAnimations()
335 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhY); in runItemAnimations()