HomeSort by relevance Sort by last modified time
    Searched defs:OnOtherPopupShowedListener (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
PopupManager.java 33 public interface OnOtherPopupShowedListener {
39 private ArrayList<OnOtherPopupShowedListener> mListeners = new ArrayList<OnOtherPopupShowedListener>();
42 for (OnOtherPopupShowedListener listener : mListeners) {
49 public void setOnOtherPopupShowedListener(OnOtherPopupShowedListener listener) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
PopupManager.java 33 public interface OnOtherPopupShowedListener {
39 private ArrayList<OnOtherPopupShowedListener> mListeners = new ArrayList();
42 for (OnOtherPopupShowedListener listener : mListeners) {
49 public void setOnOtherPopupShowedListener(OnOtherPopupShowedListener listener) {

Completed in 45 milliseconds