HomeSort by relevance Sort by last modified time
    Searched full:edge (Results 176 - 200 of 3660) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java 53 // Make sure we have some fading edge regardless of ListView style.
98 assertTrue("bottom of view should be just above fading edge",
102 // make sure fading edge is the expected view
104 assertEquals("should be a second view visible due to the fading edge",
147 "the bottom of the list view (no fading edge)",
186 // now we are at top row, should have caused scrolling, and fading edge...
194 assertEquals("top of selected row should be just below top vertical fading edge",
199 // make sure fading edge is the view we expect
  /frameworks/base/docs/html/design/patterns/
buttons.jd 30 <p>Swipe from the any edge of the screen with a hidden bar to bring back system bars. </p>
67 they swipe from any edge where a system bar is hidden. By requiring this more
106 In the Immersive approach, any time a user swipes from an edge with a system
112 But in some apps, the user might occasionally need to swipe from the edge as
119 approach: when a user swipes from an edge with a system bar, system bars are
126 draw a line that begins at the very edge of the screen, swiping from the edge
128 very edge.
fullscreen.jd 30 <p>Swipe from the any edge of the screen with a hidden bar to bring back system bars. </p>
67 they swipe from any edge where a system bar is hidden. By requiring this more
106 In the Immersive approach, any time a user swipes from an edge with a system
112 But in some apps, the user might occasionally need to swipe from the edge as
119 approach: when a user swipes from an edge with a system bar, system bars are
126 draw a line that begins at the very edge of the screen, swiping from the edge
128 very edge.
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
spi.h 54 MRAA_SPI_MODE0 = 0, /**< CPOL = 0, CPHA = 0, Clock idle low, data is clocked in on rising edge,
55 output data (change) on falling edge */
56 MRAA_SPI_MODE1 = 1, /**< CPOL = 0, CPHA = 1, Clock idle low, data is clocked in on falling edge,
57 output data (change) on rising edge */
58 MRAA_SPI_MODE2 = 2, /**< CPOL = 1, CPHA = 0, Clock idle low, data is clocked in on falling edge,
59 output data (change) on rising edge */
60 MRAA_SPI_MODE3 = 3, /**< CPOL = 1, CPHA = 1, Clock idle low, data is clocked in on rising, edge
61 output data (change) on falling edge */
spi.hpp 38 SPI_MODE0 = 0, /**< CPOL = 0, CPHA = 0, Clock idle low, data is clocked in on rising edge,
39 output data (change) on falling edge */
40 SPI_MODE1 = 1, /**< CPOL = 0, CPHA = 1, Clock idle low, data is clocked in on falling edge,
41 output data (change) on rising edge */
42 SPI_MODE2 = 2, /**< CPOL = 1, CPHA = 0, Clock idle low, data is clocked in on falling edge,
43 output data (change) on rising edge */
44 SPI_MODE3 = 3, /**< CPOL = 1, CPHA = 1, Clock idle low, data is clocked in on rising, edge
45 output data (change) on falling edge */
  /hardware/bsp/intel/peripheral/libmraa/src/javascript/
doxygen2jsdoc_custom.json 63 "type": "Edge",
64 "description": "The edge mode to set"
  /packages/apps/Camera2/src/com/android/camera/one/
Settings3A.java 28 * Width of touch AF region in [0,1] relative to shorter edge of the current
30 * shorter edge of the current crop region's width to get a value in pixels.
38 * Normal mode: 0.125 * longest edge
44 * Width of touch metering region in [0,1] relative to shorter edge of the
46 * shorter edge of the current crop region's width to get a value in pixels.
54 * Normal mode: 0.1875 * longest edge
79 * Width of touch metering region in [0,1] relative to shorter edge of the
81 * shorter edge of the current crop region's width to get a value in pixels.
  /packages/inputmethods/LatinIME/java/res/drawable/
keyboard_key_feedback_ics.xml 21 <!-- Left edge -->
27 <!-- Right edge -->
keyboard_key_feedback_klp.xml 21 <!-- Left edge -->
27 <!-- Right edge -->
keyboard_key_feedback_lxx_dark.xml 21 <!-- Left edge -->
27 <!-- Right edge -->
keyboard_key_feedback_lxx_light.xml 21 <!-- Left edge -->
27 <!-- Right edge -->
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
GraphUtil.py 40 # multiple edge defense
44 # add the edge
80 # multi edge defense
126 for edge in get_edges(node):
127 tail = get_tail(edge)
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Window.java 90 int edge;
97 edge = 0;
99 if (x < border) edge |= Align.left;
100 if (x > width - border) edge |= Align.right;
101 if (y < border) edge |= Align.bottom;
102 if (y > height - border) edge |= Align.top;
103 if (edge != 0) border += 25;
104 if (x < border) edge |= Align.left;
105 if (x > width - border) edge |= Align.right;
106 if (y < border) edge |= Align.bottom
    [all...]
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 1 //===- BreakCriticalEdges.cpp - Critical Edge Elimination Pass ------------===//
76 // Implementation of the external critical edge manipulation functions
79 /// createPHIsForSplitLoopExit - When a loop exit edge is split, LCSSA form
115 /// SplitCriticalEdge - If this edge is a critical edge, insert a new node to
116 /// split the critical edge. This will update DominatorTree information if it
118 /// This returns the new block if the edge was split, null otherwise.
121 /// specified successor will be merged into the same critical edge block.
125 /// the standard definition of a "critical edge".
127 /// It is invalid to call this function on a critical edge that starts at a
    [all...]
  /external/skia/src/effects/gradients/
SkClampRange.cpp 37 * returns [0..count] for the number of steps (<= count) for which x0 <= edge
40 static int chop(int64_t x0, SkGradFixed edge, int64_t x1, int64_t dx, int count) {
44 if (x0 >= edge) {
47 if (x1 <= edge) {
50 int64_t n = (edge - x0 + dx - 1) / dx;
  /frameworks/support/percent/tests/res/layout/
percent_relative_layout.xml 24 <!-- This child is anchored along the top edge of the parent, testing percent-based
35 <!-- This child is anchored along the left edge of the parent, testing percent-based
46 <!-- This child is anchored along the bottom edge of the parent, testing percent-based
58 <!-- This child is anchored along the right edge of the parent, testing percent-based
71 percent-based margins relatively to its edge-aligned siblings. -->
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
HorizontalHoverCardSwitcher.java 25 * is aligned to the starting edge of the selected child view. If there is no space when scrolling
26 * to the end, the ending edge of the hover card will be aligned to the ending edge of the parent
48 // end edge with row view's end edge, otherwise align start edges.
  /hardware/bsp/intel/peripheral/libupm/src/hcsr04/
hcsr04.h 68 * @param fptr Function pointer to handle rising-edge and
69 * falling-edge interrupts
88 * was falling-edge or rising-edge.
93 uint8_t m_doWork; /**< Flag to control blocking function while waiting for a falling-edge interrupt */
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollidePolygon.cpp 22 // Find the max separation between poly1 and poly2 using edge normals from poly1.
76 // Get the normal of the reference edge in poly2's frame.
79 // Find the incident edge on poly2.
92 // Build the clip vertices for the incident edge.
109 // Find edge normal of max separation on A - return if separating axis is found
110 // Find edge normal of max separation on B - return if separation axis is found
111 // Choose reference edge as min(minA, minB)
112 // Find incident edge
136 int32 edge1; // reference edge
192 // Clip incident edge against extruded edge1 side edges
    [all...]
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 18 // to indicate the weights of each edge coming out of the branch.
19 // The weight of each edge is the weight of the target block for
20 // that edge. The weight of a block B is computed as the maximum
66 "sample block/edge weights through the CFG."));
93 typedef std::pair<const BasicBlock *, const BasicBlock *> Edge;
94 typedef DenseMap<Edge, uint64_t> EdgeWeightMap;
137 void printEdgeWeight(raw_ostream &OS, Edge E);
146 uint64_t visitEdge(Edge E, unsigned *NumUnknownEdges, Edge *UnknownEdge);
161 /// Edge weights are computed by propagating basic block weights i
    [all...]
  /external/libavc/decoder/
ih264d_compute_bs.c 80 /* BS=2 for a 4x4 edge if any of adjacent blocks forming edge */
82 /* edges can be derived using a lookup table for each edge */
226 /* Computing Bs for the top edge */
238 /* If Bs is not set, use left edge and current edge mvs and */
268 /* Computing Bs for the left edge */
348 UWORD32 edge; local
356 for(edge = 0; edge < 4; edge++, ps_top_mv_pred = ps_cur_mv_pred - 4
719 UWORD32 edge; local
1793 UWORD8 edge, u1_top_intra = 0, u1_left_intra = 0; local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btInternalEdgeUtility.cpp 130 //shared edge
131 //we need to make sure the edge is in the order V2V0 and not V0V2 so that the signs are correct
155 btVector3 edge(m_triangleVerticesA[sharedVertsA[1]]-m_triangleVerticesA[sharedVertsA[0]]);
167 edge.normalize();
168 btVector3 edgeCrossA = edge.cross(normalA).normalize();
178 btVector3 edgeCrossB = edge.cross(normalB).normalize();
234 btVector3 edge = m_triangleVerticesA[0]-m_triangleVerticesA[1]; local
235 btQuaternion orn(edge,-correctedAngle);
258 btVector3 edge = m_triangleVerticesA[2]-m_triangleVerticesA[0]; local
259 btQuaternion orn(edge,-correctedAngle)
280 btVector3 edge = m_triangleVerticesA[1]-m_triangleVerticesA[2]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow.h 361 /* Location to track pending stmt for edge insertion. */
390 extern edge find_taken_edge (basic_block, tree);
398 extern void extract_true_false_edges_from_block (basic_block, edge *, edge *);
399 extern bool gimple_duplicate_sese_region (edge, edge, basic_block *, unsigned,
401 extern bool gimple_duplicate_sese_tail (edge, edge, basic_block *, unsigned,
406 extern void add_phi_args_after_copy (basic_block *, unsigned, edge);
426 void remove_edge_and_dominated_blocks (edge);
    [all...]
  /system/core/libpixelflinger/
trap.cpp 604 // the following routine fills a triangle via edge stepping, which
631 struct Edge
633 int32_t x; // edge position in 16.16 coordinates
640 edge_dump( Edge* edge )
643 edge->y_top, edge->y_top/float(TRI_ONE),
644 edge->y_bot, edge->y_bot/float(TRI_ONE),
645 edge->x, edge->x/float(FIXED_ONE)
672 Edge* edge = edges + *pcount; local
862 AAEdge* edge = edges + *pcount; local
    [all...]
  /external/v8/src/compiler/
node-properties.h 50 // Edge kinds.
52 static bool IsValueEdge(Edge edge);
53 static bool IsContextEdge(Edge edge);
54 static bool IsFrameStateEdge(Edge edge);
55 static bool IsEffectEdge(Edge edge);
56 static bool IsControlEdge(Edge edge)
    [all...]

Completed in 1499 milliseconds

1 2 3 4 5 6 78 91011>>