Searched defs:bitmapSize (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java68 * @param bitmapSize the size of the bitmap
69 * @return a bitmapSize x bitmapSize grayscale bitmap that is represented
71 * value at pixel [i%bitmapSize, i/bitmapSize]
73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { argument
74 return spatialSampling(gesture, bitmapSize, false);
82 * @param bitmapSize the size of the bitmap
86 * @return a bitmapSize x bitmapSize grayscal
90 spatialSampling(Gesture gesture, int bitmapSize, boolean keepAspectRatio) argument
[all...]
/frameworks/base/libs/hwui/
H A DTexture.h176 uint32_t bitmapSize = 0; member in class:android::uirenderer::Texture
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 2846 milliseconds