Searched refs:mPhoneWindow (Results 1 – 2 of 2) sorted by relevance
44 private PhoneWindow mPhoneWindow; field in PhoneWindowActionModeTest55 mPhoneWindow = (PhoneWindow) getActivity().getWindow(); in setUp()57 mPhoneWindow.setCallback(mWindowCallback); in setUp()64 ActionMode mode = mPhoneWindow.getDecorView().startActionMode( in testStartActionModeWithCallback()74 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePrimaryFinishesPreviousMode()76 ActionMode mode2 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePrimaryFinishesPreviousMode()88 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModeFloatingFinishesPreviousMode()90 ActionMode mode2 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModeFloatingFinishesPreviousMode()102 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePreservesPreviousModeOfDifferentType1()104 ActionMode mode2 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePreservesPreviousModeOfDifferentType1()[all …]
34 private PhoneWindow mPhoneWindow; field in DecorContext44 mPhoneWindow = phoneWindow; in setPhoneWindow()54 mWindowManager = wm.createLocalWindowManager(mPhoneWindow); in getSystemService()