Searched defs:xEnd (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DCustomViewToolbar.java118 public void onConversationListLayout(int xEnd, boolean drawerOpen) { argument
144 newWidth = coords[0] + mCustomView.getWidth() - xEnd;
146 newWidth = xEnd - coords[0];
H A DMaterialSearchActionView.java113 public void adjustViewForTwoPaneLandscape(boolean alignWithTl, int xEnd) { argument
124 params.width = coords[0] + getWidth() - xEnd;
126 params.width = xEnd;
H A DMaterialSearchViewController.java132 public void onConversationListLayout(int xEnd, boolean drawerOpen) { argument
134 if (mEndXCoordForTabletLandscape != xEnd) {
136 mEndXCoordForTabletLandscape = xEnd;
H A DTwoPaneLayout.java144 * @param xEnd the ending x coordinate of the list view
147 void onConversationListLayout(int xEnd, boolean drawerOpen); argument
452 final int xEnd = mIsRtl ? mListLeft : mListRight;
453 if (mShouldShowPreviewPanel && xEnd != 0) {
457 listener.onConversationListLayout(xEnd, isDrawerOpen());

Completed in 114 milliseconds