Home
last modified time | relevance | path

Searched refs:currentLine (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
DAccessibilityIterators.java63 final int currentLine = mLayout.getLineForOffset(offset); in following() local
64 if (getLineEdgeIndex(currentLine, DIRECTION_START) == offset) { in following()
65 nextLine = currentLine; in following()
67 nextLine = currentLine + 1; in following()
91 final int currentLine = mLayout.getLineForOffset(offset); in preceding() local
92 if (getLineEdgeIndex(currentLine, DIRECTION_END) + 1 == offset) { in preceding()
93 previousLine = currentLine; in preceding()
95 previousLine = currentLine - 1; in preceding()
150 final int currentLine = mLayout.getLineForOffset(start); in following() local
151 final int currentLineTop = mLayout.getLineTop(currentLine); in following()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DLegacyPasspointConfigParser.java231 String currentLine = null; in buildNode() local
232 while ((currentLine = in.readLine()) != null) { in buildNode()
233 if (!currentLine.isEmpty()) { in buildNode()
239 if (currentLine == null) { in buildNode()
244 currentLine = currentLine.trim(); in buildNode()
247 if (TextUtils.equals(END_OF_INTERNAL_NODE_INDICATOR, currentLine)) { in buildNode()
255 parseLine(currentLine.getBytes(StandardCharsets.UTF_8)); in buildNode()
/frameworks/support/development/checkstyle/src/com/android/support/checkstyle/
DMismatchedAnnotationCheck.java168 int currentLine = javadoc.getStartLineNo(); in containsJavadocTag() local
175 log(currentLine, MSG_KEY_JAVADOC_DUPLICATE_TAG, mTag); in containsJavadocTag()
179 currentLine++; in containsJavadocTag()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java459 final int currentLine = layout.getLineForOffset(currentOffset); in locateHandlePointsTextIndex() local
462 final float currentY = layout.getLineTop(currentLine); in locateHandlePointsTextIndex()
488 if (currentLine > targetLine) { in locateHandlePointsTextIndex()
490 } else if (currentLine < targetLine) { in locateHandlePointsTextIndex()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
DTaskGridLayoutAlgorithm.java247 final int currentLine = (taskCount - 1 - currentFocusedIndex) / gridInfo.tasksPerLine;
259 final int leftMostIndex = (taskCount - 1) - currentLine * gridInfo.tasksPerLine;
265 (taskCount - 1) - (currentLine + 1) * gridInfo.tasksPerLine + 1;
/frameworks/support/development/checkstyle/prebuilt/
Dcom.android.support.checkstyle.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...