/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 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
|
D | DrawableInflater.java | 151 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; 2075 private StateListDrawable constructStateListDeleteDrawable() { in constructStateListDeleteDrawable() 2077 StateListDrawable deleteDrawable = new StateListDrawable(); in constructStateListDeleteDrawable()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | MediaRouteControllerDialog.java | 30 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/ |
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/core/tests/coretests/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 | 26 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/ |
D | AccessPointPreference.java | 23 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/ |
D | IconUtilities.java | 22 import android.graphics.drawable.StateListDrawable; 89 StateListDrawable result = new StateListDrawable(); in createIconDrawable()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | StaggeredGridLayoutManagerTest.java | 37 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()
|
D | LinearLayoutManagerTest.java | 36 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()
|
D | RecyclerViewFastScrollerTest.java | 28 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()
|
D | GridLayoutManagerTest.java | 35 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()
|
D | BaseStaggeredGridLayoutManagerTest.java | 20 import android.graphics.drawable.StateListDrawable; 915 StateListDrawable stl = new StateListDrawable(); in onBindViewHolder()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | FastScroller.java | 25 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()
|
D | RecyclerView.java | 34 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/ |
D | YearPickerView.java | 21 import android.graphics.drawable.StateListDrawable; 66 setSelector(new StateListDrawable()); in YearPickerView()
|
/frameworks/base/core/java/android/widget/ |
D | ProgressBar.java | 36 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()
|
D | PopupWindow.java | 32 import android.graphics.drawable.StateListDrawable; 519 if (mBackground instanceof StateListDrawable) { in setBackgroundDrawable() 520 StateListDrawable stateList = (StateListDrawable) mBackground; in setBackgroundDrawable()
|
/frameworks/base/config/ |
D | preloaded-classes | 878 android.graphics.drawable.StateListDrawable 879 android.graphics.drawable.StateListDrawable$StateListState
|