Searched refs:ctx (Results 1 - 25 of 191) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaViewWrapper.java27 protected NotificationMediaViewWrapper(Context ctx, View view) { argument
28 super(ctx, view);
H A DNotificationViewWrapper.java32 public static NotificationViewWrapper wrap(Context ctx, View v) { argument
36 return new NotificationMediaViewWrapper(ctx, v);
38 return new NotificationTemplateViewWrapper(ctx, v);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
42 mCtx = ctx;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) { argument
52 this (rstc, "<Unknown>", ctx);
55 protected UnitTest(Context ctx) { argument
56 this (null, ctx);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
42 mCtx = ctx;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) { argument
52 this (rstc, "<Unknown>", ctx);
55 protected UnitTest(Context ctx) { argument
56 this (null, ctx);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
42 mCtx = ctx;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) { argument
52 this (rstc, "<Unknown>", ctx);
55 protected UnitTest(Context ctx) { argument
56 this (null, ctx);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DDisappearAnimationUtils.java29 public DisappearAnimationUtils(Context ctx) { argument
30 this(ctx, DEFAULT_APPEAR_DURATION,
32 AnimationUtils.loadInterpolator(ctx, android.R.interpolator.linear_out_slow_in));
35 public DisappearAnimationUtils(Context ctx, long duration, float translationScaleFactor, argument
37 super(ctx, duration, translationScaleFactor, delayScaleFactor, interpolator);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
42 mCtx = ctx;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) { argument
52 this (rstc, "<Unknown>", ctx);
55 protected UnitTest(Context ctx) { argument
56 this (null, 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);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument
42 mCtx = ctx;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) { argument
52 this (rstc, "<Unknown>", ctx);
55 protected UnitTest(Context ctx) { argument
56 this (null, ctx);
H A DUT_atomic.java26 protected UT_atomic(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Atomics", ctx);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLContextImpl.java26 public EGLContextImpl(long ctx) { argument
27 mEGLContext = ctx;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DVelocityTrackerFactory.java33 public static VelocityTrackerInterface obtain(Context ctx) { argument
34 String tracker = ctx.getResources().getString(R.string.velocity_tracker_impl);
/frameworks/base/services/core/java/com/android/server/location/
H A DCountryDetectorBase.java39 public CountryDetectorBase(Context ctx) { argument
40 mContext = ctx;

Completed in 309 milliseconds

12345678