Searched refs:shape (Results 1 – 8 of 8) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | ShapeHolder.java | 31 private ShapeDrawable shape; field in ShapeHolder 57 shape = value; in setShape() 60 return shape; in getShape() 66 shape.getPaint().setColor(value); in setColor() 78 shape.setAlpha((int)((alpha * 255f) + .5f)); in setAlpha() 82 return shape.getShape().getWidth(); in getWidth() 85 Shape s = shape.getShape(); in setWidth() 90 return shape.getShape().getHeight(); in getHeight() 93 Shape s = shape.getShape(); in setHeight() 98 shape = s; in ShapeHolder()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | Layer.java | 29 GLShape shape = mShapes[i]; in startAnimation() local 30 if (shape != null) { in startAnimation() 31 shape.startAnimation(); in startAnimation() 38 GLShape shape = mShapes[i]; in endAnimation() local 39 if (shape != null) { in endAnimation() 40 shape.endAnimation(); in endAnimation() 84 GLShape shape = mShapes[i]; in setAngle() local 85 if (shape != null) { in setAngle() 86 shape.animateTransform(mTransform); in setAngle()
|
D | GLWorld.java | 30 public void addShape(GLShape shape) { in addShape() argument 31 mShapeList.add(shape); in addShape() 32 mIndexCount += shape.getIndexCount(); in addShape() 56 GLShape shape = iter3.next(); in generate() local 57 shape.putIndices(mIndexBuffer); in generate()
|
/development/samples/browseable/RevealEffectBasic/src/com.example.android.revealeffectbasic/ |
D | RevealEffectBasicFragment.java | 55 View shape = rootView.findViewById(R.id.circle); in onCreateView() 60 shape, in onCreateView() 64 (float) Math.hypot(shape.getWidth(), shape.getHeight())); in onCreateView()
|
/development/tools/mkstubs/tests/data/ |
D | TestTemplateClass.java | 47 public void draw(List<? extends Rect> shape) { in draw() argument
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
D | CubeWallpaper2.java | 107 String shape = prefs.getString("cube2_shape", "cube"); in onSharedPreferenceChanged() local 110 readModel(shape); in onSharedPreferenceChanged()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 217 crush - v. to compress with violence, out of natural shape or condition 435 grotesque - j. distorted and unnatural in shape or size; abnormal and hideous
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 3137 …/cts,fake_HFBVIRHzR8upwrTWriT5Hw@fakeemail.com,Add CTS tests for new methods added to shape classes 4819 …atform/external/harfbuzz_ng,fake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,[hb-shape] Improve shaping-d… 4960 …ODyrWJQQ29rUizEM8-6A@fakeemail.com,"[util] When --verify fails, return reconstructed shape results" 5037 …atform/external/harfbuzz_ng,fake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,[hb-shape] Rename --show-mes… 5166 …l/harfbuzz_ng,fake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,[util] Add --unicodes to hb-view / hb-shape 5209 …,platform/external/harfbuzz_ng,fake_7F7LShw4R32d0qmL_CPLvg@fakeemail.com,[shape-plan] Don't look f… 5265 …yrWJQQ29rUizEM8-6A@fakeemail.com,[util] Add --verify to hb-shape / hb-view that verifies shape res… 8738 …connectivity,fake_3Uaj537tRAykEJlYC2ICPA@fakeemail.com,Fixing bug for APM ON if device in bad shape 23867 …m/external/libmtp,fake_3rXZrmxrRLi2weSzWajXQA@fakeemail.com,"Refactor and shape up debug calls, br… 24805 …libmtp,fake_3rXZrmxrRLi2weSzWajXQA@fakeemail.com,"New devices from libgphoto2, shape up sort order" [all …]
|