Searched refs:updateView (Results 1 - 17 of 17) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DInLineSettingItem.java64 protected abstract void updateView(); method in class:InLineSettingItem
73 updateView();
81 updateView();
90 updateView();
H A DInLineSettingRestore.java39 protected void updateView() { } method in class:InLineSettingRestore
H A DInLineSettingSwitch.java61 protected void updateView() { method in class:InLineSettingSwitch
H A DInLineSettingKnob.java115 protected void updateView() { method in class:InLineSettingKnob
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
H A DInspectorControllerTest.java121 mController.updateView(new DocumentInfo());
147 mController.updateView(new DocumentInfo());
180 mController.updateView(new DocumentInfo());
198 mController.updateView(doc);
213 mController.updateView(doc);
231 mController.updateView(doc);
247 mController.updateView(doc);
259 mController.updateView(null);
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
H A DDocumentLoader.java62 public void loadDocInfo(Uri uri, Consumer<DocumentInfo> updateView) { argument
75 updateView.accept(null);
78 updateView.accept(docInfo);
91 public void loadDirCount(DocumentInfo directory, Consumer<Integer> updateView) { argument
105 updateView.accept(cursor.getCount());
H A DInspectorController.java126 mLoader.loadDocInfo(uri, this::updateView);
133 public void updateView(@Nullable DocumentInfo docInfo) { method in class:InspectorController
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
H A DViewNumbersToImportAdapter.java54 updateView(view, number, null /* countryIso */);
H A DBlockedNumbersAdapter.java87 updateView(view, number, countryIso);
H A DNumbersAdapter.java59 public void updateView(View view, String number, String countryIso) { method in class:NumbersAdapter
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DPickFragment.java107 updateView();
120 updateView();
145 updateView();
152 private void updateView() { method in class:PickFragment
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DGroupMembershipView.java227 updateView();
265 updateView();
269 private void updateView() { method in class:GroupMembershipView
444 updateView();
/packages/apps/TV/src/com/android/tv/ui/
H A DKeypadChannelSwitchView.java206 updateView();
260 updateView();
269 updateView();
272 private void updateView() { method in class:KeypadChannelSwitchView
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertAdapter.java79 updateView(context, view, eventName, location, startMillis, endMillis, allDay);
82 public static void updateView(Context context, View view, String eventName, String location, method in class:AlertAdapter
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryActivity.java166 activity.updateView();
170 activity.updateView();
467 protected void updateView() { method in class:AddAccessoryActivity
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java1220 updateView();
1386 public void updateView() { method in class:EditEventView
1464 updateView();
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java549 updateView();
766 public void updateView() { method in class:ManageApplications

Completed in 330 milliseconds