/external/chromium_org/third_party/icu/source/common/ |
ustrfmt.h | 14 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
|
ustrfmt.c | 14 * uint32_t number padded with zeroes to minwidth. The result 21 * @param minwidth the minimum width. If the result is narrower than 29 uint32_t i, uint32_t radix, int32_t minwidth) 42 while (length < minwidth){
|
/external/icu/icu4c/source/common/ |
ustrfmt.h | 14 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
|
ustrfmt.c | 14 * uint32_t number padded with zeroes to minwidth. The result 21 * @param minwidth the minimum width. If the result is narrower than 29 uint32_t i, uint32_t radix, int32_t minwidth) 42 while (length < minwidth){
|
/frameworks/base/tests/appwidgets/AppWidgetProviderTest/res/xml/ |
appwidget_info.xml | 2 android:minWidth="150dp"
|
/frameworks/base/tests/appwidgets/AppWidgetHostTest/res/xml/ |
appwidget_info.xml | 3 android:minWidth="40dp"
|
/packages/apps/Gallery2/res/xml/ |
widget_info.xml | 3 android:minWidth="@dimen/appwidget_width"
|
/packages/apps/Mms/res/xml/ |
widget_info.xml | 5 android:minWidth="220dp"
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PendingAddItemInfo.java | 51 int minWidth; 70 minWidth = i.minWidth; 84 minWidth = copy.minWidth;
|
/packages/apps/UnifiedEmail/res/values-sw600dp/ |
themes.xml | 6 <!--<style name="ShortcutWidgetTheme" parent="@style/Theme.Appcompat.Light.Dialog.MinWidth">-->
|
/frameworks/base/tests/BiDiTests/res/layout/ |
textview_locale.xml | 32 android:minWidth="200dip" 48 android:minWidth="200dip" 64 android:minWidth="200dip" 81 android:minWidth="200dip" 97 android:minWidth="200dip" 113 android:minWidth="200dip" 130 android:minWidth="200dip" 146 android:minWidth="200dip" 162 android:minWidth="200dip" 179 android:minWidth="200dip [all...] |
textview_ltr.xml | 32 android:minWidth="200dip" 48 android:minWidth="200dip" 64 android:minWidth="200dip" 81 android:minWidth="200dip" 97 android:minWidth="200dip" 113 android:minWidth="200dip" 130 android:minWidth="200dip" 146 android:minWidth="200dip" 162 android:minWidth="200dip" 179 android:minWidth="200dip [all...] |
textview_rtl.xml | 32 android:minWidth="200dip" 48 android:minWidth="200dip" 64 android:minWidth="200dip" 81 android:minWidth="200dip" 97 android:minWidth="200dip" 113 android:minWidth="200dip" 130 android:minWidth="200dip" 146 android:minWidth="200dip" 162 android:minWidth="200dip" 179 android:minWidth="200dip [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
FixedTableLayout.h | 36 virtual void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) OVERRIDE; 37 virtual void applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const OVERRIDE;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
app_window_custom_bindings.js | 61 Object.defineProperty(Bounds.prototype, 'minWidth', { 63 return appWindowData[privates(this).boundsKey_].minWidth; 65 set: function(minWidth) { 66 updateSizeConstraints(privates(this).boundsKey_, { minWidth: minWidth }); 103 Bounds.prototype.setMinimumSize = function(minWidth, minHeight) { 105 { minWidth: minWidth, minHeight: minHeight }); 285 minWidth: params.innerBounds.minWidth, [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/res/layout/ |
actionbar_indeterminate_progress.xml | 19 android:minWidth="@dimen/action_button_min_width">
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/res/layout/ |
actionbar_indeterminate_progress.xml | 19 android:minWidth="56dp">
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/res/layout/ |
actionbar_indeterminate_progress.xml | 19 android:minWidth="56dp">
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/res/layout/ |
actionbar_indeterminate_progress.xml | 19 android:minWidth="@dimen/action_button_min_width">
|
/development/samples/Wiktionary/res/xml/ |
widget_word.xml | 18 android:minWidth="146dip"
|
/development/samples/WiktionarySimple/res/xml/ |
widget_word.xml | 18 android:minWidth="146dip"
|
/development/samples/browseable/BasicSyncAdapter/res/layout/ |
actionbar_indeterminate_progress.xml | 19 android:minWidth="@dimen/action_button_min_width">
|
/development/samples/browseable/BluetoothLeGatt/res/layout/ |
actionbar_indeterminate_progress.xml | 19 android:minWidth="56dp">
|
/external/chromium_org/chrome/android/java/res/layout/ |
infobar_button.xml | 12 android:minWidth="88dp"
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
background.js | 17 minWidth: 1024,
|