HomeSort by relevance Sort by last modified time
    Searched full:minheight (Results 551 - 575 of 698) sorted by null

<<2122232425262728

  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 177 getLauncherCellDimensions(providerInfo.minWidth, providerInfo.minHeight);
  /frameworks/opt/setupwizard/library/eclair-mr1/res/values/
styles.xml 127 <item name="android:minHeight">?android:attr/listPreferredItemHeight</item>
  /packages/apps/Messaging/res/values-ldrtl/
styles.xml 36 <item name="android:minHeight">@dimen/conversation_message_contact_icon_size</item>
  /packages/apps/Settings/res/layout/
radio_info.xml 285 android:minHeight="300dip"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 225 // file, such as "duration", "minHeight", etc. These are marked as only
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 438 topAttrs="mode,paddingBottom,paddingTop,minHeight,paddingLeft"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyMetadata.java 295 sCategories.put("minHeight", "Size");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 48 android:minHeight : Defines the minimum height of the view.
completion1-expected-completion39.txt 22 android:minHeight : Makes the TextView be at least this many pixels tall. [dimension]
123 android:minHeight : Defines the minimum height of the view.
completion5-expected-completion40.txt 22 android:minHeight : Makes the TextView be at least this many pixels tall. [dimension]
123 android:minHeight : Defines the minimum height of the view.
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 542 int minHeight = vcaps.getSupportedHeightsFor(minWidth).getLower();
544 format = MediaFormat.createVideoFormat(mime, minWidth, minHeight);
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 496 const int minHeight = 8;
500 bool partitionY = partition && height > minHeight && !partitionX;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 484 const int minHeight = 8;
488 bool partitionY = partition && height > minHeight && !partitionX;
  /external/mesa3d/src/mesa/main/
fbobject.c 681 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0;
747 minHeight = MIN2(minHeight, texImg->Height);
762 minHeight = MIN2(minHeight, att->Renderbuffer->Height);
763 maxHeight = MAX2(minHeight, att->Renderbuffer->Height);
792 if (minWidth != maxWidth || minHeight != maxHeight) {
881 fb->Height = minHeight;
    [all...]
  /frameworks/base/docs/html/preview/features/
multi-window.jd 256 <code>android:minHeight</code>, <code>android:minWidth</code>
278 android:minHeight="450dp"
  /frameworks/base/docs/html/sdk/api_diff/n-preview-4-incr/changes/
fields_index_additions.html 157 <nobr><A HREF="android.content.pm.ActivityInfo.WindowLayout.html#android.content.pm.ActivityInfo.WindowLayout.minHeight" class="hiddenlink" target="rightframe">minHeight</A>
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 455 if (widget.minWidth > 0 && widget.minHeight > 0) {
466 widget.minWidth + ", " + widget.minHeight + ")");
470 widget.minWidth + ", " + widget.minHeight + ")");
    [all...]
CellLayout.java     [all...]
  /frameworks/base/docs/html/guide/topics/appwidgets/
index.jd 166 android:minHeight="40dp"
178 <li>The values for the <code>minWidth</code> and <code>minHeight</code>
199 <code>minWidth</code> and <code>minHeight</code> attributes.
270 the widget can be resized. This field has no effect if it is greater than {@code minHeight} or if
    [all...]
  /packages/apps/Calendar/res/layout-sw600dp/
edit_event_1.xml 89 android:minHeight="48dip"
  /packages/apps/Camera2/res/values/
styles.xml 97 <item name="android:minHeight">48dip</item>
  /packages/apps/LegacyCamera/res/values/
styles.xml 234 <item name="android:minHeight">@dimen/effect_setting_type_text_min_height</item>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 513 int minHeight = Integer.MAX_VALUE;
516 minHeight = Math.min(minHeight, preview.getHeight());
519 BinPacker packer = new BinPacker(minWidth, minHeight);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 309 int minHeight = customView && beforeN && !mIsSummaryWithChildren ?
316 layout.setHeights(minHeight, headsUpheight, mNotificationMaxHeight);
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java     [all...]

Completed in 862 milliseconds

<<2122232425262728