Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DNavigationBarPhone.java44 private String mStopDescription; field in NavigationBarPhone
89 mStopDescription = res.getString(R.string.accessibility_button_stop); in onFinishInflate()
103 mStopButton.setContentDescription(mStopDescription); in onProgressStarted()
DNavigationBarTablet.java41 private String mStopDescription; field in NavigationBarTablet
79 mStopDescription = resources.getString(R.string.accessibility_button_stop); in init()
256 mStopButton.setContentDescription(mStopDescription); in onProgressStarted()