Searched refs:myPos (Results 1 – 2 of 2) sorted by relevance
124 int myPos = 0, anotherPos = 0, result;127 while (myPos < end) {128 if ((result = Character.toLowerCase(me.charAt(myPos++))
2005 final int myPos = getPosition(view); in prepareForDrop() local2007 final int dropDirection = myPos < targetPos ? LayoutState.ITEM_DIRECTION_TAIL in prepareForDrop()