HomeSort by relevance Sort by last modified time
    Searched refs:minHeight (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btHeightfieldTerrainShape.i 5 %ignore btHeightfieldTerrainShape::btHeightfieldTerrainShape(int heightStickWidth,int heightStickLength, const void* heightfieldData, btScalar heightScale, btScalar minHeight, btScalar maxHeight, int upAxis, PHY_ScalarType heightDataType, bool flipQuadEdges);
9 btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, const float * heightfieldData, btScalar heightScale, btScalar minHeight, btScalar maxHeight, int upAxis, bool flipQuadEdges)
11 return new btHeightfieldTerrainShape(heightStickWidth, heightStickLength, (void *)heightfieldData, heightScale, minHeight, maxHeight, upAxis, PHY_FLOAT, flipQuadEdges);
14 btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, const short * heightfieldData, btScalar heightScale, btScalar minHeight, btScalar maxHeight, int upAxis, bool flipQuadEdges)
16 return new btHeightfieldTerrainShape(heightStickWidth, heightStickLength, (void *)heightfieldData, heightScale, minHeight, maxHeight, upAxis, PHY_SHORT, flipQuadEdges);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
BaseDrawable.java 26 private float leftWidth, rightWidth, topHeight, bottomHeight, minWidth, minHeight;
39 minHeight = drawable.getMinHeight();
86 return minHeight;
89 public void setMinHeight (float minHeight) {
90 this.minHeight = minHeight;
Drawable.java 51 public void setMinHeight (float minHeight);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btHeightfieldTerrainShape.java 77 static private long SwigConstructbtHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, java.nio.FloatBuffer heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boolean flipQuadEdges) {
79 return CollisionJNI.new_btHeightfieldTerrainShape__SWIG_0(heightStickWidth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges);
82 public btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, java.nio.FloatBuffer heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boolean flipQuadEdges) {
83 this(btHeightfieldTerrainShape.SwigConstructbtHeightfieldTerrainShape(heightStickWidth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges), true);
86 static private long SwigConstructbtHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, java.nio.ShortBuffer heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boolean flipQuadEdges) {
88 return CollisionJNI.new_btHeightfieldTerrainShape__SWIG_1(heightStickWidth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges);
91 public btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, java.nio.ShortBuffer heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boolean flipQuadEdges) {
92 this(btHeightfieldTerrainShape.SwigConstructbtHeightfieldTerrainShape(heightStickWidth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges), true);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Stack.java 42 private float prefWidth, prefHeight, minWidth, minHeight, maxWidth, maxHeight;
68 minHeight = 0;
80 minHeight = Math.max(minHeight, layout.getMinHeight());
87 minHeight = Math.max(minHeight, child.getHeight());
128 return minHeight;
Container.java 19 private Value minWidth = Value.minWidth, minHeight = Value.minHeight;
110 float minWidth = this.minWidth.get(actor), minHeight = this.minHeight.get(actor);
127 if (height < minHeight) height = minHeight;
197 /** Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value. */
201 minHeight = size;
209 /** Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values. */
214 minHeight = height
    [all...]
Cell.java 22 Value minWidth, minHeight;
77 /** Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value. */
81 minHeight = size;
89 /** Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values. */
94 minHeight = height;
102 /** Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value. */
108 /** Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values. */
129 /** Sets the minHeight, prefHeight, and maxHeight to the specified value. */
132 minHeight = height;
138 /** Sets the minHeight, prefHeight, and maxHeight to the specified value. *
    [all...]
Window.java 129 float minHeight = getMinHeight(), maxHeight = getMaxHeight();
147 if (height - amountY < minHeight) amountY = -(minHeight - height);
160 if (height + amountY < minHeight) amountY = minHeight - height;
  /frameworks/base/core/java/com/android/internal/widget/
ButtonBarLayout.java 115 int minHeight = 0;
120 minHeight += getPaddingTop() + firstButton.getMeasuredHeight()
125 minHeight += getChildAt(secondVisible).getPaddingTop()
129 minHeight += getPaddingBottom();
133 if (getMinimumHeight() != minHeight) {
134 setMinimumHeight(minHeight);
AlertDialogLayout.java 43 * <li>buttonPanel: at least minHeight, at most wrap_content, second
256 final int minHeight = v.getMinimumHeight();
257 if (minHeight > 0) {
258 return minHeight;
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use)
115 , m_minHeight (minHeight)
321 int minHeight;
401 m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use);
480 spec.minHeight = 256;
494 spec.minHeight = 256;
508 spec.minHeight = 1024;
522 spec.minHeight = 1024;
536 spec.minHeight = 64
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3WindowConfiguration.java 84 public void setWindowSizeLimits(int minWidth, int minHeight, int maxWidth, int maxHeight) {
86 windowMinHeight = minHeight;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btHeightfieldTerrainShape.h 64 Whatever the caller specifies as minHeight and maxHeight will be honored.
116 btScalar minHeight, btScalar maxHeight, int upAxis,
131 btScalar minHeight, btScalar maxHeight,
btHeightfieldTerrainShape.cpp 25 btScalar heightScale, btScalar minHeight, btScalar maxHeight,int upAxis,
30 heightScale, minHeight, maxHeight, upAxis, hdt,
41 btScalar minHeight = 0.0f;
48 heightScale, minHeight, maxHeight, upAxis, hdt,
57 btScalar heightScale, btScalar minHeight, btScalar maxHeight, int upAxis,
66 btAssert(minHeight <= maxHeight);// && "bad min/max height");
74 m_minHeight = minHeight;
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 91 * <p>This field corresponds to the <code>android:minHeight</code> attribute in
94 public int minHeight;
107 * is greater than minHeight or if vertical resizing isn't enabled (see {@link #resizeMode}).
225 this.minHeight = in.readInt();
316 out.writeInt(this.minHeight);
343 that.minHeight = this.minHeight;
  /packages/apps/DeskClock/src/com/android/alarmclock/
WidgetUtils.java 91 int minHeight = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT);
92 if (minHeight == 0) {
98 float ratio = density * minHeight / res.getDimension(R.dimen.min_digital_widget_height);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 162 public int add(GL10 gl, Drawable drawable, int minWidth, int minHeight) {
163 return add(gl, drawable, null, null, minWidth, minHeight);
175 int minWidth, int minHeight) {
184 minHeight = Math.max(minHeight, background.getMinimumHeight());
201 int height = Math.max(minHeight, textHeight + padHeight);
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequenceDrawable.java 73 public abstract Bitmap acquireBitmap(int minWidth, int minHeight);
86 public Bitmap acquireBitmap(int minWidth, int minHeight) {
87 return Bitmap.createBitmap(minWidth, minHeight, Bitmap.Config.ARGB_8888);
216 int minWidth, int minHeight) {
217 Bitmap bitmap = bitmapProvider.acquireBitmap(minWidth, minHeight);
220 || bitmap.getHeight() < minHeight
  /frameworks/ex/framesequence/samples/FrameSequenceSamples/src/com/android/framesequence/samples/
FrameSequenceTest.java 38 public Bitmap acquireBitmap(int minWidth, int minHeight) {
40 Bitmap.createBitmap(minWidth + 1, minHeight + 4, Bitmap.Config.ARGB_8888);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetInfo.java 44 int minHeight = -1;
60 // to indicate that they should be calculated based on the layout and minWidth/minHeight
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardView.java 204 final int minHeight = (int) Math.ceil(IMPL.getMinHeight(mCardViewDelegate));
205 heightMeasureSpec = MeasureSpec.makeMeasureSpec(Math.max(minHeight,
266 public void setMinimumHeight(int minHeight) {
267 mUserSetMinHeight = minHeight;
268 super.setMinimumHeight(minHeight);
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/widget/
BaseWidgetProvider.java 101 final int minHeight = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT);
104 final int rows = getCellsForSize(minHeight);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
LabelTest.java 67 table.add(label3).minWidth(200 * scale).minHeight(110 * scale).fill();
72 table.add(label4).minWidth(200 * scale).minHeight(110 * scale).fill();
77 table.add(label5).minWidth(200 * scale).minHeight(110 * scale).fill();
  /frameworks/support/core-ui/java/android/support/v4/view/
PagerTitleStrip.java 453 final int minHeight = getMinHeight();
454 height = Math.max(minHeight, textHeight + heightPadding);
472 int minHeight = 0;
475 minHeight = bg.getIntrinsicHeight();
477 return minHeight;

Completed in 1787 milliseconds

1 2 3 4 5 6 7 8