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

  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 122 if (ActivityManager.isHighEndGfx()) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewManager.java 192 if (ActivityManager.isHighEndGfx()) {
206 if (ActivityManager.isHighEndGfx()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarView.java 208 if (panel == mFadingPanel && mScrimColor != 0 && ActivityManager.isHighEndGfx()) {
PhoneStatusBar.java 373 if (!ActivityManager.isHighEndGfx()) {
561 if (!ActivityManager.isHighEndGfx()) {
633 if (ActivityManager.isHighEndGfx()) {
658 if (ActivityManager.isHighEndGfx()) {
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 141 bool isHighEndGfx)
142 : m_isHighEndGfx(isHighEndGfx)
872 jstring drawableDir, jboolean isHighEndGfx)
875 new WebView(env, obj, viewImpl, dir, isHighEndGfx);
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 417 && !ActivityManager.isHighEndGfx())) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
UniverseBackground.java 169 if (ActivityManager.isHighEndGfx()) {
ImageWallpaper.java 78 mIsHwAccelerated = ActivityManager.isHighEndGfx();
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 204 // isHighEndGfx() returns true - otherwise, we're too limited
206 mHardwareAccelerated = ActivityManager.isHighEndGfx();
  /frameworks/base/core/java/android/app/
ActivityManager.java 381 static public boolean isHighEndGfx() {
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 469 mHighEndGfx = ActivityManager.isHighEndGfx();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 639 if (ActivityManager.isHighEndGfx()) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 641 if (ActivityManager.isHighEndGfx()) {
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 1516 milliseconds