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

  /frameworks/base/services/java/com/android/server/status/
FixedSizeDrawable.java 25 class FixedSizeDrawable extends Drawable {
32 FixedSizeDrawable(Drawable that) {
StatusBarView.java 43 FixedSizeDrawable mBackground;
60 mBackground = new FixedSizeDrawable(mDate.getBackground());

Completed in 54 milliseconds