Searched refs:isGetChildStaticTransformationCalled (Results 1 – 1 of 1) sorted by relevance
2383 assertTrue(mMockViewGroup.isGetChildStaticTransformationCalled); in testDispatchKeyEventPreIme()2384 mMockViewGroup.isGetChildStaticTransformationCalled = false; in testDispatchKeyEventPreIme()2387 assertFalse(mMockViewGroup.isGetChildStaticTransformationCalled); in testDispatchKeyEventPreIme()3007 public boolean isGetChildStaticTransformationCalled; field in ViewGroupTest.MockViewGroup3186 isGetChildStaticTransformationCalled = true; in getChildStaticTransformation()