Home
last modified time | relevance | path

Searched defs:xEnd (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Terminal/src/com/android/terminal/
DTerminalLineView.java71 final int xEnd = x + (m.run.colSize * m.charWidth); in onDraw() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DCustomViewToolbar.java118 public void onConversationListLayout(int xEnd, boolean drawerOpen) { in onConversationListLayout()
DTwoPaneLayout.java147 void onConversationListLayout(int xEnd, boolean drawerOpen); in onConversationListLayout()
452 final int xEnd = mIsRtl ? mListLeft : mListRight; in onTransitionComplete() local
DMaterialSearchViewController.java132 public void onConversationListLayout(int xEnd, boolean drawerOpen) { in onConversationListLayout()
DMaterialSearchActionView.java113 public void adjustViewForTwoPaneLandscape(boolean alignWithTl, int xEnd) { in adjustViewForTwoPaneLandscape()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java342 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold); in computeNearestNeighbors() local