Searched refs:rightIndex (Results 1 – 6 of 6) sorted by relevance
104 const int rightIndex = index + 1; in existsAdjacentProximityChars() local105 if (rightIndex < mSampledInputSize in existsAdjacentProximityChars()106 && existsCodePointInProximityAt(rightIndex, currentCodePoint)) { in existsAdjacentProximityChars()
95 val rightIndex = leftIndex + 1 in getViewAt() constant101 val right = if (rightIndex < mCities!!.size) mCities!![rightIndex] else null in getViewAt()
403 int rightIndex = mActivity.getDeviceProfile().isQsbInline && mIsRtl in getCurrentVisualTaskbarWidth() local408 float right = iconViews[rightIndex].getRight() + iconViews[rightIndex].getTranslationX(); in getCurrentVisualTaskbarWidth()
581 final Rect[] displayAreas, final int leftIndex, final int rightIndex) { in hasOverlap() argument582 return displayAreas[leftIndex].right + mTextPadding * 2.3f > displayAreas[rightIndex].left; in hasOverlap()
3524 int rightIndex, String cookie) {3530 + "] - right[" + rightIndex + "]\n");
1559 NetworkStats left, int leftIndex, NetworkStats right, int rightIndex, C cookie); in foundNonMonotonic() argument