OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
486
* @param
pointY
The y coordinate.
494
private int getDegreesFromCoords(float pointX, float
pointY
, boolean forceLegal,
499
pointX,
pointY
, forceLegal, isInnerCircle);
502
pointX,
pointY
, forceLegal, isInnerCircle);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java
58
* @param
pointY
y coordinate of this {@link MoreKeysPanel}
65
int
pointY
, KeyboardActionListener listener);
MoreKeysKeyboardView.java
79
final int pointX, final int
pointY
, final KeyboardActionListener listener) {
85
final int y =
pointY
- container.getMeasuredHeight() + container.getPaddingBottom();
MainKeyboardView.java
[
all
...]
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java
387
* @param
pointY
The vertical position
389
public void zoomToPoint(float scale, float pointX, float
pointY
) {
393
panBy(cx - pointX, cy -
pointY
);
402
* @param
pointY
The vertical position
404
public void zoomToOffset(float scale, float pointX, float
pointY
) {
414
panBy(-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
227
final int
pointY
= -layoutHelper.mMoreSuggestionsBottomGap;
228
moreKeysPanel.showMoreKeysPanel(this, mMoreSuggestionsController, pointX,
pointY
,
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js
477
var
pointY
= parseFloat(data[i][1]);
480
if (isNaN(
pointY
)) {
484
y = coordinateSystem.yPixel(
pointY
);
531
var
pointY
= parseFloat(point[1]);
533
if (isNaN(
pointY
)) {
538
y = coordinateSystem.yPixel(
pointY
);
[
all
...]
Completed in 120 milliseconds