Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java309 PropertyValuesHolder pvhX = null; in runItemAnimations() local
312 pvhX = PropertyValuesHolder.ofFloat(View.TRANSLATION_X, in runItemAnimations()
319 if (pvhX != null || pvhY != null) { in runItemAnimations()
327 if (pvhX != null) { in runItemAnimations()
330 pvhX, pvhY); in runItemAnimations()
332 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhX); in runItemAnimations()