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

  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewManager.java 126 if (ActivityManager.isHighEndGfx(((WindowManager)mContext.getSystemService(
135 if (ActivityManager.isHighEndGfx(((WindowManager)mContext.getSystemService(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBar.java 127 if (ActivityManager.isHighEndGfx(defaultDisplay)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 80 mIsHwAccelerated = ActivityManager.isHighEndGfx(display);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 383 if (ActivityManager.isHighEndGfx(mDisplay)) {
478 if (ActivityManager.isHighEndGfx(mDisplay)) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 145 // isHighEndGfx() returns true - otherwise, we're too limited
147 mHardwareAccelerated = ActivityManager.isHighEndGfx(mDisplay);
  /frameworks/base/core/java/android/app/
ActivityManager.java 218 static public boolean isHighEndGfx(Display display) {
    [all...]
ActivityThread.java     [all...]

Completed in 240 milliseconds