Searched
full:minheight (Results
276 -
300 of
563) sorted by null
<<11121314151617181920>>
/packages/apps/Settings/res/layout/ |
notification_listener_item.xml | 23 android:minHeight="?android:attr/listPreferredItemHeight"
|
preference.xml | 20 android:minHeight="48dip"
|
preference_header_button_item.xml | 22 android:minHeight="48dp"
|
preference_header_item.xml | 21 android:minHeight="48dp"
|
preference_header_switch_item.xml | 21 android:minHeight="48dp"
|
preference_icon.xml | 24 android:minHeight="56dp"
|
printer_dropdown_item.xml | 20 android:minHeight="48dip"
|
running_processes_item.xml | 23 android:minHeight="?android:attr/listPreferredItemHeight"
|
title.xml | 28 android:minHeight="?android:attr/listPreferredItemHeight"
|
/packages/apps/Settings/res/layout-land/ |
crypt_keeper_progress.xml | 29 android:minHeight="48dip"
|
/packages/apps/Stk/res/layout/ |
stk_msg_dialog.xml | 46 android:minHeight="54dip"
|
/packages/apps/UnifiedEmail/res/layout/ |
account_item.xml | 23 android:minHeight="@dimen/account_item_minimum_height"
|
undo_notification.xml | 41 android:minHeight="@android:dimen/notification_large_icon_height"
|
/development/samples/Support7Demos/res/layout/ |
sample_media_router.xml | 99 android:minHeight="48dp" 109 android:minHeight="48dp"
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
webview_tag.html | 111 <pre><webview id="foo" src="http://www.google.com/" style="width:640px; height:480px" <strong>autosize="on" minwidth="576" minheight="432"</strong>></webview></pre> 116 by the attributes <code>minwidth</code>, <code>minheight</code>,
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMultiColumnFlowThread.cpp | 113 void RenderMultiColumnFlowThread::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) 116 multicolSet->updateMinimumColumnHeight(minHeight);
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
results_unittests.js | 164 equals(topPanel.style.minHeight, ''); 179 equals(topPanel.style.minHeight, '100px');
|
/frameworks/base/core/res/res/layout/ |
alert_dialog.xml | 35 android:minHeight="54dip" 106 android:minHeight="54dip"
|
notification_template_big_base.xml | 36 android:minHeight="@dimen/notification_large_icon_height" 44 android:minHeight="@dimen/notification_large_icon_height"
|
/frameworks/base/core/res/res/layout-xlarge/ |
activity_list.xml | 41 android:minHeight="60dip" 90 android:minHeight="54dip"
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HeadsUpNotificationView.java | 129 int minHeight = getResources().getDimensionPixelSize(R.dimen.notification_row_min_height); 131 mExpandHelper = new ExpandHelper(mContext, this, minHeight, maxHeight);
|
/packages/apps/Contacts/res/layout/ |
confirm_add_detail_activity.xml | 116 android:minHeight="60dip" 126 android:minHeight="60dip"
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DeviceProfile.java | 149 float minWidth, float minHeight, 159 minHeightDps = minHeight; 189 numRows = Math.round(invDistWeightedInterpolate(minWidth, minHeight, points)); 195 numColumns = Math.round(invDistWeightedInterpolate(minWidth, minHeight, points)); 201 numHotseatIcons = Math.round(invDistWeightedInterpolate(minWidth, minHeight, points)); 209 iconSize = invDistWeightedInterpolate(minWidth, minHeight, points); 218 iconTextSize = invDistWeightedInterpolate(minWidth, minHeight, points); 230 hotseatIconSize = invDistWeightedInterpolate(minWidth, minHeight, points); [all...] |
LauncherAppState.java | 185 DeviceProfile initDynamicGrid(Context context, int minWidth, int minHeight, 191 minWidth, minHeight, width, height,
|
/packages/apps/Settings/res/layout-sw720dp/ |
date_time_settings_setupwizard.xml | 32 android:minHeight="48dip" 82 android:minHeight="?android:attr/listPreferredItemHeight"
|
Completed in 856 milliseconds
<<11121314151617181920>>