Searched refs:widthType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressWidgetUiComponentProvider.java52 * @param widthType {@link WidthType} of the field
55 protected TextView createUiLabel(CharSequence label, WidthType widthType) { argument
64 * @param widthType {@link WidthType} of the field
67 protected EditText createUiTextField(WidthType widthType) { argument
74 * @param widthType {@link WidthType} of the field
77 protected Spinner createUiPickerSpinner(WidthType widthType) { argument
85 * @param widthType {@link WidthType} of the field
88 protected ArrayAdapter<String> createUiPickerAdapter(WidthType widthType) { argument
H A DAddressWidget.java223 WidthType widthType = getFieldWidthType(field);
226 TextView textView = mComponentProvider.createUiLabel(fieldText, widthType);
230 EditText editText = mComponentProvider.createUiTextField(widthType);
235 ArrayAdapter<String> adapter = mComponentProvider.createUiPickerAdapter(widthType);
236 Spinner spinner = mComponentProvider.createUiPickerSpinner(widthType);
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DAddressWidgetUiComponentProviderTest.java124 protected TextView createUiLabel(CharSequence label, AddressField.WidthType widthType) { argument
131 protected EditText createUiTextField(AddressField.WidthType widthType) { argument
135 protected Spinner createUiPickerSpinner(AddressField.WidthType widthType) { argument
139 protected ArrayAdapter<String> createUiPickerAdapter(AddressField.WidthType widthType) { argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp2296 LayoutUnit RenderBox::computeLogicalWidthUsing(SizeType widthType, const Length& logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* cb) const argument
2313 if (widthType == MainOrPreferredSize && sizesLogicalWidthToFitContent(logicalWidth))

Completed in 184 milliseconds