Home
last modified time | relevance | path

Searched refs:OnOtherPopupShowedListener (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DPopupManager.java33 public interface OnOtherPopupShowedListener { interface in PopupManager
39 private ArrayList<OnOtherPopupShowedListener> mListeners = new ArrayList();
42 for (OnOtherPopupShowedListener listener : mListeners) { in notifyShowPopup()
49 public void setOnOtherPopupShowedListener(OnOtherPopupShowedListener listener) { in setOnOtherPopupShowedListener()
DAbstractIndicatorButton.java32 PopupManager.OnOtherPopupShowedListener {
/packages/apps/LegacyCamera/src/com/android/camera/
DModePicker.java40 PopupManager.OnOtherPopupShowedListener, Rotatable {