HomeSort by relevance Sort by last modified time
    Searched refs:pvhBottom (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsHideShow.java 120 PropertyValuesHolder pvhBottom =
127 this, pvhLeft, pvhTop, pvhRight, pvhBottom, pvhScaleX, pvhScaleY).
145 this, pvhLeft, pvhTop, pvhRight, pvhBottom, pvhRotation).
LayoutAnimations.java 156 PropertyValuesHolder pvhBottom =
163 this, pvhLeft, pvhTop, pvhRight, pvhBottom, pvhScaleX, pvhScaleY).
180 this, pvhLeft, pvhTop, pvhRight, pvhBottom, pvhRotation).
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 341 PropertyValuesHolder pvhBottom =
344 pvhLeft, pvhTop, pvhRight, pvhBottom).setDuration(
  /frameworks/base/core/java/android/animation/
LayoutTransition.java 283 PropertyValuesHolder pvhBottom = PropertyValuesHolder.ofInt("bottom", 0, 1);
287 pvhLeft, pvhTop, pvhRight, pvhBottom, pvhScrollX, pvhScrollY);
    [all...]

Completed in 698 milliseconds