Home | History | Annotate | Download | only in ui

Lines Matching refs:xEnd

144          * @param xEnd the ending x coordinate of the list view
147 void onConversationListLayout(int xEnd, boolean drawerOpen);
452 final int xEnd = mIsRtl ? mListLeft : mListRight;
453 if (mShouldShowPreviewPanel && xEnd != 0) {
457 listener.onConversationListLayout(xEnd, isDrawerOpen());