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

/packages/apps/Camera/src/com/android/camera/ui/
H A DInLineSettingItem.java66 protected abstract void updateView(); method in class:InLineSettingItem
75 updateView();
83 updateView();
92 updateView();
H A DInLineSettingCheckBox.java61 protected void updateView() { method in class:InLineSettingCheckBox
H A DInLineSettingMenu.java51 protected void updateView() { method in class:InLineSettingMenu
/packages/apps/Camera2/src/com/android/camera/ui/
H A DInLineSettingItem.java66 protected abstract void updateView(); method in class:InLineSettingItem
75 updateView();
83 updateView();
92 updateView();
H A DInLineSettingCheckBox.java60 protected void updateView() { method in class:InLineSettingCheckBox
H A DInLineSettingMenu.java51 protected void updateView() { method in class:InLineSettingMenu
/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/DeskClock/src/com/android/alarmclock/
H A DDigitalWidgetViewsFactory.java70 updateView(views, (CityObj) mCitiesList[index], R.id.left_clock,
76 updateView(views, (CityObj) mCitiesList[index + 1], R.id.right_clock,
94 private void updateView(RemoteViews clock, CityObj cityObj, int clockId, method in class:DigitalWidgetViewsFactory.RemoteWorldClockAdapter
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DWorldClockAdapter.java216 updateView(view.findViewById(R.id.city_left), (CityObj)mCitiesList[index]);
222 updateView(rightClock, (CityObj)mCitiesList[index + 1]);
248 private void updateView(View clock, CityObj cityObj) { method in class:WorldClockAdapter
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DGroupMembershipView.java182 updateView();
207 updateView();
210 private void updateView() { method in class:GroupMembershipView
376 updateView();
/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/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java85 public void updateView() { method in class:StopwatchFragment.Lap
829 curLap.updateView();
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java1220 updateView();
1386 public void updateView() { method in class:EditEventView
1464 updateView();

Completed in 277 milliseconds