OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdaptiveIconDrawable
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AdaptiveIconMaskTest.java
31
import android.graphics.drawable.
AdaptiveIconDrawable
;
57
private
AdaptiveIconDrawable
mDrawable;
58
private static final float sMaskSize =
AdaptiveIconDrawable
.MASK_SIZE;
65
mDrawable = new
AdaptiveIconDrawable
( mBlueDrawable, mRedDrawable);
69
int sInset = (int) (SAFEZONE_INSET *
AdaptiveIconDrawable
.MASK_SIZE);
70
mSafeZone.addCircle(
AdaptiveIconDrawable
.MASK_SIZE/2,
AdaptiveIconDrawable
.MASK_SIZE/2,
71
AdaptiveIconDrawable
.MASK_SIZE/2/2 - sInset, Direction.CW);
88
AdaptiveIconDrawable
.MASK_SIZE,
89
AdaptiveIconDrawable
.MASK_SIZE + DELTA >= bounds.bottom)
[
all
...]
AdaptiveIconDrawableTest.java
22
import android.graphics.drawable.
AdaptiveIconDrawable
;
57
new
AdaptiveIconDrawable
(null, null);
62
AdaptiveIconDrawable
dr = new
AdaptiveIconDrawable
(null, null);
74
AdaptiveIconDrawable
dr = new
AdaptiveIconDrawable
(null, null);
81
AdaptiveIconDrawable
dr = new
AdaptiveIconDrawable
(null, null);
87
AdaptiveIconDrawable
iconDrawable = new
AdaptiveIconDrawable
(
[
all
...]
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerCtsTestsBase.java
31
import android.graphics.drawable.
AdaptiveIconDrawable
;
526
if (expected instanceof
AdaptiveIconDrawable
) {
527
assertTrue(actual instanceof
AdaptiveIconDrawable
);
/cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java
32
import android.graphics.drawable.
AdaptiveIconDrawable
;
386
assertTrue(drawable instanceof
AdaptiveIconDrawable
);
387
return ((
AdaptiveIconDrawable
) drawable).getForeground();
[
all
...]
Completed in 86 milliseconds