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

  /external/qemu/include/sysemu/
sysemu.h 112 typedef enum DisplayType
121 } DisplayType;
132 extern DisplayType display_type;
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 58 enum DisplayType {
77 DisplayType type,
178 DisplayType mType;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 41 * Arranges contacts favorites according to provided {@link DisplayType}.
42 * Also allows for a configurable number of columns and {@link DisplayType}
47 private DisplayType mDisplayType;
57 * Only valid when {@link DisplayType#STREQUENT} is true
78 public enum DisplayType {
106 DisplayType displayType) {
110 mColumnCount = (displayType == DisplayType.FREQUENT_ONLY ? 1 : numCols);
111 mDisplayType = displayType;
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 283 milliseconds