Home
last modified time | relevance | path

Searched defs:positions (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/opengl/java/android/opengl/
DVisibility.java50 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/
DSweepGradient_Delegate.java55 /*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()
DRadialGradient_Delegate.java60 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()
DGradient_Delegate.java49 protected Gradient_Delegate(int colors[], float positions[]) { in Gradient_Delegate()
84 protected GradientPaint(int[] colors, float[] positions, TileMode tileMode) { in GradientPaint()
DLinearGradient_Delegate.java61 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/
DSweepGradient.java52 int colors[], float positions[]) { in SweepGradient()
107 private static native long nativeCreate1(float x, float y, int colors[], float positions[]); in nativeCreate1()
DLinearGradient.java52 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()
DRadialGradient.java121 int colors[], float positions[], int tileMode); in nativeCreate1()
/frameworks/base/libs/hwui/tests/unit/
DGradientCacheTests.cpp32 float positions[] = { 1, 2, 3 }; in RENDERTHREAD_TEST() local
DTextDropShadowCacheTests.cpp40 std::vector<float> positions; in RENDERTHREAD_TEST() local
DFontRendererTests.cpp40 std::vector<float> positions; in RENDERTHREAD_TEST() local
/frameworks/base/libs/hwui/tests/microbench/
DFontBench.cpp37 std::vector<float> positions; in BM_FontRenderer_precache_cachehits() local
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DModel.java132 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/
DGradientCache.cpp108 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()
DTextDropShadowCache.cpp149 float radius, const float* positions) { in get()
DGradientCache.h70 std::unique_ptr<float[]> positions; member
DTextDropShadowCache.h88 const float* positions; member
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGradientStopsActivity.java46 float[] positions = new float[] { 0.3f, 0.6f }; in onDraw() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DAsyncListUtilTest.java138 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/
DLinearLayoutManagerPrepareForDropTest.java122 int[] positions = mSelectTargetChildren.selectTargetChildren(mRecyclerView.getChildCount()); in prepareForDropTest() local
DTestResizingRelayoutWithAutoMeasure.java124 Map<Integer, Rect> positions = new HashMap<>(); in capturePositions() local
/frameworks/native/libs/input/
DVelocityTracker.cpp222 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/
DVelocityTracker.h178 VelocityTracker::Position positions[MAX_POINTERS]; member
256 VelocityTracker::Position positions[MAX_POINTERS]; member
/frameworks/base/libs/hwui/font/
DFont.cpp295 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/
DCircularBorderDrawable.java197 final float[] positions = new float[6]; in createGradientShader() local

12