Searched refs:mColorDrawable (Results 1 – 1 of 1) sorted by relevance
85 private ColorDrawable mColorDrawable; field in LayerDrawableTest92 mColorDrawable = new ColorDrawable(Color.BLUE); in setup()99 Drawable[] array = new Drawable[]{mBitmapDrawable, mColorDrawable}; in testConstructor()103 assertSame(mColorDrawable, layerDrawable.getDrawable(1)); in testConstructor()172 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testFindDrawableByLayerId()178 assertSame(mColorDrawable, layerDrawable.findDrawableByLayerId(20)); in testFindDrawableByLayerId()184 assertSame(mColorDrawable, layerDrawable.findDrawableByLayerId(Integer.MAX_VALUE)); in testFindDrawableByLayerId()188 assertSame(mColorDrawable, layerDrawable.findDrawableByLayerId(10)); in testFindDrawableByLayerId()194 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testAccessId()210 Drawable[] array = new Drawable[] { mBitmapDrawable, mColorDrawable }; in testSetIdIndexTooLow()[all …]