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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/res/xml/
appwidget_info.xml 3 android:minHeight="150dp"
  /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/Mms/res/xml/
widget_info.xml 6 android:minHeight="220dp"
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAddItemInfo.java 52 int minHeight;
71 minHeight = i.minHeight;
85 minHeight = copy.minHeight;
  /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"
preference_memoryusage.xml 21 android:minHeight="?android:attr/listPreferredItemHeight"
30 android:minHeight="?android:attr/listPreferredItemHeight"
  /frameworks/base/tests/RenderThreadTest/res/layout/
item_layout.xml 10 android:minHeight="?android:attr/listPreferredItemHeightSmall"
  /frameworks/opt/chips/sample/res/layout/
activity_main.xml 27 android:minHeight="58dp" />
34 android:minHeight="58dp" />
  /packages/apps/Browser/res/layout/
folder_list_item.xml 27 android:minHeight="?android:attr/listPreferredItemHeight"
36 android:minHeight="?android:attr/listPreferredItemHeight" />
  /packages/apps/Dialer/res/layout/
empty_list_view.xml 21 android:minHeight="?android:attr/listPreferredItemHeight">
40 android:minHeight="84dp"
  /frameworks/base/core/tests/coretests/src/com/android/internal/widget/
SizeAdaptiveLayoutTest.java 83 int height = (int) lp.minHeight + 10;
100 int height = (int) lp.minHeight;
117 int height = (int) lp.minHeight - 10;
136 int height = (int) (lp.minHeight + 10);
153 int height = (int) lp.minHeight + 10;
169 int height = (int) lp.minHeight - 10;
201 int height = (int) lp.minHeight;
217 int height = (int) lp.minHeight - 10;
249 int height = (int) lp.minHeight;
267 smallParams.maxHeight + 10 < largeParams.minHeight);
    [all...]
  /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"
alert_dialog_micro.xml 41 android:minHeight="@dimen/alert_dialog_title_height"
70 android:minHeight="64dp">
90 android:minHeight="64dp">
99 android:minHeight="@dimen/alert_dialog_button_bar_height"
118 android:minHeight="@dimen/alert_dialog_button_bar_height"
127 android:minHeight="@dimen/alert_dialog_button_bar_height"
134 android:minHeight="@dimen/alert_dialog_button_bar_height"
  /external/chromium_org/chrome/renderer/resources/extensions/
app_window_custom_bindings.js 79 Object.defineProperty(Bounds.prototype, 'minHeight', {
81 return appWindowData[privates(this).boundsKey_].minHeight;
83 set: function(minHeight) {
84 updateSizeConstraints(privates(this).boundsKey_, { minHeight: minHeight });
103 Bounds.prototype.setMinimumSize = function(minWidth, minHeight) {
105 { minWidth: minWidth, minHeight: minHeight });
286 minHeight: params.innerBounds.minHeight,
    [all...]
  /packages/apps/Gallery2/res/layout/
choose_widget_type.xml 28 android:minHeight="48dp"
34 android:minHeight="48dp"
40 android:minHeight="48dp"
  /development/samples/Wiktionary/res/xml/
widget_word.xml 19 android:minHeight="72dip"
  /development/samples/WiktionarySimple/res/xml/
widget_word.xml 19 android:minHeight="72dip"
  /external/chromium-trace/trace-viewer/src/cc/
raster_task_slice_view_test.js 22 view.style.minHeight = '500px';
  /external/chromium_org/chrome/android/java/res/layout/
infobar_button.xml 13 android:minHeight="36dp"
infobar_spinner_item.xml 10 android:minHeight="@dimen/infobar_touch_target_height"
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
background.js 18 minHeight: 768,
  /external/chromium_org/content/common/browser_plugin/
browser_plugin_constants.cc 20 const char kAttributeMinHeight[] = "minheight";
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 161 if (DEBUG) Log.d(TAG, "active min: " + lp.minHeight + " max: " + lp.maxHeight);
179 int height = Math.max(heightIn, lp.minHeight);
209 " with min: " + lp.minHeight +
219 if (lp.minHeight < smallestViewSize) {
220 smallestViewSize = lp.minHeight;
224 heightSize >= lp.minHeight && heightSize <= lp.maxHeight) {
323 public int minHeight;
352 minHeight = a.getDimensionPixelSize(MIN_VALID_HEIGHT, 0);
353 if (DEBUG) Log.d(TAG, "got minHeight of: " + minHeight);
    [all...]
  /frameworks/base/tests/SharedLibrary/client/res/xml/
dependent_appwidget_info.xml 19 android:minHeight="40dp"

Completed in 1640 milliseconds

1 2 3 4 5 6 7 8 91011>>