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.java1706 assertTrue(vg.isGetChildStaticTransformationCalled); in testDispatchKeyEventPreIme()
1707 vg.isGetChildStaticTransformationCalled = false; in testDispatchKeyEventPreIme()
1710 assertFalse(vg.isGetChildStaticTransformationCalled); in testDispatchKeyEventPreIme()
2177 public boolean isGetChildStaticTransformationCalled; field in ViewGroupTest.MockViewGroup
2354 isGetChildStaticTransformationCalled = true; in getChildStaticTransformation()