Searched refs:PopupManager (Results 1 – 8 of 8) sorted by relevance
29 public class PopupManager { class30 private static HashMap<Context, PopupManager> sMap =31 new HashMap<Context, PopupManager>();37 private PopupManager() {} in PopupManager() method in PopupManager53 public static PopupManager getInstance(Context context) { in getInstance()54 PopupManager instance = sMap.get(context); in getInstance()56 instance = new PopupManager(); in getInstance()63 PopupManager instance = sMap.get(context); in removeInstance()
32 PopupManager.OnOtherPopupShowedListener {51 PopupManager.getInstance(context).setOnOtherPopupShowedListener(this); in AbstractIndicatorButton()81 PopupManager.getInstance(getContext()).notifyShowPopup(this); in onTouchEvent()
215 PopupManager.getInstance(mContext).notifyShowPopup(null); in showAtLocation()
19 import com.android.camera.ui.PopupManager;40 PopupManager.OnOtherPopupShowedListener, Rotatable {79 PopupManager.getInstance(context).setOnOtherPopupShowedListener(this); in ModePicker()160 PopupManager.getInstance(getContext()).notifyShowPopup(this); in onClick()
19 import com.android.camera.ui.PopupManager;130 PopupManager.removeInstance(this); in onDestroy()
22 import com.android.camera.ui.PopupManager;1585 PopupManager.getInstance(this).notifyShowPopup(null); in doOnResume()
22 import com.android.camera.ui.PopupManager;891 PopupManager.getInstance(this).notifyShowPopup(null); in doOnResume()
33 import com.android.camera.ui.PopupManager;1047 PopupManager.getInstance(this).notifyShowPopup(null); in doOnResume()