Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBarActivity.java181 public void onSupportActionModeStarted(ActionMode mode) { in onSupportActionModeStarted() method in ActionBarActivity
DActionBarActivityDelegateICS.java196 mActivity.onSupportActionModeStarted( in onActionModeStarted()
DActionBarActivityDelegateBase.java380 mActivity.onSupportActionModeStarted(mActionMode); in startSupportActionMode()