Searched refs:ctx (Results 76 - 100 of 191) sorted by relevance

12345678

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
H A DUT_refcount.java26 protected UT_refcount(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Refcount", 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/src/com/android/rs/test/
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_check_dims.java30 protected UT_check_dims(RSTestCore rstc, Resources res, Context ctx) { argument
31 super(rstc, "Check Dims", ctx);
H A DUT_constant.java26 protected UT_constant(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Const", ctx);
H A DUT_foreach.java27 protected UT_foreach(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach", ctx);
H A DUT_kernel.java29 protected UT_kernel(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernels (pass-by-value)", ctx);
H A DUT_kernel_struct.java29 protected UT_kernel_struct(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernels (struct pass-by-value)", ctx);
H A DUT_noroot.java27 protected UT_noroot(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach (no root)", ctx);
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
H A DUT_refcount.java26 protected UT_refcount(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Refcount", 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_11/src/com/android/rs/test/
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_foreach.java27 protected UT_foreach(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach", ctx);
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
H A DUT_refcount.java26 protected UT_refcount(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Refcount", ctx);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DUT_foreach.java27 protected UT_foreach(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach", ctx);
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
H A DUT_refcount.java26 protected UT_refcount(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Refcount", ctx);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScriptThunker.java50 RenderScriptThunker(Context ctx) { argument
51 super(ctx);
55 public static RenderScript create(Context ctx, int sdkVersion) { argument
57 RenderScriptThunker rs = new RenderScriptThunker(ctx);
60 Object[] args = {ctx, new Integer(sdkVersion)};
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java265 void startEnterRecentsAnimation(final ViewAnimation.TaskViewEnterContext ctx) { argument
266 final TaskViewTransform transform = ctx.currentTaskTransform;
280 ctx.postAnimationTrigger.decrementOnAnimationEnd());
287 ctx.postAnimationTrigger.decrementOnAnimationEnd());
289 ctx.postAnimationTrigger.increment();
296 if (ctx.currentTaskOccludesLaunchTarget) {
309 ctx.postAnimationTrigger.decrement();
313 ctx.postAnimationTrigger.increment();
320 int frontIndex = (ctx.currentStackViewCount - ctx
372 startExitToHomeAnimation(ViewAnimation.TaskViewExitContext ctx) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java169 * @param ctx The context.
172 public RenderScriptGL(Context ctx, SurfaceConfig sc) { argument
173 super(ctx);
176 int sdkVersion = ctx.getApplicationInfo().targetSdkVersion;
181 int dpi = ctx.getResources().getDisplayMetrics().densityDpi;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java35 public void initialize(Context ctx) { argument
H A DPackagePriorityExtractor.java27 public void initialize(Context ctx) { argument

Completed in 156 milliseconds

12345678