Searched refs:getChildStaticTransformation (Results 1 – 3 of 3) sorted by relevance
48 protected boolean getChildStaticTransformation(View child, Transformation t) { in getChildStaticTransformation() method in MyGallery49 return super.getChildStaticTransformation(child, t); in getChildStaticTransformation()
154 gallery.getChildStaticTransformation(v0, t); in checkUnselectedAlpha()157 gallery.getChildStaticTransformation(v1, t); in checkUnselectedAlpha()
765 assertFalse(vg.getChildStaticTransformation(null, null)); in testGetChildStaticTransformation()2148 public boolean getChildStaticTransformation(View child, in getChildStaticTransformation() method in ViewGroupTest.MockViewGroup2151 return super.getChildStaticTransformation(child, t); in getChildStaticTransformation()