Searched refs:mPopup (Results 1 – 8 of 8) sorted by relevance
36 protected AbstractSettingPopup mPopup; field in AbstractIndicatorButton79 if (mPopup == null || mPopup.getVisibility() != View.VISIBLE) { in onTouchEvent()110 if (mPopup != null) { in setOrientation()111 mPopup.setOrientation(orientation); in setOrientation()120 if (mPopup == null) initializePopup(); in showPopup()122 mPopup.setVisibility(View.VISIBLE); in showPopup()123 mPopup.setOrientation(getDegree()); in showPopup()124 mPopup.clearAnimation(); in showPopup()125 mPopup.startAnimation(mFadeIn); in showPopup()132 if (mPopup != null && mPopup.getVisibility() == View.VISIBLE) { in dismissPopup()[all …]
46 if (mPopup == null) { in overrideSettings()49 ((OtherSettingsPopup)mPopup).overrideSettings(keyvalues); in overrideSettings()63 mPopup = popup; in initializePopup()
113 mPopup = effect; in initializePopup()119 mPopup = basic; in initializePopup()121 root.addView(mPopup); in initializePopup()
161 private ListPopupWindow mPopup; field in GroupMembershipView232 if (mPopup != null) { in setGroupMetaData()235 ListView listView = mPopup.getListView(); in setGroupMetaData()342 if (UiClosables.closeQuietly(mPopup)) { in onClick()343 mPopup = null; in onClick()378 mPopup = new ListPopupWindow(getContext(), null); in onClick()379 mPopup.setAnchorView(mGroupList); in onClick()380 mPopup.setAdapter(mAdapter); in onClick()381 mPopup.setModal(true); in onClick()382 mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in onClick()[all …]
121 CheckBoxPreference mPopup; field in GeneralPreferences167 mPopup = (CheckBoxPreference) preferenceScreen.findPreference(KEY_ALERTS_POPUP); in onCreate()350 mPopup.setChecked(false); in migrateOldPreferences()351 mPopup.setEnabled(false); in migrateOldPreferences()354 mPopup.setChecked(false); in migrateOldPreferences()355 mPopup.setEnabled(true); in migrateOldPreferences()358 mPopup.setChecked(true); in migrateOldPreferences()359 mPopup.setEnabled(true); in migrateOldPreferences()374 mPopup.setEnabled(true); in updateChildPreferences()377 mPopup.setEnabled(false); in updateChildPreferences()
343 private PopupWindow mPopup; field in DayView868 mPopup = new PopupWindow(context); in init()869 mPopup.setContentView(mPopupView); in init()874 mPopup.setBackgroundDrawable(ta.getDrawable(0)); in init()1337 mPopup.dismiss(); in remeasure()1339 mPopup.setWidth(eventAreaWidth - 20); in remeasure()1340 mPopup.setHeight(WindowManager.LayoutParams.WRAP_CONTENT); in remeasure()1385 mPopup.dismiss(); in switchViews()3545 mPopup.dismiss(); in onCreateContextMenu()3802 if (mPopup != null) { in cleanup()[all …]
95 private SelectionPopupMenu mPopup; field in FdnList121 if (mPopup != null) { in onStop()122 mPopup.dismiss(); in onStop()196 mPopup = new SelectionPopupMenu(this, v, position); in onListItemClick()197 mPopup.showPopUp(); in onListItemClick()
78 private ListPopupWindow mPopup; field in PhotoSelectionHandler93 UiClosables.closeQuietly(mPopup); in destroy()103 mPopup = PhotoActionPopup.createPopupMenu( in onClick()105 mPopup.setOnDismissListener(new OnDismissListener() { in onClick()111 mPopup.show(); in onClick()