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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/res/xml/
appwidget_info.xml 3 android:minHeight="150dp"
  /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;
  /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/chromium-trace/catapult/telemetry/telemetry/internal/testing/webview_app/
main.html 4 <webview id="foo" src="data:text/html;charset=utf-8,<html><body><input id='test_input_id' type='text'></body></html>" style="width:640px; height:480px" autosize="on" minwidth="576" minheight="432">
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/res/xml/
appwidget_info.xml 4 android:minHeight="30dp"
  /packages/apps/Gallery2/res/xml/
widget_info.xml 4 android:minHeight="@dimen/appwidget_height"
  /packages/apps/Settings/res/layout/
date_time_setup_custom_list_item_2.xml 21 android:minHeight="?android:attr/listPreferredItemHeight"
29 android:minHeight="16dip"
37 android:minHeight="10dip"
  /frameworks/base/tests/RenderThreadTest/res/layout/
item_layout.xml 10 android:minHeight="?android:attr/listPreferredItemHeightSmall"
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
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...]
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;
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...]
  /frameworks/opt/chips/sample/res/layout/
activity_main.xml 27 android:minHeight="58dp" />
34 android:minHeight="58dp" />
  /frameworks/base/core/res/res/layout/
alert_dialog_holo.xml 43 android:minHeight="@dimen/alert_dialog_title_height"
72 android:minHeight="64dp">
92 android:minHeight="64dp">
101 android:minHeight="@dimen/alert_dialog_button_bar_height"
120 android:minHeight="@dimen/alert_dialog_button_bar_height"
129 android:minHeight="@dimen/alert_dialog_button_bar_height"
136 android:minHeight="@dimen/alert_dialog_button_bar_height"
  /packages/apps/Gallery2/res/layout/
choose_widget_type.xml 28 android:minHeight="48dp"
34 android:minHeight="48dp"
40 android:minHeight="48dp"
rotate_dialog.xml 51 android:minHeight="64dp"/>
83 android:minHeight="48dp"
90 android:minHeight="48dp"
102 android:minHeight="48dp"
  /cts/hostsidetests/devicepolicy/app/WidgetProvider/res/xml/
simple_widget_provider_info.xml 17 android:minHeight="40dp"
  /development/samples/Wiktionary/res/xml/
widget_word.xml 19 android:minHeight="72dip"
  /development/samples/WiktionarySimple/res/xml/
widget_word.xml 19 android:minHeight="72dip"
  /frameworks/base/core/res/res/layout-watch/
alert_dialog_material.xml 38 android:minHeight="@dimen/dialog_list_padding_top_no_title">
64 android:minHeight="64dp">
73 android:minHeight="@dimen/dialog_list_padding_bottom_no_buttons"
81 android:minHeight="@dimen/alert_dialog_button_bar_height"
  /frameworks/base/tests/SharedLibrary/client/res/xml/
dependent_appwidget_info.xml 19 android:minHeight="40dp"
  /packages/apps/LegacyCamera/res/layout/
rotate_dialog.xml 56 android:minHeight="64dp"/>
87 android:minHeight="48dp"
103 android:minHeight="48dp"
112 android:minHeight="48dp"
  /packages/apps/Music/res/xml/
appwidget_info.xml 19 android:minHeight="72dip"
  /packages/apps/Protips/res/xml/
widget_build.xml 19 android:minHeight="72dip"
  /packages/apps/Settings/res/xml/
appwidget_info.xml 19 android:minHeight="@dimen/appwidget_min_height"

Completed in 1238 milliseconds

1 2 3 4 5 6 7 8 91011>>