Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java2401 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
2404 assertFalse(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildRespectsSubclassModeOnPrimary()
2418 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
2421 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildIgnoresSubclassModeOnFloating()
2434 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()
2435 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypedBubblesUpToParent()
2448 assertTrue(vg.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypelessBubblesUpToParent()
2450 assertTrue(vgParent.isStartActionModeForChildTypedCalled); in testStartActionModeForChildTypelessBubblesUpToParent()
2684 boolean isStartActionModeForChildTypedCalled = false; field in ViewGroupTest.MockViewGroupSubclass
2704 isStartActionModeForChildTypedCalled = true; in startActionModeForChild()