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.java309 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:Gallery
/frameworks/base/core/java/android/view/
H A DViewGroup.java296 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be
300 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should
4409 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be
4413 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should
4418 * @see #getChildStaticTransformation(View, android.view.animation.Transformation)
4436 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:ViewGroup
5758 boolean transformed = getChildStaticTransformation(child, t);

Completed in 100 milliseconds