Home
last modified time | relevance | path

Searched refs:edges (Results 1 – 16 of 16) sorted by relevance

/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
DDirectedAcyclicGraph.java81 ArrayList<T> edges = mGraph.get(node); in addEdge() local
82 if (edges == null) { in addEdge()
84 edges = getEmptyList(); in addEdge()
85 mGraph.put(node, edges); in addEdge()
88 edges.add(incomingEdge); in addEdge()
111 ArrayList<T> edges = mGraph.valueAt(i); in getOutgoingEdges() local
112 if (edges != null && edges.contains(node)) { in getOutgoingEdges()
131 ArrayList<T> edges = mGraph.valueAt(i); in hasOutgoingEdges() local
132 if (edges != null && edges.contains(node)) { in hasOutgoingEdges()
144 ArrayList<T> edges = mGraph.valueAt(i); in clear() local
[all …]
DCoordinatorLayout.java1531 final List<View> edges = mChildDag.getIncomingEdges(child); in getDependents() local
1533 if (edges != null) { in getDependents()
1534 mTempDependenciesList.addAll(edges); in getDependents()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java120 final RectF edges = mTempEdges; in getCrop() local
121 getEdgesHelper(edges); in getCrop()
124 float cropLeft = -edges.left / scale; in getCrop()
125 float cropTop = -edges.top / scale; in getCrop()
202 final RectF edges = mTempEdges; in moveToLeft() local
203 getEdgesHelper(edges); in moveToLeft()
205 mCenterX += Math.ceil(edges.left / scale); in moveToLeft()
285 final RectF edges = mTempEdges; in onTouchEvent() local
286 getEdgesHelper(edges); in onTouchEvent()
296 if (edges.left > 0) { in onTouchEvent()
[all …]
/frameworks/minikin/tools/
Dmk_hyb_file.py199 edges = Freelist()
206 edge_ix, cursor = edges.next(cursor)
209 all(edges.is_free(ix + s) for s in succ) and
210 ((not use_node) or edges.is_free(ix))):
213 ix, _ = edges.next(0)
223 edges.use(ix)
225 edges.use(ix + s)
/frameworks/support/customview/src/main/java/androidx/customview/widget/
DViewDragHelper.java1388 public boolean isEdgeTouched(int edges) { in isEdgeTouched() argument
1391 if (isEdgeTouched(edges, i)) { in isEdgeTouched()
1408 public boolean isEdgeTouched(int edges, int pointerId) { in isEdgeTouched() argument
1409 return isPointerDown(pointerId) && (mInitialEdgesTouched[pointerId] & edges) != 0; in isEdgeTouched()
/frameworks/base/cmds/bootanimation/
DFORMAT.md59 and 32 pixels left of the edges of the screen
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java336 int[] edges = new int[sorted.length]; in getEndEdges() local
340 edges[i] = sorted[i][0].getLeft(); in getEndEdges()
344 edges[i] = sorted[i][sorted[i].length - 1].getRight(); in getEndEdges()
349 edges[i] = sorted[i][sorted[i].length - 1].getBottom(); in getEndEdges()
352 return edges; in getEndEdges()
355 protected void verifyEdgesSame(int[] edges, int[] edges2) { in verifyEdgesSame() argument
356 assertEquals(edges.length, edges2.length); in verifyEdgesSame()
357 for (int i = 0; i < edges.length; i++) { in verifyEdgesSame()
358 assertEquals(edges[i], edges2[i]); in verifyEdgesSame()
/frameworks/wilhelm/doc/
DDoxyfile1597 # from the root by following a path via at most 3 edges will be shown. Nodes
1608 # enabling this option may lead to badly anti-aliased labels on the edges of
/frameworks/native/docs/
DDoxyfile1869 # from the root by following a path via at most 3 edges will be shown. Nodes
1880 # enabling this option may lead to badly anti-aliased labels on the edges of
/frameworks/av/media/libaaudio/
DDoxyfile2268 # root by following a path via at most 3 edges will be shown. Nodes that lay
2283 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
DDoxyfile.orig2259 # root by following a path via at most 3 edges will be shown. Nodes that lay
2274 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dadvs.txt154 edges of the sole in order to remove crusted mud from it. Hence, you
9249 round the edges and thin upon the top. As to his dress, it was
10001 band by the traffic, but at either side and on the heaped-up edges of
Dretn.txt932 the gentlest tremors of the edges of the web remind one of the foul
9858 reserve, but he is trained as a half, and he always edges right in on
Dlstb.txt6792 the edges a fringe of brownish powder, which had not yet been
Dcase.txt9159 was eagerly examining the edges of the heavy lid. Then he drew from
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...