Home
last modified time | relevance | path

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/
DWideScreenImeActivity.java25 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/
DCarUiImeWideScreenControllerTest.java39 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/
DCarUiImeWideScreenController.java111 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/
DSearchWidescreenController.java27 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/
DAlertDialogBuilder.java22 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,