/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/ |
D | HistogramView.java | 47 int[] pixels = new int[w * h]; in doInBackground() local 48 bitmap.getPixels(pixels, 0, w, 0, 0, w, h); in doInBackground() 52 int r = Color.red(pixels[index]); in doInBackground() 53 int g = Color.green(pixels[index]); in doInBackground() 54 int b = Color.blue(pixels[index]); in doInBackground()
|
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/ |
D | ColorExtractor.java | 65 int[] pixels = mTmpPixels; in findDominantColorByHue() local 66 Arrays.fill(pixels, 0); in findDominantColorByHue() 87 pixels[pixelCount++] = rgb; in findDominantColorByHue() 106 int rgb = pixels[i]; in findDominantColorByHue()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | DragPreviewProvider.java | 206 byte[] pixels = new byte[preview.getWidth() * preview.getHeight()]; in run() 207 ByteBuffer buffer = ByteBuffer.wrap(pixels); in run() 211 for (int i = 0; i < pixels.length; i++) { in run() 212 if ((pixels[i] & 0xFF) < 188) { in run() 213 pixels[i] = 0; in run()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | GestureStrokeRecognitionPoints.java | 240 final int pixels = getDistance(lastX, lastY, x, y); in detectFastMove() local 241 final int pixelsPerSec = pixels * MSEC_PER_SEC; in detectFastMove() 297 final int pixels = getDistance(mLastMajorEventX, mLastMajorEventY, x, y); in updateIncrementalRecognitionSize() local 298 final int pixelsPerSec = pixels * MSEC_PER_SEC; in updateIncrementalRecognitionSize()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
D | PictureSizeCalculator.java | 116 long pixels = candidate.area(); in getSmallestSupportedSizeContainingTarget() local 119 pixels < bestArea) { in getSmallestSupportedSizeContainingTarget() 121 bestArea = pixels; in getSmallestSupportedSizeContainingTarget()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageCurves.java | 342 int[] pixels = new int[w * h]; in doInBackground() local 343 bitmap.getPixels(pixels, 0, w, 0, 0, w, h); in doInBackground() 347 int r = Color.red(pixels[index]); in doInBackground() 348 int g = Color.green(pixels[index]); in doInBackground() 349 int b = Color.blue(pixels[index]); in doInBackground()
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 426 jbyte *pixels = env->GetByteArrayElements(photo_data, 0); in Java_com_android_camera_panorama_Mosaic_setSourceImage() local 428 YUV420toYVU24_NEW(tImage[HR][frame_number_HR], (ImageType)pixels, in Java_com_android_camera_panorama_Mosaic_setSourceImage() 431 env->ReleaseByteArrayElements(photo_data, pixels, 0); in Java_com_android_camera_panorama_Mosaic_setSourceImage()
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | Mosaic.java | 125 public native float[] setSourceImage(byte[] pixels); in setSourceImage() argument
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PositionController.java | 603 int pixels = x - mBoundRight; in scrollPage() local 604 mListener.onPull(pixels, EdgeView.LEFT); in scrollPage() 607 int pixels = mBoundLeft - x; in scrollPage() local 608 mListener.onPull(pixels, EdgeView.RIGHT); in scrollPage()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 50 # the documentation. The maximum height of the logo should not exceed 55 pixels 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 1430 # to set the initial width (in pixels) of the frame in which the tree is shown.
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1001 # used to set the initial width (in pixels) of the frame in which the tree
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1001 # used to set the initial width (in pixels) of the frame in which the tree
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | it_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
D | pt_PT_wordlist.combined.gz |
|
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
D | tr_wordlist.combined.gz |
|