Searched refs:getChildStaticTransformation (Results 1 – 2 of 2) sorted by relevance
144 ((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.MyGallery353 return super.getChildStaticTransformation(child, t); in getChildStaticTransformation()
889 assertFalse(mMockViewGroup.getChildStaticTransformation(null, null)); in testGetChildStaticTransformation()3162 public boolean getChildStaticTransformation(View child, in getChildStaticTransformation() method in ViewGroupTest.MockViewGroup3165 return super.getChildStaticTransformation(child, t); in getChildStaticTransformation()