HomeSort by relevance Sort by last modified time
    Searched defs:DisplayType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileAdapter.java 43 * provided {@link DisplayType}.
44 * Also allows for a configurable number of columns and {@link DisplayType}
49 private DisplayType mDisplayType;
58 * Only valid when {@link DisplayType#STREQUENT} is true
71 * Only valid when {@link DisplayType#STREQUENT_PHONE_ONLY} is true
84 public enum DisplayType {
115 DisplayType displayType) {
119 mColumnCount = (displayType == DisplayType.FREQUENT_ONLY ? 1 : numCols)
    [all...]
  /external/qemu/
qemu-common.h 389 typedef enum DisplayType
396 } DisplayType;

Completed in 289 milliseconds