Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DMyGallery.java48 protected boolean getChildStaticTransformation(View child, Transformation t) { in getChildStaticTransformation() method in MyGallery
49 return super.getChildStaticTransformation(child, t); in getChildStaticTransformation()
DGalleryTest.java154 gallery.getChildStaticTransformation(v0, t); in checkUnselectedAlpha()
157 gallery.getChildStaticTransformation(v1, t); in checkUnselectedAlpha()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java765 assertFalse(vg.getChildStaticTransformation(null, null)); in testGetChildStaticTransformation()
2148 public boolean getChildStaticTransformation(View child, in getChildStaticTransformation() method in ViewGroupTest.MockViewGroup
2151 return super.getChildStaticTransformation(child, t); in getChildStaticTransformation()