Searched refs:xEnd (Results 1 – 6 of 6) sorted by relevance
118 public void onConversationListLayout(int xEnd, boolean drawerOpen) { in onConversationListLayout() argument144 newWidth = coords[0] + mCustomView.getWidth() - xEnd; in onConversationListLayout()146 newWidth = xEnd - coords[0]; in onConversationListLayout()
147 void onConversationListLayout(int xEnd, boolean drawerOpen); in onConversationListLayout() argument452 final int xEnd = mIsRtl ? mListLeft : mListRight; in onTransitionComplete() local453 if (mShouldShowPreviewPanel && xEnd != 0) { in onTransitionComplete()457 listener.onConversationListLayout(xEnd, isDrawerOpen()); in onTransitionComplete()
113 public void adjustViewForTwoPaneLandscape(boolean alignWithTl, int xEnd) { in adjustViewForTwoPaneLandscape() argument124 params.width = coords[0] + getWidth() - xEnd; in adjustViewForTwoPaneLandscape()126 params.width = xEnd; in adjustViewForTwoPaneLandscape()
132 public void onConversationListLayout(int xEnd, boolean drawerOpen) { in onConversationListLayout() argument134 if (mEndXCoordForTabletLandscape != xEnd) { in onConversationListLayout()136 mEndXCoordForTabletLandscape = xEnd; in onConversationListLayout()
344 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold); in computeNearestNeighbors() local349 for (int centerX = xStart; centerX <= xEnd; centerX += mCellWidth) { in computeNearestNeighbors()
71 final int xEnd = x + (m.run.colSize * m.charWidth); in onDraw() local