Searched defs:getChildStaticTransformation (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransformsAndAnimationsActivity.java193 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:TransformsAndAnimationsActivity.MyLayout
/frameworks/base/core/java/android/widget/
H A DGallery.java302 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:Gallery
/frameworks/base/core/java/android/view/
H A DViewGroup.java277 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be
281 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should
3568 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be
3572 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should
3577 * @see #getChildStaticTransformation(View, android.view.animation.Transformation)
3595 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:ViewGroup
4644 boolean transformed = getChildStaticTransformation(child, t);

Completed in 606 milliseconds