Searched refs:HIGH (Results 1 – 6 of 6) sorted by relevance
19 import static com.android.bedstead.harrier.annotations.AnnotationCostRunPrecedence.HIGH;55 int cost() default HIGH; in cost() field
28 public static final int HIGH = 10000; field in AnnotationCostRunPrecedence
47 val cost: Int = AnnotationCostRunPrecedence.HIGH
675 mSettings.setRenderPriority(WebSettings.RenderPriority.HIGH); in testSetRenderPriority()
3256 private enum ThresholdLevel { LOW, MEDIUM, HIGH }; enumConstant3264 ThresholdLevel.LOW, ThresholdLevel.MEDIUM, ThresholdLevel.HIGH}) { in testStartThresholdInFrames()3290 case HIGH: in testStartThresholdInFrames()
58109 enum_constant public static final android.webkit.WebSettings.RenderPriority HIGH;