Searched refs:PANE_MIDDLE (Results 1 – 2 of 2) sorted by relevance
74 public static final int PANE_MIDDLE = 1 << 1; field in ThreePaneLayout288 if (mMiddlePane.getVisibility() == View.VISIBLE) ret |= PANE_MIDDLE; in getVisiblePanes()
85 getMessageListFragment().onHidden((visiblePanes & ThreePaneLayout.PANE_MIDDLE) == 0); in onVisiblePanesChanged()