Searched refs:getChildStaticTransformation (Results 1 - 4 of 4) 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.java298 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:Gallery
/frameworks/base/core/java/android/view/
H A DViewGroup.java269 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be
273 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should
3204 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be
3208 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should
3213 * @see #getChildStaticTransformation(View, android.view.animation.Transformation)
3231 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:ViewGroup
4274 boolean transformed = getChildStaticTransformation(child, t);
H A DView.java13992 if (parentVG.getChildStaticTransformation(this, t)) {
14083 final boolean hasTransform = parent.getChildStaticTransformation(this, t);

Completed in 127 milliseconds