Lines Matching full:popup
156 // A popup window that contains a bigger thumbnail and a list of apps to share.
555 // Check if the popup window is visible.
556 View popup = mIndicatorControlContainer.getActiveSettingPopup();
557 if (popup == null) return false;
560 // Let popup window, indicator control or preview frame handle the
561 // event by themselves. Dismiss the popup window if users touch on
563 if (!Util.pointInView(e.getX(), e.getY(), popup)
575 // Check if the popup window should be dismissed first.
986 // Share popup may still have the reference to the old thumbnail. Clear it.
1673 // Do not trigger touch focus if popup window is opened.