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

/frameworks/native/include/private/ui/
H A DRegionHelper.h81 int inside = spanner.next(current.top, current.bottom); local
82 spannerInner.prepare(inside);
121 int inside; local
125 inside = lhs_before_rhs;
135 inside = lhs_after_rhs;
145 inside = lhs_coincide_rhs;
156 return inside;
188 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs); local
195 return inside;
233 inline void prepare(int inside) { argument
269 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/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DCircleFramedDrawable.java99 final float inside = mScale * mSize;
100 final float pad = (mSize - inside) / 2f;
/frameworks/support/frameworks/support/samples/SupportAnimationDemos/src/main/java/com/example/android/support/animation/
H A DSpringActivity.java65 // check whether the touch happens inside of the img view.
66 boolean inside = motionEvent.getX() >= img.getX()
73 if (!inside) {
/frameworks/support/samples/SupportAnimationDemos/src/main/java/com/example/android/support/animation/
H A DSpringActivity.java65 // check whether the touch happens inside of the img view.
66 boolean inside = motionEvent.getX() >= img.getX()
73 if (!inside) {
/frameworks/rs/script_api/
H A Drs_io.spec35 This function should not be called from inside a kernel, or from any function
50 This function should not be called from inside a kernel, or from any function
H A Drs_time.spec21 system up time. It is not recommended to call these functions inside of a kernel.
/frameworks/base/services/core/java/com/android/server/am/
H A DCarUserSwitchingDialog.java147 final float inside = mScale * mSize;
148 final float pad = (mSize - inside) / 2f;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java243 if (DEBUG) Log.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
244 boolean inside = (x > 0f && y > 0f && x < v.getWidth() & y < v.getHeight());
245 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.java1237 * representing the element index inside the list (starting at {@code 0}).
1582 * The scrollbar style to display the scrollbars inside the content area,
1589 * The scrollbar style to display the scrollbars inside the padded area,
1616 * Mask to check if the scrollbar style is inside or outside.
9652 * to have controls for a video view placed inside of the window decorations
12982 * is being position inside of them or the window is being placed under
12984 * inside. In effect, this tells you the available area where content can
13825 // Walk up the hierarchy to determine if we're inside a scrolling container.
13828 // For views inside a scrolling container, delay the pressed feedback for
13839 // Not inside
[all...]
/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 367 milliseconds