Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainsDD/Superuser
/ functions
Functions
2,218 in github.com/ChainsDD/Superuser
⨍
Functions
2,218
◇
Types & classes
242
↓ 184 callers
Method
get
(Context context)
src/com/actionbarsherlock/internal/view/menu/ActionMenuPresenter.java:138
↓ 114 callers
Method
put
(int position, View v)
src/com/actionbarsherlock/internal/widget/IcsAbsSpinner.java:451
↓ 110 callers
Method
setVisibility
(int v)
src/com/actionbarsherlock/internal/widget/IcsProgressBar.java:902
↓ 99 callers
Method
size
Get the number of items in the menu. Note that this will change any times items are added or removed from the menu. @return The item count.
src/com/actionbarsherlock/view/Menu.java:385
↓ 91 callers
Method
add
Add a new item to the menu. This item displays the given title for its label. @param title The text to display for the item. @return The newly added
src/com/actionbarsherlock/view/Menu.java:142
↓ 65 callers
Method
getResources
()
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:729
↓ 64 callers
Method
getBoolean
Get the value for the given key, returned as a boolean. Values 'n', 'no', '0', 'false' or 'off' are considered false. Values 'y', 'yes', '1', 'true' o
src/android/os/SystemProperties.java:105
↓ 60 callers
Method
getInt
Get the value for the given key, and return as an integer. @param key the key to lookup @param def a default value to return @return the key parsed as
src/android/os/SystemProperties.java:70
↓ 59 callers
Method
setText
Set the text displayed on this tab. Text may be truncated if there is not room to display the entire string. @param text The text to display @return
src/com/actionbarsherlock/app/ActionBar.java:759
↓ 57 callers
Method
addView
This method is not supported and throws an UnsupportedOperationException when called. @param child Ignored. @throws UnsupportedOperationException Ev
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:423
↓ 45 callers
Method
setOnClickListener
(OnClickListener l)
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:738
↓ 44 callers
Method
isEmpty
()
src/com/actionbarsherlock/internal/widget/IcsSpinner.java:561
↓ 37 callers
Method
getContext
()
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:733
↓ 37 callers
Method
toString
(int value)
src/com/noshufou/android/su/widget/AncientNumberPicker.java:59
↓ 35 callers
Method
finish
(boolean success)
src/com/noshufou/android/su/service/UpdaterService.java:110
↓ 35 callers
Method
inflate
Inflate a menu hierarchy from the specified XML resource. Throws {@link InflateException} if there is an error. @param menuRes Resource ID for an XML
src/com/actionbarsherlock/view/MenuInflater.java:91
↓ 34 callers
Method
close
Closes the menu, if open.
src/com/actionbarsherlock/view/Menu.java:400
↓ 33 callers
Method
layout
Creates and positions all views for this Spinner. @param delta Change in the selected position. +1 moves selection is moving to the right, so views a
src/com/actionbarsherlock/internal/widget/IcsSpinner.java:253
↓ 32 callers
Method
clear
Remove all existing items from the menu, leaving it empty as if it had just been created.
src/com/actionbarsherlock/view/Menu.java:319
↓ 32 callers
Method
setEnabled
Sets whether the menu item is enabled. Disabling a menu item will not allow it to be invoked via its shortcut. The menu item will still be visible. @
src/com/actionbarsherlock/view/MenuItem.java:395
↓ 31 callers
Method
show
Show the popup
src/com/actionbarsherlock/internal/widget/IcsSpinner.java:576
↓ 29 callers
Method
getSherlock
()
src/com/actionbarsherlock/app/SherlockPreferenceActivity.java:24
↓ 29 callers
Method
getSherlock
()
src/com/actionbarsherlock/app/SherlockFragmentActivity.java:30
↓ 29 callers
Method
removeView
This method is not supported and throws an UnsupportedOperationException when called. @param child Ignored. @throws UnsupportedOperationException Ev
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:477
↓ 27 callers
Method
onItemsChanged
Called when an item is added or removed. @param structureChanged true if the menu structure changed, false if only item prope
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:939
↓ 26 callers
Method
getFraction
Gets the time for this keyframe, as a fraction of the overall animation duration. @return The time associated with this keyframe, as a fraction of th
src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java:191
↓ 25 callers
Method
requestLayout
Override to prevent spamming ourselves with layout requests as we place views @see android.view.View#requestLayout()
src/com/actionbarsherlock/internal/widget/IcsAbsSpinner.java:327
↓ 24 callers
Method
setChecked
Control whether this item is shown with a check mark. Note that you must first have enabled checking with {@link #setCheckable} or else the check mar
src/com/actionbarsherlock/view/MenuItem.java:357
↓ 22 callers
Method
getId
Returns an ID for determining how to save/restore instance state. @return a valid ID value.
src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java:133
↓ 21 callers
Method
getItemId
Return the identifier for this menu item. The identifier can not be changed after the menu is created. @return The menu item's identifier.
src/com/actionbarsherlock/view/MenuItem.java:121
↓ 21 callers
Method
getText
Return the text of this tab. @return The tab's text
src/com/actionbarsherlock/app/ActionBar.java:734
↓ 20 callers
Method
getLong
Get the value for the given key, and return as a long. @param key the key to lookup @param def a default value to return @return the key parsed as a l
src/android/os/SystemProperties.java:85
↓ 20 callers
Method
recycle
()
src/com/noshufou/android/su/service/ResultService.java:196
↓ 20 callers
Method
setIcon
Set the icon of this item view. @param icon The icon of this item. null to hide the icon.
src/com/actionbarsherlock/internal/view/menu/MenuView.java:101
↓ 18 callers
Method
getItem
Gets the menu item at the given index. @param index The index of the menu item to return. @return The menu item. @exception IndexOutOfBoundsException
src/com/actionbarsherlock/view/Menu.java:395
↓ 18 callers
Method
ofFloat
Constructs and returns an ObjectAnimator that animates between float values. A single value implies that that value is the one being animated to. Two
src/com/actionbarsherlock/internal/nineoldandroids/animation/ObjectAnimator.java:209
↓ 17 callers
Method
getColor
()
src/com/noshufou/android/su/widget/PagerHeader.java:436
↓ 17 callers
Method
getSherlockActivity
()
src/com/actionbarsherlock/app/SherlockFragment.java:18
↓ 17 callers
Method
setText
(CharSequence text)
src/com/actionbarsherlock/internal/app/ActionBarImpl.java:891
↓ 16 callers
Method
setEnabled
Sets the enabled state of the item view. @param enabled Whether the item view should be enabled.
src/com/actionbarsherlock/internal/view/menu/MenuView.java:73
↓ 15 callers
Method
getAdapter
Returns the adapter currently associated with this widget. @return The adapter used to provide this view's content.
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:406
↓ 15 callers
Method
getHeight
()
src/com/actionbarsherlock/internal/app/ActionBarImpl.java:540
↓ 15 callers
Method
getText
()
src/com/actionbarsherlock/internal/app/ActionBarImpl.java:872
↓ 15 callers
Method
increment
(int[] stepSet)
src/com/noshufou/android/su/service/UpdaterService.java:120
↓ 14 callers
Method
addListener
Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end. @param listener the li
src/com/actionbarsherlock/internal/nineoldandroids/animation/Animator.java:144
↓ 14 callers
Method
getTitle
Retrieve the current title of the item. @return The title.
src/com/actionbarsherlock/view/MenuItem.java:174
↓ 14 callers
Method
invalidate
()
src/com/actionbarsherlock/internal/view/StandaloneActionMode.java:80
↓ 14 callers
Method
setTitle
Change the title associated with this item. @param title The new text to be displayed. @return This Item so additional setters can be called.
src/com/actionbarsherlock/view/MenuItem.java:153
↓ 13 callers
Method
getCount
()
src/com/noshufou/android/su/HomeActivity.java:271
↓ 13 callers
Method
getInterpolator
Gets the optional interpolator for this Keyframe. A value of <code>null</code> indicates that there is no interpolation, which is the same as linear i
src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java:211
↓ 12 callers
Method
evaluate
This function returns the result of linearly interpolating the start and end values, with <code>fraction</code> representing the proportion between th
src/com/actionbarsherlock/internal/nineoldandroids/animation/TypeEvaluator.java:42
↓ 12 callers
Method
isChecked
Return whether the item is currently displaying a check mark. @return If a check mark is displayed, returns true. @see #setChecked
src/com/actionbarsherlock/view/MenuItem.java:366
↓ 12 callers
Method
isEnabled
Return the enabled state of the menu item. @return If true the item is enabled and hence invokable; else it is not.
src/com/actionbarsherlock/view/MenuItem.java:402
↓ 12 callers
Method
play
This method creates a <code>Builder</code> object, which is used to set up playing constraints. This initial <code>play()</code> method tells the <cod
src/com/actionbarsherlock/internal/nineoldandroids/animation/AnimatorSet.java:268
↓ 12 callers
Method
query
(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
src/com/noshufou/android/su/provider/PermissionsProvider.java:213
↓ 12 callers
Method
setAdapter
(ListAdapter adapter)
src/com/actionbarsherlock/internal/widget/IcsSpinner.java:571
↓ 12 callers
Method
with
Sets up the given animation to play at the same time as the animation supplied in the {@link AnimatorSet#play(Animator)} call that created this <code>
src/com/actionbarsherlock/internal/nineoldandroids/animation/AnimatorSet.java:1041
↓ 12 callers
Method
wrap
(View view)
src/com/actionbarsherlock/internal/nineoldandroids/view/animation/AnimatorProxy.java:19
↓ 11 callers
Method
delete
(Uri uri, String selection, String[] selectionArgs)
src/com/noshufou/android/su/provider/PermissionsProvider.java:410
↓ 11 callers
Method
dismiss
Dismiss the popup
src/com/actionbarsherlock/internal/widget/IcsSpinner.java:581
↓ 11 callers
Method
getValue
Gets the value for this Keyframe. @return The value for this Keyframe.
src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java:176
↓ 11 callers
Method
setCallback
Set a callback object that will be notified of menu events related to this specific presentation. @param cb Callback that will be notified of future e
src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java:83
↓ 11 callers
Method
setShowAsAction
Sets how this item should display in the presence of an Action Bar. The parameter actionEnum is a flag set. One of {@link #SHOW_AS_ACTION_ALWAYS}, {@l
src/com/actionbarsherlock/view/MenuItem.java:460
↓ 11 callers
Method
setTitle
Sets the title of the item view. @param title The title to set.
src/com/actionbarsherlock/internal/view/menu/MenuView.java:67
↓ 10 callers
Method
getIcon
Returns the icon for this item as a Drawable (getting it from resources if it hasn't been loaded before). @return The icon as a Drawable.
src/com/actionbarsherlock/view/MenuItem.java:224
↓ 10 callers
Method
getSelectedItemPosition
Return the position of the currently selected item within the adapter's data set @return int Position (starting at 0), or {@link #INVALID_POSITION} i
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:514
↓ 10 callers
Method
hasFeature
(int featureId)
src/com/actionbarsherlock/internal/ActionBarSherlockCompat.java:802
↓ 10 callers
Method
map
(float value, float fromLow, float fromHigh, int toLow, int toHigh)
src/com/noshufou/android/su/widget/PagerHeader.java:408
↓ 10 callers
Method
setContentDescription
(int resId)
src/com/actionbarsherlock/internal/app/ActionBarImpl.java:910
↓ 10 callers
Method
setDuration
Sets the length of the animation. The default duration is 300 milliseconds. @param duration The length of the animation, in milliseconds. @return Obj
src/com/actionbarsherlock/internal/nineoldandroids/animation/ObjectAnimator.java:401
↓ 10 callers
Method
setIcon
Change the icon associated with this submenu's item in its parent menu. @see MenuItem#setIcon(int) @param iconRes The new icon (as a resource ID) to
src/com/actionbarsherlock/view/SubMenu.java:92
↓ 10 callers
Method
setSupportProgressBarIndeterminateVisibility
(boolean visible)
src/com/actionbarsherlock/app/SherlockFragmentActivity.java:281
↓ 9 callers
Method
addInternal
(android.view.MenuItem nativeItem)
src/com/actionbarsherlock/internal/view/menu/MenuWrapper.java:26
↓ 9 callers
Method
getIntent
Return the Intent associated with this item. This returns a reference to the Intent which you can change as desired to modify what the Item is holdin
src/com/actionbarsherlock/view/MenuItem.java:255
↓ 9 callers
Method
getListView
()
src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java:279
↓ 9 callers
Method
invoke
Invokes the item by calling various listeners or callbacks. @return true if the invocation was handled, false otherwise
src/com/actionbarsherlock/internal/view/menu/MenuItemImpl.java:142
↓ 9 callers
Method
isShowing
@return true if the popup is showing, false otherwise.
src/com/actionbarsherlock/internal/widget/IcsSpinner.java:586
↓ 9 callers
Method
setAlpha
(float alpha)
src/com/actionbarsherlock/internal/nineoldandroids/view/NineViewGroup.java:44
↓ 9 callers
Method
setContentView
Sets the content view. Probably should be called from {@link onCreate} @param root the view the popup will display
src/com/noshufou/android/su/widget/BetterPopupWindow.java:104
↓ 9 callers
Method
setFocusable
(boolean focusable)
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:651
↓ 9 callers
Method
setId
(int id)
src/com/actionbarsherlock/internal/view/menu/BaseMenuPresenter.java:228
↓ 9 callers
Method
setInterpolator
Sets the acceleration curve for the indeterminate animation. The interpolator is loaded as a resource from the specified context. @param context The
src/com/actionbarsherlock/internal/widget/IcsProgressBar.java:879
↓ 8 callers
Method
clone
()
src/com/actionbarsherlock/internal/nineoldandroids/animation/AnimatorSet.java:548
↓ 8 callers
Method
getAdapter
()
src/com/actionbarsherlock/internal/widget/IcsAbsSpinner.java:334
↓ 8 callers
Method
getCount
@return The number of items owned by the Adapter associated with this AdapterView. (This is the number of data items, which may be lar
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:553
↓ 8 callers
Method
getGroupId
Return the group identifier that this menu item is part of. The group identifier can not be changed after the menu is created. @return The menu item'
src/com/actionbarsherlock/view/MenuItem.java:129
↓ 8 callers
Method
getGroupId
()
src/com/actionbarsherlock/internal/view/menu/MenuItemImpl.java:189
↓ 8 callers
Method
notifyChange
Notifies the listener, if registered, of a change of the value of this NumberPicker.
src/com/noshufou/android/su/widget/AncientNumberPicker.java:334
↓ 8 callers
Method
onOptionsItemSelected
(MenuItem item)
src/com/actionbarsherlock/ActionBarSherlock.java:85
↓ 8 callers
Method
onSaveInstanceState
Returns a Parcelable describing the current state of the presenter. It will be passed to the {@link #onRestoreInstanceState(Parcelable)} method of the
src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java:141
↓ 8 callers
Method
setBackgroundDrawable
(Drawable d)
src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java:123
↓ 8 callers
Method
setGravity
Describes how the selected item view is positioned. Currently only the horizontal component is used. The default is determined by the current theme.
src/com/actionbarsherlock/internal/widget/IcsSpinner.java:160
↓ 8 callers
Method
setValues
Sets the values, per property, being animated between. This function is called internally by the constructors of ValueAnimator that take a list of val
src/com/actionbarsherlock/internal/nineoldandroids/animation/ValueAnimator.java:456
↓ 8 callers
Method
start
Starts this animation. If the animation has a nonzero startDelay, the animation will start running after that delay elapses. A non-delayed animation w
src/com/actionbarsherlock/internal/nineoldandroids/animation/Animator.java:48
↓ 8 callers
Method
stopDispatchingItemsChanged
Stop dispatching item changed events to presenters until {@link #startDispatchingItemsChanged()} is called. Useful when many menu operations are going
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:957
↓ 7 callers
Method
closeList
()
src/com/noshufou/android/su/widget/ChangeLog.java:258
↓ 7 callers
Method
executeCommand
(DataOutputStream os, BufferedReader is, String... commands)
src/com/noshufou/android/su/service/UpdaterService.java:502
↓ 7 callers
Method
getFloatValue
()
src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java:339
↓ 7 callers
Method
getIntValue
()
src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java:295
↓ 7 callers
Method
getMenuView
Retrieve a MenuView to display the menu specified in {@link #initForMenu(Context, Menu)}. @param root Intended parent of the MenuView. @return A fres
src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java:68
next →
1–100 of 2,218, ranked by callers