Searched refs:environment (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCacheProcessing.java94 public Bitmap apply(FilterEnvironment environment, Bitmap cacheBitmap) { argument
118 cacheBitmap = environment.applyRepresentation(representation, cacheBitmap);
122 environment.cache(source);
133 FilterEnvironment environment) {
136 return environment.getBitmapCopy(originalBitmap, BitmapCache.PREVIEW_CACHE_NO_FILTERS);
139 environment.getBimapCache().setCacheProcessing(this);
169 environment.cache(cacheStep.cache);
193 cacheBitmap = environment.getBitmapCopy(originalBitmap,
198 cacheBitmap = step.apply(environment, cacheBitmap);
200 environment
131 process(Bitmap originalBitmap, Vector<FilterRepresentation> filters, FilterEnvironment environment) argument
[all...]
H A DImagePreset.java439 public Bitmap apply(Bitmap original, FilterEnvironment environment) { argument
441 bitmap = applyFilters(bitmap, -1, -1, environment);
442 return applyBorder(bitmap, environment);
470 public Bitmap applyGeometry(Bitmap bitmap, FilterEnvironment environment) { argument
477 environment.cache(bitmap);
484 public Bitmap applyBorder(Bitmap bitmap, FilterEnvironment environment) { argument
489 bitmap = environment.applyRepresentation(border, bitmap);
490 if (environment.getQuality() == FilterEnvironment.QUALITY_FINAL) {
500 public Bitmap applyFilters(Bitmap bitmap, int from, int to, FilterEnvironment environment) { argument
521 bitmap = environment
534 applyBorder(Allocation in, Allocation out, boolean copyOut, FilterEnvironment environment) argument
550 applyFilters(int from, int to, Allocation in, Allocation out, FilterEnvironment environment) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilter.java95 public void setEnvironment(FilterEnvironment environment) { argument
96 mEnvironment = environment;
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryAddonsAdapter.java49 DirectoryAddonsAdapter(Environment environment, DocumentsAdapter delegate) { argument
50 mEnv = environment;
54 mHeaderMessage = new HeaderMessage(environment, this::onDismissHeaderMessage);
55 mInflateMessage = new InflateMessage(environment, this::onDismissHeaderMessage);
/packages/inputmethods/LatinIME/native/jni/
H A DAndroid.mk98 #################### Unit test on host environment
101 #################### Unit test on target environment
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk29 # automatically get all of its classes loaded into our environment.
/packages/apps/CellBroadcastReceiver/tests/testapp/
H A DAndroid.mk29 # automatically get all of its classes loaded into our environment.

Completed in 5262 milliseconds