Searched refs:getChildStaticTransformation (Results 1 - 5 of 5) 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/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java118 final boolean hasTransform = thisVG.getChildStaticTransformation(child, t);
/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);
H A DView.java18800 if (parentVG.getChildStaticTransformation(this, t)) {
18873 final boolean hasTransform = parent.getChildStaticTransformation(this, t);

Completed in 192 milliseconds