Searched refs:inside (Results 1 - 11 of 11) 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/native/libs/gui/tests/
H A DFillBuffer.cpp64 bool inside = rect.left <= x && x < rect.right &&
66 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64;
68 bool inside = rect.left <= 2*x && 2*x < rect.right &&
72 inside ? 16 : 255;
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceState.java71 //TODO: inside/outside detection could be made more rigorous
72 boolean inside = mDistanceToCenter <= Math.max(mFence.getRadius(), location.getAccuracy());
73 if (inside) {
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java240 public void onReleased(boolean inside) { argument
242 super.onReleased(inside);
/frameworks/rs/api/
H A Drs_time.spec21 system up time. It is not recommended to call these functions inside of a kernel.
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp570 // Fill a YV12 buffer with red outside a given rectangle and green inside it.
581 bool inside = rect.left <= x && x < rect.right &&
583 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64;
585 bool inside = rect.left <= 2*x && 2*x < rect.right &&
589 inside ? 16 : 255;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java233 if (DEBUG) Log.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
234 boolean inside = (x > 0f && y > 0f && x < v.getWidth() & y < v.getHeight());
235 return inside;
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java412 * <li>The parameter {@code inside} is {@code true}.
417 * @param inside whether the finger was released inside the key. Works only on Android M and
421 public void onReleased(boolean inside) { argument
423 if (sticky && inside) {
451 * Detects if a point falls inside this key.
454 * @return whether or not the point falls inside the key. If the key is attached to an edge,
455 * it will assume that all points between the key and the edge are considered to be inside
/frameworks/base/core/java/android/view/
H A DView.java1020 * The scrollbar style to display the scrollbars inside the content area,
1027 * The scrollbar style to display the scrollbars inside the padded area,
1054 * Mask to check if the scrollbar style is inside or outside.
7102 * to have controls for a video view placed inside of the window decorations
9675 * is being position inside of them or the window is being placed under
9677 * inside. In effect, this tells you the available area where content can
10352 // Walk up the hierarchy to determine if we're inside a scrolling container.
10355 // For views inside a scrolling container, delay the pressed feedback for
10366 // Not inside a scrolling container, so show the feedback right away
12175 * Determines whether the given point, in local coordinates is inside th
[all...]
/frameworks/base/docs/html/ndk/reference/
H A Ddoxygen.css1356 .memitem { page-break-inside: avoid; }
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 348 milliseconds