Searched refs:TYPE_INT (Results 1 – 3 of 3) sorted by relevance
27 public static final int TYPE_INT = 4; field
37 NUMBER(R.string.number, TYPE_INT, CATEGORY_MAIN),
45 editors.put(TYPE_INT, new IntEditor()); in editors()