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

  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 125 int32_t getDisplayType() const { return mType; }
SurfaceFlinger.cpp 625 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(),
627 int32_t type = hw->getDisplayType();
631 ALOGD("Screen type=%d is already mode=%d", hw->getDisplayType(), mode);
664 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) {
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
FormPageDisplayer.java 69 int getDisplayType();
138 switch (formPageInfo.getDisplayType()) {
WifiMultiPagedFormActivity.java 121 if (formPageType.getDisplayType() == FormPageDisplayer.DISPLAY_TYPE_LOADING) {
WifiFormPageType.java 164 public int getDisplayType() {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 135 mDisplayType = AttachmentUtils.getDisplayType(getContext(), attachment);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java 87 public static String getDisplayType(final Context context, final Attachment attachment) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 155 AttachmentUtils.getDisplayType(getContext(), attachment));
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 944 milliseconds