HomeSort by relevance Sort by last modified time
    Searched refs:PANE_RIGHT (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
ThreePaneLayout.java 75 public static final int PANE_RIGHT = 1 << 0;
283 * and {@link #PANE_RIGHT},
289 if (mRightPane.getVisibility() == View.VISIBLE) ret |= PANE_RIGHT;
UIControllerTwoPane.java 78 if (((visiblePanes & ThreePaneLayout.PANE_RIGHT) == 0) &&
79 ((previousVisiblePanes & ThreePaneLayout.PANE_RIGHT) != 0)) {

Completed in 71 milliseconds