HomeSort by relevance Sort by last modified time
    Searched full:getmaxy (Results 1 - 25 of 44) 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() {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
RectRegion.java 74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY());
166 public Number getMaxY() {
XYPlot.java     [all...]
  /external/toybox/kconfig/lxdialog/
yesno.c 48 if (getmaxy(stdscr) < (height + 4))
inputbox.c 58 if (getmaxy(stdscr) <= (height - 2))
checklist.c 129 if (getmaxy(stdscr) < (height + 6))
menubox.c 192 height = getmaxy(stdscr);
textbox.c 389 wmove(win, getmaxy(win) - 3, getmaxx(win) - 9);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libncurses.so.5 
libncurses.so.5.9 
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 1106 #define getmaxy macro
    [all...]
ncurses.h 1106 #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 622 bounds.bottom = (float)rect.getMaxY();
  /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 

Completed in 2131 milliseconds

1 2