Home | History | Annotate | Download | only in widget

Lines Matching refs:pvhX

308                 PropertyValuesHolder pvhX = null;
311 pvhX = PropertyValuesHolder.ofFloat(View.TRANSLATION_X,
318 if (pvhX != null || pvhY != null) {
326 if (pvhX != null) {
329 pvhX, pvhY);
331 anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhX);