HomeSort by relevance Sort by last modified time
    Searched refs:getChildStaticTransformation (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 144 ((MyGallery) mGallery).getChildStaticTransformation(v0, t);
147 ((MyGallery) mGallery).getChildStaticTransformation(v1, t);
352 protected boolean getChildStaticTransformation(View child, Transformation t) {
353 return super.getChildStaticTransformation(child, t);
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 885 assertFalse(mMockViewGroup.getChildStaticTransformation(null, null));
    [all...]

Completed in 76 milliseconds