OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
HighlightView.java
186
float
distY
= y - r.centerY();
188
(int) Math.sqrt(distX * distX +
distY
*
distY
);
192
if (Math.abs(
distY
) > Math.abs(distX)) {
193
if (
distY
< 0) {
/frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java
251
int
distY
= endY - startY;
255
int y = (int) (startY +
distY
* ii);
Completed in 92 milliseconds