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

/frameworks/base/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) {
114 int inside; local
118 inside = lhs_before_rhs;
128 inside = lhs_after_rhs;
138 inside = lhs_coincide_rhs;
149 return inside;
177 int inside local
222 prepare(int inside) argument
250 int inside = SpannerBase::next(left, right, more_lhs, more_rhs); local
[all...]
/frameworks/base/awt/org/apache/harmony/awt/gl/render/
H A DJavaShapeRasterizer.java69 boolean inside = true;
74 inside = false;
76 if (!inside) {
78 inside = true;
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java241 public void onReleased(boolean inside) { argument
243 super.onReleased(inside);
/frameworks/base/awt/java/awt/
H A DPolygon.java337 * Checks whether or not the point given by the coordinates x, y lies inside
344 * @return true, if the specified point lies inside the Polygon, false
349 public boolean inside(int x, int y) { method in class:Polygon
354 * Checks whether or not the point given by the coordinates x, y lies inside
361 * @return true, if the specified point lies inside the Polygon, false
370 * inside the Polygon.
376 * @return true, if the point given by the double coordinates lies inside
386 * width, height] lies inside the Polygon.
398 * @return true, if the specified rectangle lies inside the Polygon, false
431 * Checks whether or not the specified rectangle lies inside th
[all...]
H A DRectangle.java514 * parameters is located inside the original rectangle.
533 * is located inside the original rectangle.
557 public boolean inside(int px, int py) { method in class:Rectangle
622 * If the rectangle is empty, all masks are set, and if the point is inside
H A DComponent.java1286 return inside(x, y);
2880 public boolean inside(int x, int y) { method in class:Component
3932 * is inside component
5704 * Note: this method takes AWT lock inside because it walks through the
/frameworks/base/core/java/android/view/
H A DView.java824 * The scrollbar style to display the scrollbars inside the content area,
831 * The scrollbar style to display the scrollbars inside the padded area,
858 * Mask to check if the scrollbar style is inside or outside.
3924 * is being position inside of them or the window is being placed under
3926 * inside. In effect, this tells you the available area where content can
5164 // - Doesn't have scrollbars or scrollbars are inside overlay
5581 * can be drawn inside the padding area or on the edge of the view. For example,
5583 * inside the padding specified by the drawable, you can use
5807 final int inside = (viewFlags & SCROLLBARS_OUTSIDE_MASK) == 0 ? ~0 : 0;
5817 top = scrollY + height - size - (mUserPaddingBottom & inside);
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java396 * toggled state of the key if the finger was release inside.
397 * @param inside whether the finger was released inside the key
400 public void onReleased(boolean inside) { argument
430 * Detects if a point falls inside this key.
433 * @return whether or not the point falls inside the key. If the key is attached to an edge,
434 * it will assume that all points between the key and the edge are considered to be inside

Completed in 230 milliseconds