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

  /external/qemu/include/sysemu/
sysemu.h 112 typedef enum DisplayType
121 } DisplayType;
132 extern DisplayType display_type;
  /external/chromium_org/ui/app_list/
search_result.h 31 enum DisplayType {
99 DisplayType display_type() const { return display_type_; }
135 void set_display_type(DisplayType display_type) {
150 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...]
  /external/chromium_org/ash/display/
display_manager_unittest.cc     [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 540 milliseconds