OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minheight
(Results
1 - 25
of
323
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/Launcher2/src/com/android/launcher2/
PendingAddItemInfo.java
35
int
minHeight
;
48
minHeight
= i.
minHeight
;
LauncherAppWidgetInfo.java
43
int
minHeight
= -1;
59
// to indicate that they should be calculated based on the layout and minWidth/
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/opt/mailcommon/res/values-land/
styles.xml
23
<item name="android:
minHeight
">40dip</item>
37
<item name="android:
minHeight
">38dip</item>
/packages/apps/Browser/res/layout/
folder_list_item.xml
27
android:
minHeight
="?android:attr/listPreferredItemHeight"
36
android:
minHeight
="?android:attr/listPreferredItemHeight" />
add_to_option.xml
21
android:
minHeight
="?android:attr/listPreferredItemHeight" />
/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"
/packages/apps/Camera/res/layout/
rotate_dialog.xml
56
android:
minHeight
="64dp"/>
87
android:
minHeight
="48dp"
103
android:
minHeight
="48dp"
112
android:
minHeight
="48dp"
effect_setting_popup.xml
27
android:
minHeight
="@dimen/popup_title_frame_min_height">
44
android:
minHeight
="@dimen/effect_setting_clear_text_min_height"
/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
="40dip"
/frameworks/base/core/res/res/layout/
global_actions_item.xml
22
android:
minHeight
="?android:attr/listPreferredItemHeight"
54
android:
minHeight
="26dp"
alert_dialog_holo.xml
43
android:
minHeight
="@dimen/alert_dialog_title_height"
98
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
117
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
126
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
133
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
HeightReceiver.java
95
final int
minHeight
97
if (height <
minHeight
) {
98
height =
minHeight
;
/frameworks/opt/mailcommon/res/values-sw600dp/
styles.xml
23
<item name="android:
minHeight
">42dip</item>
28
<item name="android:
minHeight
">44dip</item>
44
<item name="android:
minHeight
">42dip</item>
/development/samples/XmlAdapters/res/layout/
rss_feed_item.xml
22
android:
minHeight
="?android:attr/listPreferredItemHeight">
48
android:
minHeight
="?android:attr/listPreferredItemHeight">
/packages/apps/Calendar/res/layout/
edit_event_1.xml
78
android:
minHeight
="48dip"
96
android:
minHeight
="48dip"
112
android:
minHeight
="48dip"
136
android:
minHeight
="64dip">
198
android:
minHeight
="64dip">
263
android:
minHeight
="24dip">
292
android:
minHeight
="48dip"
309
android:
minHeight
="48dip">
/packages/inputmethods/OpenWnn/res/layout/
user_dictionary_tools_edit.xml
56
android:
minHeight
="48dip"/>
65
android:
minHeight
="48dip"/>
Completed in 404 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>