Home
last modified time | relevance | path

Searched refs:getChildStaticTransformation (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DGalleryTest.java144 ((MyGallery) mGallery).getChildStaticTransformation(v0, t); in checkUnselectedAlpha()
147 ((MyGallery) mGallery).getChildStaticTransformation(v1, t); in checkUnselectedAlpha()
352 protected boolean getChildStaticTransformation(View child, Transformation t) { in getChildStaticTransformation() method in GalleryTest.MyGallery
353 return super.getChildStaticTransformation(child, t); in getChildStaticTransformation()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java889 assertFalse(mMockViewGroup.getChildStaticTransformation(null, null)); in testGetChildStaticTransformation()
3162 public boolean getChildStaticTransformation(View child, in getChildStaticTransformation() method in ViewGroupTest.MockViewGroup
3165 return super.getChildStaticTransformation(child, t); in getChildStaticTransformation()