Searched defs:dr (Results 1 – 6 of 6) sorted by relevance
59 MockDrawable dr = new MockDrawable(); in testDraw() local151 MockDrawable dr = new MockDrawable(); in testSetAlpha() local173 MockDrawable dr = new MockDrawable(); in testSetDither() local194 MockDrawable dr = new MockDrawable(); in testSetHotspotBounds() local213 MockDrawable dr = new MockDrawable(); in testGetHotspotBounds() local233 MockDrawable dr = new MockDrawable(); in testSetColorFilter() local255 MockDrawable dr = new MockDrawable(); in testSetTint() local274 MockDrawable dr = new MockDrawable(); in testOnBoundsChange() local331 MockDrawable dr = new MockDrawable(); in testOnStateChange() local361 MockDrawable dr = new MockDrawable(); in testOnLevelChange() local[all …]
282 AnimationDrawable dr = new AnimationDrawable(); in testInflateCorrect() local300 AnimationDrawable dr = new AnimationDrawable(); in testInflateMissingDrawable() local311 AnimationDrawable dr = new AnimationDrawable(); in testInflateNullResources() local322 AnimationDrawable dr = new AnimationDrawable(); in testInflateNullXmlPullParser() local333 AnimationDrawable dr = new AnimationDrawable(); in testInflateNullAttributeSet() local
131 MockDrawable dr; in testGetOpacity() local
37 public MyWrapper(Drawable dr) { in MyWrapper()
92 final int dr = (p1 & 0x000000FF) - (p2 & 0x000000FF); in compare() local
538 protected boolean verifyDrawable(Drawable dr) { in verifyDrawable()