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

  /packages/apps/Browser/src/com/android/browser/
NavigationBarPhone.java 42 private Drawable mStopDrawable;
87 mStopDrawable = res.getDrawable(R.drawable.ic_stop_holo_dark);
101 if (mStopButton.getDrawable() != mStopDrawable) {
102 mStopButton.setImageDrawable(mStopDrawable);
NavigationBarTablet.java 39 private Drawable mStopDrawable;
77 mStopDrawable = resources.getDrawable(R.drawable.ic_stop_holo_dark);
255 mStopButton.setImageDrawable(mStopDrawable);

Completed in 585 milliseconds