Home
last modified time | relevance | path

Searched refs:StateListDrawable (Results 1 – 25 of 31) 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
116 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable); in inflate()
311 StateListState(StateListState orig, StateListDrawable owner, Resources res) { in StateListState()
357 return new StateListDrawable(this, null); in newDrawable()
362 return new StateListDrawable(this, res); in newDrawable()
394 private StateListDrawable(StateListState state, Resources res) { in StateListDrawable() method in StateListDrawable
405 StateListDrawable(@Nullable StateListState state) { in StateListDrawable() method in StateListDrawable
DDrawableInflater.java151 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;
2075 private StateListDrawable constructStateListDeleteDrawable() { in constructStateListDeleteDrawable()
2077 StateListDrawable deleteDrawable = new StateListDrawable(); in constructStateListDeleteDrawable()
/frameworks/base/core/java/com/android/internal/app/
DMediaRouteControllerDialog.java30 import android.graphics.drawable.StateListDrawable;
296 if (!(mMediaRouteButtonDrawable instanceof StateListDrawable)) { in getIconDrawable()
299 StateListDrawable stateListDrawable = (StateListDrawable) mMediaRouteButtonDrawable; in getIconDrawable()
303 StateListDrawable stateListDrawable = (StateListDrawable) mMediaRouteButtonDrawable; in getIconDrawable()
/frameworks/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/core/tests/coretests/src/android/graphics/drawable/
DStateListDrawableTest.java34 private StateListDrawable slDrawable;
71 slDrawable = new StateListDrawable(); in setUp()
/frameworks/support/design/src/android/support/design/internal/
DNavigationMenuItemView.java26 import android.graphics.drawable.StateListDrawable;
168 private StateListDrawable createDefaultBackground() { in createDefaultBackground()
172 StateListDrawable drawable = new StateListDrawable(); in createDefaultBackground()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPointPreference.java23 import android.graphics.drawable.StateListDrawable;
63 private final StateListDrawable mFrictionSld;
114 mFrictionSld = frictionSld != null ? (StateListDrawable) frictionSld.getDrawable(0) : null; in AccessPointPreference()
140 mFrictionSld = frictionSld != null ? (StateListDrawable) frictionSld.getDrawable(0) : null; in AccessPointPreference()
/frameworks/base/services/core/java/com/android/server/policy/
DIconUtilities.java22 import android.graphics.drawable.StateListDrawable;
89 StateListDrawable result = new StateListDrawable(); in createIconDrawable()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java37 import android.graphics.drawable.StateListDrawable;
279 StateListDrawable stl = new StateListDrawable(); in focusSearchFailureFromSubChild()
330 StateListDrawable stl = new StateListDrawable(); in focusSearchFailure()
423 StateListDrawable stl = new StateListDrawable(); in topUnfocusableViewsVisibility()
537 StateListDrawable stl = new StateListDrawable(); in bottomUnfocusableViewsVisibility()
652 StateListDrawable stl = new StateListDrawable(); in leftUnfocusableViewsVisibility()
760 StateListDrawable stl = new StateListDrawable(); in rightUnfocusableViewsVisibility()
DLinearLayoutManagerTest.java36 import android.graphics.drawable.StateListDrawable;
191 StateListDrawable stl = new StateListDrawable(); in topUnfocusableViewsVisibility()
277 StateListDrawable stl = new StateListDrawable(); in bottomUnfocusableViewsVisibility()
362 StateListDrawable stl = new StateListDrawable(); in leftUnfocusableViewsVisibility()
448 StateListDrawable stl = new StateListDrawable(); in rightUnfocusableViewsVisibility()
539 StateListDrawable stl = new StateListDrawable(); in unfocusableScrollingWhenFocusCleared()
DRecyclerViewFastScrollerTest.java28 import android.graphics.drawable.StateListDrawable;
130 mScroller = new FastScroller(mRecyclerView, (StateListDrawable) res.getDrawable( in setup()
134 (StateListDrawable) res.getDrawable( in setup()
216 mScroller = new FastScroller(mRecyclerView, (StateListDrawable) res.getDrawable( in properCleanUp()
221 (StateListDrawable) res.getDrawable( in properCleanUp()
DGridLayoutManagerTest.java35 import android.graphics.drawable.StateListDrawable;
144 StateListDrawable stl = new StateListDrawable(); in focusSearchFailure()
195 StateListDrawable stl = new StateListDrawable(); in editTextVisibility()
298 StateListDrawable stl = new StateListDrawable(); in topUnfocusableViewsVisibility()
388 StateListDrawable stl = new StateListDrawable(); in bottomUnfocusableViewsVisibility()
478 StateListDrawable stl = new StateListDrawable(); in leftUnfocusableViewsVisibility()
568 StateListDrawable stl = new StateListDrawable(); in rightUnfocusableViewsVisibility()
DBaseStaggeredGridLayoutManagerTest.java20 import android.graphics.drawable.StateListDrawable;
915 StateListDrawable stl = new StateListDrawable(); in onBindViewHolder()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DFastScroller.java25 import android.graphics.drawable.StateListDrawable;
82 private final StateListDrawable mVerticalThumbDrawable;
88 private final StateListDrawable mHorizontalThumbDrawable;
134 FastScroller(RecyclerView recyclerView, StateListDrawable verticalThumbDrawable, in FastScroller()
135 Drawable verticalTrackDrawable, StateListDrawable horizontalThumbDrawable, in FastScroller()
DRecyclerView.java34 import android.graphics.drawable.StateListDrawable;
619 StateListDrawable verticalThumbDrawable = (StateListDrawable) a in RecyclerView()
623 StateListDrawable horizontalThumbDrawable = (StateListDrawable) a in RecyclerView()
10881 void initFastScroller(StateListDrawable verticalThumbDrawable, in initFastScroller()
10882 Drawable verticalTrackDrawable, StateListDrawable horizontalThumbDrawable, in initFastScroller()
/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.java36 import android.graphics.drawable.StateListDrawable;
403 if (dr instanceof StateListDrawable) { in needsTileify()
404 final StateListDrawable in = (StateListDrawable) dr; in needsTileify()
459 if (drawable instanceof StateListDrawable) { in tileify()
460 final StateListDrawable in = (StateListDrawable) drawable; in tileify()
461 final StateListDrawable out = new StateListDrawable(); in tileify()
DPopupWindow.java32 import android.graphics.drawable.StateListDrawable;
519 if (mBackground instanceof StateListDrawable) { in setBackgroundDrawable()
520 StateListDrawable stateList = (StateListDrawable) mBackground; in setBackgroundDrawable()
/frameworks/base/config/
Dpreloaded-classes878 android.graphics.drawable.StateListDrawable
879 android.graphics.drawable.StateListDrawable$StateListState

12