Searched refs:edges (Results 1 – 16 of 16) sorted by relevance
81 ArrayList<T> edges = mGraph.get(node); in addEdge() local82 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() local112 if (edges != null && edges.contains(node)) { in getOutgoingEdges()131 ArrayList<T> edges = mGraph.valueAt(i); in hasOutgoingEdges() local132 if (edges != null && edges.contains(node)) { in hasOutgoingEdges()144 ArrayList<T> edges = mGraph.valueAt(i); in clear() local[all …]
1531 final List<View> edges = mChildDag.getIncomingEdges(child); in getDependents() local1533 if (edges != null) { in getDependents()1534 mTempDependenciesList.addAll(edges); in getDependents()
120 final RectF edges = mTempEdges; in getCrop() local121 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() local203 getEdgesHelper(edges); in moveToLeft()205 mCenterX += Math.ceil(edges.left / scale); in moveToLeft()285 final RectF edges = mTempEdges; in onTouchEvent() local286 getEdgesHelper(edges); in onTouchEvent()296 if (edges.left > 0) { in onTouchEvent()[all …]
199 edges = Freelist()206 edge_ix, cursor = edges.next(cursor)209 all(edges.is_free(ix + s) for s in succ) and210 ((not use_node) or edges.is_free(ix))):213 ix, _ = edges.next(0)223 edges.use(ix)225 edges.use(ix + s)
1388 public boolean isEdgeTouched(int edges) { in isEdgeTouched() argument1391 if (isEdgeTouched(edges, i)) { in isEdgeTouched()1408 public boolean isEdgeTouched(int edges, int pointerId) { in isEdgeTouched() argument1409 return isPointerDown(pointerId) && (mInitialEdgesTouched[pointerId] & edges) != 0; in isEdgeTouched()
59 and 32 pixels left of the edges of the screen
336 int[] edges = new int[sorted.length]; in getEndEdges() local340 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() argument356 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()
1597 # from the root by following a path via at most 3 edges will be shown. Nodes1608 # enabling this option may lead to badly anti-aliased labels on the edges of
1869 # from the root by following a path via at most 3 edges will be shown. Nodes1880 # enabling this option may lead to badly anti-aliased labels on the edges of
2268 # root by following a path via at most 3 edges will be shown. Nodes that lay2283 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2259 # root by following a path via at most 3 edges will be shown. Nodes that lay2274 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
154 edges of the sole in order to remove crusted mud from it. Hence, you9249 round the edges and thin upon the top. As to his dress, it was10001 band by the traffic, but at either side and on the heaped-up edges of
932 the gentlest tremors of the edges of the web remind one of the foul9858 reserve, but he is trained as a half, and he always edges right in on
6792 the edges a fringe of brownish powder, which had not yet been
9159 was eagerly examining the edges of the heavy lid. Then he drew from
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...