Searched refs:WIDE_SCREEN_ACTION (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/libs/car-ui-lib/paintbooth/src/main/java/com/android/car/ui/paintbooth/widescreenime/ |
D | WideScreenImeActivity.java | 25 import static com.android.car.ui.imewidescreen.CarUiImeWideScreenController.WIDE_SCREEN_ACTION; 162 mInputMethodManager.sendAppPrivateCommand(view, WIDE_SCREEN_ACTION, bundle); in addIconToExtractedView() 174 mInputMethodManager.sendAppPrivateCommand(view, WIDE_SCREEN_ACTION, bundle); in addErrorDescToContentArea() 187 mInputMethodManager.sendAppPrivateCommand(view, WIDE_SCREEN_ACTION, bundle); in hideExtractionView() 198 mInputMethodManager.sendAppPrivateCommand(view, WIDE_SCREEN_ACTION, bundle); in addDescToContentArea() 208 mInputMethodManager.sendAppPrivateCommand(view, WIDE_SCREEN_ACTION, bundle); in hideContentArea()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/imewidescreen/ |
D | CarUiImeWideScreenControllerTest.java | 39 import static com.android.car.ui.imewidescreen.CarUiImeWideScreenController.WIDE_SCREEN_ACTION; 228 carUiImeWideScreenController.onAppPrivateCommand(WIDE_SCREEN_ACTION, bundle); in onComputeInsets_hideContentArea_shouldUpdateRegionAsTouchable() 252 sCarUiImeWideScreenController.onAppPrivateCommand(WIDE_SCREEN_ACTION, bundle); in onAppPrivateCommand_shouldShowTitleAndDesc() 275 sCarUiImeWideScreenController.onAppPrivateCommand(WIDE_SCREEN_ACTION, bundle); in onAppPrivateCommand_shouldShowErrorMessage() 436 sCarUiImeWideScreenController.onAppPrivateCommand(WIDE_SCREEN_ACTION, bundle); in onAppPrivateCommand_shouldShowSurfaceView()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/imewidescreen/ |
D | CarUiImeWideScreenController.java | 111 public static final String WIDE_SCREEN_ACTION = "automotive_wide_screen"; field in CarUiImeWideScreenController 255 mInputConnection.performPrivateCommand(WIDE_SCREEN_ACTION, bundle); in createWideScreenImeView() 479 mInputConnection.performPrivateCommand(WIDE_SCREEN_ACTION, in loadSearchItems() 494 mInputConnection.performPrivateCommand(WIDE_SCREEN_ACTION, bundle); in onItemClicked() 624 mInputConnection.performPrivateCommand(WIDE_SCREEN_ACTION, bundle); in sendSurfaceInfo()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/toolbar/ |
D | SearchWidescreenController.java | 27 import static com.android.car.ui.imewidescreen.CarUiImeWideScreenController.WIDE_SCREEN_ACTION; 236 mInputMethodManager.sendAppPrivateCommand(mTextView, WIDE_SCREEN_ACTION, null); in displaySearchWideScreen() 329 mInputMethodManager.sendAppPrivateCommand(mTextView, WIDE_SCREEN_ACTION, bundle); in onSurfaceInfo()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/ |
D | AlertDialogBuilder.java | 22 import static com.android.car.ui.imewidescreen.CarUiImeWideScreenController.WIDE_SCREEN_ACTION; 93 mInputMethodManager.sendAppPrivateCommand(mCarUiEditText, WIDE_SCREEN_ACTION, 119 mInputMethodManager.sendAppPrivateCommand(mCarUiEditText, WIDE_SCREEN_ACTION,
|