/frameworks/base/graphics/java/android/graphics/drawable/ |
D | StateListDrawable.java | 61 public class StateListDrawable extends DrawableContainer { class 69 public StateListDrawable() { in StateListDrawable() method in StateListDrawable 110 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable); in inflate() 305 StateListState(StateListState orig, StateListDrawable owner, Resources res) { in StateListState() 347 return new StateListDrawable(this, null); in newDrawable() 352 return new StateListDrawable(this, res); in newDrawable() 384 private StateListDrawable(StateListState state, Resources res) { in StateListDrawable() method in StateListDrawable 395 StateListDrawable(@Nullable StateListState state) { in StateListDrawable() method in StateListDrawable
|
D | DrawableInflater.java | 139 return new StateListDrawable(); in inflateFromTag()
|
D | AnimatedStateListDrawable.java | 63 public class AnimatedStateListDrawable extends StateListDrawable {
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | SingleRecipientArrayAdapter.java | 20 import android.graphics.drawable.StateListDrawable; 29 private final StateListDrawable mDeleteDrawable; 37 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable) { in SingleRecipientArrayAdapter()
|
D | CircularImageView.java | 14 import android.graphics.drawable.StateListDrawable; 63 if (drawable instanceof StateListDrawable) { in onDraw() 64 if (((StateListDrawable) drawable).getCurrent() != null) { in onDraw()
|
D | DropdownChipLayouter.java | 10 import android.graphics.drawable.StateListDrawable; 118 AdapterType type, String constraint, StateListDrawable deleteDrawable) { in bindView() 280 protected void bindDrawableToDeleteView(final StateListDrawable drawable, String recipient, in bindDrawableToDeleteView()
|
D | RecipientAlternatesAdapter.java | 23 import android.graphics.drawable.StateListDrawable; 66 private final StateListDrawable mDeleteDrawable; 379 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable, in RecipientAlternatesAdapter()
|
D | RecipientEditTextView.java | 45 import android.graphics.drawable.StateListDrawable; 2065 private StateListDrawable constructStateListDeleteDrawable() { in constructStateListDeleteDrawable() 2067 StateListDrawable deleteDrawable = new StateListDrawable(); in constructStateListDeleteDrawable()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | AccessPointPreference.java | 22 import android.graphics.drawable.StateListDrawable; 43 private final StateListDrawable mWifiSld; 79 mWifiSld = (StateListDrawable) context.getTheme() in AccessPointPreference() 98 mWifiSld = (StateListDrawable) context.getTheme() in AccessPointPreference()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderDrawable.java | 32 import android.graphics.drawable.StateListDrawable; 87 if (d instanceof StateListDrawable) { in render() 89 final StateListDrawable stateList = (StateListDrawable) d; in render()
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/ |
D | StateListDrawableTest.java | 34 private StateListDrawable slDrawable; 71 slDrawable = new StateListDrawable(); in setUp()
|
/frameworks/support/design/src/android/support/design/internal/ |
D | NavigationMenuItemView.java | 24 import android.graphics.drawable.StateListDrawable; 165 private StateListDrawable createDefaultBackground() { in createDefaultBackground() 169 StateListDrawable drawable = new StateListDrawable(); in createDefaultBackground()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | IconUtilities.java | 22 import android.graphics.drawable.StateListDrawable; 89 StateListDrawable result = new StateListDrawable(); in createIconDrawable()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
D | YearPickerView.java | 21 import android.graphics.drawable.StateListDrawable; 66 setSelector(new StateListDrawable()); in YearPickerView()
|
/frameworks/base/core/java/android/widget/ |
D | ProgressBar.java | 38 import android.graphics.drawable.StateListDrawable; 441 if (dr instanceof StateListDrawable) { in needsTileify() 442 final StateListDrawable in = (StateListDrawable) dr; in needsTileify() 497 if (drawable instanceof StateListDrawable) { in tileify() 498 final StateListDrawable in = (StateListDrawable) drawable; in tileify() 499 final StateListDrawable out = new StateListDrawable(); in tileify()
|
D | PopupWindow.java | 28 import android.graphics.drawable.StateListDrawable; 501 if (mBackground instanceof StateListDrawable) { in setBackgroundDrawable() 502 StateListDrawable stateList = (StateListDrawable) mBackground; in setBackgroundDrawable()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | DrawableUtils.java | 27 import android.graphics.drawable.StateListDrawable;
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | StaggeredGridLayoutManagerTest.java | 39 import android.graphics.drawable.StateListDrawable; 322 StateListDrawable stl = new StateListDrawable(); in focusSearchFailure()
|
D | GridLayoutManagerTest.java | 31 import android.graphics.drawable.StateListDrawable; 132 StateListDrawable stl = new StateListDrawable(); in focusSearchFailure()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | 2d-graphics.jd | 419 <h2 id="state-list">StateListDrawable</h2> 421 <p>A StateListDrawable is an extension of the DrawableContainer class, making it little 424 StateListDrawable manages a collection of images for the Drawable, instead of just one. 427 intention of the StateListDrawable is to automatically change the image used based on the
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 34 Creates a {@link android.graphics.drawable.StateListDrawable}.</dd> 607 <p>A {@link android.graphics.drawable.StateListDrawable} is a drawable object defined in XML 630 <dd>Resource pointer to a {@link android.graphics.drawable.StateListDrawable}.</dd> 774 <li>{@link android.graphics.drawable.StateListDrawable}</li>
|
/frameworks/base/ |
D | preloaded-classes | 945 android.graphics.drawable.StateListDrawable 946 android.graphics.drawable.StateListDrawable$StateListState
|
D | compiled-classes-phone | 1350 android.graphics.drawable.StateListDrawable 1351 android.graphics.drawable.StateListDrawable$StateListState
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11579 public class AnimatedStateListDrawable extends android.graphics.drawable.StateListDrawable { 11977 public class StateListDrawable extends android.graphics.drawable.DrawableContainer { 11978 ctor public StateListDrawable();
|
/frameworks/base/api/ |
D | current.txt | 12729 public class AnimatedStateListDrawable extends android.graphics.drawable.StateListDrawable { 13184 public class StateListDrawable extends android.graphics.drawable.DrawableContainer { 13185 ctor public StateListDrawable();
|