OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minheight
(Results
326 - 350
of
755
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/res/res/layout/
subscription_item_layout.xml
23
android:
minHeight
="?android:attr/listPreferredItemHeight"
/frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd
110
<p>Each widget must define a <code>minWidth</code> and <code>
minHeight
</code>, indicating the
117
<code>
minHeight
</code> constraints.</strong> As we discuss in <a href="#design">Designing Widget
131
<code>
minHeight
</code>)</small></th>
162
<p>It is a good practice to be conservative with <code>minWidth</code> and <code>
minHeight
</code>,
164
to provide a <code>minWidth</code> and <code>
minHeight
</code>, suppose you have a music player
185
<code>minWidth</code>/<code>
minHeight
</code> calculations. We chose 144dp as an example good minimum
194
<li><code>
minHeight
</code> = 48dp + (2 × 4dp) = <strong>56dp</strong></li>
198
<code>minWidth</code> and <code>
minHeight
</code> accordingly.</p>
204
<code>minWidth</code> and <code>
minHeight
</code> effectively become the <em>default</em> size for
/frameworks/base/packages/DocumentsUI/res/layout/
fragment_message_bar.xml
21
android:
minHeight
="?android:attr/listPreferredItemHeightSmall"
fragment_save.xml
25
android:
minHeight
="?android:attr/listPreferredItemHeightSmall">
item_root.xml
20
android:
minHeight
="48dp"
/frameworks/base/packages/DocumentsUI/res/values/
styles.xml
45
<item name="android:
minHeight
">3dp</item>
/frameworks/base/packages/EasterEgg/res/layout/
cat_view.xml
20
android:
minHeight
="?android:attr/listPreferredItemHeightSmall"
/frameworks/base/packages/SystemUI/res/layout/
keyboard_shortcut_app_item.xml
21
android:
minHeight
="48dp"
qs_detail_item.xml
20
android:
minHeight
="@dimen/qs_detail_item_height"
qs_user_detail_item.xml
28
android:
minHeight
="112dp"
status_bar_alarm_group.xml
64
android:
minHeight
="20dp"
/frameworks/opt/datetimepicker/res/layout/
time_picker_dialog.xml
52
android:
minHeight
="48dp"
/frameworks/opt/datetimepicker/res/layout-land/
time_picker_dialog.xml
53
android:
minHeight
="48dp"
/frameworks/opt/timezonepicker/res/layout/
timezonepickerview.xml
41
android:
minHeight
="48dp"
/frameworks/support/samples/Support7Demos/res/layout/
toolbar_display_options.xml
27
android:
minHeight
="?attr/actionBarSize"
/frameworks/support/samples/SupportDesignDemos/res/layout/
design_bottom_sheet_hideable.xml
58
android:
minHeight
="@dimen/bottom_sheet_peek_height"
design_bottom_sheet_scroll.xml
63
android:
minHeight
="@dimen/bottom_sheet_peek_height"
design_bottom_sheet_with_fab.xml
54
android:
minHeight
="@dimen/bottom_sheet_peek_height"
design_fab.xml
28
android:
minHeight
="?attr/actionBarSize"
design_navigation.xml
34
android:
minHeight
="?attr/actionBarSize"
/frameworks/support/v14/preference/res/layout/
preference_information_material.xml
21
android:
minHeight
="?android:attr/listPreferredItemHeightSmall"
/frameworks/support/v14/preference/res/layout-v17/
preference_information_material.xml
21
android:
minHeight
="?android:attr/listPreferredItemHeightSmall"
/frameworks/support/v14/preference/res/layout-v21/
preference_information_material.xml
21
android:
minHeight
="?android:attr/listPreferredItemHeightSmall"
/frameworks/support/v17/leanback/res/layout/
lb_playback_controls.xml
29
android:
minHeight
="4dp"
/frameworks/support/v7/appcompat/res/layout/
notification_template_custom_big.xml
22
android:
minHeight
="@dimen/notification_large_icon_height"
Completed in 398 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>