Searched refs:isHighEndGfx (Results 1 – 12 of 12) sorted by relevance
91 mNeedTransition = ActivityManager.isHighEndGfx() in GLEngine()310 boolean isHighEndGfx = ActivityManager.isHighEndGfx(); in dump()311 out.print(prefix); out.print("isHighEndGfx="); out.println(isHighEndGfx); in dump()
122 if (ActivityManager.isHighEndGfx()) { in onCreate()
294 if (ActivityManager.isHighEndGfx()) { in onAttachedToWindow()
3729 if (ActivityManager.isHighEndGfx()) { in enablePointerLocation()
181 if (ActivityManager.isHighEndGfx()) { in onAttachedToWindow()
529 && !ActivityManager.isHighEndGfx()) { in shouldDestroyEglContext()
1262 if (ActivityManager.isHighEndGfx()) {
986 return ActivityManager.isHighEndGfx(); in enableHardwareAcceleration()
929 static public boolean isHighEndGfx() { in isHighEndGfx() method in ActivityManager
7151 if (!ActivityManager.isHighEndGfx()) { in systemMain()
12841 if (ActivityManager.isHighEndGfx()) { in dumpApplicationMemoryUsage()12858 if (ActivityManager.isHighEndGfx()) { in dumpApplicationMemoryUsage()13277 proto.write(MemInfoDumpProto.IS_HIGH_END_GFX, ActivityManager.isHighEndGfx()); in dumpApplicationMemoryUsage()
651 HSPLandroid/app/ActivityManager;->isHighEndGfx()Z