Searched refs:onListPrefChanged (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DCountdownTimerPopup.java50 public void onListPrefChanged(ListPreference pref); method in interface:CountdownTimerPopup.Listener
141 mListener.onListPrefChanged(mTimer);
142 mListener.onListPrefChanged(mBeep);
H A DListPrefSettingPopup.java49 public void onListPrefChanged(ListPreference pref); method in interface:ListPrefSettingPopup.Listener
125 if (mListener != null) mListener.onListPrefChanged(mPreference);
H A DTimeIntervalPopup.java54 public void onListPrefChanged(ListPreference pref); method in interface:TimeIntervalPopup.Listener
177 mListener.onListPrefChanged(mPreference);
/packages/apps/Camera/src/com/android/camera/ui/
H A DListPrefSettingPopup.java49 public void onListPrefChanged(ListPreference pref); method in interface:ListPrefSettingPopup.Listener
125 if (mListener != null) mListener.onListPrefChanged(mPreference);
H A DTimeIntervalPopup.java51 public void onListPrefChanged(ListPreference pref); method in interface:TimeIntervalPopup.Listener
161 mListener.onListPrefChanged(mPreference);
H A DTimerSettingPopup.java52 public void onListPrefChanged(ListPreference pref); method in interface:TimerSettingPopup.Listener
150 mListener.onListPrefChanged(mPreference);
/packages/apps/Camera/src/com/android/camera/
H A DPhotoController.java137 public void onListPrefChanged(ListPreference pref) { method in class:PhotoController
H A DVideoController.java125 public void onListPrefChanged(ListPreference pref) { method in class:VideoController
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoMenu.java170 public void onListPrefChanged(ListPreference pref) { method in class:PhotoMenu
H A DVideoMenu.java144 public void onListPrefChanged(ListPreference pref) { method in class:VideoMenu

Completed in 81 milliseconds