Searched refs:updateText (Results 1 - 19 of 19) sorted by relevance

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DAppDeletionPreferenceGroup.java49 updateText();
78 updateText();
119 updateText();
129 updateText();
149 private void updateText() { method in class:AppDeletionPreferenceGroup
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
H A DLocationFragment.java135 updateText(addressLine1, address.substring(0, splitIndex).trim());
136 updateText(addressLine2, address.substring(splitIndex + 1).trim());
138 updateText(addressLine1, address);
139 updateText(addressLine2, null);
198 private static void updateText(TextView view, String text) { method in class:LocationFragment
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorCurves.java38 protected void updateText() { method in class:EditorCurves
H A DEditor.java236 updateText();
254 protected void updateText() { method in class:Editor
271 updateText();
H A DBasicEditor.java54 updateText();
H A DEditorChanSat.java136 updateText();
167 updateText();
H A DEditorVignette.java92 updateText();
133 updateText();
H A DEditorColorBorder.java178 updateText();
H A DEditorDraw.java222 updateText();
H A DEditorGrad.java272 updateText();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationsInOutboxTipView.java122 updateText();
132 private void updateText() { method in class:ConversationsInOutboxTipView
/packages/apps/Settings/src/com/android/settings/widget/
H A DSwitchBar.java107 updateText();
144 updateText();
149 updateText();
152 private void updateText() { method in class:SwitchBar
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java305 pnp.updateText();
408 updateText();
454 updateText();
554 updateText();
561 updateText();
584 private void updateText() { method in class:PinDialogFragment.PinNumberPicker
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
H A DChannelsBlockedFragment.java163 updateText();
188 private void updateText() { method in class:ChannelsBlockedFragment.BlockAllItem
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTargetBar.java122 result |= dropTarget.updateText(hideText);
H A DButtonDropTarget.java307 public boolean updateText(boolean hide) { method in class:ButtonDropTarget
/packages/apps/TV/src/com/android/tv/dialog/
H A DPinDialogFragment.java372 pnp.updateText();
535 updateText();
657 updateText();
679 private void updateText() { method in class:PinDialogFragment.PinNumberPicker
/packages/apps/TV/src/com/android/tv/ui/
H A DChannelBannerView.java362 updateText(mClosedCaptionTextView, info.hasClosedCaption() ? sClosedCaptionMark
364 updateText(mAspectRatioTextView,
366 updateText(mResolutionTextView,
369 updateText(mAudioChannelTextView,
457 private void updateText(TextView view, String text) { method in class:ChannelBannerView
/packages/apps/TV/src/com/android/tv/tuner/cc/
H A DCaptionWindowLayout.java531 updateText(text, false);
535 updateText(text, true);
543 private void updateText(String text, boolean appended) { method in class:CaptionWindowLayout

Completed in 464 milliseconds