Searched refs:mStopDrawable (Results 1 – 2 of 2) sorted by relevance
42 private Drawable mStopDrawable; field in NavigationBarPhone87 mStopDrawable = res.getDrawable(R.drawable.ic_stop_holo_dark); in onFinishInflate()101 if (mStopButton.getDrawable() != mStopDrawable) { in onProgressStarted()102 mStopButton.setImageDrawable(mStopDrawable); in onProgressStarted()
39 private Drawable mStopDrawable; field in NavigationBarTablet77 mStopDrawable = resources.getDrawable(R.drawable.ic_stop_holo_dark); in init()255 mStopButton.setImageDrawable(mStopDrawable); in onProgressStarted()