OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCurrentY
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java
38
private float
mCurrentY
= 0;
92
if (mCurrentX == mTouchCenterX &&
mCurrentY
== mTouchCenterY) {
98
float dY2 =
mCurrentY
- mCenterY;
110
mCurrentY
= y;
ImageStraighten.java
70
private float
mCurrentY
;
130
mCurrentY
= y;
139
mCurrentY
= y;
148
mCurrentY
= y;
166
if (mCurrentX == mTouchCenterX &&
mCurrentY
== mTouchCenterY) {
172
float dY2 =
mCurrentY
- centerY;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java
92
private final int
mCurrentY
;
110
mCurrentY
= y;
149
return
mCurrentY
;
KeyboardBuilder.java
147
private int
mCurrentY
= 0;
349
return new KeyboardRow(mResources, mParams, parser,
mCurrentY
);
400
final KeyboardRow gridRows = new KeyboardRow(mResources, mParams, parser,
mCurrentY
);
422
final KeyboardRow row = new KeyboardRow(mResources, mParams, parser,
mCurrentY
);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DynamicGridKeyboard.java
228
private int
mCurrentY
;
236
mCurrentY
= y0;
247
return
mCurrentY
;
/device/generic/goldfish/camera/fake-pipeline2/
Scene.h
101
int
mCurrentY
;
/frameworks/base/services/core/java/com/android/server/wm/
DragState.java
55
float mCurrentX,
mCurrentY
;
258
sendDragStartedLw(newWin, mCurrentX,
mCurrentY
, mDataDescription);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java
168
// The focused box (Box*) centers at mPlatform's (mCurrentX,
mCurrentY
)
352
b.
mCurrentY
= r.centerY() - mViewH / 2;
442
mPlatform.
mCurrentY
= mPlatform.mToY;
448
b.
mCurrentY
= b.mToY;
482
float tempY = (tapY - b.
mCurrentY
) / b.mCurrentScale;
507
mFocusY = (int) ((focusY - b.
mCurrentY
) / b.mCurrentScale + 0.5f);
528
int y = mFilmMode ? b.
mCurrentY
: (int) (focusY - s * mFocusY + 0.5f);
586
int y = b.
mCurrentY
+ dy;
647
startAnimation(x, b.
mCurrentY
, b.mCurrentScale, ANIM_KIND_SCROLL);
654
int y = b.
mCurrentY
+ dy
[
all
...]
Completed in 1877 milliseconds