OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstY
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java
136
float
firstY
= vt.getYVelocity();
143
assertEqualFuzzy(
firstY
, secondY, 0.1f);
158
float
firstY
= vt.getYVelocity();
165
assertEqualFuzzy(
firstY
, secondY, 0.1f);
180
float
firstY
= vt.getYVelocity();
187
assertEqualFuzzy(
firstY
, secondY, 0.1f);
202
float
firstY
= vt.getYVelocity();
207
assertEquals(
firstY
, secondY);
221
float
firstY
= vt.getYVelocity();
226
assertEqualFuzzy(
firstY
, secondY / 1000.0f, 0.1f)
[
all
...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp
[
all
...]
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Blend.cpp
[
all
...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp
[
all
...]
/external/skia/legacy/src/core/
SkPictureRecord.cpp
346
const SkScalar
firstY
= pos[0].fY;
348
if (pos[index].fY !=
firstY
) {
/external/skia/src/core/
SkPictureRecord.cpp
575
const SkScalar
firstY
= pos[0].fY;
577
if (pos[index].fY !=
firstY
) {
Completed in 108 milliseconds