HomeSort by relevance Sort by last modified time
    Searched refs:isHighEndGfx (Results 1 - 12 of 12) 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/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 122 if (ActivityManager.isHighEndGfx(display)) {
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 141 bool isHighEndGfx)
142 : m_isHighEndGfx(isHighEndGfx)
849 jstring drawableDir, jboolean isHighEndGfx)
852 new WebView(env, obj, viewImpl, dir, isHighEndGfx);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 371 if (!ActivityManager.isHighEndGfx(mDisplay)) {
515 if (ActivityManager.isHighEndGfx(mDisplay)) {
540 if (ActivityManager.isHighEndGfx(mDisplay)) {
677 if (ActivityManager.isHighEndGfx(mDisplay)) {
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerImpl.java 473 && !ActivityManager.isHighEndGfx(getDefaultDisplay()))) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 80 mIsHwAccelerated = ActivityManager.isHighEndGfx(display);
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 184 // isHighEndGfx() returns true - otherwise, we're too limited
186 mHardwareAccelerated = ActivityManager.isHighEndGfx(mDisplay);
  /frameworks/base/core/java/android/app/
ActivityManager.java 369 static public boolean isHighEndGfx(Display display) {
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 491 mHighEndGfx = ActivityManager.isHighEndGfx(d);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 656 if (ActivityManager.isHighEndGfx(mDisplay)) {
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]

Completed in 586 milliseconds