OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yDist
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java
482
int
yDist
= this.y + height / 2 - y;
483
return xDist * xDist +
yDist
*
yDist
;
/frameworks/base/core/java/android/inputmethodservice/
Keyboard.java
469
int
yDist
= this.y + height / 2 - y;
470
return xDist * xDist +
yDist
*
yDist
;
[
all
...]
Completed in 530 milliseconds