Searched defs:xEnd (Results 1 – 7 of 7) 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()
155 final float xEnd = layout.getPrimaryHorizontal(spanEnd); in getBoundsForSpan() local
342 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold); in computeNearestNeighbors() local