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.java292 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:Gallery
/frameworks/base/core/java/android/view/
H A DView.java13019 parentVG.getChildStaticTransformation(this, parentVG.mChildTransformation);
13112 parent.getChildStaticTransformation(this, parent.mChildTransformation);
H A DViewGroup.java237 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be
241 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should
3046 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be
3050 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should
3072 protected boolean getChildStaticTransformation(View child, Transformation t) { method in class:ViewGroup

Completed in 290 milliseconds