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

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 34 private static final int OUT_OF_BOUNDS = -1;
39 private int mTouchX = OUT_OF_BOUNDS;
256 mTouchX = OUT_OF_BOUNDS;
318 mTouchX = OUT_OF_BOUNDS;
  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 547 #define OUT_OF_BOUNDS ThrowException(Exception::Error(String::New("Out of bounds")))
559 if (index + 3 >= buffer->length_) return OUT_OF_BOUNDS;
567 if (index + 1 >= buffer->length_) return OUT_OF_BOUNDS;
575 if (index >= buffer->length_) return OUT_OF_BOUNDS;

Completed in 496 milliseconds