Searched refs:ANGLE (Results 1 – 8 of 8) sorted by relevance
84 private static final double ANGLE = Math.PI / 6; field in EdgeEffect85 private static final float SIN = (float) Math.sin(ANGLE);86 private static final float COS = (float) Math.cos(ANGLE);
43 case GraphicsEnv::Driver::ANGLE: in addLoadingCount()67 case GraphicsEnv::Driver::ANGLE: in addLoadingTime()
145 final boolean requested = devOptIn.equals(sDriverMap.get(OpenGlDriverChoice.ANGLE)); in shouldUseAngle()293 ANGLE enumConstant300 map.put(OpenGlDriverChoice.ANGLE, "angle"); in buildMap()350 return sDriverMap.get(OpenGlDriverChoice.ANGLE); in getDriverForPkg()
43 ANGLE = 5, enumerator
424 // ANGLE - Force all PKGs to use ANGLE, regardless of any other settings426 // ANGLE - List of PKGs that specify an OpenGL driver428 // ANGLE - Corresponding OpenGL driver selection for the PKG450 // ANGLE - List of Apps that can check ANGLE rules455 // ANGLE - Show a dialog box when ANGLE is selected for the currently running PKG459 // ANGLE - External package containing ANGLE libraries
206 case GraphicsEnv::Driver::ANGLE: { in setDriverToLoad()
640 android::GraphicsEnv::getInstance().setDriverToLoad(android::GraphicsEnv::Driver::ANGLE); in attempt_to_load_angle()
81162 Landroid/widget/EdgeEffect;->ANGLE:D