HomeSort by relevance Sort by last modified time
    Searched defs:rightIndex (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/src/
proximity_info.cpp 212 const int rightIndex = index + 1;
213 if (rightIndex < mInputLength && existsCharInProximityAt(rightIndex, currentChar)) {
  /frameworks/base/core/java/android/net/
NetworkStats.java 672 public final int rightIndex;
679 NetworkStats left, int leftIndex, NetworkStats right, int rightIndex) {
683 this.rightIndex = rightIndex;

Completed in 53 milliseconds