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.java2383 assertTrue(mMockViewGroup.isGetChildStaticTransformationCalled); in testDispatchKeyEventPreIme()
2384 mMockViewGroup.isGetChildStaticTransformationCalled = false; in testDispatchKeyEventPreIme()
2387 assertFalse(mMockViewGroup.isGetChildStaticTransformationCalled); in testDispatchKeyEventPreIme()
2985 public boolean isGetChildStaticTransformationCalled; field in ViewGroupTest.MockViewGroup
3164 isGetChildStaticTransformationCalled = true; in getChildStaticTransformation()