Home | History | Annotate | Download | only in widget

Lines Matching defs:getOffsetAtCoordinate

4651         protected int getOffsetAtCoordinate(@NonNull Layout layout, int line, float x) {
4652 return mTextView.getOffsetAtCoordinate(line, x);
5184 offset = getOffsetAtCoordinate(layout, currLine, x);
5309 int initialOffset = getOffsetAtCoordinate(layout, currLine, x);
5316 initialOffset = getOffsetAtCoordinate(layout, currLine, x);
5426 getOffsetAtCoordinate(layout, currLine, x - mTouchWordDelta);
5566 protected int getOffsetAtCoordinate(@NonNull Layout layout, int line, float x) {
6022 int offset = mTextView.getOffsetAtCoordinate(currLine, eventX);