Home
last modified time | relevance | path

Searched refs:StateListDrawable (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java61 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
DDrawableInflater.java139 return new StateListDrawable(); in inflateFromTag()
DAnimatedStateListDrawable.java63 public class AnimatedStateListDrawable extends StateListDrawable {
/frameworks/opt/chips/src/com/android/ex/chips/
DSingleRecipientArrayAdapter.java20 import android.graphics.drawable.StateListDrawable;
29 private final StateListDrawable mDeleteDrawable;
37 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable) { in SingleRecipientArrayAdapter()
DCircularImageView.java14 import android.graphics.drawable.StateListDrawable;
63 if (drawable instanceof StateListDrawable) { in onDraw()
64 if (((StateListDrawable) drawable).getCurrent() != null) { in onDraw()
DDropdownChipLayouter.java10 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()
DRecipientAlternatesAdapter.java23 import android.graphics.drawable.StateListDrawable;
66 private final StateListDrawable mDeleteDrawable;
379 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable, in RecipientAlternatesAdapter()
DRecipientEditTextView.java45 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/
DAccessPointPreference.java22 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/
DRenderDrawable.java32 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/
DStateListDrawableTest.java34 private StateListDrawable slDrawable;
71 slDrawable = new StateListDrawable(); in setUp()
/frameworks/support/design/src/android/support/design/internal/
DNavigationMenuItemView.java24 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/
DIconUtilities.java22 import android.graphics.drawable.StateListDrawable;
89 StateListDrawable result = new StateListDrawable(); in createIconDrawable()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DYearPickerView.java21 import android.graphics.drawable.StateListDrawable;
66 setSelector(new StateListDrawable()); in YearPickerView()
/frameworks/base/core/java/android/widget/
DProgressBar.java38 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()
DPopupWindow.java28 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/
DDrawableUtils.java27 import android.graphics.drawable.StateListDrawable;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java39 import android.graphics.drawable.StateListDrawable;
322 StateListDrawable stl = new StateListDrawable(); in focusSearchFailure()
DGridLayoutManagerTest.java31 import android.graphics.drawable.StateListDrawable;
132 StateListDrawable stl = new StateListDrawable(); in focusSearchFailure()
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd419 <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/
Ddrawable-resource.jd34 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/
Dpreloaded-classes945 android.graphics.drawable.StateListDrawable
946 android.graphics.drawable.StateListDrawable$StateListState
Dcompiled-classes-phone1350 android.graphics.drawable.StateListDrawable
1351 android.graphics.drawable.StateListDrawable$StateListState
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11579 public class AnimatedStateListDrawable extends android.graphics.drawable.StateListDrawable {
11977 public class StateListDrawable extends android.graphics.drawable.DrawableContainer {
11978 ctor public StateListDrawable();
/frameworks/base/api/
Dcurrent.txt12729 public class AnimatedStateListDrawable extends android.graphics.drawable.StateListDrawable {
13184 public class StateListDrawable extends android.graphics.drawable.DrawableContainer {
13185 ctor public StateListDrawable();

12