HomeSort by relevance Sort by last modified time
    Searched full:getmaxx (Results 1 - 25 of 42) sorted by null

1 2

  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 61 final float maxX = getMaxX();
75 value = getMaxX();
103 protected abstract float getMaxX();
AABoxCollisionVolume.java 45 public final float getMaxX() {
111 maxX = Math.max(getMaxX(), other.getMaxX());
116 maxX = other.getMaxX();
SphereCollisionVolume.java 44 public float getMaxX() {
137 maxX = Math.max(getMaxX(), other.getMaxX());
142 maxX = other.getMaxX();
GameObjectCollisionSystem.java 238 boundingVolume.getMaxX() - boundingVolume.getMinX(),
250 volume.getMaxX() - volume.getMinX(),
263 volume.getMaxX() - volume.getMinX(),
  /packages/apps/Camera2/src/com/android/camera/ui/
TouchCoordinate.java 50 public float getMaxX() {
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc 83 } else if (delta < 0 && initial_x == GetMaxX(active_index())) {
236 x = std::min(GetMaxX(index), std::max(x, GetMinX(index)));
338 int x = std::min(GetMaxX(index), active_x + ideal_delta);
350 return std::min(GetMaxX(active_index()),
385 x = std::min(GetMaxX(i), x);
542 int StackedTabStripLayout::GetMaxX(int index) const {
stacked_tab_strip_layout.h 164 int GetMaxX(int index) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
curses.h 1082 #define getmaxx macro
    [all...]
ncurses.h 1082 #define getmaxx macro
    [all...]
cursesw.h 893 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 1082 #define getmaxx macro
    [all...]
ncurses.h 1082 #define getmaxx macro
    [all...]
cursesw.h 893 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; }
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 571 bounds.right = (float)rect.getMaxX();
  /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 

Completed in 386 milliseconds

1 2