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 …]
53 var mPopup: CheckBoxPreference? = null variable in com.android.calendar.GeneralPreferences84 mPopup = preferenceScreen.findPreference(KEY_ALERTS_POPUP) as CheckBoxPreference in onCreate()255 mPopup?.setChecked(false) in migrateOldPreferences()256 mPopup?.setEnabled(false) in migrateOldPreferences()259 mPopup?.setChecked(false) in migrateOldPreferences()260 mPopup?.setEnabled(true) in migrateOldPreferences()263 mPopup?.setChecked(true) in migrateOldPreferences()264 mPopup?.setEnabled(true) in migrateOldPreferences()279 mPopup?.setEnabled(true) in updateChildPreferences()282 mPopup?.setEnabled(false) in updateChildPreferences()
274 private var mPopup: PopupWindow? = null variable515 mPopup = PopupWindow(context) in init()516 mPopup?.setContentView(mPopupView) in init()524 mPopup?.setBackgroundDrawable(ta.getDrawable(0)) in init()977 mPopup?.dismiss() in remeasure()979 mPopup?.setWidth(eventAreaWidth - 20) in remeasure()980 mPopup?.setHeight(WindowManager.LayoutParams.WRAP_CONTENT) in remeasure()1023 mPopup?.dismiss() in switchViews()3185 mPopup?.dismiss() in onCreateContextMenu()3428 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()