OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsetDrawable
(Results
1 - 5
of
5
) sorted by null
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DrawableLayoutDirectionHelper.java
22
import android.graphics.drawable.
InsetDrawable
;
30
* Creates an {@link android.graphics.drawable.
InsetDrawable
} according to the layout direction of
34
public static
InsetDrawable
createRelativeInsetDrawable(
44
* Creates an {@link android.graphics.drawable.
InsetDrawable
} according to the layout direction of
48
public static
InsetDrawable
createRelativeInsetDrawable(
65
* Creates an {@link android.graphics.drawable.
InsetDrawable
} according to {@code
70
public static
InsetDrawable
createRelativeInsetDrawable(
86
private static
InsetDrawable
createRelativeInsetDrawable(
94
return new
InsetDrawable
(drawable, insetEnd, insetTop, insetStart, insetBottom);
96
return new
InsetDrawable
(drawable, insetStart, insetTop, insetEnd, insetBottom)
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
InsetDrawableTest.java
37
import android.graphics.drawable.
InsetDrawable
;
61
private
InsetDrawable
mInsetDrawable;
67
mInsetDrawable = new
InsetDrawable
(mPassDrawable, 0);
72
new
InsetDrawable
(mPassDrawable, 1);
73
new
InsetDrawable
(mPassDrawable, 1, 1, 1, 1);
75
new
InsetDrawable
(null, -1);
76
new
InsetDrawable
(null, -1, -1, -1, -1);
78
new
InsetDrawable
(mPassDrawable, .1f);
79
new
InsetDrawable
(mPassDrawable, .1f, .1f, .1f, .1f);
84
InsetDrawable
insetDrawable = new InsetDrawable(null, 0)
[
all
...]
/external/setupcompat/main/java/com/google/android/setupcompat/template/
FooterBarMixin.java
31
import android.graphics.drawable.
InsetDrawable
;
740
// RippleDrawable is available after sdk 21,
InsetDrawable
#getDrawable is available after
745
if (drawable instanceof
InsetDrawable
) {
746
LayerDrawable layerDrawable = (LayerDrawable) ((
InsetDrawable
) drawable).getDrawable();
749
InsetDrawable
insetDrawable
= (
InsetDrawable
) ((RippleDrawable) drawable).getDrawable(0);
750
return (GradientDrawable)
insetDrawable
.getDrawable();
762
if (drawable instanceof
InsetDrawable
) {
763
return (RippleDrawable) ((
InsetDrawable
) drawable).getDrawable()
[
all
...]
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
Completed in 227 milliseconds