Home
last modified time | relevance | path

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

/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
DActionBarHelperHoneycomb.java34 private View mRefreshIndeterminateProgressView = null; field in ActionBarHelperHoneycomb
57 if (mRefreshIndeterminateProgressView == null) { in setRefreshActionItemState()
61 mRefreshIndeterminateProgressView = inflater.inflate( in setRefreshActionItemState()
65 refreshItem.setActionView(mRefreshIndeterminateProgressView); in setRefreshActionItemState()