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

  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 122 if (ActivityManager.isHighEndGfx()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
BarTransitions.java 40 public static final boolean HIGH_END = ActivityManager.isHighEndGfx();
PhoneStatusBar.java 646 if (!ActivityManager.isHighEndGfx()) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ImmersiveModeConfirmation.java 252 if (ActivityManager.isHighEndGfx()) {
PhoneWindow.java     [all...]
PhoneWindowManager.java     [all...]
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 398 && !ActivityManager.isHighEndGfx()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 82 mIsHwAccelerated = ActivityManager.isHighEndGfx();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 451 mHighEndGfx = ActivityManager.isHighEndGfx();
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 218 // isHighEndGfx() returns true - otherwise, we're too limited
220 mHardwareAccelerated = ActivityManager.isHighEndGfx();
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 477 static public boolean isHighEndGfx() {
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 654 if (ActivityManager.isHighEndGfx()) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 722 milliseconds