SYMBOL INDEX (3111 symbols across 161 files) FILE: actionbarsherlock-fest/src/main/java/org/fest/assertions/api/ACTIONBARSHERLOCK.java class ACTIONBARSHERLOCK (line 13) | public class ACTIONBARSHERLOCK { method assertThat (line 14) | public static ActionBarAssert assertThat(ActionBar actual) { method assertThat (line 17) | public static ActionModeAssert assertThat(ActionMode actual) { method assertThat (line 20) | public static MenuAssert assertThat(Menu actual) { method assertThat (line 23) | public static MenuItemAssert assertThat(MenuItem actual) { FILE: actionbarsherlock-fest/src/main/java/org/fest/assertions/api/com/actionbarsherlock/app/ActionBarAssert.java class ActionBarAssert (line 20) | public class ActionBarAssert extends AbstractAssert { method MenuAssert (line 11) | public MenuAssert(Menu actual) { method hasItem (line 15) | public MenuAssert hasItem(int id) { method hasItemAt (line 23) | public MenuAssert hasItemAt(int index) { method hasVisibleItems (line 31) | public MenuAssert hasVisibleItems() { method hasNoVisibleItems (line 39) | public MenuAssert hasNoVisibleItems() { method hasSize (line 47) | public MenuAssert hasSize(int size) { FILE: actionbarsherlock-fest/src/main/java/org/fest/assertions/api/com/actionbarsherlock/view/MenuItemAssert.java class MenuItemAssert (line 12) | public class MenuItemAssert extends AbstractAssert> getData(String prefix) { method compare (line 142) | public int compare(Map map1, Map map2) { method activityIntent (line 147) | protected Intent activityIntent(String pkg, String componentName) { method browseIntent (line 153) | protected Intent browseIntent(String path) { method addItem (line 160) | protected void addItem(List> data, String name, In... method onListItemClick (line 167) | @Override FILE: actionbarsherlock-samples/demos/src/com/actionbarsherlock/sample/demos/SearchViews.java class SearchViews (line 36) | public class SearchViews extends SherlockActivity implements SearchView.... method onCreateOptionsMenu (line 46) | @Override method onCreate (line 75) | @Override method onQueryTextSubmit (line 83) | @Override method onQueryTextChange (line 89) | @Override method onSuggestionSelect (line 94) | @Override method onSuggestionClick (line 99) | @Override class SuggestionsAdapter (line 107) | private class SuggestionsAdapter extends CursorAdapter { method SuggestionsAdapter (line 109) | public SuggestionsAdapter(Context context, Cursor c) { method newView (line 113) | @Override method bindView (line 120) | @Override FILE: actionbarsherlock-samples/demos/src/com/actionbarsherlock/sample/demos/ShareActionProviders.java class ShareActionProviders (line 41) | public class ShareActionProviders extends SherlockActivity { method onCreate (line 45) | @Override method onCreateOptionsMenu (line 54) | @Override method createShareIntent (line 86) | private Intent createShareIntent() { method copyPrivateRawResourceToPubliclyAccessibleFile (line 98) | private void copyPrivateRawResourceToPubliclyAccessibleFile() { FILE: actionbarsherlock-samples/demos/src/com/actionbarsherlock/sample/demos/Simple.java class Simple (line 23) | public class Simple extends SherlockActivity { method onCreate (line 24) | @Override FILE: actionbarsherlock-samples/demos/src/com/actionbarsherlock/sample/demos/SplitActionItems.java class SplitActionItems (line 21) | public class SplitActionItems extends ActionItems { method setContent (line 22) | @Override FILE: actionbarsherlock-samples/demos/src/com/actionbarsherlock/sample/demos/SplitActionModes.java class SplitActionModes (line 19) | public class SplitActionModes extends ActionModes {} FILE: actionbarsherlock-samples/demos/src/com/actionbarsherlock/sample/demos/StaticAttachment.java class StaticAttachment (line 27) | public class StaticAttachment extends Activity implements OnCreateOption... method onCreate (line 30) | @Override method onCreateOptionsMenu (line 61) | @Override method onCreateOptionsMenu (line 75) | @Override FILE: actionbarsherlock-samples/demos/src/com/actionbarsherlock/sample/demos/Styled.java class Styled (line 27) | public class Styled extends SherlockActivity { method onCreate (line 28) | @Override method onCreateOptionsMenu (line 46) | @Override FILE: actionbarsherlock-samples/demos/src/com/actionbarsherlock/sample/demos/SubMenus.java class SubMenus (line 25) | public class SubMenus extends SherlockActivity { method onCreateOptionsMenu (line 26) | @Override method onCreate (line 50) | @Override FILE: actionbarsherlock-samples/demos/src/com/actionbarsherlock/sample/demos/TabNavigation.java class TabNavigation (line 11) | public class TabNavigation extends SherlockActivity implements ActionBar... method onCreate (line 14) | @Override method onTabReselected (line 31) | @Override method onTabSelected (line 35) | @Override method onTabUnselected (line 40) | @Override FILE: actionbarsherlock-samples/demos/src/com/actionbarsherlock/sample/demos/TabNavigationCollapsed.java class TabNavigationCollapsed (line 5) | public class TabNavigationCollapsed extends TabNavigation { method onCreate (line 6) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/CheckableFrameLayout.java class CheckableFrameLayout (line 25) | public class CheckableFrameLayout extends FrameLayout implements Checkab... method CheckableFrameLayout (line 28) | public CheckableFrameLayout(Context context) { method CheckableFrameLayout (line 32) | public CheckableFrameLayout(Context context, AttributeSet attrs) { method setChecked (line 36) | public void setChecked(boolean checked) { method isChecked (line 41) | public boolean isChecked() { method toggle (line 45) | public void toggle() { FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/Cheeses.java class Cheeses (line 19) | public class Cheeses { FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentAlertDialogSupport.java class FragmentAlertDialogSupport (line 35) | public class FragmentAlertDialogSupport extends SherlockFragmentActivity { method onCreate (line 37) | @Override method showDialog (line 56) | void showDialog() { method doPositiveClick (line 62) | public void doPositiveClick() { method doNegativeClick (line 67) | public void doNegativeClick() { class MyAlertDialogFragment (line 74) | public static class MyAlertDialogFragment extends SherlockDialogFragme... method newInstance (line 76) | public static MyAlertDialogFragment newInstance(int title) { method onCreateDialog (line 84) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentArgumentsSupport.java class FragmentArgumentsSupport (line 36) | public class FragmentArgumentsSupport extends SherlockFragmentActivity { method onCreate (line 38) | @Override protected void onCreate(Bundle savedInstanceState) { class MyFragment (line 54) | public static class MyFragment extends SherlockFragment { method newInstance (line 61) | static MyFragment newInstance(CharSequence label) { method onInflate (line 73) | @Override public void onInflate(Activity activity, AttributeSet attrs, method onCreate (line 87) | @Override public void onCreate(Bundle savedInstanceState) { method onCreateView (line 102) | @Override public View onCreateView(LayoutInflater inflater, ViewGrou... FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentContextMenuSupport.java class FragmentContextMenuSupport (line 34) | public class FragmentContextMenuSupport extends SherlockFragmentActivity { method onCreate (line 36) | @Override class ContextMenuFragment (line 47) | public static class ContextMenuFragment extends SherlockFragment { method onCreateView (line 49) | @Override method onCreateContextMenu (line 57) | @Override method onContextItemSelected (line 64) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentCustomAnimationSupport.java class FragmentCustomAnimationSupport (line 31) | public class FragmentCustomAnimationSupport extends SherlockFragmentActi... method onCreate (line 34) | @Override method onSaveInstanceState (line 58) | @Override method addFragmentToStack (line 65) | void addFragmentToStack() { class CountingFragment (line 85) | public static class CountingFragment extends SherlockFragment { method newInstance (line 92) | static CountingFragment newInstance(int num) { method onCreate (line 106) | @Override method onCreateView (line 116) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentDialogOrActivitySupport.java class FragmentDialogOrActivitySupport (line 31) | public class FragmentDialogOrActivitySupport extends SherlockFragmentAct... method onCreate (line 32) | @Override method showDialog (line 58) | void showDialog() { class MyDialogFragment (line 66) | public static class MyDialogFragment extends SherlockDialogFragment { method newInstance (line 67) | static MyDialogFragment newInstance() { method onCreateView (line 71) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentDialogSupport.java class FragmentDialogSupport (line 32) | public class FragmentDialogSupport extends SherlockFragmentActivity { method onCreate (line 35) | @Override method onSaveInstanceState (line 60) | @Override method showDialog (line 67) | void showDialog() { method getNameForNum (line 86) | static String getNameForNum(int num) { class MyDialogFragment (line 102) | public static class MyDialogFragment extends SherlockDialogFragment { method newInstance (line 109) | static MyDialogFragment newInstance(int num) { method onCreate (line 120) | @Override method onCreateView (line 146) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentHideShowSupport.java class FragmentHideShowSupport (line 35) | public class FragmentHideShowSupport extends SherlockFragmentActivity { method onCreate (line 37) | @Override method addShowHideListener (line 50) | void addShowHideListener(int buttonId, final Fragment fragment) { class FirstFragment (line 69) | public static class FirstFragment extends SherlockFragment { method onCreateView (line 72) | @Override method onSaveInstanceState (line 87) | @Override class SecondFragment (line 96) | public static class SecondFragment extends Fragment { method onCreateView (line 98) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentLayoutSupport.java class FragmentLayoutSupport (line 40) | public class FragmentLayoutSupport extends SherlockFragmentActivity { method onCreate (line 43) | @Override class DetailsActivity (line 57) | public static class DetailsActivity extends SherlockFragmentActivity { method onCreate (line 59) | @Override class TitlesFragment (line 89) | public static class TitlesFragment extends SherlockListFragment { method onActivityCreated (line 93) | @Override method onSaveInstanceState (line 120) | @Override method onListItemClick (line 126) | @Override method showDetails (line 136) | void showDetails(int index) { class DetailsFragment (line 176) | public static class DetailsFragment extends SherlockFragment { method newInstance (line 181) | public static DetailsFragment newInstance(int index) { method getShownIndex (line 192) | public int getShownIndex() { method onCreateView (line 196) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentListArraySupport.java class FragmentListArraySupport (line 31) | public class FragmentListArraySupport extends SherlockFragmentActivity { method onCreate (line 33) | @Override class ArrayListFragment (line 45) | public static class ArrayListFragment extends SherlockListFragment { method onActivityCreated (line 47) | @Override method onListItemClick (line 54) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentMenuSupport.java class FragmentMenuSupport (line 35) | public class FragmentMenuSupport extends SherlockFragmentActivity { method onClick (line 43) | public void onClick(View v) { method onCreate (line 48) | @Override method onRestoreInstanceState (line 79) | @Override method updateFragmentVisibility (line 87) | void updateFragmentVisibility() { class MenuFragment (line 101) | public static class MenuFragment extends SherlockFragment { method onCreate (line 103) | @Override method onCreateOptionsMenu (line 109) | @Override class Menu2Fragment (line 119) | public static class Menu2Fragment extends SherlockFragment { method onCreate (line 121) | @Override method onCreateOptionsMenu (line 127) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentPagerSupport.java class FragmentPagerSupport (line 37) | public class FragmentPagerSupport extends SherlockFragmentActivity { method onCreate (line 44) | @Override class MyAdapter (line 70) | public static class MyAdapter extends FragmentPagerAdapter { method MyAdapter (line 71) | public MyAdapter(FragmentManager fm) { method getCount (line 75) | @Override method getItem (line 80) | @Override class ArrayListFragment (line 86) | public static class ArrayListFragment extends SherlockListFragment { method newInstance (line 93) | static ArrayListFragment newInstance(int num) { method onCreate (line 107) | @Override method onCreateView (line 117) | @Override method onActivityCreated (line 126) | @Override method onListItemClick (line 133) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentReceiveResultSupport.java class FragmentReceiveResultSupport (line 34) | public class FragmentReceiveResultSupport extends SherlockFragmentActivi... method onCreate (line 36) | @Override class ReceiveResultFragment (line 55) | public static class ReceiveResultFragment extends SherlockFragment { method onClick (line 62) | public void onClick(View v) { method onCreate (line 70) | @Override method onSaveInstanceState (line 75) | @Override method onCreateView (line 80) | @Override method onActivityResult (line 102) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentRetainInstanceSupport.java class FragmentRetainInstanceSupport (line 36) | public class FragmentRetainInstanceSupport extends SherlockFragmentActiv... method onCreate (line 37) | @Override class UiFragment (line 53) | public static class UiFragment extends SherlockFragment { method onCreateView (line 56) | @Override method onActivityCreated (line 72) | @Override class RetainedFragment (line 97) | public static class RetainedFragment extends SherlockFragment { method run (line 108) | @Override method onCreate (line 154) | @Override method onActivityCreated (line 172) | @Override method onDestroy (line 191) | @Override method onDetach (line 207) | @Override method restart (line 224) | public void restart() { FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentStackSupport.java class FragmentStackSupport (line 31) | public class FragmentStackSupport extends SherlockFragmentActivity { method onCreate (line 34) | @Override method onSaveInstanceState (line 58) | @Override method addFragmentToStack (line 65) | void addFragmentToStack() { class CountingFragment (line 82) | public static class CountingFragment extends SherlockFragment { method newInstance (line 89) | static CountingFragment newInstance(int num) { method onCreate (line 103) | @Override method onCreateView (line 113) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentStatePagerSupport.java class FragmentStatePagerSupport (line 37) | public class FragmentStatePagerSupport extends SherlockFragmentActivity { method onCreate (line 44) | @Override class MyAdapter (line 70) | public static class MyAdapter extends FragmentStatePagerAdapter { method MyAdapter (line 71) | public MyAdapter(FragmentManager fm) { method getCount (line 75) | @Override method getItem (line 80) | @Override class ArrayListFragment (line 86) | public static class ArrayListFragment extends SherlockListFragment { method newInstance (line 93) | static ArrayListFragment newInstance(int num) { method onCreate (line 107) | @Override method onCreateView (line 117) | @Override method onActivityCreated (line 126) | @Override method onListItemClick (line 133) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentTabs.java class FragmentTabs (line 34) | public class FragmentTabs extends SherlockFragmentActivity { method onCreate (line 38) | @Override method onSaveInstanceState (line 63) | @Override class TabManager (line 80) | public static class TabManager implements TabHost.OnTabChangeListener { class TabInfo (line 87) | static final class TabInfo { method TabInfo (line 93) | TabInfo(String _tag, Class _class, Bundle _args) { class DummyTabFactory (line 100) | static class DummyTabFactory implements TabHost.TabContentFactory { method DummyTabFactory (line 103) | public DummyTabFactory(Context context) { method createTabContent (line 107) | @Override method TabManager (line 116) | public TabManager(FragmentActivity activity, TabHost tabHost, int co... method addTab (line 123) | public void addTab(TabHost.TabSpec tabSpec, Class clss, Bundle ar... method onTabChanged (line 143) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/FragmentTabsPager.java class FragmentTabsPager (line 36) | public class FragmentTabsPager extends SherlockFragmentActivity { method onCreate (line 41) | @Override method onSaveInstanceState (line 68) | @Override class TabsAdapter (line 85) | public static class TabsAdapter extends FragmentPagerAdapter class TabInfo (line 92) | static final class TabInfo { method TabInfo (line 97) | TabInfo(String _tag, Class _class, Bundle _args) { class DummyTabFactory (line 104) | static class DummyTabFactory implements TabHost.TabContentFactory { method DummyTabFactory (line 107) | public DummyTabFactory(Context context) { method createTabContent (line 111) | @Override method TabsAdapter (line 120) | public TabsAdapter(FragmentActivity activity, TabHost tabHost, ViewP... method addTab (line 130) | public void addTab(TabHost.TabSpec tabSpec, Class clss, Bundle ar... method getCount (line 140) | @Override method getItem (line 145) | @Override method onTabChanged (line 151) | @Override method onPageScrolled (line 157) | @Override method onPageSelected (line 161) | @Override method onPageScrollStateChanged (line 175) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/LoaderCursorSupport.java class LoaderCursorSupport (line 44) | @SuppressWarnings("all") method onCreate (line 47) | @Override class CursorLoaderListFragment (line 61) | public static class CursorLoaderListFragment extends SherlockListFragment method onActivityCreated (line 70) | @Override public void onActivityCreated(Bundle savedInstanceState) { method onCreateOptionsMenu (line 95) | @Override public void onCreateOptionsMenu(Menu menu, MenuInflater in... method onListItemClick (line 119) | @Override public void onListItemClick(ListView l, View v, int positi... method onCreateLoader (line 130) | public Loader onCreateLoader(int id, Bundle args) { method onLoadFinished (line 151) | public void onLoadFinished(Loader loader, Cursor data) { method onLoaderReset (line 164) | public void onLoaderReset(Loader loader) { FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/LoaderCustomSupport.java class LoaderCustomSupport (line 62) | public class LoaderCustomSupport extends SherlockFragmentActivity { method onCreate (line 64) | @Override class AppEntry (line 81) | public static class AppEntry { method AppEntry (line 82) | public AppEntry(AppListLoader loader, ApplicationInfo info) { method getApplicationInfo (line 88) | public ApplicationInfo getApplicationInfo() { method getLabel (line 92) | public String getLabel() { method getIcon (line 96) | public Drawable getIcon() { method toString (line 120) | @Override public String toString() { method loadLabel (line 124) | void loadLabel(Context context) { method compare (line 150) | @Override class InterestingConfigChanges (line 160) | public static class InterestingConfigChanges { method applyNewConfig (line 164) | boolean applyNewConfig(Resources res) { class PackageIntentReceiver (line 180) | public static class PackageIntentReceiver extends BroadcastReceiver { method PackageIntentReceiver (line 183) | public PackageIntentReceiver(AppListLoader loader) { method onReceive (line 197) | @Override public void onReceive(Context context, Intent intent) { class AppListLoader (line 206) | public static class AppListLoader extends AsyncTaskLoader loadInBackground() { method deliverResult (line 258) | @Override public void deliverResult(List apps) { method onStartLoading (line 286) | @Override protected void onStartLoading() { method onStopLoading (line 312) | @Override protected void onStopLoading() { method onCanceled (line 320) | @Override public void onCanceled(List apps) { method onReset (line 331) | @Override protected void onReset() { method onReleaseResources (line 355) | protected void onReleaseResources(List apps) { class AppListAdapter (line 363) | public static class AppListAdapter extends ArrayAdapter { method AppListAdapter (line 366) | public AppListAdapter(Context context) { method setData (line 371) | public void setData(List data) { method getView (line 383) | @Override public View getView(int position, View convertView, ViewGr... class AppListFragment (line 400) | public static class AppListFragment extends SherlockListFragment method onActivityCreated (line 411) | @Override public void onActivityCreated(Bundle savedInstanceState) { method onCreateOptionsMenu (line 433) | @Override public void onCreateOptionsMenu(Menu menu, MenuInflater in... method onListItemClick (line 455) | @Override public void onListItemClick(ListView l, View v, int positi... method onCreateLoader (line 460) | @Override public Loader> onCreateLoader(int id, Bundl... method onLoadFinished (line 466) | @Override public void onLoadFinished(Loader> loader, ... method onLoaderReset (line 478) | @Override public void onLoaderReset(Loader> loader) { FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/LoaderThrottleSupport.java class LoaderThrottleSupport (line 57) | public class LoaderThrottleSupport extends SherlockFragmentActivity { class MainTable (line 69) | public static final class MainTable implements BaseColumns { method MainTable (line 72) | private MainTable() {} class DatabaseHelper (line 117) | static class DatabaseHelper extends SQLiteOpenHelper { method DatabaseHelper (line 122) | DatabaseHelper(Context context) { method onCreate (line 133) | @Override method onUpgrade (line 148) | @Override class SimpleProvider (line 166) | public static class SimpleProvider extends ContentProvider { method SimpleProvider (line 183) | public SimpleProvider() { method onCreate (line 199) | @Override method query (line 209) | @Override method getType (line 252) | @Override method insert (line 267) | @Override method delete (line 303) | @Override method update (line 339) | @Override method onCreate (line 369) | @Override class ThrottledLoaderListFragment (line 382) | public static class ThrottledLoaderListFragment extends SherlockListFr... method onActivityCreated (line 398) | @Override public void onActivityCreated(Bundle savedInstanceState) { method onCreateOptionsMenu (line 419) | @Override public void onCreateOptionsMenu(Menu menu, MenuInflater in... method onOptionsItemSelected (line 426) | @Override public boolean onOptionsItemSelected(MenuItem item) { method onListItemClick (line 476) | @Override public void onListItemClick(ListView l, View v, int positi... method onCreateLoader (line 487) | public Loader onCreateLoader(int id, Bundle args) { method onLoadFinished (line 494) | public void onLoadFinished(Loader loader, Cursor data) { method onLoaderReset (line 505) | public void onLoaderReset(Loader loader) { FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/SampleList.java class SampleList (line 41) | public class SampleList extends SherlockListActivity { method onCreate (line 44) | @Override method onCreateOptionsMenu (line 61) | @Override method onOptionsItemSelected (line 71) | @Override method getData (line 81) | protected List> getData(String prefix) { method compare (line 142) | public int compare(Map map1, Map map2) { method activityIntent (line 147) | protected Intent activityIntent(String pkg, String componentName) { method browseIntent (line 153) | protected Intent browseIntent(String path) { method addItem (line 160) | protected void addItem(List> data, String name, In... method onListItemClick (line 167) | @Override FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/SendResult.java class SendResult (line 30) | public class SendResult extends SherlockActivity method onCreate (line 37) | @Override method onClick (line 58) | public void onClick(View v) method onClick (line 69) | public void onClick(View v) FILE: actionbarsherlock-samples/fragments/src/com/actionbarsherlock/sample/fragments/Shakespeare.java class Shakespeare (line 3) | public final class Shakespeare { FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/Issue240.java class Issue240 (line 39) | public class Issue240 extends SherlockFragmentActivity implements OnPage... method onCreate (line 44) | @Override method onPageScrolled (line 60) | @Override method onPageSelected (line 64) | @Override method onPageScrollStateChanged (line 69) | @Override method onTabSelected (line 73) | @Override method onTabUnselected (line 78) | @Override method onTabReselected (line 82) | @Override class MyAdapter (line 86) | public static class MyAdapter extends FragmentStatePagerAdapter { method MyAdapter (line 87) | public MyAdapter(FragmentManager fm) { method getCount (line 91) | @Override method getItem (line 96) | @Override class BoringFragment (line 102) | public static class BoringFragment extends SherlockFragment { method newInstance (line 109) | static BoringFragment newInstance(int num) { method onCreate (line 123) | @Override method onCreateView (line 133) | @Override FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/Issue272.java class Issue272 (line 40) | public class Issue272 extends SherlockFragmentActivity { method onCreate (line 47) | @Override class MyAdapter (line 72) | public static class MyAdapter extends FragmentStatePagerAdapter { method MyAdapter (line 73) | public MyAdapter(FragmentManager fm) { method getCount (line 77) | @Override method getItem (line 82) | @Override class ArrayListFragment (line 88) | public static class ArrayListFragment extends SherlockListFragment { method newInstance (line 95) | static ArrayListFragment newInstance(int num) { method onCreate (line 109) | @Override method onCreateView (line 121) | @Override method onActivityCreated (line 130) | @Override method onListItemClick (line 137) | @Override method onCreateOptionsMenu (line 144) | @Override method onOptionsItemSelected (line 155) | @Override FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/Issue331.java class Issue331 (line 16) | public class Issue331 extends SherlockActivity { method onCreate (line 19) | public void onCreate(Bundle savedInstanceState) { method onCreateOptionsMenu (line 32) | public boolean onCreateOptionsMenu(Menu menu) { method onOptionsItemSelected (line 39) | public boolean onOptionsItemSelected(MenuItem item) { FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/Issue379.java class Issue379 (line 30) | public class Issue379 extends SherlockActivity implements ActionBar.TabL... method onCreate (line 31) | @Override method onCreateOptionsMenu (line 44) | @Override public boolean onCreateOptionsMenu(Menu menu) { method onTabSelected (line 49) | @Override method onTabUnselected (line 53) | @Override method onTabReselected (line 57) | @Override FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/Issue435.java class Issue435 (line 18) | public class Issue435 extends SherlockActivity implements View.OnClickLi... method onCreate (line 19) | @Override method onClick (line 47) | @Override public void onClick(View v) { method onTabSelected (line 52) | @Override method onTabUnselected (line 57) | @Override method onTabReselected (line 62) | @Override class SuperSweetActionModeOfScience (line 67) | private static final class SuperSweetActionModeOfScience implements Ac... method onCreateActionMode (line 68) | @Override method onPrepareActionMode (line 73) | @Override method onActionItemClicked (line 78) | @Override method onDestroyActionMode (line 83) | @Override FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/Issue659.java class Issue659 (line 17) | public class Issue659 extends SherlockActivity { method onCreate (line 19) | @Override method onCreateOptionsMenu (line 33) | @Override FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/Issue659SuggestionsProvider.java class Issue659SuggestionsProvider (line 8) | public class Issue659SuggestionsProvider extends SearchRecentSuggestions... method Issue659SuggestionsProvider (line 12) | public Issue659SuggestionsProvider() { FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/Issue738.java class Issue738 (line 16) | public class Issue738 extends SherlockActivity implements ActionBar.OnNa... method onCreate (line 18) | @Override method onNavigationItemSelected (line 26) | @Override class DropdownItemAdapter (line 31) | private class DropdownItemAdapter extends ArrayAdapter impleme... method DropdownItemAdapter (line 38) | public DropdownItemAdapter(Activity activity) { method getDropDownView (line 44) | @Override FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/Issue882.java class Issue882 (line 23) | public class Issue882 extends SherlockFragmentActivity implements method onCreate (line 29) | @Override method onPageScrolled (line 45) | @Override method onPageSelected (line 50) | @Override method onPageScrollStateChanged (line 55) | @Override method onTabSelected (line 59) | @Override method onTabUnselected (line 64) | @Override method onTabReselected (line 68) | @Override class MyAdapter (line 72) | public static class MyAdapter extends FragmentStatePagerAdapter { method MyAdapter (line 73) | public MyAdapter(FragmentManager fm) { method getCount (line 77) | @Override method getItem (line 82) | @Override class BoringFragment (line 88) | public static class BoringFragment extends SherlockFragment { method newInstance (line 95) | static BoringFragment newInstance(int num) { method onCreate (line 109) | @Override method onCreateView (line 119) | @Override FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/Issue969.java class Issue969 (line 11) | public class Issue969 extends SherlockActivity { method onCreate (line 12) | @Override method onCreateOptionsMenu (line 21) | @Override FILE: actionbarsherlock-samples/known-bugs/src/com/actionbarsherlock/sample/knownbugs/SampleList.java class SampleList (line 42) | public class SampleList extends SherlockListActivity implements ActionBa... method onCreate (line 46) | @Override method onListItemClick (line 58) | @Override method onTabSelected (line 64) | @Override method onTabUnselected (line 70) | @Override method onTabReselected (line 75) | @Override class IntentAdapter (line 80) | private class IntentAdapter extends BaseAdapter { method IntentAdapter (line 84) | IntentAdapter() { method refresh (line 89) | void refresh() { method getCount (line 109) | @Override method getItem (line 114) | @Override method getItemId (line 119) | @Override method getView (line 124) | @Override FILE: actionbarsherlock-samples/roboguice/src/com/actionbarsherlock/sample/roboguice/activity/AstroboyMasterConsole.java class AstroboyMasterConsole (line 32) | @ContentView(R.layout.main) method onCreate (line 55) | @Override FILE: actionbarsherlock-samples/roboguice/src/com/actionbarsherlock/sample/roboguice/activity/FightForcesOfEvilActivity.java class FightForcesOfEvilActivity (line 23) | public class FightForcesOfEvilActivity extends RoboSherlockActivity { method onCreate (line 35) | @Override class AsyncPunch (line 60) | public static class AsyncPunch extends RoboAsyncTask { method AsyncPunch (line 69) | public AsyncPunch(Context context) { method call (line 73) | public String call() throws Exception { FILE: actionbarsherlock-samples/roboguice/src/com/actionbarsherlock/sample/roboguice/controller/Astroboy.java class Astroboy (line 27) | @Singleton method say (line 39) | public void say(String something) { method brushTeeth (line 44) | public void brushTeeth() { method punch (line 48) | public String punch() { FILE: actionbarsherlock-samples/roboguice/src/com/actionbarsherlock/sample/roboguice/controller/AstroboyRemoteControl.java class AstroboyRemoteControl (line 28) | @ContextSingleton method brushTeeth (line 42) | public void brushTeeth() { method say (line 48) | public void say( String something ) { method selfDestruct (line 53) | public void selfDestruct() { FILE: actionbarsherlock-samples/styled/src/com/actionbarsherlock/sample/styled/MainActivity.java class MainActivity (line 32) | public class MainActivity extends SherlockFragmentActivity implements Ac... method onCreate (line 41) | @Override method onCreateOptionsMenu (line 86) | @Override method onOptionsItemSelected (line 107) | @Override method rotateLeftFrag (line 165) | private void rotateLeftFrag() { method showStandardNav (line 172) | private void showStandardNav() { method showDropDownNav (line 180) | private void showDropDownNav() { method showTabsNav (line 188) | private void showTabsNav() { method onTabSelected (line 196) | public void onTabSelected(ActionBar.Tab tab, FragmentTransaction ft) { method onTabUnselected (line 202) | public void onTabUnselected(ActionBar.Tab tab, FragmentTransaction ft) { method onTabReselected (line 206) | public void onTabReselected(ActionBar.Tab tab, FragmentTransaction ft) { FILE: actionbarsherlock-samples/styled/src/com/actionbarsherlock/sample/styled/RoundedColourFragment.java class RoundedColourFragment (line 28) | public class RoundedColourFragment extends SherlockFragment { method RoundedColourFragment (line 36) | public RoundedColourFragment() { method RoundedColourFragment (line 40) | public RoundedColourFragment(int colour, float weight, int margin_left, method onCreate (line 50) | @Override method onCreateView (line 66) | @Override FILE: actionbarsherlock/src/android/support/v4/app/Watson.java class Watson (line 16) | public abstract class Watson extends FragmentActivity implements OnCreat... type OnCreateOptionsMenuListener (line 20) | public interface OnCreateOptionsMenuListener { method onCreateOptionsMenu (line 21) | public void onCreateOptionsMenu(Menu menu, MenuInflater inflater); type OnPrepareOptionsMenuListener (line 24) | public interface OnPrepareOptionsMenuListener { method onPrepareOptionsMenu (line 25) | public void onPrepareOptionsMenu(Menu menu); type OnOptionsItemSelectedListener (line 28) | public interface OnOptionsItemSelectedListener { method onOptionsItemSelected (line 29) | public boolean onOptionsItemSelected(MenuItem item); method onCreatePanelMenu (line 39) | @Override method onPreparePanel (line 84) | @Override method onMenuItemSelected (line 113) | @Override method onCreateOptionsMenu (line 136) | public abstract boolean onCreateOptionsMenu(Menu menu); method onPrepareOptionsMenu (line 138) | public abstract boolean onPrepareOptionsMenu(Menu menu); method onOptionsItemSelected (line 140) | public abstract boolean onOptionsItemSelected(MenuItem item); method getSupportMenuInflater (line 142) | public abstract MenuInflater getSupportMenuInflater(); FILE: actionbarsherlock/src/com/actionbarsherlock/ActionBarSherlock.java class ActionBarSherlock (line 42) | public abstract class ActionBarSherlock { type OnCreatePanelMenuListener (line 73) | public interface OnCreatePanelMenuListener { method onCreatePanelMenu (line 74) | public boolean onCreatePanelMenu(int featureId, Menu menu); type OnCreateOptionsMenuListener (line 77) | public interface OnCreateOptionsMenuListener { method onCreateOptionsMenu (line 78) | public boolean onCreateOptionsMenu(Menu menu); type OnMenuItemSelectedListener (line 81) | public interface OnMenuItemSelectedListener { method onMenuItemSelected (line 82) | public boolean onMenuItemSelected(int featureId, MenuItem item); type OnOptionsItemSelectedListener (line 85) | public interface OnOptionsItemSelectedListener { method onOptionsItemSelected (line 86) | public boolean onOptionsItemSelected(MenuItem item); type OnPreparePanelListener (line 89) | public interface OnPreparePanelListener { method onPreparePanel (line 90) | public boolean onPreparePanel(int featureId, View view, Menu menu); type OnPrepareOptionsMenuListener (line 93) | public interface OnPrepareOptionsMenuListener { method onPrepareOptionsMenu (line 94) | public boolean onPrepareOptionsMenu(Menu menu); type OnActionModeFinishedListener (line 97) | public interface OnActionModeFinishedListener { method onActionModeFinished (line 98) | public void onActionModeFinished(ActionMode mode); type OnActionModeStartedListener (line 101) | public interface OnActionModeStartedListener { method onActionModeStarted (line 102) | public void onActionModeStarted(ActionMode mode); method registerImplementation (line 122) | public static void registerImplementation(Class getListeners() { method removeAllListeners (line 182) | public void removeAllListeners() { method clone (line 189) | @Override method setupStartValues (line 216) | public void setupStartValues() { method setupEndValues (line 228) | public void setupEndValues() { method setTarget (line 239) | public void setTarget(Object target) { type AnimatorListener (line 247) | public static interface AnimatorListener { method onAnimationStart (line 253) | void onAnimationStart(Animator animation); method onAnimationEnd (line 261) | void onAnimationEnd(Animator animation); method onAnimationCancel (line 269) | void onAnimationCancel(Animator animation); method onAnimationRepeat (line 276) | void onAnimationRepeat(Animator animation); FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/AnimatorListenerAdapter.java class AnimatorListenerAdapter (line 24) | public abstract class AnimatorListenerAdapter implements Animator.Animat... method onAnimationCancel (line 29) | @Override method onAnimationEnd (line 36) | @Override method onAnimationRepeat (line 43) | @Override method onAnimationStart (line 50) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/AnimatorSet.java class AnimatorSet (line 45) | @SuppressWarnings("unchecked") method playTogether (line 125) | public void playTogether(Animator... items) { method playTogether (line 140) | public void playTogether(Collection items) { method playSequentially (line 160) | public void playSequentially(Animator... items) { method playSequentially (line 179) | public void playSequentially(List items) { method getChildAnimations (line 200) | public ArrayList getChildAnimations() { method setTarget (line 215) | @Override method setInterpolator (line 233) | @Override method play (line 268) | public Builder play(Animator anim) { method cancel (line 282) | @Override method end (line 317) | @Override method isRunning (line 355) | @Override method isStarted (line 365) | @Override method getStartDelay (line 376) | @Override method setStartDelay (line 387) | @Override method getDuration (line 400) | @Override method setDuration (line 413) | @Override method setupStartValues (line 427) | @Override method setupEndValues (line 434) | @Override method start (line 448) | @Override method clone (line 548) | @Override class DependencyListener (line 623) | private static class DependencyListener implements AnimatorListener { method DependencyListener (line 634) | public DependencyListener(AnimatorSet animatorSet, Node node, int ru... method onAnimationCancel (line 645) | public void onAnimationCancel(Animator animation) { method onAnimationEnd (line 651) | public void onAnimationEnd(Animator animation) { method onAnimationRepeat (line 660) | public void onAnimationRepeat(Animator animation) { method onAnimationStart (line 666) | public void onAnimationStart(Animator animation) { method startIfReady (line 678) | private void startIfReady(Animator dependencyAnimation) { class AnimatorSetListener (line 706) | private class AnimatorSetListener implements AnimatorListener { method AnimatorSetListener (line 710) | AnimatorSetListener(AnimatorSet animatorSet) { method onAnimationCancel (line 714) | public void onAnimationCancel(Animator animation) { method onAnimationEnd (line 729) | public void onAnimationEnd(Animator animation) { method onAnimationRepeat (line 763) | public void onAnimationRepeat(Animator animation) { method onAnimationStart (line 767) | public void onAnimationStart(Animator animation) { method sortNodes (line 782) | private void sortNodes() { class Dependency (line 850) | private static class Dependency { method Dependency (line 860) | public Dependency(Node node, int rule) { class Node (line 872) | private static class Node implements Cloneable { method Node (line 921) | public Node(Animator animation) { method addDependency (line 930) | public void addDependency(Dependency dependency) { method clone (line 946) | @Override class Builder (line 1010) | public class Builder { method Builder (line 1025) | Builder(Animator anim) { method with (line 1041) | public Builder with(Animator anim) { method before (line 1061) | public Builder before(Animator anim) { method after (line 1081) | public Builder after(Animator anim) { method after (line 1101) | public Builder after(long delay) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/FloatEvaluator.java class FloatEvaluator (line 22) | public class FloatEvaluator implements TypeEvaluator { method evaluate (line 38) | public Float evaluate(float fraction, Number startValue, Number endVal... FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/FloatKeyframeSet.java class FloatKeyframeSet (line 34) | @SuppressWarnings("unchecked") method FloatKeyframeSet (line 41) | public FloatKeyframeSet(FloatKeyframe... keyframes) { method getValue (line 45) | @Override method clone (line 50) | @Override method getFloatValue (line 62) | public float getFloatValue(float fraction) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/IntEvaluator.java class IntEvaluator (line 22) | public class IntEvaluator implements TypeEvaluator { method evaluate (line 38) | public Integer evaluate(float fraction, Integer startValue, Integer en... FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/IntKeyframeSet.java class IntKeyframeSet (line 34) | @SuppressWarnings("unchecked") method IntKeyframeSet (line 41) | public IntKeyframeSet(IntKeyframe... keyframes) { method getValue (line 45) | @Override method clone (line 50) | @Override method getIntValue (line 62) | public int getIntValue(float fraction) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java class Keyframe (line 38) | @SuppressWarnings("rawtypes") method ofInt (line 76) | public static Keyframe ofInt(float fraction, int value) { method ofInt (line 92) | public static Keyframe ofInt(float fraction) { method ofFloat (line 108) | public static Keyframe ofFloat(float fraction, float value) { method ofFloat (line 124) | public static Keyframe ofFloat(float fraction) { method ofObject (line 140) | public static Keyframe ofObject(float fraction, Object value) { method ofObject (line 156) | public static Keyframe ofObject(float fraction) { method hasValue (line 167) | public boolean hasValue() { method getValue (line 176) | public abstract Object getValue(); method setValue (line 183) | public abstract void setValue(Object value); method getFraction (line 191) | public float getFraction() { method setFraction (line 201) | public void setFraction(float fraction) { method getInterpolator (line 211) | public /*Time*/Interpolator getInterpolator() { method setInterpolator (line 221) | public void setInterpolator(/*Time*/Interpolator interpolator) { method getType (line 232) | public Class getType() { method clone (line 236) | @Override class ObjectKeyframe (line 242) | static class ObjectKeyframe extends Keyframe { method ObjectKeyframe (line 249) | ObjectKeyframe(float fraction, Object value) { method getValue (line 256) | public Object getValue() { method setValue (line 260) | public void setValue(Object value) { method clone (line 265) | @Override class IntKeyframe (line 276) | static class IntKeyframe extends Keyframe { method IntKeyframe (line 283) | IntKeyframe(float fraction, int value) { method IntKeyframe (line 290) | IntKeyframe(float fraction) { method getIntValue (line 295) | public int getIntValue() { method getValue (line 299) | public Object getValue() { method setValue (line 303) | public void setValue(Object value) { method clone (line 310) | @Override class FloatKeyframe (line 321) | static class FloatKeyframe extends Keyframe { method FloatKeyframe (line 327) | FloatKeyframe(float fraction, float value) { method FloatKeyframe (line 334) | FloatKeyframe(float fraction) { method getFloatValue (line 339) | public float getFloatValue() { method getValue (line 343) | public Object getValue() { method setValue (line 347) | public void setValue(Object value) { method clone (line 354) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/KeyframeSet.java class KeyframeSet (line 32) | @SuppressWarnings({"rawtypes", "unchecked"}) method KeyframeSet (line 44) | public KeyframeSet(Keyframe... keyframes) { method ofInt (line 53) | public static KeyframeSet ofInt(int... values) { method ofFloat (line 68) | public static KeyframeSet ofFloat(float... values) { method ofKeyframe (line 83) | public static KeyframeSet ofKeyframe(Keyframe... keyframes) { method ofObject (line 115) | public static KeyframeSet ofObject(Object... values) { method setEvaluator (line 138) | public void setEvaluator(TypeEvaluator evaluator) { method clone (line 142) | @Override method getValue (line 166) | public Object getValue(float fraction) { method toString (line 219) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/ObjectAnimator.java class ObjectAnimator (line 35) | @SuppressWarnings("rawtypes") method setPropertyName (line 72) | public void setPropertyName(String propertyName) { method getPropertyName (line 120) | public String getPropertyName() { method ObjectAnimator (line 129) | public ObjectAnimator() { method ObjectAnimator (line 141) | private ObjectAnimator(Object target, String propertyName) { method ofInt (line 171) | public static ObjectAnimator ofInt(Object target, String propertyName,... method ofFloat (line 209) | public static ObjectAnimator ofFloat(Object target, String propertyNam... method ofObject (line 251) | public static ObjectAnimator ofObject(Object target, String propertyName, method ofPropertyValuesHolder (line 299) | public static ObjectAnimator ofPropertyValuesHolder(Object target, method setIntValues (line 307) | @Override method setFloatValues (line 322) | @Override method setObjectValues (line 337) | @Override method start (line 352) | @Override method initAnimation (line 379) | @Override method setDuration (line 401) | @Override method getTarget (line 413) | public Object getTarget() { method setTarget (line 422) | @Override method setupStartValues (line 435) | @Override method setupEndValues (line 444) | @Override method animateValue (line 465) | @Override method clone (line 474) | @Override method toString (line 480) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/PropertyValuesHolder.java class PropertyValuesHolder (line 35) | @SuppressWarnings({"rawtypes", "unchecked"}) method PropertyValuesHolder (line 131) | private PropertyValuesHolder(String propertyName) { method ofInt (line 153) | public static PropertyValuesHolder ofInt(String propertyName, int... v... method ofFloat (line 175) | public static PropertyValuesHolder ofFloat(String propertyName, float.... method ofObject (line 202) | public static PropertyValuesHolder ofObject(String propertyName, TypeE... method ofKeyframe (line 249) | public static PropertyValuesHolder ofKeyframe(String propertyName, Key... method setIntValues (line 308) | public void setIntValues(int... values) { method setFloatValues (line 326) | public void setFloatValues(float... values) { method setKeyframes (line 336) | public void setKeyframes(Keyframe... values) { method setObjectValues (line 359) | public void setObjectValues(Object... values) { method getPropertyFunction (line 379) | private Method getPropertyFunction(Class targetClass, String prefix, C... method setupSetterOrGetter (line 436) | private Method setupSetterOrGetter(Class targetClass, method setupSetter (line 467) | void setupSetter(Class targetClass) { method setupGetter (line 474) | private void setupGetter(Class targetClass) { method setupSetterAndGetter (line 488) | void setupSetterAndGetter(Object target) { method setupValue (line 532) | private void setupValue(Object target, Keyframe kf) { method setupStartValue (line 557) | void setupStartValue(Object target) { method setupEndValue (line 569) | void setupEndValue(Object target) { method clone (line 573) | @Override method setAnimatedValue (line 595) | void setAnimatedValue(Object target) { method init (line 615) | void init() { method setEvaluator (line 640) | public void setEvaluator(TypeEvaluator evaluator) { method calculateValue (line 651) | void calculateValue(float fraction) { method setPropertyName (line 670) | public void setPropertyName(String propertyName) { method getPropertyName (line 694) | public String getPropertyName() { method getAnimatedValue (line 703) | Object getAnimatedValue() { method toString (line 707) | @Override method getMethodName (line 725) | static String getMethodName(String prefix, String propertyName) { class IntPropertyValuesHolder (line 735) | static class IntPropertyValuesHolder extends PropertyValuesHolder { method IntPropertyValuesHolder (line 746) | public IntPropertyValuesHolder(String propertyName, IntKeyframeSet k... method IntPropertyValuesHolder (line 763) | public IntPropertyValuesHolder(String propertyName, int... values) { method setIntValues (line 776) | @Override method calculateValue (line 782) | @Override method getAnimatedValue (line 787) | @Override method clone (line 792) | @Override method setAnimatedValue (line 806) | @Override method setupSetter (line 832) | @Override class FloatPropertyValuesHolder (line 871) | static class FloatPropertyValuesHolder extends PropertyValuesHolder { method FloatPropertyValuesHolder (line 882) | public FloatPropertyValuesHolder(String propertyName, FloatKeyframeS... method FloatPropertyValuesHolder (line 899) | public FloatPropertyValuesHolder(String propertyName, float... value... method setFloatValues (line 912) | @Override method calculateValue (line 918) | @Override method getAnimatedValue (line 923) | @Override method clone (line 928) | @Override method setAnimatedValue (line 942) | @Override method setupSetter (line 968) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/TypeEvaluator.java type TypeEvaluator (line 27) | public interface TypeEvaluator { method evaluate (line 42) | public T evaluate(float fraction, T startValue, T endValue); FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/ValueAnimator.java class ValueAnimator (line 43) | @SuppressWarnings({"rawtypes", "unchecked"}) method initialValue (line 101) | @Override method initialValue (line 110) | @Override method initialValue (line 122) | @Override method initialValue (line 130) | @Override method initialValue (line 138) | @Override method ValueAnimator (line 284) | public ValueAnimator() { method ofInt (line 298) | public static ValueAnimator ofInt(int... values) { method ofFloat (line 315) | public static ValueAnimator ofFloat(float... values) { method ofPropertyValuesHolder (line 329) | public static ValueAnimator ofPropertyValuesHolder(PropertyValuesHolde... method ofObject (line 352) | public static ValueAnimator ofObject(TypeEvaluator evaluator, Object..... method setIntValues (line 373) | public void setIntValues(int... values) { method setFloatValues (line 401) | public void setFloatValues(float... values) { method setObjectValues (line 433) | public void setObjectValues(Object... values) { method setValues (line 456) | public void setValues(PropertyValuesHolder... values) { method getValues (line 476) | public PropertyValuesHolder[] getValues() { method initAnimation (line 490) | void initAnimation() { method setDuration (line 510) | public ValueAnimator setDuration(long duration) { method getDuration (line 524) | public long getDuration() { method setCurrentPlayTime (line 538) | public void setCurrentPlayTime(long playTime) { method getCurrentPlayTime (line 556) | public long getCurrentPlayTime() { class AnimationHandler (line 571) | private static class AnimationHandler extends Handler { method handleMessage (line 584) | @Override method getStartDelay (line 693) | public long getStartDelay() { method setStartDelay (line 703) | public void setStartDelay(long startDelay) { method getFrameDelay (line 716) | public static long getFrameDelay() { method setFrameDelay (line 729) | public static void setFrameDelay(long frameDelay) { method getAnimatedValue (line 745) | public Object getAnimatedValue() { method getAnimatedValue (line 763) | public Object getAnimatedValue(String propertyName) { method setRepeatCount (line 781) | public void setRepeatCount(int value) { method getRepeatCount (line 790) | public int getRepeatCount() { method setRepeatMode (line 801) | public void setRepeatMode(int value) { method getRepeatMode (line 810) | public int getRepeatMode() { method addUpdateListener (line 821) | public void addUpdateListener(AnimatorUpdateListener listener) { method removeAllUpdateListeners (line 831) | public void removeAllUpdateListeners() { method removeUpdateListener (line 845) | public void removeUpdateListener(AnimatorUpdateListener listener) { method setInterpolator (line 865) | @Override method getInterpolator (line 879) | public /*Time*/Interpolator getInterpolator() { method setEvaluator (line 899) | public void setEvaluator(TypeEvaluator value) { method start (line 918) | private void start(boolean playBackwards) { method start (line 951) | @Override method cancel (line 956) | @Override method end (line 974) | @Override method isRunning (line 993) | @Override method isStarted (line 998) | @Override method reverse (line 1010) | public void reverse() { method endAnimation (line 1026) | private void endAnimation() { method startAnimation (line 1047) | private void startAnimation() { method delayedAnimationFrame (line 1072) | private boolean delayedAnimationFrame(long currentTime) { method animationFrame (line 1101) | boolean animationFrame(long currentTime) { method getAnimatedFraction (line 1154) | public float getAnimatedFraction() { method animateValue (line 1170) | void animateValue(float fraction) { method clone (line 1185) | @Override type AnimatorUpdateListener (line 1222) | public static interface AnimatorUpdateListener { method onAnimationUpdate (line 1228) | void onAnimationUpdate(ValueAnimator animation); method getCurrentAnimationsCount (line 1240) | public static int getCurrentAnimationsCount() { method clearAllAnimations (line 1250) | public static void clearAllAnimations() { method toString (line 1256) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/view/NineViewGroup.java class NineViewGroup (line 9) | public abstract class NineViewGroup extends ViewGroup { method NineViewGroup (line 12) | public NineViewGroup(Context context) { method NineViewGroup (line 16) | public NineViewGroup(Context context, AttributeSet attrs) { method NineViewGroup (line 20) | public NineViewGroup(Context context, AttributeSet attrs, int defStyle) { method setVisibility (line 25) | @Override method getAlpha (line 37) | public float getAlpha() { method setAlpha (line 44) | public void setAlpha(float alpha) { method getTranslationX (line 51) | public float getTranslationX() { method setTranslationX (line 58) | public void setTranslationX(float translationX) { method getTranslationY (line 65) | public float getTranslationY() { method setTranslationY (line 72) | public void setTranslationY(float translationY) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/view/animation/AnimatorProxy.java class AnimatorProxy (line 13) | public final class AnimatorProxy extends Animation { method wrap (line 19) | public static AnimatorProxy wrap(View view) { method AnimatorProxy (line 40) | private AnimatorProxy(View view) { method getAlpha (line 47) | public float getAlpha() { method setAlpha (line 50) | public void setAlpha(float alpha) { method getScaleX (line 59) | public float getScaleX() { method setScaleX (line 62) | public void setScaleX(float scaleX) { method getScaleY (line 69) | public float getScaleY() { method setScaleY (line 72) | public void setScaleY(float scaleY) { method getScrollX (line 79) | public int getScrollX() { method setScrollX (line 86) | public void setScrollX(int value) { method getScrollY (line 92) | public int getScrollY() { method setScrollY (line 99) | public void setScrollY(int value) { method getTranslationX (line 106) | public float getTranslationX() { method setTranslationX (line 109) | public void setTranslationX(float translationX) { method getTranslationY (line 116) | public float getTranslationY() { method setTranslationY (line 119) | public void setTranslationY(float translationY) { method prepareForUpdate (line 127) | private void prepareForUpdate() { method invalidateAfterUpdate (line 133) | private void invalidateAfterUpdate() { method computeRect (line 156) | private void computeRect(final RectF r, View view) { method transformMatrix (line 184) | private void transformMatrix(Matrix m, View view) { method applyTransformation (line 199) | @Override method reset (line 208) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/widget/NineFrameLayout.java class NineFrameLayout (line 9) | public class NineFrameLayout extends FrameLayout { method NineFrameLayout (line 12) | public NineFrameLayout(Context context, AttributeSet attrs) { method setVisibility (line 17) | @Override method getAlpha (line 29) | public float getAlpha() { method setAlpha (line 36) | public void setAlpha(float alpha) { method getTranslationY (line 43) | public float getTranslationY() { method setTranslationY (line 50) | public void setTranslationY(float translationY) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/widget/NineHorizontalScrollView.java class NineHorizontalScrollView (line 7) | public class NineHorizontalScrollView extends HorizontalScrollView { method NineHorizontalScrollView (line 10) | public NineHorizontalScrollView(Context context) { method setVisibility (line 15) | @Override method getAlpha (line 27) | public float getAlpha() { method setAlpha (line 34) | public void setAlpha(float alpha) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/nineoldandroids/widget/NineLinearLayout.java class NineLinearLayout (line 9) | public class NineLinearLayout extends LinearLayout { method NineLinearLayout (line 12) | public NineLinearLayout(Context context, AttributeSet attrs) { method setVisibility (line 17) | @Override method getAlpha (line 29) | public float getAlpha() { method setAlpha (line 36) | public void setAlpha(float alpha) { method getTranslationX (line 43) | public float getTranslationX() { method setTranslationX (line 50) | public void setTranslationX(float translationX) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/ActionProviderWrapper.java class ActionProviderWrapper (line 7) | public class ActionProviderWrapper extends android.view.ActionProvider { method ActionProviderWrapper (line 11) | public ActionProviderWrapper(ActionProvider provider) { method unwrap (line 17) | public ActionProvider unwrap() { method onCreateActionView (line 21) | @Override method hasSubMenu (line 26) | @Override method onPerformDefaultAction (line 31) | @Override method onPrepareSubMenu (line 36) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/StandaloneActionMode.java class StandaloneActionMode (line 33) | public class StandaloneActionMode extends ActionMode implements MenuBuil... method StandaloneActionMode (line 43) | public StandaloneActionMode(Context context, ActionBarContextView view, method setTitle (line 54) | @Override method setSubtitle (line 59) | @Override method setTitle (line 64) | @Override method setSubtitle (line 69) | @Override method setCustomView (line 74) | @Override method invalidate (line 80) | @Override method finish (line 85) | @Override method getMenu (line 96) | @Override method getTitle (line 101) | @Override method getSubtitle (line 106) | @Override method getCustomView (line 111) | @Override method getMenuInflater (line 116) | @Override method onMenuItemSelected (line 121) | public boolean onMenuItemSelected(MenuBuilder menu, MenuItem item) { method onCloseMenu (line 125) | public void onCloseMenu(MenuBuilder menu, boolean allMenusAreClosing) { method onSubMenuSelected (line 128) | public boolean onSubMenuSelected(SubMenuBuilder subMenu) { method onCloseSubMenu (line 137) | public void onCloseSubMenu(SubMenuBuilder menu) { method onMenuModeChange (line 140) | public void onMenuModeChange(MenuBuilder menu) { method isUiFocusable (line 145) | public boolean isUiFocusable() { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/View_HasStateListenerSupport.java type View_HasStateListenerSupport (line 3) | public interface View_HasStateListenerSupport { method addOnAttachStateChangeListener (line 4) | void addOnAttachStateChangeListener(View_OnAttachStateChangeListener l... method removeOnAttachStateChangeListener (line 5) | void removeOnAttachStateChangeListener(View_OnAttachStateChangeListene... FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/View_OnAttachStateChangeListener.java type View_OnAttachStateChangeListener (line 5) | public interface View_OnAttachStateChangeListener { method onViewAttachedToWindow (line 6) | void onViewAttachedToWindow(View v); method onViewDetachedFromWindow (line 7) | void onViewDetachedFromWindow(View v); FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/ActionMenu.java class ActionMenu (line 36) | public class ActionMenu implements Menu { method ActionMenu (line 43) | public ActionMenu(Context context) { method getContext (line 48) | public Context getContext() { method add (line 52) | public MenuItem add(CharSequence title) { method add (line 56) | public MenuItem add(int titleRes) { method add (line 60) | public MenuItem add(int groupId, int itemId, int order, int titleRes) { method add (line 64) | public MenuItem add(int groupId, int itemId, int order, CharSequence t... method addIntentOptions (line 71) | public int addIntentOptions(int groupId, int itemId, int order, method addSubMenu (line 101) | public SubMenu addSubMenu(CharSequence title) { method addSubMenu (line 106) | public SubMenu addSubMenu(int titleRes) { method addSubMenu (line 111) | public SubMenu addSubMenu(int groupId, int itemId, int order, method addSubMenu (line 117) | public SubMenu addSubMenu(int groupId, int itemId, int order, int titl... method clear (line 122) | public void clear() { method close (line 126) | public void close() { method findItemIndex (line 129) | private int findItemIndex(int id) { method findItem (line 141) | public MenuItem findItem(int id) { method getItem (line 145) | public MenuItem getItem(int index) { method hasVisibleItems (line 149) | public boolean hasVisibleItems() { method findItemWithShortcut (line 162) | private ActionMenuItem findItemWithShortcut(int keyCode, KeyEvent even... method isShortcutKey (line 179) | public boolean isShortcutKey(int keyCode, KeyEvent event) { method performIdentifierAction (line 183) | public boolean performIdentifierAction(int id, int flags) { method performShortcut (line 192) | public boolean performShortcut(int keyCode, KeyEvent event, int flags) { method removeGroup (line 201) | public void removeGroup(int groupId) { method removeItem (line 215) | public void removeItem(int id) { method setGroupCheckable (line 219) | public void setGroupCheckable(int group, boolean checkable, method setGroupEnabled (line 233) | public void setGroupEnabled(int group, boolean enabled) { method setGroupVisible (line 245) | public void setGroupVisible(int group, boolean visible) { method setQwertyMode (line 257) | public void setQwertyMode(boolean isQwerty) { method size (line 261) | public int size() { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/ActionMenuItem.java class ActionMenuItem (line 32) | public class ActionMenuItem implements MenuItem { method ActionMenuItem (line 60) | public ActionMenuItem(Context context, int group, int id, int category... method getAlphabeticShortcut (line 70) | public char getAlphabeticShortcut() { method getGroupId (line 74) | public int getGroupId() { method getIcon (line 78) | public Drawable getIcon() { method getIntent (line 82) | public Intent getIntent() { method getItemId (line 86) | public int getItemId() { method getMenuInfo (line 90) | public ContextMenuInfo getMenuInfo() { method getNumericShortcut (line 94) | public char getNumericShortcut() { method getOrder (line 98) | public int getOrder() { method getSubMenu (line 102) | public SubMenu getSubMenu() { method getTitle (line 106) | public CharSequence getTitle() { method getTitleCondensed (line 110) | public CharSequence getTitleCondensed() { method hasSubMenu (line 114) | public boolean hasSubMenu() { method isCheckable (line 118) | public boolean isCheckable() { method isChecked (line 122) | public boolean isChecked() { method isEnabled (line 126) | public boolean isEnabled() { method isVisible (line 130) | public boolean isVisible() { method setAlphabeticShortcut (line 134) | public MenuItem setAlphabeticShortcut(char alphaChar) { method setCheckable (line 139) | public MenuItem setCheckable(boolean checkable) { method setExclusiveCheckable (line 144) | public ActionMenuItem setExclusiveCheckable(boolean exclusive) { method setChecked (line 149) | public MenuItem setChecked(boolean checked) { method setEnabled (line 154) | public MenuItem setEnabled(boolean enabled) { method setIcon (line 159) | public MenuItem setIcon(Drawable icon) { method setIcon (line 165) | public MenuItem setIcon(int iconRes) { method setIntent (line 171) | public MenuItem setIntent(Intent intent) { method setNumericShortcut (line 176) | public MenuItem setNumericShortcut(char numericChar) { method setOnMenuItemClickListener (line 181) | public MenuItem setOnMenuItemClickListener(OnMenuItemClickListener men... method setShortcut (line 186) | public MenuItem setShortcut(char numericChar, char alphaChar) { method setTitle (line 192) | public MenuItem setTitle(CharSequence title) { method setTitle (line 197) | public MenuItem setTitle(int title) { method setTitleCondensed (line 202) | public MenuItem setTitleCondensed(CharSequence title) { method setVisible (line 207) | public MenuItem setVisible(boolean visible) { method invoke (line 212) | public boolean invoke() { method setShowAsAction (line 225) | public void setShowAsAction(int show) { method setActionView (line 229) | public MenuItem setActionView(View actionView) { method getActionView (line 233) | public View getActionView() { method setActionView (line 237) | @Override method getActionProvider (line 242) | @Override method setActionProvider (line 247) | @Override method setShowAsActionFlags (line 252) | @Override method expandActionView (line 258) | @Override method collapseActionView (line 263) | @Override method isActionViewExpanded (line 268) | @Override method setOnActionExpandListener (line 273) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/ActionMenuItemView.java class ActionMenuItemView (line 47) | public class ActionMenuItemView extends LinearLayout method ActionMenuItemView (line 64) | public ActionMenuItemView(Context context) { method ActionMenuItemView (line 68) | public ActionMenuItemView(Context context, AttributeSet attrs) { method ActionMenuItemView (line 72) | public ActionMenuItemView(Context context, AttributeSet attrs, int def... method addOnAttachStateChangeListener (line 84) | @Override method removeOnAttachStateChangeListener (line 89) | @Override method onAttachedToWindow (line 94) | @Override method onDetachedFromWindow (line 102) | @Override method onFinishInflate (line 110) | @Override method getItemData (line 122) | public MenuItemImpl getItemData() { method initialize (line 126) | public void initialize(MenuItemImpl itemData, int menuType) { method setEnabled (line 137) | @Override method onClick (line 144) | public void onClick(View v) { method setItemInvoker (line 150) | public void setItemInvoker(MenuBuilder.ItemInvoker invoker) { method prefersCondensedTitle (line 154) | public boolean prefersCondensedTitle() { method setCheckable (line 158) | public void setCheckable(boolean checkable) { method setChecked (line 162) | public void setChecked(boolean checked) { method setExpandedFormat (line 166) | public void setExpandedFormat(boolean expandedFormat) { method updateTextButtonVisibility (line 175) | private void updateTextButtonVisibility() { method setIcon (line 183) | public void setIcon(Drawable icon) { method hasText (line 194) | public boolean hasText() { method setShortcut (line 198) | public void setShortcut(boolean showShortcut, char shortcutKey) { method setTitle (line 202) | public void setTitle(CharSequence title) { method dispatchPopulateAccessibilityEvent (line 211) | @Override method onPopulateAccessibilityEvent (line 217) | @Override method dispatchHoverEvent (line 228) | @Override method showsIcon (line 237) | public boolean showsIcon() { method needsDividerBefore (line 241) | public boolean needsDividerBefore() { method needsDividerAfter (line 245) | public boolean needsDividerAfter() { method onLongClick (line 249) | @Override method onMeasure (line 280) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/ActionMenuPresenter.java class ActionMenuPresenter (line 46) | public class ActionMenuPresenter extends BaseMenuPresenter method ActionMenuPresenter (line 76) | public ActionMenuPresenter(Context context) { method initForMenu (line 81) | @Override method reserveOverflow (line 120) | public static boolean reserveOverflow(Context context) { class HasPermanentMenuKey (line 128) | private static class HasPermanentMenuKey { method get (line 129) | public static boolean get(Context context) { method onConfigurationChanged (line 134) | public void onConfigurationChanged(Configuration newConfig) { method setWidthLimit (line 144) | public void setWidthLimit(int width, boolean strict) { method setReserveOverflow (line 150) | public void setReserveOverflow(boolean reserveOverflow) { method setItemLimit (line 155) | public void setItemLimit(int itemCount) { method setExpandedActionViewsExclusive (line 160) | public void setExpandedActionViewsExclusive(boolean isExclusive) { method getMenuView (line 164) | @Override method getItemView (line 171) | @Override method bindItemView (line 190) | @Override method shouldIncludeItem (line 199) | @Override method updateMenuView (line 204) | @Override method filterLeftoverView (line 251) | @Override method onSubMenuSelected (line 257) | public boolean onSubMenuSelected(SubMenuBuilder subMenu) { method findViewForItem (line 278) | private View findViewForItem(MenuItem item) { method showOverflowMenu (line 297) | public boolean showOverflowMenu() { method hideOverflowMenu (line 319) | public boolean hideOverflowMenu() { method dismissPopupMenus (line 338) | public boolean dismissPopupMenus() { method hideSubMenus (line 349) | public boolean hideSubMenus() { method isOverflowMenuShowing (line 360) | public boolean isOverflowMenuShowing() { method isOverflowReserved (line 367) | public boolean isOverflowReserved() { method flagActionItems (line 371) | public boolean flagActionItems() { method onCloseMenu (line 502) | @Override method onSaveInstanceState (line 508) | @Override method onRestoreInstanceState (line 515) | @Override method onSubUiVisibilityChanged (line 527) | @Override class SavedState (line 537) | private static class SavedState implements Parcelable { method SavedState (line 540) | SavedState() { method SavedState (line 543) | SavedState(Parcel in) { method describeContents (line 547) | @Override method writeToParcel (line 552) | @Override method createFromParcel (line 560) | public SavedState createFromParcel(Parcel in) { method newArray (line 564) | public SavedState[] newArray(int size) { class OverflowMenuButton (line 570) | private class OverflowMenuButton extends ImageButton implements Action... method OverflowMenuButton (line 573) | public OverflowMenuButton(Context context) { method performClick (line 582) | @Override method needsDividerBefore (line 593) | public boolean needsDividerBefore() { method needsDividerAfter (line 597) | public boolean needsDividerAfter() { method onAttachedToWindow (line 601) | @Override method onDetachedFromWindow (line 609) | @Override method addOnAttachStateChangeListener (line 619) | @Override method removeOnAttachStateChangeListener (line 624) | @Override class OverflowPopup (line 630) | private class OverflowPopup extends MenuPopupHelper { method OverflowPopup (line 631) | public OverflowPopup(Context context, MenuBuilder menu, View anchorV... method onDismiss (line 637) | @Override class ActionButtonSubmenu (line 645) | private class ActionButtonSubmenu extends MenuPopupHelper { method ActionButtonSubmenu (line 648) | public ActionButtonSubmenu(Context context, SubMenuBuilder subMenu) { method onDismiss (line 672) | @Override class PopupPresenterCallback (line 680) | private class PopupPresenterCallback implements MenuPresenter.Callback { method onOpenSubMenu (line 682) | @Override method onCloseMenu (line 690) | @Override class OpenOverflowRunnable (line 698) | private class OpenOverflowRunnable implements Runnable { method OpenOverflowRunnable (line 701) | public OpenOverflowRunnable(OverflowPopup popup) { method run (line 705) | public void run() { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/ActionMenuView.java class ActionMenuView (line 33) | public class ActionMenuView extends IcsLinearLayout implements MenuBuild... method ActionMenuView (line 52) | public ActionMenuView(Context context) { method ActionMenuView (line 56) | public ActionMenuView(Context context, AttributeSet attrs) { method setPresenter (line 64) | public void setPresenter(ActionMenuPresenter presenter) { method isExpandedFormat (line 68) | public boolean isExpandedFormat() { method onConfigurationChanged (line 72) | @Override method onDraw (line 85) | @Override method onMeasure (line 98) | @Override method onMeasureExactFormat (line 123) | private void onMeasureExactFormat(int widthMeasureSpec, int heightMeas... method measureChildForCells (line 347) | static int measureChildForCells(View child, int cellSize, int cellsRem... method onLayout (line 379) | @Override method onDetachedFromWindow (line 459) | @Override method isOverflowReserved (line 465) | public boolean isOverflowReserved() { method setOverflowReserved (line 469) | public void setOverflowReserved(boolean reserveOverflow) { method generateDefaultLayoutParams (line 473) | @Override method generateLayoutParams (line 481) | @Override method generateLayoutParams (line 486) | @Override method checkLayoutParams (line 498) | @Override method generateOverflowButtonLayoutParams (line 503) | public LayoutParams generateOverflowButtonLayoutParams() { method invokeItem (line 509) | public boolean invokeItem(MenuItemImpl item) { method getWindowAnimations (line 513) | public int getWindowAnimations() { method initialize (line 517) | public void initialize(MenuBuilder menu) { method hasDividerBeforeChildAt (line 522) | protected boolean hasDividerBeforeChildAt(int childIndex) { method dispatchPopulateAccessibilityEvent (line 538) | public boolean dispatchPopulateAccessibilityEvent(AccessibilityEvent e... type ActionMenuChildView (line 542) | public interface ActionMenuChildView { method needsDividerBefore (line 543) | public boolean needsDividerBefore(); method needsDividerAfter (line 544) | public boolean needsDividerAfter(); class LayoutParams (line 547) | public static class LayoutParams extends LinearLayout.LayoutParams { method LayoutParams (line 556) | public LayoutParams(Context c, AttributeSet attrs) { method LayoutParams (line 560) | public LayoutParams(LayoutParams other) { method LayoutParams (line 565) | public LayoutParams(int width, int height) { method LayoutParams (line 570) | public LayoutParams(int width, int height, boolean isOverflowButton) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/BaseMenuPresenter.java class BaseMenuPresenter (line 31) | public abstract class BaseMenuPresenter implements MenuPresenter { method BaseMenuPresenter (line 55) | public BaseMenuPresenter(Context context, int menuLayoutRes, int itemL... method initForMenu (line 62) | @Override method getMenuView (line 69) | @Override method updateMenuView (line 83) | public void updateMenuView(boolean cleared) { method addItemView (line 126) | protected void addItemView(View itemView, int childIndex) { method filterLeftoverView (line 140) | protected boolean filterLeftoverView(ViewGroup parent, int childIndex) { method setCallback (line 145) | public void setCallback(Callback cb) { method createItemView (line 154) | public MenuView.ItemView createItemView(ViewGroup parent) { method getItemView (line 169) | public View getItemView(MenuItemImpl item, View convertView, ViewGroup... method bindItemView (line 186) | public abstract void bindItemView(MenuItemImpl item, MenuView.ItemView... method shouldIncludeItem (line 195) | public boolean shouldIncludeItem(int childIndex, MenuItemImpl item) { method onCloseMenu (line 199) | public void onCloseMenu(MenuBuilder menu, boolean allMenusAreClosing) { method onSubMenuSelected (line 205) | public boolean onSubMenuSelected(SubMenuBuilder menu) { method flagActionItems (line 212) | public boolean flagActionItems() { method expandItemActionView (line 216) | public boolean expandItemActionView(MenuBuilder menu, MenuItemImpl ite... method collapseItemActionView (line 220) | public boolean collapseItemActionView(MenuBuilder menu, MenuItemImpl i... method getId (line 224) | public int getId() { method setId (line 228) | public void setId(int id) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/ListMenuItemView.java class ListMenuItemView (line 38) | public class ListMenuItemView extends LinearLayout implements MenuView.I... method ListMenuItemView (line 60) | public ListMenuItemView(Context context, AttributeSet attrs, int defSt... method ListMenuItemView (line 78) | public ListMenuItemView(Context context, AttributeSet attrs) { method onFinishInflate (line 82) | @Override method initialize (line 97) | public void initialize(MenuItemImpl itemData, int menuType) { method setForceShowIcon (line 110) | public void setForceShowIcon(boolean forceShow) { method setTitle (line 114) | public void setTitle(CharSequence title) { method getItemData (line 124) | public MenuItemImpl getItemData() { method setCheckable (line 128) | public void setCheckable(boolean checkable) { method setChecked (line 172) | public void setChecked(boolean checked) { method setShortcut (line 190) | public void setShortcut(boolean showShortcut, char shortcutKey) { method setIcon (line 203) | public void setIcon(Drawable icon) { method onMeasure (line 228) | @Override method insertIconView (line 241) | private void insertIconView() { method insertRadioButton (line 248) | private void insertRadioButton() { method insertCheckBox (line 256) | private void insertCheckBox() { method prefersCondensedTitle (line 264) | public boolean prefersCondensedTitle() { method showsIcon (line 268) | public boolean showsIcon() { method getInflater (line 272) | private LayoutInflater getInflater() { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java class MenuBuilder (line 53) | public class MenuBuilder implements Menu { type Callback (line 166) | public interface Callback { method onMenuItemSelected (line 173) | public boolean onMenuItemSelected(MenuBuilder menu, MenuItem item); method onMenuModeChange (line 180) | public void onMenuModeChange(MenuBuilder menu); type ItemInvoker (line 186) | public interface ItemInvoker { method invokeItem (line 187) | public boolean invokeItem(MenuItemImpl item); method MenuBuilder (line 190) | public MenuBuilder(Context context) { method setDefaultShowAsAction (line 206) | public MenuBuilder setDefaultShowAsAction(int defaultShowAsAction) { method addMenuPresenter (line 218) | public void addMenuPresenter(MenuPresenter presenter) { method removeMenuPresenter (line 230) | public void removeMenuPresenter(MenuPresenter presenter) { method dispatchPresenterUpdate (line 239) | private void dispatchPresenterUpdate(boolean cleared) { method dispatchSubMenuSelected (line 254) | private boolean dispatchSubMenuSelected(SubMenuBuilder subMenu) { method dispatchSaveInstanceState (line 270) | private void dispatchSaveInstanceState(Bundle outState) { method dispatchRestoreInstanceState (line 293) | private void dispatchRestoreInstanceState(Bundle state) { method savePresenterStates (line 314) | public void savePresenterStates(Bundle outState) { method restorePresenterStates (line 318) | public void restorePresenterStates(Bundle state) { method saveActionViewStates (line 322) | public void saveActionViewStates(Bundle outStates) { method restoreActionViewStates (line 349) | public void restoreActionViewStates(Bundle states) { method getActionViewStatesKey (line 384) | protected String getActionViewStatesKey() { method setCallback (line 388) | public void setCallback(Callback cb) { method addInternal (line 395) | private MenuItem addInternal(int group, int id, int categoryOrder, Cha... method add (line 412) | public MenuItem add(CharSequence title) { method add (line 416) | public MenuItem add(int titleRes) { method add (line 420) | public MenuItem add(int group, int id, int categoryOrder, CharSequence... method add (line 424) | public MenuItem add(int group, int id, int categoryOrder, int title) { method addSubMenu (line 428) | public SubMenu addSubMenu(CharSequence title) { method addSubMenu (line 432) | public SubMenu addSubMenu(int titleRes) { method addSubMenu (line 436) | public SubMenu addSubMenu(int group, int id, int categoryOrder, CharSe... method addSubMenu (line 444) | public SubMenu addSubMenu(int group, int id, int categoryOrder, int ti... method addIntentOptions (line 448) | public int addIntentOptions(int group, int id, int categoryOrder, Comp... method removeItem (line 477) | public void removeItem(int id) { method removeGroup (line 481) | public void removeGroup(int group) { method removeItemAtInt (line 507) | private void removeItemAtInt(int index, boolean updateChildrenOnMenuVi... method removeItemAt (line 515) | public void removeItemAt(int index) { method clearAll (line 519) | public void clearAll() { method clear (line 528) | public void clear() { method setExclusiveItemChecked (line 537) | void setExclusiveItemChecked(MenuItem item) { method setGroupCheckable (line 553) | public void setGroupCheckable(int group, boolean checkable, boolean ex... method setGroupVisible (line 565) | public void setGroupVisible(int group, boolean visible) { method setGroupEnabled (line 582) | public void setGroupEnabled(int group, boolean enabled) { method hasVisibleItems (line 593) | public boolean hasVisibleItems() { method findItem (line 606) | public MenuItem findItem(int id) { method findItemIndex (line 624) | public int findItemIndex(int id) { method findGroupIndex (line 637) | public int findGroupIndex(int group) { method findGroupIndex (line 641) | public int findGroupIndex(int group, int start) { method size (line 659) | public int size() { method getItem (line 664) | public MenuItem getItem(int index) { method isShortcutKey (line 668) | public boolean isShortcutKey(int keyCode, KeyEvent event) { method setQwertyMode (line 672) | public void setQwertyMode(boolean isQwerty) { method getOrdering (line 689) | private static int getOrdering(int categoryOrder) { method isQwertyMode (line 702) | boolean isQwertyMode() { method setShortcutsVisible (line 714) | public void setShortcutsVisible(boolean shortcutsVisible) { method setShortcutsVisibleInner (line 721) | private void setShortcutsVisibleInner(boolean shortcutsVisible) { method isShortcutsVisible (line 731) | public boolean isShortcutsVisible() { method getResources (line 735) | Resources getResources() { method getContext (line 739) | public Context getContext() { method dispatchMenuItemSelected (line 743) | boolean dispatchMenuItemSelected(MenuBuilder menu, MenuItem item) { method changeMenuMode (line 750) | public void changeMenuMode() { method findInsertIndex (line 756) | private static int findInsertIndex(ArrayList items, int ... method performShortcut (line 767) | public boolean performShortcut(int keyCode, KeyEvent event, int flags) { method findItemsWithShortcutForKey (line 789) | @SuppressWarnings("deprecation") method findItemWithShortcutForKey (line 832) | @SuppressWarnings("deprecation") method performIdentifierAction (line 873) | public boolean performIdentifierAction(int id, int flags) { method performItemAction (line 878) | public boolean performItemAction(MenuItem item, int flags) { method close (line 918) | final void close(boolean allMenusAreClosing) { method close (line 934) | public void close() { method onItemsChanged (line 945) | void onItemsChanged(boolean structureChanged) { method stopDispatchingItemsChanged (line 963) | public void stopDispatchingItemsChanged() { method startDispatchingItemsChanged (line 970) | public void startDispatchingItemsChanged() { method onItemVisibleChanged (line 983) | void onItemVisibleChanged(MenuItemImpl item) { method onItemActionRequestChanged (line 993) | void onItemActionRequestChanged(MenuItemImpl item) { method getVisibleItems (line 999) | ArrayList getVisibleItems() { method flagActionItems (line 1042) | public void flagActionItems() { method getActionItems (line 1081) | ArrayList getActionItems() { method getNonActionItems (line 1086) | ArrayList getNonActionItems() { method clearHeader (line 1091) | public void clearHeader() { method setHeaderInternal (line 1099) | private void setHeaderInternal(final int titleRes, final CharSequence ... method setHeaderTitleInt (line 1137) | protected MenuBuilder setHeaderTitleInt(CharSequence title) { method setHeaderTitleInt (line 1149) | protected MenuBuilder setHeaderTitleInt(int titleRes) { method setHeaderIconInt (line 1161) | protected MenuBuilder setHeaderIconInt(Drawable icon) { method setHeaderIconInt (line 1173) | protected MenuBuilder setHeaderIconInt(int iconRes) { method setHeaderViewInt (line 1185) | protected MenuBuilder setHeaderViewInt(View view) { method getHeaderTitle (line 1190) | public CharSequence getHeaderTitle() { method getHeaderIcon (line 1194) | public Drawable getHeaderIcon() { method getHeaderView (line 1198) | public View getHeaderView() { method getRootMenu (line 1206) | public MenuBuilder getRootMenu() { method setCurrentMenuInfo (line 1217) | public void setCurrentMenuInfo(ContextMenuInfo menuInfo) { method setOptionalIconsVisible (line 1221) | void setOptionalIconsVisible(boolean visible) { method getOptionalIconsVisible (line 1225) | boolean getOptionalIconsVisible() { method expandItemActionView (line 1229) | public boolean expandItemActionView(MenuItemImpl item) { method collapseItemActionView (line 1251) | public boolean collapseItemActionView(MenuItemImpl item) { method getExpandedItem (line 1273) | public MenuItemImpl getExpandedItem() { method bindNativeOverflow (line 1277) | public boolean bindNativeOverflow(android.view.Menu menu, android.view... FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/MenuItemImpl.java class MenuItemImpl (line 37) | public final class MenuItemImpl implements MenuItem { method MenuItemImpl (line 113) | MenuItemImpl(MenuBuilder menu, int group, int id, int categoryOrder, i... method invoke (line 142) | public boolean invoke() { method isEnabled (line 173) | public boolean isEnabled() { method setEnabled (line 177) | public MenuItem setEnabled(boolean enabled) { method getGroupId (line 189) | public int getGroupId() { method getItemId (line 193) | @ViewDebug.CapturedViewProperty method getOrder (line 198) | public int getOrder() { method getOrdering (line 202) | public int getOrdering() { method getIntent (line 206) | public Intent getIntent() { method setIntent (line 210) | public MenuItem setIntent(Intent intent) { method getCallback (line 215) | Runnable getCallback() { method setCallback (line 219) | public MenuItem setCallback(Runnable callback) { method getAlphabeticShortcut (line 224) | public char getAlphabeticShortcut() { method setAlphabeticShortcut (line 228) | public MenuItem setAlphabeticShortcut(char alphaChar) { method getNumericShortcut (line 238) | public char getNumericShortcut() { method setNumericShortcut (line 242) | public MenuItem setNumericShortcut(char numericChar) { method setShortcut (line 252) | public MenuItem setShortcut(char numericChar, char alphaChar) { method getShortcut (line 264) | char getShortcut() { method getShortcutLabel (line 273) | String getShortcutLabel() { method shouldShowShortcut (line 308) | boolean shouldShowShortcut() { method getSubMenu (line 313) | public SubMenu getSubMenu() { method hasSubMenu (line 317) | public boolean hasSubMenu() { method setSubMenu (line 321) | void setSubMenu(SubMenuBuilder subMenu) { method getTitle (line 327) | @ViewDebug.CapturedViewProperty method getTitleForItemView (line 339) | CharSequence getTitleForItemView(MenuView.ItemView itemView) { method setTitle (line 345) | public MenuItem setTitle(CharSequence title) { method setTitle (line 357) | public MenuItem setTitle(int title) { method getTitleCondensed (line 361) | public CharSequence getTitleCondensed() { method setTitleCondensed (line 365) | public MenuItem setTitleCondensed(CharSequence title) { method getIcon (line 378) | public Drawable getIcon() { method setIcon (line 390) | public MenuItem setIcon(Drawable icon) { method setIcon (line 398) | public MenuItem setIcon(int iconResId) { method isCheckable (line 408) | public boolean isCheckable() { method setCheckable (line 412) | public MenuItem setCheckable(boolean checkable) { method setExclusiveCheckable (line 422) | public void setExclusiveCheckable(boolean exclusive) { method isExclusiveCheckable (line 426) | public boolean isExclusiveCheckable() { method isChecked (line 430) | public boolean isChecked() { method setChecked (line 434) | public MenuItem setChecked(boolean checked) { method setCheckedInt (line 446) | void setCheckedInt(boolean checked) { method isVisible (line 454) | public boolean isVisible() { method setVisibleInt (line 467) | boolean setVisibleInt(boolean shown) { method setVisible (line 473) | public MenuItem setVisible(boolean shown) { method setOnMenuItemClickListener (line 482) | public MenuItem setOnMenuItemClickListener(MenuItem.OnMenuItemClickLis... method toString (line 487) | @Override method setMenuInfo (line 492) | void setMenuInfo(ContextMenuInfo menuInfo) { method getMenuInfo (line 496) | public ContextMenuInfo getMenuInfo() { method actionFormatChanged (line 500) | public void actionFormatChanged() { method shouldShowIcon (line 507) | public boolean shouldShowIcon() { method isActionButton (line 511) | public boolean isActionButton() { method requestsActionButton (line 515) | public boolean requestsActionButton() { method requiresActionButton (line 519) | public boolean requiresActionButton() { method setIsActionButton (line 523) | public void setIsActionButton(boolean isActionButton) { method showsTextAsAction (line 531) | public boolean showsTextAsAction() { method setShowAsAction (line 535) | public void setShowAsAction(int actionEnum) { method setActionView (line 552) | public MenuItem setActionView(View view) { method setActionView (line 562) | public MenuItem setActionView(int resId) { method getActionView (line 569) | public View getActionView() { method getActionProvider (line 580) | public ActionProvider getActionProvider() { method setActionProvider (line 584) | public MenuItem setActionProvider(ActionProvider actionProvider) { method setShowAsActionFlags (line 591) | @Override method expandActionView (line 597) | @Override method collapseActionView (line 611) | @Override method setOnActionExpandListener (line 629) | @Override method hasCollapsibleActionView (line 635) | public boolean hasCollapsibleActionView() { method setActionViewExpanded (line 639) | public void setActionViewExpanded(boolean isExpanded) { method isActionViewExpanded (line 644) | public boolean isActionViewExpanded() { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/MenuItemWrapper.java class MenuItemWrapper (line 14) | public class MenuItemWrapper implements MenuItem, android.view.MenuItem.... method MenuItemWrapper (line 22) | public MenuItemWrapper(android.view.MenuItem nativeItem) { method getItemId (line 30) | @Override method getGroupId (line 35) | @Override method getOrder (line 40) | @Override method setTitle (line 45) | @Override method setTitle (line 51) | @Override method getTitle (line 57) | @Override method setTitleCondensed (line 62) | @Override method getTitleCondensed (line 68) | @Override method setIcon (line 73) | @Override method setIcon (line 79) | @Override method getIcon (line 85) | @Override method setIntent (line 90) | @Override method getIntent (line 96) | @Override method setShortcut (line 101) | @Override method setNumericShortcut (line 107) | @Override method getNumericShortcut (line 113) | @Override method setAlphabeticShortcut (line 118) | @Override method getAlphabeticShortcut (line 124) | @Override method setCheckable (line 129) | @Override method isCheckable (line 135) | @Override method setChecked (line 140) | @Override method isChecked (line 146) | @Override method setVisible (line 151) | @Override method isVisible (line 157) | @Override method setEnabled (line 162) | @Override method isEnabled (line 168) | @Override method hasSubMenu (line 173) | @Override method getSubMenu (line 178) | @Override method setOnMenuItemClickListener (line 186) | @Override method onMenuItemClick (line 194) | @Override method getMenuInfo (line 202) | @Override method setShowAsAction (line 207) | @Override method setShowAsActionFlags (line 212) | @Override method setActionView (line 218) | @Override method setActionView (line 227) | @Override method getActionView (line 242) | @Override method setActionProvider (line 251) | @Override method getActionProvider (line 257) | @Override method expandActionView (line 266) | @Override method collapseActionView (line 271) | @Override method isActionViewExpanded (line 276) | @Override method setOnActionExpandListener (line 281) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/MenuPopupHelper.java class MenuPopupHelper (line 45) | public class MenuPopupHelper implements AdapterView.OnItemClickListener,... method MenuPopupHelper (line 69) | public MenuPopupHelper(Context context, MenuBuilder menu) { method MenuPopupHelper (line 73) | public MenuPopupHelper(Context context, MenuBuilder menu, View anchorV... method MenuPopupHelper (line 77) | public MenuPopupHelper(Context context, MenuBuilder menu, method setAnchorView (line 93) | public void setAnchorView(View anchor) { method setForceShowIcon (line 97) | public void setForceShowIcon(boolean forceShow) { method show (line 101) | public void show() { method tryShow (line 107) | public boolean tryShow() { method dismiss (line 144) | public void dismiss() { method onDismiss (line 150) | public void onDismiss() { method isShowing (line 161) | public boolean isShowing() { method onItemClick (line 165) | @Override method onKey (line 171) | public boolean onKey(View v, int keyCode, KeyEvent event) { method measureContentWidth (line 179) | private int measureContentWidth(ListAdapter adapter) { method onGlobalLayout (line 205) | @Override method onViewAttachedToWindow (line 218) | @Override method onViewDetachedFromWindow (line 228) | @Override method initForMenu (line 232) | @Override method getMenuView (line 237) | @Override method updateMenuView (line 242) | @Override method setCallback (line 247) | @Override method onSubMenuSelected (line 252) | @Override method onCloseMenu (line 279) | @Override method flagActionItems (line 290) | @Override method expandItemActionView (line 295) | public boolean expandItemActionView(MenuBuilder menu, MenuItemImpl ite... method collapseItemActionView (line 299) | public boolean collapseItemActionView(MenuBuilder menu, MenuItemImpl i... method getId (line 303) | @Override method onSaveInstanceState (line 308) | @Override method onRestoreInstanceState (line 313) | @Override class MenuAdapter (line 317) | private class MenuAdapter extends BaseAdapter { method MenuAdapter (line 321) | public MenuAdapter(MenuBuilder menu) { method getCount (line 327) | public int getCount() { method getItem (line 336) | public MenuItemImpl getItem(int position) { method getItemId (line 345) | public long getItemId(int position) { method getView (line 351) | public View getView(int position, View convertView, ViewGroup parent) { method findExpandedIndex (line 364) | void findExpandedIndex() { class ExpandedIndexObserver (line 381) | private class ExpandedIndexObserver extends DataSetObserver { method onChanged (line 382) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java type MenuPresenter (line 27) | public interface MenuPresenter { type Callback (line 31) | public interface Callback { method onCloseMenu (line 37) | public void onCloseMenu(MenuBuilder menu, boolean allMenusAreClosing); method onOpenSubMenu (line 48) | public boolean onOpenSubMenu(MenuBuilder subMenu); method initForMenu (line 59) | public void initForMenu(Context context, MenuBuilder menu); method getMenuView (line 68) | public MenuView getMenuView(ViewGroup root); method updateMenuView (line 76) | public void updateMenuView(boolean cleared); method setCallback (line 83) | public void setCallback(Callback cb); method onSubMenuSelected (line 93) | public boolean onSubMenuSelected(SubMenuBuilder subMenu); method onCloseMenu (line 103) | public void onCloseMenu(MenuBuilder menu, boolean allMenusAreClosing); method flagActionItems (line 109) | public boolean flagActionItems(); method expandItemActionView (line 118) | public boolean expandItemActionView(MenuBuilder menu, MenuItemImpl item); method collapseItemActionView (line 127) | public boolean collapseItemActionView(MenuBuilder menu, MenuItemImpl i... method getId (line 133) | public int getId(); method onSaveInstanceState (line 141) | public Parcelable onSaveInstanceState(); method onRestoreInstanceState (line 147) | public void onRestoreInstanceState(Parcelable state); FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/MenuView.java type MenuView (line 27) | public interface MenuView { method initialize (line 34) | public void initialize(MenuBuilder menu); method getWindowAnimations (line 40) | public int getWindowAnimations(); type ItemView (line 46) | public interface ItemView { method initialize (line 55) | public void initialize(MenuItemImpl itemData, int menuType); method getItemData (line 61) | public MenuItemImpl getItemData(); method setTitle (line 67) | public void setTitle(CharSequence title); method setEnabled (line 73) | public void setEnabled(boolean enabled); method setCheckable (line 80) | public void setCheckable(boolean checkable); method setChecked (line 87) | public void setChecked(boolean checked); method setShortcut (line 95) | public void setShortcut(boolean showShortcut, char shortcutKey); method setIcon (line 101) | public void setIcon(Drawable icon); method prefersCondensedTitle (line 111) | public boolean prefersCondensedTitle(); method showsIcon (line 118) | public boolean showsIcon(); FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/MenuWrapper.java class MenuWrapper (line 11) | public class MenuWrapper implements Menu { method MenuWrapper (line 18) | public MenuWrapper(android.view.Menu nativeMenu) { method unwrap (line 22) | public android.view.Menu unwrap() { method addInternal (line 26) | private MenuItem addInternal(android.view.MenuItem nativeItem) { method add (line 32) | @Override method add (line 37) | @Override method add (line 42) | @Override method add (line 47) | @Override method addInternal (line 52) | private SubMenu addInternal(android.view.SubMenu nativeSubMenu) { method addSubMenu (line 60) | @Override method addSubMenu (line 65) | @Override method addSubMenu (line 70) | @Override method addSubMenu (line 75) | @Override method addIntentOptions (line 80) | @Override method removeItem (line 95) | @Override method removeGroup (line 101) | @Override method clear (line 112) | @Override method invalidate (line 118) | public void invalidate() { method setGroupCheckable (line 132) | @Override method setGroupVisible (line 137) | @Override method setGroupEnabled (line 142) | @Override method hasVisibleItems (line 147) | @Override method findItem (line 152) | @Override method findItem (line 158) | public MenuItem findItem(android.view.MenuItem nativeItem) { method size (line 171) | @Override method getItem (line 176) | @Override method close (line 182) | @Override method performShortcut (line 187) | @Override method isShortcutKey (line 192) | @Override method performIdentifierAction (line 197) | @Override method setQwertyMode (line 202) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/SubMenuBuilder.java class SubMenuBuilder (line 31) | public class SubMenuBuilder extends MenuBuilder implements SubMenu { method SubMenuBuilder (line 35) | public SubMenuBuilder(Context context, MenuBuilder parentMenu, MenuIte... method setQwertyMode (line 42) | @Override method isQwertyMode (line 47) | @Override method setShortcutsVisible (line 52) | @Override method isShortcutsVisible (line 57) | @Override method getParentMenu (line 62) | public Menu getParentMenu() { method getItem (line 66) | public MenuItem getItem() { method setCallback (line 70) | @Override method getRootMenu (line 75) | @Override method dispatchMenuItemSelected (line 80) | @Override method setIcon (line 86) | public SubMenu setIcon(Drawable icon) { method setIcon (line 91) | public SubMenu setIcon(int iconRes) { method setHeaderIcon (line 96) | public SubMenu setHeaderIcon(Drawable icon) { method setHeaderIcon (line 100) | public SubMenu setHeaderIcon(int iconRes) { method setHeaderTitle (line 104) | public SubMenu setHeaderTitle(CharSequence title) { method setHeaderTitle (line 108) | public SubMenu setHeaderTitle(int titleRes) { method setHeaderView (line 112) | public SubMenu setHeaderView(View view) { method expandItemActionView (line 116) | @Override method collapseItemActionView (line 121) | @Override method getActionViewStatesKey (line 126) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/view/menu/SubMenuWrapper.java class SubMenuWrapper (line 8) | public class SubMenuWrapper extends MenuWrapper implements SubMenu { method SubMenuWrapper (line 12) | public SubMenuWrapper(android.view.SubMenu nativeSubMenu) { method setHeaderTitle (line 18) | @Override method setHeaderTitle (line 24) | @Override method setHeaderIcon (line 30) | @Override method setHeaderIcon (line 36) | @Override method setHeaderView (line 42) | @Override method clearHeader (line 48) | @Override method setIcon (line 53) | @Override method setIcon (line 59) | @Override method getItem (line 65) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/AbsActionBarView.java class AbsActionBarView (line 37) | public abstract class AbsActionBarView extends NineViewGroup { method AbsActionBarView (line 54) | public AbsActionBarView(Context context) { method AbsActionBarView (line 59) | public AbsActionBarView(Context context, AttributeSet attrs) { method AbsActionBarView (line 64) | public AbsActionBarView(Context context, AttributeSet attrs, int defSt... method onConfigurationChanged (line 72) | @Override method setSplitActionBar (line 99) | public void setSplitActionBar(boolean split) { method setSplitWhenNarrow (line 107) | public void setSplitWhenNarrow(boolean splitWhenNarrow) { method setContentHeight (line 111) | public void setContentHeight(int height) { method getContentHeight (line 116) | public int getContentHeight() { method setSplitView (line 120) | public void setSplitView(ActionBarContainer splitView) { method getAnimatedVisibility (line 127) | public int getAnimatedVisibility() { method animateToVisibility (line 134) | public void animateToVisibility(int visibility) { method setVisibility (line 177) | @Override method showOverflowMenu (line 185) | public boolean showOverflowMenu() { method postShowOverflowMenu (line 192) | public void postShowOverflowMenu() { method hideOverflowMenu (line 200) | public boolean hideOverflowMenu() { method isOverflowMenuShowing (line 207) | public boolean isOverflowMenuShowing() { method isOverflowReserved (line 214) | public boolean isOverflowReserved() { method dismissPopupMenus (line 218) | public void dismissPopupMenus() { method measureChildView (line 224) | protected int measureChildView(View child, int availableWidth, int chi... method positionChild (line 235) | protected int positionChild(View child, int x, int y, int contentHeigh... method positionChildInverse (line 245) | protected int positionChildInverse(View child, int x, int y, int conte... class VisibilityAnimListener (line 255) | protected class VisibilityAnimListener implements Animator.AnimatorLis... method withFinalVisibility (line 259) | public VisibilityAnimListener withFinalVisibility(int visibility) { method onAnimationStart (line 264) | @Override method onAnimationEnd (line 271) | @Override method onAnimationCancel (line 282) | @Override method onAnimationRepeat (line 287) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/ActionBarContainer.java class ActionBarContainer (line 38) | public class ActionBarContainer extends NineFrameLayout { method ActionBarContainer (line 49) | public ActionBarContainer(Context context) { method ActionBarContainer (line 53) | public ActionBarContainer(Context context, AttributeSet attrs) { method onFinishInflate (line 80) | @Override method setPrimaryBackground (line 86) | public void setPrimaryBackground(Drawable bg) { method setStackedBackground (line 91) | public void setStackedBackground(Drawable bg) { method setSplitBackground (line 96) | public void setSplitBackground(Drawable bg) { method setTransitioning (line 109) | public void setTransitioning(boolean isTransitioning) { method onInterceptTouchEvent (line 115) | @Override method onTouchEvent (line 120) | @Override method onHoverEvent (line 128) | @Override method setTabContainer (line 136) | public void setTabContainer(ScrollingTabContainerView tabView) { method getTabContainer (line 150) | public View getTabContainer() { method onDraw (line 154) | @Override method onMeasure (line 179) | @Override method onLayout (line 200) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/ActionBarContextView.java class ActionBarContextView (line 46) | public class ActionBarContextView extends AbsActionBarView implements An... method ActionBarContextView (line 69) | public ActionBarContextView(Context context) { method ActionBarContextView (line 73) | public ActionBarContextView(Context context, AttributeSet attrs) { method ActionBarContextView (line 77) | public ActionBarContextView(Context context, AttributeSet attrs, int d... method onDetachedFromWindow (line 97) | @Override method setSplitActionBar (line 106) | @Override method setContentHeight (line 139) | public void setContentHeight(int height) { method setCustomView (line 143) | public void setCustomView(View view) { method setTitle (line 158) | public void setTitle(CharSequence title) { method setSubtitle (line 163) | public void setSubtitle(CharSequence subtitle) { method getTitle (line 168) | public CharSequence getTitle() { method getSubtitle (line 172) | public CharSequence getSubtitle() { method initTitle (line 176) | private void initTitle() { method initForMode (line 203) | public void initForMode(final ActionMode mode) { method closeMode (line 251) | public void closeMode() { method finishAnimation (line 267) | private void finishAnimation() { method killMode (line 275) | public void killMode() { method showOverflowMenu (line 286) | @Override method hideOverflowMenu (line 294) | @Override method isOverflowMenuShowing (line 302) | @Override method generateDefaultLayoutParams (line 310) | @Override method generateLayoutParams (line 317) | @Override method onMeasure (line 322) | @Override method makeInAnimation (line 391) | private Animator makeInAnimation() { method makeOutAnimation (line 419) | private Animator makeOutAnimation() { method onLayout (line 446) | @Override method onAnimationStart (line 481) | @Override method onAnimationEnd (line 485) | @Override method onAnimationCancel (line 493) | @Override method onAnimationRepeat (line 497) | @Override method shouldDelayChildPressedState (line 501) | @Override method onInitializeAccessibilityEvent (line 506) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/ActionBarView.java class ActionBarView (line 68) | public class ActionBarView extends AbsActionBarView { method onItemSelected (line 141) | public void onItemSelected(IcsAdapterView parent, View view, int posit... method onNothingSelected (line 146) | public void onNothingSelected(IcsAdapterView parent) { method onClick (line 152) | @Override method onClick (line 162) | public void onClick(View v) { method ActionBarView (line 167) | public ActionBarView(Context context, AttributeSet attrs) { method onConfigurationChanged (line 267) | @Override method setWindowCallback (line 296) | public void setWindowCallback(Window.Callback cb) { method onDetachedFromWindow (line 300) | @Override method shouldDelayChildPressedState (line 310) | @Override method initProgress (line 315) | public void initProgress() { method initIndeterminateProgress (line 322) | public void initIndeterminateProgress() { method setSplitActionBar (line 328) | @Override method isSplitActionBar (line 351) | public boolean isSplitActionBar() { method hasEmbeddedTabs (line 355) | public boolean hasEmbeddedTabs() { method setEmbeddedTabView (line 359) | public void setEmbeddedTabView(ScrollingTabContainerView tabs) { method setCallback (line 374) | public void setCallback(OnNavigationListener callback) { method setMenu (line 378) | public void setMenu(Menu menu, MenuPresenter.Callback cb) { method configPresenters (line 441) | private void configPresenters(MenuBuilder builder) { method hasExpandedActionView (line 453) | public boolean hasExpandedActionView() { method collapseActionView (line 458) | public void collapseActionView() { method setCustomNavigationView (line 466) | public void setCustomNavigationView(View view) { method getTitle (line 477) | public CharSequence getTitle() { method setTitle (line 487) | public void setTitle(CharSequence title) { method setWindowTitle (line 498) | public void setWindowTitle(CharSequence title) { method setTitleImpl (line 504) | private void setTitleImpl(CharSequence title) { method getSubtitle (line 518) | public CharSequence getSubtitle() { method setSubtitle (line 522) | public void setSubtitle(CharSequence subtitle) { method setHomeButtonEnabled (line 534) | public void setHomeButtonEnabled(boolean enable) { method setDisplayOptions (line 549) | public void setDisplayOptions(int options) { method setIcon (line 616) | public void setIcon(Drawable icon) { method setIcon (line 624) | public void setIcon(int resId) { method setLogo (line 628) | public void setLogo(Drawable logo) { method setLogo (line 635) | public void setLogo(int resId) { method setNavigationMode (line 639) | public void setNavigationMode(int mode) { method setDropdownAdapter (line 683) | public void setDropdownAdapter(SpinnerAdapter adapter) { method getDropdownAdapter (line 690) | public SpinnerAdapter getDropdownAdapter() { method setDropdownSelectedPosition (line 694) | public void setDropdownSelectedPosition(int position) { method getDropdownSelectedPosition (line 698) | public int getDropdownSelectedPosition() { method getCustomNavigationView (line 702) | public View getCustomNavigationView() { method getNavigationMode (line 706) | public int getNavigationMode() { method getDisplayOptions (line 710) | public int getDisplayOptions() { method generateDefaultLayoutParams (line 714) | @Override method onFinishInflate (line 721) | @Override method initTitle (line 738) | private void initTitle() { method setContextView (line 778) | public void setContextView(ActionBarContextView view) { method setCollapsable (line 782) | public void setCollapsable(boolean collapsable) { method isCollapsed (line 786) | public boolean isCollapsed() { method onMeasure (line 790) | @Override method onLayout (line 987) | @Override method generateLayoutParams (line 1126) | @Override method generateLayoutParams (line 1131) | @Override method onSaveInstanceState (line 1139) | @Override method onRestoreInstanceState (line 1153) | @Override class SavedState (line 1172) | static class SavedState extends BaseSavedState { method SavedState (line 1176) | SavedState(Parcelable superState) { method SavedState (line 1180) | private SavedState(Parcel in) { method writeToParcel (line 1186) | @Override method createFromParcel (line 1195) | public SavedState createFromParcel(Parcel in) { method newArray (line 1199) | public SavedState[] newArray(int size) { class HomeView (line 1205) | public static class HomeView extends FrameLayout { method HomeView (line 1210) | public HomeView(Context context) { method HomeView (line 1214) | public HomeView(Context context, AttributeSet attrs) { method setUp (line 1218) | public void setUp(boolean isUp) { method setIcon (line 1222) | public void setIcon(Drawable icon) { method dispatchPopulateAccessibilityEvent (line 1226) | @Override method onPopulateAccessibilityEvent (line 1232) | @Override method dispatchHoverEvent (line 1243) | @Override method onFinishInflate (line 1249) | @Override method getLeftOffset (line 1255) | public int getLeftOffset() { method onMeasure (line 1259) | @Override method onLayout (line 1302) | @Override class ExpandedActionViewMenuPresenter (line 1327) | private class ExpandedActionViewMenuPresenter implements MenuPresenter { method initForMenu (line 1331) | @Override method getMenuView (line 1340) | @Override method updateMenuView (line 1345) | @Override method setCallback (line 1369) | @Override method onSubMenuSelected (line 1373) | @Override method onCloseMenu (line 1378) | @Override method flagActionItems (line 1382) | @Override method expandItemActionView (line 1387) | @Override method collapseItemActionView (line 1413) | @Override method getId (line 1451) | @Override method onSaveInstanceState (line 1456) | @Override method onRestoreInstanceState (line 1461) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/CapitalizingButton.java class CapitalizingButton (line 10) | public class CapitalizingButton extends Button { method CapitalizingButton (line 26) | public CapitalizingButton(Context context, AttributeSet attrs) { method setTextCompat (line 41) | public void setTextCompat(CharSequence text) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/CapitalizingTextView.java class CapitalizingTextView (line 11) | public class CapitalizingTextView extends TextView { method CapitalizingTextView (line 22) | public CapitalizingTextView(Context context, AttributeSet attrs) { method CapitalizingTextView (line 26) | public CapitalizingTextView(Context context, AttributeSet attrs, int d... method setTextCompat (line 34) | public void setTextCompat(CharSequence text) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/CollapsibleActionViewWrapper.java class CollapsibleActionViewWrapper (line 10) | public class CollapsibleActionViewWrapper extends FrameLayout implements... method CollapsibleActionViewWrapper (line 13) | public CollapsibleActionViewWrapper(View child) { method onActionViewExpanded (line 19) | @Override public void onActionViewExpanded() { method onActionViewCollapsed (line 23) | @Override public void onActionViewCollapsed() { method unwrap (line 27) | public View unwrap() { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsAbsSpinner.java class IcsAbsSpinner (line 37) | public abstract class IcsAbsSpinner extends IcsAdapterView extends ViewGroup { method IcsAdapterView (line 227) | public IcsAdapterView(Context context) { method IcsAdapterView (line 231) | public IcsAdapterView(Context context, AttributeSet attrs) { method IcsAdapterView (line 235) | public IcsAdapterView(Context context, AttributeSet attrs, int defStyl... method setOnItemClickListener (line 245) | public void setOnItemClickListener(OnItemClickListener listener) { method getOnItemClickListener (line 253) | public final OnItemClickListener getOnItemClickListener() { method performItemClick (line 266) | public boolean performItemClick(View view, int position, long id) { type OnItemLongClickListener (line 283) | public interface OnItemLongClickListener { method onItemLongClick (line 298) | boolean onItemLongClick(IcsAdapterView parent, View view, int pos... method setOnItemLongClickListener (line 308) | public void setOnItemLongClickListener(OnItemLongClickListener listene... method getOnItemLongClickListener (line 319) | public final OnItemLongClickListener getOnItemLongClickListener() { type OnItemSelectedListener (line 327) | public interface OnItemSelectedListener { method onItemSelected (line 342) | void onItemSelected(IcsAdapterView parent, View view, int positio... method onNothingSelected (line 351) | void onNothingSelected(IcsAdapterView parent); method setOnItemSelectedListener (line 361) | public void setOnItemSelectedListener(OnItemSelectedListener listener) { method getOnItemSelectedListener (line 365) | public final OnItemSelectedListener getOnItemSelectedListener() { class AdapterContextMenuInfo (line 375) | public static class AdapterContextMenuInfo implements ContextMenu.Cont... method AdapterContextMenuInfo (line 377) | public AdapterContextMenuInfo(View targetView, int position, long id) { method getAdapter (line 406) | public abstract T getAdapter(); method setAdapter (line 414) | public abstract void setAdapter(T adapter); method addView (line 423) | @Override method addView (line 436) | @Override method addView (line 449) | @Override method addView (line 464) | @Override method removeView (line 477) | @Override method removeViewAt (line 489) | @Override method removeAllViews (line 499) | @Override method onLayout (line 504) | @Override method getSelectedItemPosition (line 514) | @ViewDebug.CapturedViewProperty method getSelectedItemId (line 523) | @ViewDebug.CapturedViewProperty method getSelectedView (line 532) | public abstract View getSelectedView(); method getSelectedItem (line 538) | public Object getSelectedItem() { method getCount (line 553) | @ViewDebug.CapturedViewProperty method getPositionForView (line 567) | public int getPositionForView(View view) { method getFirstVisiblePosition (line 597) | public int getFirstVisiblePosition() { method getLastVisiblePosition (line 607) | public int getLastVisiblePosition() { method setSelection (line 617) | public abstract void setSelection(int position); method setEmptyView (line 622) | public void setEmptyView(View emptyView) { method getEmptyView (line 637) | public View getEmptyView() { method isInFilterMode (line 647) | boolean isInFilterMode() { method setFocusable (line 651) | @Override method setFocusableInTouchMode (line 664) | @Override method checkFocus (line 677) | void checkFocus() { method updateEmptyStatus (line 696) | private void updateEmptyStatus(boolean empty) { method getItemAtPosition (line 728) | public Object getItemAtPosition(int position) { method getItemIdAtPosition (line 733) | public long getItemIdAtPosition(int position) { method setOnClickListener (line 738) | @Override method dispatchSaveInstanceState (line 747) | @Override method dispatchRestoreInstanceState (line 755) | @Override class AdapterDataSetObserver (line 760) | class AdapterDataSetObserver extends DataSetObserver { method onChanged (line 764) | @Override method onInvalidated (line 783) | @Override method clearSavedState (line 806) | public void clearSavedState() { method onDetachedFromWindow (line 811) | @Override class SelectionNotifier (line 817) | private class SelectionNotifier implements Runnable { method run (line 818) | public void run() { method selectionChanged (line 832) | void selectionChanged() { method fireOnSelected (line 854) | private void fireOnSelected() { method dispatchPopulateAccessibilityEvent (line 868) | @Override method onRequestSendAccessibilityEvent (line 878) | @Override method onInitializeAccessibilityNodeInfo (line 892) | @Override method onInitializeAccessibilityEvent (line 902) | @Override method isScrollableForAccessibility (line 916) | private boolean isScrollableForAccessibility() { method canAnimate (line 926) | @Override method handleDataChanged (line 931) | void handleDataChanged() { method checkSelectionChanged (line 994) | void checkSelectionChanged() { method findSyncPosition (line 1010) | int findSyncPosition() { method lookForSelectablePosition (line 1097) | int lookForSelectablePosition(int position, boolean lookDown) { method setSelectedPositionInt (line 1105) | void setSelectedPositionInt(int position) { method setNextSelectedPositionInt (line 1115) | void setNextSelectedPositionInt(int position) { method rememberSyncState (line 1130) | void rememberSyncState() { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsColorDrawable.java class IcsColorDrawable (line 13) | public class IcsColorDrawable extends Drawable { method IcsColorDrawable (line 17) | public IcsColorDrawable(ColorDrawable drawable) { method IcsColorDrawable (line 25) | public IcsColorDrawable(int color) { method draw (line 29) | @Override public void draw(Canvas canvas) { method setAlpha (line 36) | @Override method setColorFilter (line 44) | @Override public void setColorFilter(ColorFilter colorFilter) { method getOpacity (line 48) | @Override public int getOpacity() { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsLinearLayout.java class IcsLinearLayout (line 21) | public class IcsLinearLayout extends NineLinearLayout { method IcsLinearLayout (line 55) | public IcsLinearLayout(Context context, AttributeSet attrs) { method setShowDividers (line 74) | public void setShowDividers(int showDividers) { method getShowDividers (line 86) | public int getShowDividers() { method setDividerDrawable (line 95) | public void setDividerDrawable(Drawable divider) { method setDividerPadding (line 126) | public void setDividerPadding(int padding) { method getDividerPadding (line 137) | public int getDividerPadding() { method getDividerWidth (line 146) | public int getDividerWidth() { method measureChildWithMargins (line 150) | @Override method onDraw (line 178) | @Override method drawDividersVertical (line 190) | void drawDividersVertical(Canvas canvas) { method drawDividersHorizontal (line 217) | void drawDividersHorizontal(Canvas canvas) { method drawHorizontalDivider (line 244) | void drawHorizontalDivider(Canvas canvas, int top) { method drawVerticalDivider (line 250) | void drawVerticalDivider(Canvas canvas, int left) { method hasDividerBeforeChildAt (line 263) | protected boolean hasDividerBeforeChildAt(int childIndex) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java class IcsListPopupWindow (line 30) | public class IcsListPopupWindow { method IcsListPopupWindow (line 77) | public IcsListPopupWindow(Context context) { method IcsListPopupWindow (line 81) | public IcsListPopupWindow(Context context, AttributeSet attrs, int def... method IcsListPopupWindow (line 87) | public IcsListPopupWindow(Context context, AttributeSet attrs, int def... method setAdapter (line 98) | public void setAdapter(ListAdapter adapter) { method setPromptPosition (line 114) | public void setPromptPosition(int position) { method setModal (line 118) | public void setModal(boolean modal) { method setBackgroundDrawable (line 123) | public void setBackgroundDrawable(Drawable d) { method setAnchorView (line 127) | public void setAnchorView(View anchor) { method setHorizontalOffset (line 131) | public void setHorizontalOffset(int offset) { method setVerticalOffset (line 135) | public void setVerticalOffset(int offset) { method setContentWidth (line 140) | public void setContentWidth(int width) { method setOnItemClickListener (line 150) | public void setOnItemClickListener(AdapterView.OnItemClickListener cli... method show (line 154) | public void show() { method dismiss (line 239) | public void dismiss() { method setOnDismissListener (line 253) | public void setOnDismissListener(PopupWindow.OnDismissListener listene... method setInputMethodMode (line 257) | public void setInputMethodMode(int mode) { method setSelection (line 267) | public void setSelection(int position) { method clearListSelection (line 278) | public void clearListSelection() { method isShowing (line 288) | public boolean isShowing() { method isInputMethodNotNeeded (line 292) | private boolean isInputMethodNotNeeded() { method getListView (line 296) | public ListView getListView() { method buildDropDown (line 300) | private int buildDropDown() { method getMaxAvailableHeight (line 424) | private int getMaxAvailableHeight(View anchor, int yOffset, boolean ig... method measureHeightOfChildren (line 449) | private int measureHeightOfChildren(int widthMeasureSpec, int startPos... method measureScrapChild (line 504) | private void measureScrapChild(View child, int position, int widthMeas... class DropDownListView (line 526) | private static class DropDownListView extends ListView { method DropDownListView (line 559) | public DropDownListView(Context context, boolean hijackFocus) { method isInTouchMode (line 577) | @Override method hasWindowFocus (line 583) | @Override method isFocused (line 588) | @Override method hasFocus (line 593) | @Override class PopupDataSetObserver (line 599) | private class PopupDataSetObserver extends DataSetObserver { method onChanged (line 600) | @Override method onInvalidated (line 608) | @Override class ListSelectorHider (line 614) | private class ListSelectorHider implements Runnable { method run (line 615) | public void run() { class ResizePopupRunnable (line 620) | private class ResizePopupRunnable implements Runnable { method run (line 621) | public void run() { class PopupTouchInterceptor (line 630) | private class PopupTouchInterceptor implements OnTouchListener { method onTouch (line 631) | public boolean onTouch(View v, MotionEvent event) { class PopupScrollListener (line 647) | private class PopupScrollListener implements ListView.OnScrollListener { method onScroll (line 648) | public void onScroll(AbsListView view, int firstVisibleItem, int vis... method onScrollStateChanged (line 653) | public void onScrollStateChanged(AbsListView view, int scrollState) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsProgressBar.java class IcsProgressBar (line 185) | @RemoteView method IcsProgressBar (line 264) | public IcsProgressBar(Context context) { method IcsProgressBar (line 268) | public IcsProgressBar(Context context, AttributeSet attrs) { method IcsProgressBar (line 272) | public IcsProgressBar(Context context, AttributeSet attrs, int defStyl... method IcsProgressBar (line 279) | public IcsProgressBar(Context context, AttributeSet attrs, int defStyl... method tileify (line 347) | private Drawable tileify(Drawable drawable, boolean clip) { method getDrawableShape (line 396) | Shape getDrawableShape() { method tileifyIndeterminate (line 406) | private Drawable tileifyIndeterminate(Drawable drawable) { method initProgressBar (line 436) | private void initProgressBar() { method isIndeterminate (line 455) | @ViewDebug.ExportedProperty(category = "progress") method setIndeterminate (line 470) | public synchronized void setIndeterminate(boolean indeterminate) { method getIndeterminateDrawable (line 494) | public Drawable getIndeterminateDrawable() { method setIndeterminateDrawable (line 507) | public void setIndeterminateDrawable(Drawable d) { method getProgressDrawable (line 527) | public Drawable getProgressDrawable() { method setProgressDrawable (line 540) | public void setProgressDrawable(Drawable d) { method getCurrentDrawable (line 576) | Drawable getCurrentDrawable() { method verifyDrawable (line 580) | @Override method jumpDrawablesToCurrentState (line 586) | @Override method postInvalidate (line 593) | @Override class RefreshProgressRunnable (line 600) | private class RefreshProgressRunnable implements Runnable { method RefreshProgressRunnable (line 606) | RefreshProgressRunnable(int id, int progress, boolean fromUser) { method run (line 612) | public void run() { method setup (line 618) | public void setup(int id, int progress, boolean fromUser) { method doRefreshProgress (line 626) | private synchronized void doRefreshProgress(int id, int progress, bool... method onProgressRefresh (line 648) | void onProgressRefresh(float scale, boolean fromUser) { method refreshProgress (line 654) | private synchronized void refreshProgress(int id, int progress, boolea... method setProgress (line 684) | public synchronized void setProgress(int progress) { method setProgress (line 688) | synchronized void setProgress(int progress, boolean fromUser) { method setSecondaryProgress (line 719) | public synchronized void setSecondaryProgress(int secondaryProgress) { method getProgress (line 750) | @ViewDebug.ExportedProperty(category = "progress") method getSecondaryProgress (line 767) | @ViewDebug.ExportedProperty(category = "progress") method getMax (line 781) | @ViewDebug.ExportedProperty(category = "progress") method setMax (line 795) | public synchronized void setMax(int max) { method incrementProgressBy (line 817) | public synchronized final void incrementProgressBy(int diff) { method incrementSecondaryProgressBy (line 828) | public synchronized final void incrementSecondaryProgressBy(int diff) { method startAnimation (line 835) | void startAnimation() { method stopAnimation (line 862) | void stopAnimation() { method setInterpolator (line 879) | public void setInterpolator(Context context, int resID) { method setInterpolator (line 889) | public void setInterpolator(Interpolator interpolator) { method getInterpolator (line 898) | public Interpolator getInterpolator() { method setVisibility (line 902) | @Override method onVisibilityChanged (line 918) | @Override method invalidateDrawable (line 932) | @Override method onSizeChanged (line 958) | @Override method updateDrawableBounds (line 963) | private void updateDrawableBounds(int w, int h) { method onDraw (line 1003) | @Override method onMeasure (line 1037) | @Override method drawableStateChanged (line 1060) | @Override method updateDrawableState (line 1066) | private void updateDrawableState() { class SavedState (line 1078) | static class SavedState extends BaseSavedState { method SavedState (line 1085) | SavedState(Parcelable superState) { method SavedState (line 1092) | private SavedState(Parcel in) { method writeToParcel (line 1098) | @Override method createFromParcel (line 1107) | public SavedState createFromParcel(Parcel in) { method newArray (line 1111) | public SavedState[] newArray(int size) { method onSaveInstanceState (line 1117) | @Override method onRestoreInstanceState (line 1129) | @Override method onAttachedToWindow (line 1138) | @Override method onDetachedFromWindow (line 1146) | @Override method onInitializeAccessibilityEvent (line 1162) | @Override method scheduleAccessibilityEventSender (line 1176) | private void scheduleAccessibilityEventSender() { class AccessibilityEventSender (line 1188) | private class AccessibilityEventSender implements Runnable { method run (line 1189) | public void run() { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsSpinner.java class IcsSpinner (line 51) | public class IcsSpinner extends IcsAbsSpinner implements OnClickListener { method IcsSpinner (line 81) | public IcsSpinner(Context context, AttributeSet attrs) { method IcsSpinner (line 97) | public IcsSpinner(Context context, AttributeSet attrs, int defStyle) { method setEnabled (line 141) | @Override method setGravity (line 160) | public void setGravity(int gravity) { method setAdapter (line 170) | @Override method getBaseline (line 181) | @Override method onDetachedFromWindow (line 201) | @Override method setOnItemClickListener (line 216) | @Override method onMeasure (line 221) | @Override method onLayout (line 239) | @Override method layout (line 253) | @Override method makeAndAddView (line 313) | private View makeAndAddView(int position) { method setUpChild (line 342) | private void setUpChild(View child) { method performClick (line 383) | @Override method onClick (line 398) | public void onClick(DialogInterface dialog, int which) { method setPrompt (line 407) | public void setPrompt(CharSequence prompt) { method setPromptId (line 415) | public void setPromptId(int promptId) { method getPrompt (line 422) | public CharSequence getPrompt() { method measureContentWidth (line 426) | int measureContentWidth(SpinnerAdapter adapter, Drawable background) { class DropDownAdapter (line 474) | private static class DropDownAdapter implements ListAdapter, SpinnerAd... method DropDownAdapter (line 483) | public DropDownAdapter(SpinnerAdapter adapter) { method getCount (line 490) | public int getCount() { method getItem (line 494) | public Object getItem(int position) { method getItemId (line 498) | public long getItemId(int position) { method getView (line 502) | public View getView(int position, View convertView, ViewGroup parent) { method getDropDownView (line 506) | public View getDropDownView(int position, View convertView, ViewGrou... method hasStableIds (line 511) | public boolean hasStableIds() { method registerDataSetObserver (line 515) | public void registerDataSetObserver(DataSetObserver observer) { method unregisterDataSetObserver (line 521) | public void unregisterDataSetObserver(DataSetObserver observer) { method areAllItemsEnabled (line 531) | public boolean areAllItemsEnabled() { method isEnabled (line 544) | public boolean isEnabled(int position) { method getItemViewType (line 553) | public int getItemViewType(int position) { method getViewTypeCount (line 557) | public int getViewTypeCount() { method isEmpty (line 561) | public boolean isEmpty() { type SpinnerPopup (line 570) | private interface SpinnerPopup { method setAdapter (line 571) | public void setAdapter(ListAdapter adapter); method show (line 576) | public void show(); method dismiss (line 581) | public void dismiss(); method isShowing (line 586) | public boolean isShowing(); method setPromptText (line 593) | public void setPromptText(CharSequence hintText); method getHintText (line 594) | public CharSequence getHintText(); class DropdownPopup (line 640) | private class DropdownPopup extends IcsListPopupWindow implements Spin... method DropdownPopup (line 644) | public DropdownPopup(Context context, AttributeSet attrs, int defSty... method setAdapter (line 659) | @Override method getHintText (line 665) | public CharSequence getHintText() { method setPromptText (line 669) | public void setPromptText(CharSequence hintText) { method show (line 674) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsToast.java class IcsToast (line 14) | public class IcsToast extends Toast { method makeText (line 19) | public static Toast makeText(Context context, CharSequence s, int dura... method makeText (line 37) | public static Toast makeText(Context context, int resId, int duration) { method IcsToast (line 41) | public IcsToast(Context context) { method setText (line 45) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsView.java class IcsView (line 5) | final class IcsView { method IcsView (line 7) | private IcsView() {} method getMeasuredStateInt (line 16) | public static int getMeasuredStateInt(View child) { FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/PopupWindowCompat.java class PopupWindowCompat (line 39) | public class PopupWindowCompat extends PopupWindow { method onScrollChanged (line 54) | @Override method PopupWindowCompat (line 63) | public PopupWindowCompat() { method PopupWindowCompat (line 68) | public PopupWindowCompat(Context context) { method PopupWindowCompat (line 73) | public PopupWindowCompat(Context context, AttributeSet attrs) { method PopupWindowCompat (line 78) | public PopupWindowCompat(Context context, AttributeSet attrs, int defS... method PopupWindowCompat (line 84) | public PopupWindowCompat(Context context, AttributeSet attrs, int defS... method PopupWindowCompat (line 89) | public PopupWindowCompat(int width, int height) { method PopupWindowCompat (line 94) | public PopupWindowCompat(View contentView) { method PopupWindowCompat (line 99) | public PopupWindowCompat(View contentView, int width, int height, bool... method PopupWindowCompat (line 104) | public PopupWindowCompat(View contentView, int width, int height) { method init (line 109) | private void init() { method unregisterListener (line 120) | private void unregisterListener() { method registerListener (line 130) | private void registerListener(View anchor) { method showAsDropDown (line 149) | @Override method update (line 155) | @Override method update (line 161) | @Override method showAtLocation (line 167) | @Override method dismiss (line 173) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/ScrollingTabContainerView.java class ScrollingTabContainerView (line 45) | public class ScrollingTabContainerView extends NineHorizontalScrollView method ScrollingTabContainerView (line 68) | public ScrollingTabContainerView(Context context) { method onMeasure (line 84) | @Override method isCollapsed (line 133) | private boolean isCollapsed() { method setAllowCollapse (line 137) | public void setAllowCollapse(boolean allowCollapse) { method performCollapse (line 141) | private void performCollapse() { method performExpand (line 160) | private boolean performExpand() { method setTabSelected (line 170) | public void setTabSelected(int position) { method setContentHeight (line 183) | public void setContentHeight(int contentHeight) { method createTabLayout (line 188) | private IcsLinearLayout createTabLayout() { method createSpinner (line 197) | private IcsSpinner createSpinner() { method onConfigurationChanged (line 206) | @Override method animateToVisibility (line 218) | public void animateToVisibility(int visibility) { method animateToTab (line 242) | public void animateToTab(final int position) { method onAttachedToWindow (line 257) | @Override method onDetachedFromWindow (line 266) | @Override method createTabView (line 274) | private TabView createTabView(ActionBar.Tab tab, boolean forAdapter) { method addTab (line 294) | public void addTab(ActionBar.Tab tab, boolean setSelected) { method addTab (line 309) | public void addTab(ActionBar.Tab tab, int position, boolean setSelecte... method updateTab (line 324) | public void updateTab(int position) { method removeTabAt (line 334) | public void removeTabAt(int position) { method removeAllTabs (line 344) | public void removeAllTabs() { method onItemSelected (line 354) | @Override method onNothingSelected (line 360) | @Override class TabView (line 364) | public static class TabView extends LinearLayout { method TabView (line 371) | public TabView(Context context, AttributeSet attrs) { method init (line 376) | public void init(ScrollingTabContainerView parent, ActionBar.Tab tab... method bindTab (line 387) | public void bindTab(ActionBar.Tab tab) { method onMeasure (line 392) | @Override method update (line 403) | public void update() { method getTab (line 469) | public ActionBar.Tab getTab() { class TabAdapter (line 474) | private class TabAdapter extends BaseAdapter { method getCount (line 475) | @Override method getItem (line 480) | @Override method getItemId (line 485) | @Override method getView (line 490) | @Override class TabClickListener (line 501) | private class TabClickListener implements OnClickListener { method onClick (line 502) | public void onClick(View view) { class VisibilityAnimListener (line 513) | protected class VisibilityAnimListener implements Animator.AnimatorLis... method withFinalVisibility (line 517) | public VisibilityAnimListener withFinalVisibility(int visibility) { method onAnimationStart (line 522) | @Override method onAnimationEnd (line 529) | @Override method onAnimationCancel (line 537) | @Override method onAnimationRepeat (line 542) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/internal/widget/TabsLinearLayout.java class TabsLinearLayout (line 9) | public class TabsLinearLayout extends IcsLinearLayout { method TabsLinearLayout (line 17) | public TabsLinearLayout(Context context, AttributeSet attrs) { method isMeasureWithLargestChildEnabled (line 36) | public boolean isMeasureWithLargestChildEnabled() { method setMeasureWithLargestChildEnabled (line 52) | public void setMeasureWithLargestChildEnabled(boolean enabled) { method onMeasure (line 56) | @Override method useLargestChildHorizontal (line 72) | private void useLargestChildHorizontal() { FILE: actionbarsherlock/src/com/actionbarsherlock/view/ActionMode.java class ActionMode (line 27) | public abstract class ActionMode { method setTag (line 40) | public void setTag(Object tag) { method getTag (line 54) | public Object getTag() { method setTitle (line 67) | public abstract void setTitle(CharSequence title); method setTitle (line 78) | public abstract void setTitle(int resId); method setSubtitle (line 89) | public abstract void setSubtitle(CharSequence subtitle); method setSubtitle (line 100) | public abstract void setSubtitle(int resId); method setCustomView (line 111) | public abstract void setCustomView(View view); method invalidate (line 120) | public abstract void invalidate(); method finish (line 126) | public abstract void finish(); method getMenu (line 132) | public abstract Menu getMenu(); method getTitle (line 138) | public abstract CharSequence getTitle(); method getSubtitle (line 144) | public abstract CharSequence getSubtitle(); method getCustomView (line 150) | public abstract View getCustomView(); method getMenuInflater (line 155) | public abstract MenuInflater getMenuInflater(); method isUiFocusable (line 165) | public boolean isUiFocusable() { type Callback (line 186) | public interface Callback { method onCreateActionMode (line 196) | public boolean onCreateActionMode(ActionMode mode, Menu menu); method onPrepareActionMode (line 205) | public boolean onPrepareActionMode(ActionMode mode, Menu menu); method onActionItemClicked (line 215) | public boolean onActionItemClicked(ActionMode mode, MenuItem item); method onDestroyActionMode (line 222) | public void onDestroyActionMode(ActionMode mode); FILE: actionbarsherlock/src/com/actionbarsherlock/view/ActionProvider.java class ActionProvider (line 61) | public abstract class ActionProvider { method ActionProvider (line 69) | public ActionProvider(Context context) { method onCreateActionView (line 77) | public abstract View onCreateActionView(); method onPerformDefaultAction (line 114) | public boolean onPerformDefaultAction() { method hasSubMenu (line 128) | public boolean hasSubMenu() { method onPrepareSubMenu (line 141) | public void onPrepareSubMenu(SubMenu subMenu) { method subUiVisibilityChanged (line 151) | public void subUiVisibilityChanged(boolean isVisible) { method setSubUiVisibilityListener (line 160) | public void setSubUiVisibilityListener(SubUiVisibilityListener listene... type SubUiVisibilityListener (line 167) | public interface SubUiVisibilityListener { method onSubUiVisibilityChanged (line 168) | public void onSubUiVisibilityChanged(boolean isVisible); FILE: actionbarsherlock/src/com/actionbarsherlock/view/CollapsibleActionView.java type CollapsibleActionView (line 27) | public interface CollapsibleActionView { method onActionViewExpanded (line 32) | public void onActionViewExpanded(); method onActionViewCollapsed (line 38) | public void onActionViewCollapsed(); FILE: actionbarsherlock/src/com/actionbarsherlock/view/Menu.java type Menu (line 51) | public interface Menu { method add (line 142) | public MenuItem add(CharSequence title); method add (line 151) | public MenuItem add(int titleRes); method add (line 168) | public MenuItem add(int groupId, int itemId, int order, CharSequence t... method add (line 185) | public MenuItem add(int groupId, int itemId, int order, int titleRes); method addSubMenu (line 195) | SubMenu addSubMenu(final CharSequence title); method addSubMenu (line 205) | SubMenu addSubMenu(final int titleRes); method addSubMenu (line 227) | SubMenu addSubMenu(final int groupId, final int itemId, int order, fin... method addSubMenu (line 242) | SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes); method addIntentOptions (line 295) | public int addIntentOptions(int groupId, int itemId, int order, method removeItem (line 305) | public void removeItem(int id); method removeGroup (line 313) | public void removeGroup(int groupId); method clear (line 319) | public void clear(); method setGroupCheckable (line 339) | public void setGroupCheckable(int group, boolean checkable, boolean ex... method setGroupVisible (line 349) | public void setGroupVisible(int group, boolean visible); method setGroupEnabled (line 359) | public void setGroupEnabled(int group, boolean enabled); method hasVisibleItems (line 367) | public boolean hasVisibleItems(); method findItem (line 377) | public MenuItem findItem(int id); method size (line 385) | public int size(); method getItem (line 395) | public MenuItem getItem(int index); method close (line 400) | public void close(); method performShortcut (line 415) | public boolean performShortcut(int keyCode, KeyEvent event, int flags); method isShortcutKey (line 422) | boolean isShortcutKey(int keyCode, KeyEvent event); method performIdentifierAction (line 435) | public boolean performIdentifierAction(int id, int flags); method setQwertyMode (line 445) | public void setQwertyMode(boolean isQwerty); FILE: actionbarsherlock/src/com/actionbarsherlock/view/MenuInflater.java class MenuInflater (line 47) | public class MenuInflater { method MenuInflater (line 77) | public MenuInflater(Context context) { method MenuInflater (line 90) | public MenuInflater(Context context, Object realOwner) { method inflate (line 106) | public void inflate(int menuRes, Menu menu) { method parseMenu (line 126) | private void parseMenu(XmlPullParser parser, AttributeSet attrs, Menu ... class InflatedOnMenuItemClickListener (line 206) | private static class InflatedOnMenuItemClickListener method InflatedOnMenuItemClickListener (line 213) | public InflatedOnMenuItemClickListener(Object realOwner, String meth... method onMenuItemClick (line 227) | public boolean onMenuItemClick(MenuItem item) { class MenuState (line 247) | private class MenuState { method MenuState (line 306) | public MenuState(final Menu menu) { method resetGroup (line 312) | public void resetGroup() { method readGroup (line 324) | public void readGroup(AttributeSet attrs) { method readItem (line 341) | public void readItem(AttributeSet attrs) { method getShortcut (line 405) | private char getShortcut(String shortcutString) { method setItem (line 413) | private void setItem(MenuItem item) { method addItem (line 466) | public void addItem() { method addSubMenuItem (line 471) | public SubMenu addSubMenuItem() { method hasAddedItem (line 478) | public boolean hasAddedItem() { method newInstance (line 482) | @SuppressWarnings("unchecked") FILE: actionbarsherlock/src/com/actionbarsherlock/view/MenuItem.java type MenuItem (line 38) | public interface MenuItem { type OnMenuItemClickListener (line 74) | public interface OnMenuItemClickListener { method onMenuItemClick (line 85) | public boolean onMenuItemClick(MenuItem item); type OnActionExpandListener (line 97) | public interface OnActionExpandListener { method onMenuItemActionExpand (line 104) | public boolean onMenuItemActionExpand(MenuItem item); method onMenuItemActionCollapse (line 112) | public boolean onMenuItemActionCollapse(MenuItem item); method getItemId (line 121) | public int getItemId(); method getGroupId (line 129) | public int getGroupId(); method getOrder (line 145) | public int getOrder(); method setTitle (line 153) | public MenuItem setTitle(CharSequence title); method setTitle (line 167) | public MenuItem setTitle(int title); method getTitle (line 174) | public CharSequence getTitle(); method setTitleCondensed (line 184) | public MenuItem setTitleCondensed(CharSequence title); method getTitleCondensed (line 193) | public CharSequence getTitleCondensed(); method setIcon (line 203) | public MenuItem setIcon(Drawable icon); method setIcon (line 216) | public MenuItem setIcon(int iconRes); method getIcon (line 224) | public Drawable getIcon(); method setIntent (line 244) | public MenuItem setIntent(Intent intent); method getIntent (line 255) | public Intent getIntent(); method setShortcut (line 272) | public MenuItem setShortcut(char numericChar, char alphaChar); method setNumericShortcut (line 283) | public MenuItem setNumericShortcut(char numericChar); method getNumericShortcut (line 290) | public char getNumericShortcut(); method setAlphabeticShortcut (line 306) | public MenuItem setAlphabeticShortcut(char alphaChar); method getAlphabeticShortcut (line 313) | public char getAlphabeticShortcut(); method setCheckable (line 330) | public MenuItem setCheckable(boolean checkable); method isCheckable (line 339) | public boolean isCheckable(); method setChecked (line 357) | public MenuItem setChecked(boolean checked); method isChecked (line 366) | public boolean isChecked(); method setVisible (line 377) | public MenuItem setVisible(boolean visible); method isVisible (line 384) | public boolean isVisible(); method setEnabled (line 395) | public MenuItem setEnabled(boolean enabled); method isEnabled (line 402) | public boolean isEnabled(); method hasSubMenu (line 411) | public boolean hasSubMenu(); method getSubMenu (line 419) | public SubMenu getSubMenu(); method setOnMenuItemClickListener (line 432) | public MenuItem setOnMenuItemClickListener(MenuItem.OnMenuItemClickLis... method getMenuInfo (line 443) | public ContextMenuInfo getMenuInfo(); method setShowAsAction (line 460) | public void setShowAsAction(int actionEnum); method setShowAsActionFlags (line 481) | public MenuItem setShowAsActionFlags(int actionEnum); method setActionView (line 497) | public MenuItem setActionView(View view); method setActionView (line 513) | public MenuItem setActionView(int resId); method getActionView (line 523) | public View getActionView(); method setActionProvider (line 539) | public MenuItem setActionProvider(ActionProvider actionProvider); method getActionProvider (line 549) | public ActionProvider getActionProvider(); method expandActionView (line 562) | public boolean expandActionView(); method collapseActionView (line 574) | public boolean collapseActionView(); method isActionViewExpanded (line 586) | public boolean isActionViewExpanded(); method setOnActionExpandListener (line 597) | public MenuItem setOnActionExpandListener(OnActionExpandListener liste... FILE: actionbarsherlock/src/com/actionbarsherlock/view/SubMenu.java type SubMenu (line 34) | public interface SubMenu extends Menu { method setHeaderTitle (line 42) | public SubMenu setHeaderTitle(int titleRes); method setHeaderTitle (line 50) | public SubMenu setHeaderTitle(CharSequence title); method setHeaderIcon (line 59) | public SubMenu setHeaderIcon(int iconRes); method setHeaderIcon (line 68) | public SubMenu setHeaderIcon(Drawable icon); method setHeaderView (line 78) | public SubMenu setHeaderView(View view); method clearHeader (line 83) | public void clearHeader(); method setIcon (line 92) | public SubMenu setIcon(int iconRes); method setIcon (line 101) | public SubMenu setIcon(Drawable icon); method getItem (line 109) | public MenuItem getItem(); FILE: actionbarsherlock/src/com/actionbarsherlock/view/Window.java class Window (line 34) | public abstract class Window extends android.view.Window { method Window (line 47) | private Window(Context context) { type Callback (line 52) | public interface Callback { method onMenuItemSelected (line 63) | public boolean onMenuItemSelected(int featureId, MenuItem item); FILE: actionbarsherlock/src/com/actionbarsherlock/widget/ActivityChooserModel.java class ActivityChooserModel (line 95) | class ActivityChooserModel extends DataSetObservable { type ActivityChooserModelClient (line 100) | public interface ActivityChooserModelClient { method setActivityChooserModel (line 107) | public void setActivityChooserModel(ActivityChooserModel dataModel); type ActivitySorter (line 114) | public interface ActivitySorter { method sort (line 126) | public void sort(Intent intent, List activities, type OnChooseActivityListener (line 133) | public interface OnChooseActivityListener { method onChooseActivity (line 151) | public boolean onChooseActivity(ActivityChooserModel host, Intent in... method get (line 334) | public static ActivityChooserModel get(Context context, String history... method ActivityChooserModel (line 352) | private ActivityChooserModel(Context context, String historyFileName) { method setIntent (line 371) | public void setIntent(Intent intent) { method getIntent (line 386) | public Intent getIntent() { method getActivityCount (line 399) | public int getActivityCount() { method getActivity (line 413) | public ResolveInfo getActivity(int index) { method getActivityIndex (line 426) | public int getActivityIndex(ResolveInfo activity) { method chooseActivity (line 455) | public Intent chooseActivity(int index) { method setOnChooseActivityListener (line 487) | public void setOnChooseActivityListener(OnChooseActivityListener liste... method getDefaultActivity (line 500) | public ResolveInfo getDefaultActivity() { method setDefaultActivity (line 519) | public void setDefaultActivity(int index) { method readHistoricalData (line 551) | private void readHistoricalData() { method persistHistoricalData (line 575) | private void persistHistoricalData() { method setActivitySorter (line 598) | public void setActivitySorter(ActivitySorter activitySorter) { method sortActivities (line 614) | private void sortActivities() { method setHistoryMaxSize (line 637) | public void setHistoryMaxSize(int historyMaxSize) { method getHistoryMaxSize (line 653) | public int getHistoryMaxSize() { method getHistorySize (line 664) | public int getHistorySize() { method addHisoricalRecord (line 676) | private boolean addHisoricalRecord(HistoricalRecord historicalRecord) { method pruneExcessiveHistoricalRecordsLocked (line 692) | private void pruneExcessiveHistoricalRecordsLocked() { method loadActivitiesLocked (line 710) | private void loadActivitiesLocked() { class HistoricalRecord (line 729) | public final static class HistoricalRecord { method HistoricalRecord (line 753) | public HistoricalRecord(String activityName, long time, float weight) { method HistoricalRecord (line 764) | public HistoricalRecord(ComponentName activityName, long time, float... method hashCode (line 770) | @Override method equals (line 780) | @Override method toString (line 808) | @Override class ActivityResolveInfo (line 823) | public final class ActivityResolveInfo implements Comparable activities, class HistoryLoader (line 930) | private final class HistoryLoader implements Runnable { method run (line 932) | public void run() { class HistoryPersister (line 1044) | private final class HistoryPersister implements Runnable { method run (line 1046) | public void run() { FILE: actionbarsherlock/src/com/actionbarsherlock/widget/ActivityChooserView.java class ActivityChooserView (line 69) | class ActivityChooserView extends ViewGroup implements ActivityChooserMo... method onChanged (line 126) | @Override method onInvalidated (line 131) | @Override method onGlobalLayout (line 139) | @Override method ActivityChooserView (line 191) | public ActivityChooserView(Context context) { method ActivityChooserView (line 201) | public ActivityChooserView(Context context, AttributeSet attrs) { method ActivityChooserView (line 212) | public ActivityChooserView(Context context, AttributeSet attrs, int de... method setActivityChooserModel (line 264) | public void setActivityChooserModel(ActivityChooserModel dataModel) { method setExpandActivityOverflowButtonDrawable (line 283) | public void setExpandActivityOverflowButtonDrawable(Drawable drawable) { method setExpandActivityOverflowButtonContentDescription (line 297) | public void setExpandActivityOverflowButtonContentDescription(int reso... method setProvider (line 306) | public void setProvider(ActionProvider provider) { method showPopup (line 315) | public boolean showPopup() { method showPopupUnchecked (line 329) | private void showPopupUnchecked(int maxActivityCount) { method dismissPopup (line 373) | public boolean dismissPopup() { method isShowingPopup (line 389) | public boolean isShowingPopup() { method onAttachedToWindow (line 393) | @Override method onDetachedFromWindow (line 407) | @Override method onMeasure (line 425) | @Override method onLayout (line 439) | @Override method getDataModel (line 449) | public ActivityChooserModel getDataModel() { method setOnDismissListener (line 458) | public void setOnDismissListener(PopupWindow.OnDismissListener listene... method setInitialActivityCount (line 470) | public void setInitialActivityCount(int itemCount) { method setDefaultActionButtonContentDescription (line 484) | public void setDefaultActionButtonContentDescription(int resourceId) { method getListPopupWindow (line 493) | private IcsListPopupWindow getListPopupWindow() { method updateAppearance (line 508) | private void updateAppearance() { class Callbacks (line 547) | private class Callbacks implements AdapterView.OnItemClickListener, method onItemClick (line 551) | public void onItemClick(AdapterView parent, View view, int positi... method onClick (line 581) | public void onClick(View view) { method onLongClick (line 599) | @Override method onDismiss (line 613) | public void onDismiss() { method notifyOnDismissListener (line 620) | private void notifyOnDismissListener() { class SetActivated (line 627) | private static class SetActivated { method invoke (line 628) | public static void invoke(View view, boolean activated) { class ActivityChooserViewAdapter (line 638) | private class ActivityChooserViewAdapter extends BaseAdapter { method setDataModel (line 661) | public void setDataModel(ActivityChooserModel dataModel) { method getItemViewType (line 681) | @Override method getViewTypeCount (line 690) | @Override method getCount (line 695) | public int getCount() { method getItem (line 708) | public Object getItem(int position) { method getItemId (line 723) | public long getItemId(int position) { method getView (line 727) | public View getView(int position, View convertView, ViewGroup parent) { method measureContentWidth (line 767) | public int measureContentWidth() { method setMaxActivityCount (line 791) | public void setMaxActivityCount(int maxActivityCount) { method getDefaultActivity (line 798) | public ResolveInfo getDefaultActivity() { method setShowFooterView (line 802) | public void setShowFooterView(boolean showFooterView) { method getActivityCount (line 809) | public int getActivityCount() { method getHistorySize (line 813) | public int getHistorySize() { method getMaxActivityCount (line 817) | public int getMaxActivityCount() { method getDataModel (line 821) | public ActivityChooserModel getDataModel() { method setShowDefaultActivity (line 825) | public void setShowDefaultActivity(boolean showDefaultActivity, method getShowDefaultActivity (line 835) | public boolean getShowDefaultActivity() { FILE: actionbarsherlock/src/com/actionbarsherlock/widget/SearchView.java class SearchView (line 103) | public class SearchView extends LinearLayout implements CollapsibleActio... method run (line 151) | public void run() { method run (line 162) | public void run() { method run (line 168) | public void run() { type OnQueryTextListener (line 187) | public interface OnQueryTextListener { method onQueryTextSubmit (line 201) | boolean onQueryTextSubmit(String query); method onQueryTextChange (line 211) | boolean onQueryTextChange(String newText); type OnCloseListener (line 214) | public interface OnCloseListener { method onClose (line 222) | boolean onClose(); type OnSuggestionListener (line 229) | public interface OnSuggestionListener { method onSuggestionSelect (line 238) | boolean onSuggestionSelect(int position); method onSuggestionClick (line 248) | boolean onSuggestionClick(int position); method SearchView (line 251) | public SearchView(Context context) { method SearchView (line 255) | public SearchView(Context context, AttributeSet attrs) { method setSearchableInfo (line 367) | public void setSearchableInfo(SearchableInfo searchable) { method setAppSearchData (line 389) | public void setAppSearchData(Bundle appSearchData) { method setImeOptions (line 401) | public void setImeOptions(int imeOptions) { method getImeOptions (line 412) | public int getImeOptions() { method setInputType (line 424) | public void setInputType(int inputType) { method getInputType (line 434) | public int getInputType() { method requestFocus (line 439) | @Override method clearFocus (line 458) | @Override method setOnQueryTextListener (line 473) | public void setOnQueryTextListener(OnQueryTextListener listener) { method setOnCloseListener (line 482) | public void setOnCloseListener(OnCloseListener listener) { method setOnQueryTextFocusChangeListener (line 491) | public void setOnQueryTextFocusChangeListener(OnFocusChangeListener li... method setOnSuggestionListener (line 500) | public void setOnSuggestionListener(OnSuggestionListener listener) { method setOnSearchClickListener (line 512) | public void setOnSearchClickListener(OnClickListener listener) { method getQuery (line 521) | public CharSequence getQuery() { method setQuery (line 533) | public void setQuery(CharSequence query, boolean submit) { method setQueryHint (line 554) | public void setQueryHint(CharSequence hint) { method getQueryHint (line 565) | public CharSequence getQueryHint() { method setIconifiedByDefault (line 591) | public void setIconifiedByDefault(boolean iconified) { method isIconfiedByDefault (line 604) | public boolean isIconfiedByDefault() { method setIconified (line 618) | public void setIconified(boolean iconify) { method isIconified (line 632) | public boolean isIconified() { method setSubmitButtonEnabled (line 644) | public void setSubmitButtonEnabled(boolean enabled) { method isSubmitButtonEnabled (line 654) | public boolean isSubmitButtonEnabled() { method setQueryRefinementEnabled (line 672) | public void setQueryRefinementEnabled(boolean enable) { method isQueryRefinementEnabled (line 684) | public boolean isQueryRefinementEnabled() { method setSuggestionsAdapter (line 694) | public void setSuggestionsAdapter(CursorAdapter adapter) { method getSuggestionsAdapter (line 704) | public CursorAdapter getSuggestionsAdapter() { method setMaxWidth (line 713) | public void setMaxWidth(int maxpixels) { method getMaxWidth (line 726) | public int getMaxWidth() { method onMeasure (line 730) | @Override method getPreferredWidth (line 765) | private int getPreferredWidth() { method updateViewsVisibility (line 770) | private void updateViewsVisibility(final boolean collapsed) { method hasVoiceSearch (line 786) | private boolean hasVoiceSearch() { method isSubmitAreaEnabled (line 803) | private boolean isSubmitAreaEnabled() { method updateSubmitButton (line 807) | private void updateSubmitButton(boolean hasText) { method updateSubmitArea (line 816) | private void updateSubmitArea() { method updateCloseButton (line 826) | private void updateCloseButton() { method postUpdateFocusedState (line 835) | private void postUpdateFocusedState() { method updateFocusedState (line 839) | private void updateFocusedState() { method onDetachedFromWindow (line 846) | @Override method setImeVisibility (line 853) | private void setImeVisibility(final boolean visible) { method onQueryRefine (line 871) | void onQueryRefine(CharSequence queryText) { method onClick (line 877) | public void onClick(View v) { method onKeyDown (line 901) | @Override method onKey (line 925) | public boolean onKey(View v, int keyCode, KeyEvent event) { method onSuggestionsKey (line 974) | private boolean onSuggestionsKey(View v, int keyCode, KeyEvent event) { method getSearchIconId (line 1063) | private int getSearchIconId() { method getDecoratedHint (line 1070) | private CharSequence getDecoratedHint(CharSequence hintText) { method updateQueryHint (line 1083) | private void updateQueryHint() { method updateSearchAutoComplete (line 1103) | private void updateSearchAutoComplete() { method updateVoiceButton (line 1147) | private void updateVoiceButton(boolean empty) { method onEditorAction (line 1161) | public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method onTextChanged (line 1167) | private void onTextChanged(CharSequence newText) { method onSubmitQuery (line 1181) | private void onSubmitQuery() { method dismissSuggestions (line 1195) | private void dismissSuggestions() { method onCloseClicked (line 1199) | private void onCloseClicked() { method onSearchClicked (line 1219) | private void onSearchClicked() { method onVoiceClicked (line 1228) | private void onVoiceClicked() { method onTextFocusChanged (line 1251) | void onTextFocusChanged() { method onWindowFocusChanged (line 1261) | @Override method onActionViewCollapsed (line 1271) | @Override method onActionViewExpanded (line 1282) | @Override method onInitializeAccessibilityEvent (line 1293) | @Override method onInitializeAccessibilityNodeInfo (line 1299) | @Override method adjustDropDownSizeAndPosition (line 1305) | private void adjustDropDownSizeAndPosition() { method onItemClicked (line 1322) | private boolean onItemClicked(int position, int actionKey, String acti... method onItemSelected (line 1333) | private boolean onItemSelected(int position) { method onItemClick (line 1347) | public void onItemClick(AdapterView parent, View view, int position... method onItemSelected (line 1358) | public void onItemSelected(AdapterView parent, View view, int posit... method onNothingSelected (line 1366) | public void onNothingSelected(AdapterView parent) { method rewriteQueryFromSuggestion (line 1375) | private void rewriteQueryFromSuggestion(int position) { method launchSuggestion (line 1408) | private boolean launchSuggestion(int position, int actionKey, String a... method launchIntent (line 1425) | private void launchIntent(Intent intent) { method setQuery (line 1441) | private void setQuery(CharSequence query) { method launchQuerySearch (line 1447) | private void launchQuerySearch(int actionKey, String actionMsg, String... method createIntent (line 1466) | private Intent createIntent(String action, Uri data, String extraData,... method createVoiceWebSearchIntent (line 1498) | private Intent createVoiceWebSearchIntent(Intent baseIntent, Searchabl... method createVoiceAppSearchIntent (line 1513) | private Intent createVoiceAppSearchIntent(Intent baseIntent, Searchabl... method createIntentFromSuggestion (line 1581) | private Intent createIntentFromSuggestion(Cursor c, int actionKey, Str... method forceSuggestionQuery (line 1624) | private void forceSuggestionQuery() { method isLandscapeMode (line 1637) | static boolean isLandscapeMode(Context context) { method beforeTextChanged (line 1647) | public void beforeTextChanged(CharSequence s, int start, int before, i... method onTextChanged (line 1649) | public void onTextChanged(CharSequence s, int start, method afterTextChanged (line 1654) | public void afterTextChanged(Editable s) { class SearchAutoComplete (line 1662) | public static class SearchAutoComplete extends AutoCompleteTextView { method SearchAutoComplete (line 1667) | public SearchAutoComplete(Context context) { method SearchAutoComplete (line 1672) | public SearchAutoComplete(Context context, AttributeSet attrs) { method SearchAutoComplete (line 1677) | public SearchAutoComplete(Context context, AttributeSet attrs, int d... method setSearchView (line 1682) | void setSearchView(SearchView searchView) { method setThreshold (line 1686) | @Override method isEmpty (line 1695) | private boolean isEmpty() { method replaceText (line 1703) | @Override method performCompletion (line 1713) | @Override method onWindowFocusChanged (line 1721) | @Override method onFocusChanged (line 1737) | @Override method enoughToFilter (line 1747) | @Override method onKeyPreIme (line 1752) | @Override method ensureImeVisible (line 1780) | private static void ensureImeVisible(AutoCompleteTextView view, boolea... method showSoftInputUnchecked (line 1790) | private static void showSoftInputUnchecked(View view, InputMethodManag... method setText (line 1801) | private static void setText(AutoCompleteTextView view, CharSequence te... FILE: actionbarsherlock/src/com/actionbarsherlock/widget/ShareActionProvider.java class ShareActionProvider (line 74) | public class ShareActionProvider extends ActionProvider { type OnShareTargetSelectedListener (line 79) | public interface OnShareTargetSelectedListener { method onShareTargetSelected (line 94) | public boolean onShareTargetSelected(ShareActionProvider source, Int... method ShareActionProvider (line 137) | public ShareActionProvider(Context context) { method setOnShareTargetSelectedListener (line 152) | public void setOnShareTargetSelectedListener(OnShareTargetSelectedList... method onCreateActionView (line 160) | @Override method hasSubMenu (line 186) | @Override method onPrepareSubMenu (line 194) | @Override method setShareHistoryFileName (line 241) | public void setShareHistoryFileName(String shareHistoryFile) { method setShareIntent (line 265) | public void setShareIntent(Intent shareIntent) { class ShareMenuItemOnMenuItemClickListener (line 274) | private class ShareMenuItemOnMenuItemClickListener implements OnMenuIt... method onMenuItemClick (line 275) | @Override method setActivityChooserPolicyIfNeeded (line 292) | private void setActivityChooserPolicyIfNeeded() { class ShareAcitivityChooserModelPolicy (line 306) | private class ShareAcitivityChooserModelPolicy implements OnChooseActi... method onChooseActivity (line 307) | @Override FILE: actionbarsherlock/src/com/actionbarsherlock/widget/SuggestionsAdapter.java class SuggestionsAdapter (line 58) | class SuggestionsAdapter extends ResourceCursorAdapter implements OnClic... method SuggestionsAdapter (line 97) | public SuggestionsAdapter(Context context, SearchView searchView, method setQueryRefinement (line 146) | public void setQueryRefinement(int refineWhat) { method getQueryRefinement (line 154) | public int getQueryRefinement() { method hasStableIds (line 162) | @Override method runQueryOnBackgroundThread (line 172) | @Override method getSuggestions (line 203) | public Cursor getSuggestions(String query, int limit) { method close (line 248) | public void close() { method notifyDataSetChanged (line 254) | @Override method notifyDataSetInvalidated (line 264) | @Override method updateSpinnerState (line 272) | private void updateSpinnerState(Cursor cursor) { method changeCursor (line 293) | @Override method newView (line 322) | @Override class ChildViewCache (line 333) | private final static class ChildViewCache { method ChildViewCache (line 340) | public ChildViewCache(View v) { method bindView (line 349) | @Override method onClick (line 403) | public void onClick(View v) { method formatUrl (line 410) | private CharSequence formatUrl(CharSequence url) { method setViewText (line 425) | private void setViewText(TextView v, CharSequence text) { method getIcon1 (line 436) | private Drawable getIcon1(Cursor cursor) { method getIcon2 (line 448) | private Drawable getIcon2(Cursor cursor) { method setViewDrawable (line 460) | private void setViewDrawable(ImageView v, Drawable drawable, int nullV... method convertToString (line 488) | @Override method getView (line 508) | @Override method getDrawableFromResourceValue (line 544) | private Drawable getDrawableFromResourceValue(String drawableId) { method getDrawable (line 586) | private Drawable getDrawable(Uri uri) { method getTheDrawable (line 618) | public Drawable getTheDrawable(Uri uri) throws FileNotFoundException { method checkIconCache (line 653) | private Drawable checkIconCache(String resourceUri) { method storeInIconCache (line 662) | private void storeInIconCache(String resourceUri, Drawable drawable) { method getDefaultIcon1 (line 675) | private Drawable getDefaultIcon1(Cursor cursor) { method getActivityIconWithCache (line 688) | private Drawable getActivityIconWithCache(ComponentName component) { method getActivityIcon (line 711) | private Drawable getActivityIcon(ComponentName component) { method getColumnString (line 740) | public static String getColumnString(Cursor cursor, String columnName) { method getStringOrNull (line 745) | private static String getStringOrNull(Cursor cursor, int col) { FILE: actionbarsherlock/test/com/actionbarsherlock/internal/ResourcesCompatTest.java class ResourcesCompatTest (line 10) | @RunWith(RobolectricTestRunner.class) method testCleanActivityName (line 12) | @Test FILE: website/static/css3-mediaqueries.js function F (line 3) | function F(){ FILE: website/static/jquery.colorbox-min.js function bc (line 4) | function bc(b){if(!T){O=b,_(a.extend(J,a.data(O,e))),x=a(O),P=0,J.rel!==... function bb (line 4) | function bb(){var a,b=f+"Slideshow_",c="click."+f,d,e,g;J.slideshow&&x[1... function ba (line 4) | function ba(b,c){c&&c.call(O),a.event.trigger(b)} function _ (line 4) | function _(b){for(var c in b)a.isFunction(b[c])&&c.substring(0,2)!=="on"... function $ (line 4) | function $(a){return J.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:... function Z (line 4) | function Z(a,b){b=b==="x"?y.width():y.height();return typeof a=="string"... function Y (line 4) | function Y(c,d){var e=b.createElement("div");c&&(e.id=f+c),e.style.cssTe... function g (line 4) | function g(a){t[0].style.width=w[0].style.width=s[0].style.width=a.style... function h (line 4) | function h(b){W.position(b,function(){function o(){m&&q[0].style.removeA... function g (line 4) | function g(){J.h=J.h||z.height(),J.h=J.mh&&J.mh