Home | History | Annotate | Download | only in widget

Lines Matching defs:mPostedOpenRunnable

79     private OpenOverflowRunnable mPostedOpenRunnable;
303 mPostedOpenRunnable == null && !mMenu.getNonActionItems().isEmpty()) {
305 mPostedOpenRunnable = new OpenOverflowRunnable(popup);
307 ((View) mMenuView).post(mPostedOpenRunnable);
324 if (mPostedOpenRunnable != null && mMenuView != null) {
325 ((View) mMenuView).removeCallbacks(mPostedOpenRunnable);
326 mPostedOpenRunnable = null;
369 return mPostedOpenRunnable != null || isOverflowMenuShowing();
617 if (mPostedOpenRunnable != null) {
762 mPostedOpenRunnable = null;