Searched defs:getChildStaticTransformation (Results 1 - 3 of 3) sorted by last modified time

/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/view/
H A DViewGroup.java245 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be
249 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should
3006 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be
3010 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should
3015 * @see #getChildStaticTransformation(View, android.view.animation.Transformation)
3033 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:ViewGroup
4029 boolean transformed = getChildStaticTransformation(child, t);
/frameworks/base/core/java/android/widget/
H A DGallery.java298 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:Gallery

Completed in 97 milliseconds