Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1660 assertTrue(vg.isGetChildStaticTransformationCalled); in testDispatchKeyEventPreIme()
1661 vg.isGetChildStaticTransformationCalled = false; in testDispatchKeyEventPreIme()
1664 assertFalse(vg.isGetChildStaticTransformationCalled); in testDispatchKeyEventPreIme()
1972 public boolean isGetChildStaticTransformationCalled; field in ViewGroupTest.MockViewGroup
2150 isGetChildStaticTransformationCalled = true; in getChildStaticTransformation()