Home
last modified time | relevance | path

Searched refs:mStopDrawable (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DNavigationBarPhone.java42 private Drawable mStopDrawable; field in NavigationBarPhone
87 mStopDrawable = res.getDrawable(R.drawable.ic_stop_holo_dark); in onFinishInflate()
101 if (mStopButton.getDrawable() != mStopDrawable) { in onProgressStarted()
102 mStopButton.setImageDrawable(mStopDrawable); in onProgressStarted()
DNavigationBarTablet.java39 private Drawable mStopDrawable; field in NavigationBarTablet
77 mStopDrawable = resources.getDrawable(R.drawable.ic_stop_holo_dark); in init()
255 mStopButton.setImageDrawable(mStopDrawable); in onProgressStarted()