/frameworks/base/opengl/java/android/opengl/ |
D | Visibility.java | 50 float[] positions, int positionsOffset, char[] indices, in visibilityTest() 120 public static native void computeBoundingSphere(float[] positions, in computeBoundingSphere()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | SweepGradient_Delegate.java | 55 /*package*/ static long nativeCreate1(float x, float y, int colors[], float positions[]) { in nativeCreate1() 82 int colors[], float positions[]) { in SweepGradient_Delegate() 93 float[] positions) { in SweepGradientPaint()
|
D | RadialGradient_Delegate.java | 60 int colors[], float positions[], int tileMode) { in nativeCreate1() 89 private RadialGradient_Delegate(float x, float y, float radius, int colors[], float positions[], in RadialGradient_Delegate() 102 int[] colors, float[] positions, TileMode mode) { in RadialGradientPaint()
|
D | Gradient_Delegate.java | 49 protected Gradient_Delegate(int colors[], float positions[]) { in Gradient_Delegate() 84 protected GradientPaint(int[] colors, float[] positions, TileMode tileMode) { in GradientPaint()
|
D | LinearGradient_Delegate.java | 61 int colors[], float positions[], int tileMode) { in nativeCreate1() 92 int colors[], float positions[], TileMode tile) { in LinearGradient_Delegate() 112 float positions[], TileMode tile) { in LinearGradientPaint()
|
/frameworks/base/graphics/java/android/graphics/ |
D | SweepGradient.java | 52 int colors[], float positions[]) { in SweepGradient() 107 private static native long nativeCreate1(float x, float y, int colors[], float positions[]); in nativeCreate1()
|
D | LinearGradient.java | 52 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], in LinearGradient() 116 int colors[], float positions[], int tileMode); in nativeCreate1()
|
D | RadialGradient.java | 121 int colors[], float positions[], int tileMode); in nativeCreate1()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | GradientCacheTests.cpp | 32 float positions[] = { 1, 2, 3 }; in RENDERTHREAD_TEST() local
|
D | TextDropShadowCacheTests.cpp | 40 std::vector<float> positions; in RENDERTHREAD_TEST() local
|
D | FontRendererTests.cpp | 40 std::vector<float> positions; in RENDERTHREAD_TEST() local
|
/frameworks/base/libs/hwui/tests/microbench/ |
D | FontBench.cpp | 37 std::vector<float> positions; in BM_FontRenderer_precache_cachehits() local
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | Model.java | 132 int[] positions = new int[mCursorCount]; in updateModelData() local 214 …private static void binarySort(String[] sortKey, boolean[] isDirs, int[] positions, String[] ids) { in binarySort() 287 long[] sortKey, boolean[] isDirs, int[] positions, String[] ids) { in binarySort()
|
/frameworks/base/libs/hwui/ |
D | GradientCache.cpp | 108 Texture* GradientCache::get(uint32_t* colors, float* positions, int count) { in get() 147 uint32_t* colors, float* positions, int count) { in addLinearGradient() 222 void GradientCache::generateTexture(uint32_t* colors, float* positions, in generateTexture()
|
D | TextDropShadowCache.cpp | 149 float radius, const float* positions) { in get()
|
D | GradientCache.h | 70 std::unique_ptr<float[]> positions; member
|
D | TextDropShadowCache.h | 88 const float* positions; member
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GradientStopsActivity.java | 46 float[] positions = new float[] { 0.3f, 0.6f }; in onDraw() local
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
D | AsyncListUtilTest.java | 138 private void scrollAndExpectTiles(int position, String context, int... positions) in scrollAndExpectTiles() 207 public void expectTiles(int... positions) { in expectTiles() 307 void expect(int ... positions) { in expect()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | LinearLayoutManagerPrepareForDropTest.java | 122 int[] positions = mSelectTargetChildren.selectTargetChildren(mRecyclerView.getChildCount()); in prepareForDropTest() local
|
D | TestResizingRelayoutWithAutoMeasure.java | 124 Map<Integer, Rect> positions = new HashMap<>(); in capturePositions() local
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 222 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { in addMovement() 315 Position positions[pointerCount]; in addMovement() local 379 const VelocityTracker::Position* positions) { in addMovement() 714 const VelocityTracker::Position* positions) { in addMovement() 836 const VelocityTracker::Position* positions) { in addMovement()
|
/frameworks/native/include/input/ |
D | VelocityTracker.h | 178 VelocityTracker::Position positions[MAX_POINTERS]; member 256 VelocityTracker::Position positions[MAX_POINTERS]; member
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 295 int numGlyphs, int x, int y, const float* positions) { in render() 349 int numGlyphs, Rect *bounds, const float* positions) { in measure() 379 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* positions) { in render()
|
/frameworks/support/design/base/android/support/design/widget/ |
D | CircularBorderDrawable.java | 197 final float[] positions = new float[6]; in createGradientShader() local
|