OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getmaxy
(Results
1 - 25
of
40
) sorted by null
1
2
/external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java
83
final float maxY =
getMaxY
();
97
value =
getMaxY
();
105
protected abstract float
getMaxY
();
AABoxCollisionVolume.java
55
public final float
getMaxY
() {
113
maxY = Math.max(
getMaxY
(), other.
getMaxY
());
118
maxY = other.
getMaxY
();
SphereCollisionVolume.java
54
public float
getMaxY
() {
139
maxY = Math.max(
getMaxY
(), other.
getMaxY
());
144
maxY = other.
getMaxY
();
GameObjectCollisionSystem.java
239
boundingVolume.
getMaxY
() - boundingVolume.getMinY(),
251
volume.
getMaxY
() - volume.getMinY(),
264
volume.
getMaxY
() - volume.getMinY(),
/packages/apps/Camera2/src/com/android/camera/ui/
TouchCoordinate.java
54
public float
getMaxY
() {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
curses.h
1083
#define
getmaxy
macro
[
all
...]
ncurses.h
1083
#define
getmaxy
macro
[
all
...]
cursesw.h
896
int maxy() const { return
getmaxy
(w) == ERR ? ERR :
getmaxy
(w)-1; }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h
1083
#define
getmaxy
macro
[
all
...]
ncurses.h
1083
#define
getmaxy
macro
[
all
...]
cursesw.h
896
int maxy() const { return
getmaxy
(w) == ERR ? ERR :
getmaxy
(w)-1; }
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java
573
bounds.bottom = (float)rect.
getMaxY
();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libcurses.so
libncurses.so
libncurses.so.5
libncurses.so.5.7
libtermcap.so
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libcurses.so
libncurses.so
libncurses.so.5
libncurses.so.5.7
libtermcap.so
/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 741 milliseconds
1
2