Searched refs:inside (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/include/private/ui/
H A DRegionHelper.h78 int inside = spanner.next(current.top, current.bottom); local
79 spannerInner.prepare(inside);
82 int inside = spannerInner.next(current.left, current.right); local
83 if ((op_mask >> inside) & 1) {
119 int inside; local
123 inside = lhs_before_rhs;
133 inside = lhs_after_rhs;
143 inside = lhs_coincide_rhs;
154 return inside;
186 int inside local
231 prepare(int inside) argument
267 int inside = SpannerBase::next(left, right, more_lhs, more_rhs); local
[all...]
/frameworks/base/nfc-extras/
H A DAndroid.mk13 # put the classes.jar, with full class files instead of classes.dex inside, into the dist directory
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java241 public void onReleased(boolean inside) { argument
243 super.onReleased(inside);
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk6 # multiple libraries inside a single configuration file (for
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp569 // Fill a YV12 buffer with red outside a given rectangle and green inside it.
580 bool inside = rect.left <= x && x < rect.right &&
582 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64;
584 bool inside = rect.left <= 2*x && 2*x < rect.right &&
588 inside ? 16 : 255;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java296 if (DEBUG) Slog.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
297 boolean inside = (x > 0f && y > 0f && x < v.getWidth() & y < v.getHeight());
298 return inside;
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp615 // Fill a YV12 buffer with red outside a given rectangle and green inside it.
626 bool inside = rect.left <= x && x < rect.right && local
628 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64;
630 bool inside = rect.left <= 2*x && 2*x < rect.right &&
634 inside ? 16 : 255;
/frameworks/base/core/java/android/view/
H A DView.java914 * The scrollbar style to display the scrollbars inside the content area,
921 * The scrollbar style to display the scrollbars inside the padded area,
948 * Mask to check if the scrollbar style is inside or outside.
5393 * to have controls for a video view placed inside of the window decorations
7458 * is being position inside of them or the window is being placed under
7460 * inside. In effect, this tells you the available area where content can
8121 // Walk up the hierarchy to determine if we're inside a scrolling container.
8124 // For views inside a scrolling container, delay the pressed feedback for
8133 // Not inside a scrolling container, so show the feedback right away
9695 * Determines whether the given point, in local coordinates is inside th
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css926 .memitem { page-break-inside: avoid; }
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java405 * toggled state of the key if the finger was release inside.
406 * @param inside whether the finger was released inside the key
409 public void onReleased(boolean inside) { argument
439 * Detects if a point falls inside this key.
442 * @return whether or not the point falls inside the key. If the key is attached to an edge,
443 * it will assume that all points between the key and the edge are considered to be inside
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs147 static const int DRAG_MODEL_CYLINDER_INSIDE = 2; // Drag relative to point on inside of cylinder
1242 bool inside = (distance < selectionRadius);
1243 enableSelection &= inside;
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css565 list-style-position: inside;
2690 /* the link inside a sumtable for "Show All/Hide All" */
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css565 list-style-position: inside;
2635 /* the link inside a sumtable for "Show All/Hide All" */

Completed in 465 milliseconds