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

/packages/apps/Browser/src/com/android/browser/view/
H A DPieItem.java113 public void setGeometry(float st, float sw, int inside, int outside) { argument
116 inner = inside;
H A DPieMenu.java622 if (inside(polar, mTouchOffset, item)) {
629 private boolean inside(PointF polar, float offset, PieItem item) { method in class:PieMenu
/packages/apps/Camera/src/com/android/camera/ui/
H A DPieItem.java134 public void setGeometry(float st, float sw, int inside, int outside) { argument
137 inner = inside;
H A DPieRenderer.java79 // the detection if touch is inside a slice is offset
576 if (inside(polar, item)) {
583 private boolean inside(PointF polar, PieItem item) { method in class:PieRenderer
/packages/apps/Settings/src/com/android/settings/drawable/
H A DCircleFramedDrawable.java126 final float inside = mScale * mSize;
127 final float pad = (mSize - inside) / 2f;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java401 * toggled state of the key if the finger was release inside.
402 * @param inside whether the finger was released inside the key
405 public void onReleased(boolean inside) { argument
435 * Detects if a point falls inside this key.
438 * @return whether or not the point falls inside the key. If the key is attached to an edge,
439 * it will assume that all points between the key and the edge are considered to be inside
458 * Detects if a area falls inside this key.
463 * @return whether or not the area falls inside the key.
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java1453 // isn't inside some

Completed in 197 milliseconds