Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sim/
DSimPreferenceDialog.java103 Utils.setEditTextCursorPosition(nameText); in onRestoreInstanceState()
110 Utils.setEditTextCursorPosition(nameText); in createEditDialog()
160 Utils.setEditTextCursorPosition(nameText); in createEditDialog()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimPreferenceDialog.java103 Utils.setEditTextCursorPosition(nameText); in onRestoreInstanceState()
110 Utils.setEditTextCursorPosition(nameText); in createEditDialog()
160 Utils.setEditTextCursorPosition(nameText); in createEditDialog()
/packages/apps/Settings/src/com/android/settings/development/autofill/
DAbstractGlobalSettingsPreference.java85 Utils.setEditTextCursorPosition(editText); in onBindDialogView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/autofill/
DAbstractGlobalSettingsPreference.java85 Utils.setEditTextCursorPosition(editText); in onBindDialogView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DDensityPreference.java67 Utils.setEditTextCursorPosition(editText); in onBindDialogView()
/packages/apps/Settings/src/com/android/settings/display/
DDensityPreference.java67 Utils.setEditTextCursorPosition(editText); in onBindDialogView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothNameDialogFragment.java128 com.android.car.developeroptions.Utils.setEditTextCursorPosition(mDeviceNameView); in createDialogView()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java128 com.android.settings.Utils.setEditTextCursorPosition(mDeviceNameView); in createDialogView()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java198 Utils.setEditTextCursorPosition(editText); in setEditTextCursorPosition_shouldGetExpectedEditTextLenght()
/packages/apps/Settings/src/com/android/settings/
DUtils.java922 public static void setEditTextCursorPosition(EditText editText) { in setEditTextCursorPosition() method in Utils
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java927 public static void setEditTextCursorPosition(EditText editText) { in setEditTextCursorPosition() method in Utils