Searched refs:actionMode (Results 1 – 2 of 2) sorted by relevance
35 ActionMode actionMode = new MockActionMode(); in testSetType() local36 assertEquals(ActionMode.TYPE_PRIMARY, actionMode.getType()); in testSetType()38 actionMode.setType(ActionMode.TYPE_FLOATING); in testSetType()39 assertEquals(ActionMode.TYPE_FLOATING, actionMode.getType()); in testSetType()41 actionMode.setType(ActionMode.TYPE_PRIMARY); in testSetType()42 assertEquals(ActionMode.TYPE_PRIMARY, actionMode.getType()); in testSetType()46 MockActionMode actionMode = new MockActionMode(); in testInvalidateContentRectDoesNotInvalidateFull() local48 actionMode.invalidateContentRect(); in testInvalidateContentRectDoesNotInvalidateFull()50 assertFalse(actionMode.mInvalidateWasCalled); in testInvalidateContentRectDoesNotInvalidateFull()71 MockActionMode actionMode = new MockActionMode(); in testSetAndGetTitleOptionalHint() local[all …]
28 ActionMode actionMode = dreamService.onWindowStartingActionMode(null); in testOnWindowStartingActionMode() local30 assertNull(actionMode); in testOnWindowStartingActionMode()37 ActionMode actionMode = dreamService.onWindowStartingActionMode( in testOnWindowStartingActionModeTyped() local40 assertNull(actionMode); in testOnWindowStartingActionModeTyped()