Searched defs:ctx (Results 1 - 25 of 274) sorted by relevance

1234567891011

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DVelocityTrackerFactory.java31 public static VelocityTrackerInterface obtain(Context ctx) { argument
32 String tracker = ctx.getResources().getString(R.string.velocity_tracker_impl);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_apitest.java26 protected UT_apitest(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "API Test", ctx);
H A DUT_array_alloc.java26 protected UT_array_alloc(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Array Allocation", ctx);
H A DUT_atomic.java26 protected UT_atomic(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Atomics", ctx);
H A DUT_clamp.java26 protected UT_clamp(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Clamp (Full)", ctx);
H A DUT_clamp_relaxed.java26 protected UT_clamp_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Clamp (Relaxed)", ctx);
H A DUT_convert.java26 protected UT_convert(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Convert", ctx);
H A DUT_convert_relaxed.java26 protected UT_convert_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Convert (Relaxed)", ctx);
H A DUT_fp_mad.java26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Fp_Mad", ctx);
H A DUT_int4.java26 protected UT_int4(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "int4", ctx);
H A DUT_math.java26 protected UT_math(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math", ctx);
H A DUT_math_conformance.java26 protected UT_math_conformance(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math Conformance", ctx);
H A DUT_min.java26 protected UT_min(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Min (relaxed)", ctx);
H A DUT_rsdebug.java26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsDebug", ctx);
H A DUT_rstime.java26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTime", ctx);
H A DUT_rstypes.java26 protected UT_rstypes(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTypes", ctx);
H A DUT_struct.java26 protected UT_struct(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Struct", ctx);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_apitest.java26 protected UT_apitest(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "API Test", ctx);
H A DUT_array_alloc.java26 protected UT_array_alloc(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Array Allocation", ctx);
H A DUT_atomic.java26 protected UT_atomic(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Atomics", ctx);
H A DUT_clamp.java26 protected UT_clamp(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Clamp (Full)", ctx);
H A DUT_clamp_relaxed.java26 protected UT_clamp_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Clamp (Relaxed)", ctx);
H A DUT_convert.java26 protected UT_convert(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Convert", ctx);
H A DUT_convert_relaxed.java26 protected UT_convert_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Convert (Relaxed)", ctx);
H A DUT_fp_mad.java26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Fp_Mad", ctx);

Completed in 279 milliseconds

1234567891011