Home
last modified time | relevance | path

Searched refs:yStart (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/widget/
DOverlappingPaneLayout.java571 int yStart = paddingTop; in onLayout() local
572 int nextYStart = yStart; in onLayout()
592 height - paddingBottom - mOverhangSize) - yStart - margin; in onLayout()
596 yStart += pos + lpMargin; in onLayout()
599 yStart = nextYStart; in onLayout()
602 final int childTop = yStart; in onLayout()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java335 final int yStart = Math.max(halfCellHeight, in computeNearestNeighbors() local
346 int baseIndexOfCurrentRow = (yStart / mCellHeight) * mGridWidth + (xStart / mCellWidth); in computeNearestNeighbors()
347 for (int centerY = yStart; centerY <= yEnd; centerY += mCellHeight) { in computeNearestNeighbors()