HomeSort by relevance Sort by last modified time
    Searched full:backgrounddrawable (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
ToggleButton.java 136 private void updateReferenceToIndicatorDrawable(Drawable backgroundDrawable) {
137 if (backgroundDrawable instanceof LayerDrawable) {
138 LayerDrawable layerDrawable = (LayerDrawable) backgroundDrawable;
  /frameworks/base/core/java/android/webkit/
WebTextView.java 214 setBackgroundDrawable(new BackgroundDrawable(mRingInset));
219 private static class BackgroundDrawable extends Drawable {
225 public BackgroundDrawable(int width) {
    [all...]

Completed in 110 milliseconds