OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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