OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialy
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
InsertionHandleTest.java
120
int
initialY
= handle.getPositionY();
122
int dragToY =
initialY
+ 120;
163
int
initialY
= handle.getPositionY();
165
int dragToY =
initialY
;
167
assertWaitForHandleNear(dragToX,
initialY
);
172
initialY
= handle.getPositionY();
173
dragToY =
initialY
+ 120;
176
assertWaitForHandleNear(initialX,
initialY
);
194
int
initialY
= handle.getPositionY();
196
int dragToY =
initialY
+ 150
[
all
...]
/external/chromium_org/v8/test/mjsunit/regress/
regress-201590.js
32
function Foo(initialX,
initialY
, initialScale, initialMapHeight) {
33
this.ORIGIN = { x: initialX, y:
initialY
};
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
SlidingChallengeLayout.java
776
private boolean crossedDragHandle(float x, float y, float
initialY
) {
783
vertOk =
initialY
< (challengeTop - getDragHandleSizeAbove()) &&
786
vertOk =
initialY
> challengeTop + getDragHandleSizeBelow() &&
[
all
...]
/external/kernel-headers/original/linux/sunrpc/
svc.h
62
* of these pages we have a receive list where all pages
initialy
live,
/external/chromium_org/third_party/icu/source/common/
caniter.cpp
208
// i should
initialy
be the number of code units at the
/external/icu4c/common/
caniter.cpp
209
// i should
initialy
be the number of code units at the
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosevents.c
263
Sint16 new_x = regs.r[0]; /*
Initialy
get as OS units */
/frameworks/base/core/java/android/widget/
AbsListView.java
[
all
...]
/external/chromium_org/base/
file_util_unittest.cc
[
all
...]
Completed in 398 milliseconds