HomeSort by relevance Sort by last modified time
    Searched full:expandheight (Results 1 - 4 of 4) sorted by null

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
BaseG3dHudTest.java 181 private float expandHeight;
196 setHeight(expandHeight);
197 setY(getY() - expandHeight + collapseHeight);
203 expandHeight = getHeight();
205 setY(getY() + expandHeight - collapseHeight);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Table.java 66 private float[] expandWidth, expandHeight;
783 float[] expandHeight = this.expandHeight = ensureSize(this.expandHeight, rows);
792 if (c.expandY != 0 && expandHeight[row] == 0) expandHeight[row] = c.expandY;
943 float[] expandWidth = this.expandWidth, expandHeight = this.expandHeight;
950 totalExpandHeight += expandHeight[i];
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 445 float expandHeight =
448 cropRect.top -= expandHeight;
449 cropRect.bottom += expandHeight;
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 422 float expandHeight =
425 cropRect.top -= expandHeight;
426 cropRect.bottom += expandHeight;
    [all...]

Completed in 283 milliseconds