Home
last modified time | relevance | path

Searched refs:updateText (Results 1 – 17 of 17) sorted by relevance

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppDeletionPreferenceGroup.java49 updateText(); in AppDeletionPreferenceGroup()
78 updateText(); in onAppRebuild()
119 updateText(); in onPreferenceChange()
129 updateText(); in onPreferenceChange()
149 private void updateText() { in updateText() method in AppDeletionPreferenceGroup
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothSwitchPreferenceControllerTest.java76 mController.updateText(false); in updateText_bluetoothOffScanningOn()
89 mController.updateText(false); in updateText_bluetoothOffScanningOff()
98 mController.updateText(true); in updateText_bluetoothOnScanningOff()
107 mController.updateText(true); in updateText_bluetoothOnScanningOn()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSwitchPreferenceController.java77 updateText(mSwitch.isChecked()); in BluetoothSwitchPreferenceController()
98 updateText(mSwitch.isChecked()); in onStart()
122 updateText(isChecked); in onSwitchToggled()
136 void updateText(boolean isChecked) { in updateText() method in BluetoothSwitchPreferenceController
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationFragment.java191 updateText(addressLine1, address.substring(0, splitIndex).trim()); in setAddress()
192 updateText(addressLine2, address.substring(splitIndex + 1).trim()); in setAddress()
194 updateText(addressLine1, address); in setAddress()
195 updateText(addressLine2, null); in setAddress()
256 private static void updateText(TextView view, String text) { in updateText() method in LocationFragment
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java237 updateText(); in commitLocalRepresentation()
255 protected void updateText() { in updateText() method in Editor
272 updateText(); in reflectCurrentFilter()
DEditorCurves.java38 protected void updateText() { in updateText() method in EditorCurves
DBasicEditor.java54 updateText(); in reflectCurrentFilter()
DEditorColorBorder.java178 updateText(); in selectMenuItem()
DEditorDraw.java222 updateText(); in selectMenuItem()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DPinDialogFragment.java546 updateText();
592 updateText();
692 updateText();
699 updateText();
722 private void updateText() {
/packages/apps/Launcher3/src/com/android/launcher3/
DSecondaryDropTarget.java116 updateText(R.string.uninstall_drop_target_label); in setupUi()
119 updateText(R.string.dismiss_prediction_label); in setupUi()
122 updateText(R.string.gadget_setup_text); in setupUi()
DButtonDropTarget.java112 protected void updateText(int resId) { in updateText() method in ButtonDropTarget
118 protected void updateText(CharSequence text) { in updateText() method in ButtonDropTarget
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DChannelsBlockedFragment.java175 updateText(); in onUpdate()
201 private void updateText() { in updateText() method in ChannelsBlockedFragment.BlockAllItem
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DDeleteDropTargetTest.kt30 buttonDropTarget.updateText("My Test") in isTextClippedVerticallyTest()
/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java432 updateText( in updateStreamInfo()
435 updateText( in updateStreamInfo()
438 updateText( in updateStreamInfo()
442 updateText( in updateStreamInfo()
536 private void updateText(TextView view, String text) {
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java631 updateText(text, false); in setText()
635 updateText(text, true); in appendText()
651 private void updateText(String text, boolean appended) { in updateText() method in CaptionWindowLayout
/packages/apps/TV/src/com/android/tv/guide/
DProgramItemView.java327 updateText(selectedGenreId, title); in setValues()
340 private void updateText(int selectedGenreId, String title) { in updateText() method in ProgramItemView