Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java310 PropertyValuesHolder pvhX = null; in runItemAnimations() local
313 pvhX = PropertyValuesHolder.ofFloat(View.TRANSLATION_X, in runItemAnimations()
320 if (pvhX != null || pvhY != null) { in runItemAnimations()
328 if (pvhX != null) { in runItemAnimations()
331 pvhX, pvhY); in runItemAnimations()
333 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhX); in runItemAnimations()