Searched refs:caret (Results 1 – 6 of 6) sorted by relevance
1317 private int getOffsetToLeftRightOf(int caret, boolean toLeft) { in getOffsetToLeftRightOf() argument1318 int line = getLineForOffset(caret); in getOffsetToLeftRightOf()1327 if (caret == lineEnd) { in getOffsetToLeftRightOf()1332 return caret; // at very end, don't move in getOffsetToLeftRightOf()1336 if (caret == lineStart) { in getOffsetToLeftRightOf()1341 return caret; // at very start, don't move in getOffsetToLeftRightOf()1364 caret = lineStart + tl.getOffsetToLeftRightOf(caret - lineStart, toLeft); in getOffsetToLeftRightOf()1366 return caret; in getOffsetToLeftRightOf()
47 caret to the left of the app icon, so the user can navigate up the hierarchy. For more discussion of121 caret, at a minimum.</p>
111 Android action bar with up caret vs. iOS labeled "Back" button.
18 the <em>Up</em> button, consisting of the app icon and a left-point caret.</p>
121 <p>This adds a left-facing caret alongside the app icon and enables it as an action button
333 R.drawable.ic_drawer, /* nav drawer icon to replace 'Up' caret */