HomeSort by relevance Sort by last modified time
    Searched refs:pointY (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 195 public int getDegreesFromCoords(float pointX, float pointY, boolean forceLegal,
202 (pointY - mYCenter)*(pointY - mYCenter) +
252 float opposite = Math.abs(pointY - mYCenter);
258 boolean topSide = (pointY < mYCenter);
299 int pointY = mYCenter - (int) (mLineLength * Math.cos(mSelectionRadians));
303 canvas.drawCircle(pointX, pointY, mSelectionRadius, mPaint);
308 canvas.drawCircle(pointX, pointY, (mSelectionRadius * 2 / 7), mPaint);
315 pointY = mYCenter - (int) (lineLength * Math.cos(mSelectionRadians));
321 canvas.drawLine(mXCenter, mYCenter, pointX, pointY, mPaint)
    [all...]
RadialPickerLayout.java 487 * @param pointY The y coordinate.
495 private int getDegreesFromCoords(float pointX, float pointY, boolean forceLegal,
500 pointX, pointY, forceLegal, isInnerCircle);
503 pointX, pointY, forceLegal, isInnerCircle);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 57 * @param pointY y coordinate of this {@link MoreKeysPanel}
64 int pointY, KeyboardActionListener listener);
MoreKeysKeyboardView.java 123 final int pointX, final int pointY, final KeyboardActionListener listener) {
130 final int y = pointY - container.getMeasuredHeight() + container.getPaddingBottom()
MainKeyboardView.java 642 final int pointY = key.getY() + mKeyPreviewDrawParams.getVisibleOffset();
643 moreKeysKeyboardView.showMoreKeysPanel(this, this, pointX, pointY, mKeyboardActionListener);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
SelectionActionModeHelperTest.java 56 0.1f /* pointY */,
65 -1.0f /* pointY */,
74 0.4f /* pointY */,
83 0.0f /* pointY */,
92 1.1f /* pointY */,
101 0.1f /* pointY */,
106 private void testMovePointInsideNearestRectangle(final float pointX, final float pointY,
109 final PointF point = new PointF(pointX, pointY);
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 347 protected void zoomToPoint(float scale, float pointX, float pointY) {
351 panBy(cx - pointX, cy - pointY);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 321 final int pointY = -layoutHelper.mMoreSuggestionsBottomGap;
322 moreKeysPanel.showMoreKeysPanel(this, mMoreSuggestionsController, pointX, pointY,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h     [all...]

Completed in 1775 milliseconds