OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTouchCenterY
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java
36
private float
mTouchCenterY
= 0;
92
if (mCurrentX == mTouchCenterX && mCurrentY ==
mTouchCenterY
) {
96
float dY1 =
mTouchCenterY
- mCenterY;
120
mTouchCenterY
= y;
ImageFlip.java
82
float diffy =
mTouchCenterY
- y;
ImageGeometry.java
48
protected float
mTouchCenterY
;
93
if (mCurrentX == mTouchCenterX && mCurrentY ==
mTouchCenterY
) {
97
float dY1 =
mTouchCenterY
- mCenterY;
297
mTouchCenterY
= y;
Completed in 138 milliseconds