OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minheight
(Results
26 - 50
of
563
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Camera2/res/layout/
rotate_dialog.xml
51
android:
minHeight
="64dp"/>
83
android:
minHeight
="48dp"
90
android:
minHeight
="48dp"
102
android:
minHeight
="48dp"
effect_setting_popup.xml
25
android:
minHeight
="@dimen/popup_title_frame_min_height">
41
android:
minHeight
="@dimen/effect_setting_clear_text_min_height"
/packages/apps/Gallery2/res/layout/
rotate_dialog.xml
51
android:
minHeight
="64dp"/>
83
android:
minHeight
="48dp"
90
android:
minHeight
="48dp"
102
android:
minHeight
="48dp"
effect_setting_popup.xml
25
android:
minHeight
="@dimen/popup_title_frame_min_height">
41
android:
minHeight
="@dimen/effect_setting_clear_text_min_height"
/packages/apps/LegacyCamera/res/layout/
rotate_dialog.xml
56
android:
minHeight
="64dp"/>
87
android:
minHeight
="48dp"
103
android:
minHeight
="48dp"
112
android:
minHeight
="48dp"
camera_control.xml
17
<!--
minHeight
is necessary to avoid distortion or overlapping. -->
22
android:
minHeight
="105dp"
/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
="@dimen/appwidget_min_height"
/external/chromium_org/third_party/WebKit/Source/web/resources/
pickerCommon.js
103
* @param {?number}
minHeight
106
function adjustWindowRect(width, height, minWidth,
minHeight
) {
109
if (typeof
minHeight
!== "number")
110
minHeight
= 0;
120
_adjustWindowRectVertically(windowRect, availRect, anchorRect,
minHeight
);
126
function _adjustWindowRectVertically(windowRect, availRect, anchorRect,
minHeight
) {
135
windowRect.height = Math.max(windowRect.height,
minHeight
);
139
windowRect.height = Math.max(windowRect.height,
minHeight
);
/external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp
50
(JNIEnv * env, jobject object, jint heightStickWidth, jint heightStickLength, jobject heightfieldData, jfloat heightScale, jfloat
minHeight
, jfloat maxHeight, jint upAxis, jboolean flipQuadEdges) {
53
btHeightfieldTerrainShape* shape=new btHeightfieldTerrainShape(heightStickWidth, heightStickLength, data, heightScale,
minHeight
, maxHeight, upAxis, PHY_FLOAT, flipQuadEdges);
/frameworks/base/core/res/res/layout/
global_actions_item.xml
22
android:
minHeight
="?android:attr/listPreferredItemHeight"
54
android:
minHeight
="26dp"
restrictions_pin_challenge.xml
55
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
72
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
84
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
resolver_list.xml
52
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
66
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
/frameworks/opt/mailcommon/res/values-land/
styles.xml
23
<item name="android:
minHeight
">40dip</item>
37
<item name="android:
minHeight
">38dip</item>
/frameworks/support/v7/mediarouter/res/values/
styles.xml
21
<item name="android:
minHeight
">48dp</item>
31
<item name="android:
minHeight
">48dp</item>
/packages/apps/UnifiedEmail/res/values-land/
styles.xml
21
<item name="android:
minHeight
">40dip</item>
35
<item name="android:
minHeight
">38dip</item>
/packages/apps/DeskClock/src/com/android/alarmclock/
WidgetUtils.java
62
int
minHeight
= options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT);
63
if (
minHeight
> 0 && (density *
minHeight
)
83
int
minHeight
= options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT);
84
if (
minHeight
== 0) {
94
float ratio = ((density *
minHeight
) - lblBox)
/external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.h
77
Length
minHeight
;
92
&&
minHeight
== other.
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>
/packages/apps/CellBroadcastReceiver/res/layout/
cell_broadcast_alert.xml
43
android:
minHeight
="@dimen/alert_dialog_title_height"
88
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
107
android:
minHeight
="@dimen/alert_dialog_button_bar_height"
/development/samples/Support7Demos/res/layout/
sample_media_controller.xml
46
android:
minHeight
="48dp"
53
android:
minHeight
="48dp"
/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-sw600dp/
agenda_day.xml
53
android:
minHeight
="42dip"
69
android:
minHeight
="42dip"
/packages/apps/Camera/res/layout/
effect_setting_popup.xml
25
android:
minHeight
="@dimen/popup_title_frame_min_height">
41
android:
minHeight
="@dimen/effect_setting_clear_text_min_height"
Completed in 819 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>