OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minwidth
(Results
51 - 75
of
443
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/training/location-aware/res/layout/
main.xml
29
android:
minWidth
="160sp"
37
android:
minWidth
="160sp"
/external/chromium_org/chrome/android/java/res/layout/
accessibility_tab_switcher_list_item.xml
25
android:
minWidth
="40dp"
48
android:
minWidth
="48dp"
/frameworks/base/core/res/res/layout/
preference_child.xml
29
android:
minWidth
="@dimen/preference_widget_width"
71
android:
minWidth
="@dimen/preference_widget_width"
preference_child_holo.xml
29
android:
minWidth
="@dimen/preference_icon_minWidth"
71
android:
minWidth
="@dimen/preference_widget_width"
preference_child_material.xml
31
android:
minWidth
="58dip"
69
android:
minWidth
="58dip"
preference_information_material.xml
32
android:
minWidth
="58dip"
70
android:
minWidth
="58dip"
keyboard_key_preview.xml
26
android:
minWidth
="32dip"
typing_filter.xml
21
android:
minWidth
="240dip"
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetInfo.java
43
int
minWidth
= -1;
60
// to indicate that they should be calculated based on the layout and
minWidth
/minHeight
/packages/inputmethods/OpenWnn/res/layout/
user_dictionary_tools_edit.xml
55
android:
minWidth
="120dip"
64
android:
minWidth
="120dip"
/cts/apps/CtsVerifier/res/xml/
widget_info.xml
18
android:
minWidth
="250dp"
/cts/tests/tests/appwidget/res/xml/
first_appwidget_info.xml
19
android:
minWidth
="@dimen/first_min_appwidget_size"
second_appwidget_info.xml
19
android:
minWidth
="@dimen/second_min_appwidget_size"
/developers/samples/android/wearable/wear/DelayedConfirmation/Application/src/main/res/layout/
main_activity.xml
31
android:
minWidth
="150dp"
/development/apps/BuildWidget/res/xml/
widget_build.xml
20
android:
minWidth
="72dip"
/development/apps/Development/res/layout/
get_auth_token_view.xml
32
android:
minWidth
="250dip"
/development/samples/ApiDemos/res/layout/
list_position.xml
21
android:
minWidth
="70dip"
/development/samples/ApiDemos/res/xml/
appwidget_provider.xml
18
android:
minWidth
="60dp"
/development/samples/BluetoothHDP/res/layout/
console.xml
36
android:
minWidth
="130dp"
41
android:
minWidth
="130dp"
62
android:
minWidth
="130dp"
67
android:
minWidth
="130dp"
/development/samples/StackWidget/res/xml/
stackwidgetinfo.xml
18
android:
minWidth
="110dip"
/development/samples/WeatherListWidget/res/xml/
widgetinfo.xml
18
android:
minWidth
="280dp"
/development/samples/wearable/DelayedConfirmation/Application/src/main/res/layout/
main_activity.xml
31
android:
minWidth
="150dp"
/external/chromium_org/chrome/common/extensions/api/
app_current_window_internal.idl
20
long?
minWidth
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp
209
void AutoTableLayout::computeIntrinsicLogicalWidths(LayoutUnit&
minWidth
, LayoutUnit& maxWidth)
216
minWidth
= 0;
228
minWidth
+= m_layoutStruct[i].effectiveMinLogicalWidth;
250
void AutoTableLayout::applyPreferredLogicalWidthQuirks(LayoutUnit&
minWidth
, LayoutUnit& maxWidth) const
254
// |
minWidth
| is the result of measuring the intrinsic content's size. Keep it to
256
LayoutUnit minContentWidth =
minWidth
;
260
minWidth
= maxWidth = max<int>(
minWidth
, tableLogicalWidth.value());
264
minWidth
= min<int>(
minWidth
, styleMaxLogicalWidth.value())
[
all
...]
/frameworks/base/core/res/res/layout-land/
time_picker_holo.xml
32
android:
minWidth
="@dimen/timepicker_left_side_width"
Completed in 4380 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>