Searched defs:xEnd (Results 1 – 6 of 6) sorted by relevance
71 final int xEnd = x + (m.run.colSize * m.charWidth); in onDraw() local
118 public void onConversationListLayout(int xEnd, boolean drawerOpen) { in onConversationListLayout()
147 void onConversationListLayout(int xEnd, boolean drawerOpen); in onConversationListLayout()452 final int xEnd = mIsRtl ? mListLeft : mListRight; in onTransitionComplete() local
132 public void onConversationListLayout(int xEnd, boolean drawerOpen) { in onConversationListLayout()
113 public void adjustViewForTwoPaneLandscape(boolean alignWithTl, int xEnd) { in adjustViewForTwoPaneLandscape()
342 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold); in computeNearestNeighbors() local