HomeSort by relevance Sort by last modified time
    Searched refs:DrawableWrapperState (Results 1 - 9 of 9) sorted by null

  /frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
WrappedDrawableApi21.java 48 WrappedDrawableApi21(DrawableWrapperState state, Resources resources) {
142 DrawableWrapperState mutateConstantState() {
146 private static class DrawableWrapperStateLollipop extends DrawableWrapperState {
147 DrawableWrapperStateLollipop(@Nullable DrawableWrapperState orig,
WrappedDrawableApi14.java 47 DrawableWrapperState mState;
52 WrappedDrawableApi14(@NonNull DrawableWrapperState state, @Nullable Resources res) {
242 DrawableWrapperState mutateConstantState() {
356 protected abstract static class DrawableWrapperState extends Drawable.ConstantState {
363 DrawableWrapperState(@Nullable DrawableWrapperState orig, @Nullable Resources res) {
393 private static class DrawableWrapperStateBase extends DrawableWrapperState {
395 @Nullable DrawableWrapperState orig, @Nullable Resources res) {
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableWrapper.java 48 private DrawableWrapperState mState;
52 DrawableWrapper(DrawableWrapperState state, Resources res) {
124 final DrawableWrapperState state = mState;
154 final DrawableWrapperState state = mState;
179 final DrawableWrapperState state = mState;
420 DrawableWrapperState mutateConstantState() {
460 abstract static class DrawableWrapperState extends Drawable.ConstantState {
476 DrawableWrapperState(@Nullable DrawableWrapperState orig, @Nullable Resources res) {
AnimatedRotateDrawable.java 215 DrawableWrapperState mutateConstantState() {
220 static final class AnimatedRotateState extends DrawableWrapper.DrawableWrapperState {
ClipDrawable.java 208 DrawableWrapperState mutateConstantState() {
213 static final class ClipState extends DrawableWrapper.DrawableWrapperState {
RotateDrawable.java 322 DrawableWrapperState mutateConstantState() {
327 static final class RotateState extends DrawableWrapper.DrawableWrapperState {
ScaleDrawable.java 248 DrawableWrapperState mutateConstantState() {
253 static final class ScaleState extends DrawableWrapper.DrawableWrapperState {
InsetDrawable.java 310 DrawableWrapperState mutateConstantState() {
315 static final class InsetState extends DrawableWrapper.DrawableWrapperState {
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 368 milliseconds