OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yDelta
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
draggable_button.h
51
// Default impl returns YES if ABS(xDelta) or ABS(
yDelta
) >= their respective
54
yDelta
:(float)
yDelta
62
// Default impl returns YES if ABS(xDelta) or ABS(
yDelta
) >= their respective
65
yDelta
:(float)
yDelta
/external/chromium_org/chrome/browser/ui/cocoa/
draggable_button_mixin.h
68
yDelta
:(float)
yDelta
78
yDelta
:(float)
yDelta
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
LwjglMouseInput.java
98
int
yDelta
= Mouse.getEventDY();
105
yDelta
= y - curY;
110
y = curY +
yDelta
;
115
if (xDelta != 0 ||
yDelta
!= 0 || wheelDelta != 0){
116
MouseMotionEvent evt = new MouseMotionEvent(x, y, xDelta,
yDelta
, curWheel, wheelDelta);
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java
103
private int[] getTopAndBottomTranslations(int top, int bottom, int
yDelta
,
106
int yTranslateBottom =
yDelta
;
112
boolean isBelowBottom = (top + height +
yDelta
) > getHeight();
115
yTranslateBottom =
yDelta
- yTranslateTop;
117
int deltaBelow = top + height +
yDelta
- getHeight();
119
yTranslateBottom =
yDelta
- yTranslateTop;
132
yTranslateBottom =
yDelta
- yTranslateTop;
135
yTranslateTop =
yDelta
- yTranslateBottom;
/external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java
141
final float
yDelta
= targetPosition.y - mCurrentCameraPosition.y;
142
if (
yDelta
> Y_UP_FOLLOW_DISTANCE) {
144
} else if (
yDelta
< -Y_DOWN_FOLLOW_DISTANCE) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp
521
int
yDelta
= lastKnownMousePosition.y() - panStartMousePosition.y();
524
yDelta
= max<int>(min<int>(
yDelta
, maxSpeed), -maxSpeed);
526
if (abs(
yDelta
) < iconRadius) // at the center we let the space for the icon
529
if (
yDelta
> 0)
532
else if (
yDelta
< 0)
533
yDelta
--;
536
yDelta
/= speedReducer;
539
scrollPoint.setY(absOffset.y() +
yDelta
);
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java
518
double
yDelta
= mY - other.mY;
521
return
yDelta
*
yDelta
+ uDelta * uDelta + vDelta * vDelta;
/packages/apps/Gallery/src/com/android/camera/
HighlightView.java
261
float
yDelta
= dy * (mCropRect.height() / r.height());
263
(((edge & GROW_TOP_EDGE) != 0) ? -1 : 1) *
yDelta
);
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 224 milliseconds