HomeSort by relevance Sort by last modified time
    Searched refs:WidthType (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
AddressField.java 45 public enum WidthType {
83 WidthType getDefaulWidthType() {
85 ? WidthType.SHORT : WidthType.LONG;
AddressWidgetUiComponentProvider.java 27 import com.android.i18n.addressinput.AddressField.WidthType;
52 * @param widthType {@link WidthType} of the field
55 protected TextView createUiLabel(CharSequence label, WidthType widthType) {
64 * @param widthType {@link WidthType} of the field
67 protected EditText createUiTextField(WidthType widthType) {
74 * @param widthType {@link WidthType} of the fiel
    [all...]
AddressWidget.java 35 import com.android.i18n.addressinput.AddressField.WidthType;
225 private WidthType getFieldWidthType(AddressUiComponent field) {
235 WidthType widthType = getFieldWidthType(field);
238 TextView textView = mComponentProvider.createUiLabel(fieldText, widthType);
242 EditText editText = mComponentProvider.createUiTextField(widthType);
247 ArrayAdapter<String> adapter = mComponentProvider.createUiPickerAdapter(widthType);
248 Spinner spinner = mComponentProvider.createUiPickerSpinner(widthType);
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
AddressWidgetUiComponentProviderTest.java 124 protected TextView createUiLabel(CharSequence label, AddressField.WidthType widthType) {
131 protected EditText createUiTextField(AddressField.WidthType widthType) {
135 protected Spinner createUiPickerSpinner(AddressField.WidthType widthType) {
139 protected ArrayAdapter<String> createUiPickerAdapter(AddressField.WidthType widthType) {
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 455 FT_Char WidthType;
    [all...]
  /external/freetype/include/
tttables.h 459 FT_Char WidthType;
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 455 FT_Char WidthType;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
tttables.h 455 FT_Char WidthType;
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c     [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttload.c     [all...]

Completed in 82 milliseconds