Lines Matching full:popup
161 // A popup window that contains a bigger thumbnail and a list of apps to share.
1641 // Share popup may still have the reference to the old thumbnail. Clear it.
2227 // Check if the popup window should be dismissed first.
2239 // Check if the popup window is visible.
2240 View popup = mIndicatorControlContainer.getActiveSettingPopup();
2241 if (popup == null) return false;
2243 // Let popup window or indicator wheel handle the event by
2244 // themselves. Dismiss the popup window if users touch on other
2246 if (!Util.pointInView(e.getX(), e.getY(), popup)
2424 // Share popup may still have the reference to the old thumbnail. Clear it.