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
↓ 7 callers
Method
getNavigationMode
()
src/com/actionbarsherlock/internal/app/ActionBarImpl.java:386
↓ 7 callers
Method
getVisibleItems
()
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:993
↓ 7 callers
Method
hasSubMenu
Check whether this item has an associated sub-menu. I.e. it is a sub-menu of another menu. @return If true this item has a menu; else it is a
src/com/actionbarsherlock/view/MenuItem.java:411
↓ 7 callers
Method
onAnimationEnd
<p>Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.</p> @param animation The animati
src/com/actionbarsherlock/internal/nineoldandroids/animation/Animator.java:261
↓ 7 callers
Method
onRestoreInstanceState
Supplies the previously saved instance state to be restored. @param state The previously saved instance state
src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java:147
↓ 7 callers
Method
positionChild
(View child, int x, int y, int contentHeight)
src/com/actionbarsherlock/internal/widget/AbsActionBarView.java:235
↓ 7 callers
Method
selectTab
(Tab tab)
src/com/actionbarsherlock/internal/app/ActionBarImpl.java:501
↓ 7 callers
Method
setNextSelectedPositionInt
Utility to keep mNextSelectedPosition and mNextSelectedRowId in sync @param position Intended value for mSelectedPosition the next time we go through
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:1115
↓ 7 callers
Method
setSelection
Jump directly to a specific item in the adapter data.
src/com/actionbarsherlock/internal/widget/IcsAbsSpinner.java:278
↓ 7 callers
Method
startAnimation
<p>Start the indeterminate progress animation.</p>
src/com/actionbarsherlock/internal/widget/IcsProgressBar.java:835
↓ 7 callers
Method
startDispatchingItemsChanged
()
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:964
↓ 6 callers
Method
addSubMenu
Add a new sub-menu to the menu. This item displays the given title for its label. To modify other attributes on the submenu's menu item, use {@link Su
src/com/actionbarsherlock/view/Menu.java:195
↓ 6 callers
Method
dipToPixels
Converts density independent pixel value to raw pixel value
src/com/noshufou/android/su/widget/PagerHeader.java:415
↓ 6 callers
Method
elitePresent
(Context context, boolean versionCheck, int minVersion)
src/com/noshufou/android/su/util/Util.java:507
↓ 6 callers
Method
end
Ends the animation. This causes the animation to assign the end value of the property being animated, then calling the {@link android.animation.Animat
src/com/actionbarsherlock/internal/nineoldandroids/animation/Animator.java:71
↓ 6 callers
Method
findItem
Return the menu item with a particular identifier. @param id The identifier to find. @return The menu item object, or null if there is no item with
src/com/actionbarsherlock/view/Menu.java:377
↓ 6 callers
Method
get
Get the value for the given key. @return an empty string if the key isn't found @throws IllegalArgumentException if the key exceeds 32 characters
src/android/os/SystemProperties.java:43
↓ 6 callers
Method
getAppName
(Context c, int uid, boolean withUid)
src/com/noshufou/android/su/util/Util.java:130
↓ 6 callers
Method
getCallback
()
src/com/actionbarsherlock/internal/app/ActionBarImpl.java:828
↓ 6 callers
Method
getNonActionItems
()
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:1080
↓ 6 callers
Method
getPosition
()
src/com/actionbarsherlock/internal/app/ActionBarImpl.java:863
↓ 6 callers
Method
getResources_getBoolean
Support implementation of {@code getResources().getBoolean()} that we can use to simulate filtering based on width and smallest width qualifiers on pr
src/com/actionbarsherlock/internal/ResourcesCompat.java:24
↓ 6 callers
Method
getSubMenu
Get the sub-menu to be invoked when this item is selected, if it has one. See {@link #hasSubMenu()}. @return The associated menu if there is one, els
src/com/actionbarsherlock/view/MenuItem.java:419
↓ 6 callers
Method
hasDividerBeforeChildAt
Determines where to position dividers between children. @param childIndex Index of child to check for preceding divider @return true if there should
src/com/actionbarsherlock/internal/widget/IcsLinearLayout.java:255
↓ 6 callers
Method
hasVisibleItems
Return whether the menu currently has item items that are visible. @return True if there is one or more item visible, else false.
src/com/actionbarsherlock/view/Menu.java:367
↓ 6 callers
Method
initActionBar
()
src/com/actionbarsherlock/internal/ActionBarSherlockCompat.java:133
↓ 6 callers
Method
insert
(Uri uri, ContentValues values)
src/com/noshufou/android/su/provider/PermissionsProvider.java:300
↓ 6 callers
Method
installDecor
()
src/com/actionbarsherlock/internal/ActionBarSherlockCompat.java:898
↓ 6 callers
Method
isVisible
Return the visibility of the menu item. @return If true the item is visible; else it is hidden.
src/com/actionbarsherlock/view/MenuItem.java:384
↓ 6 callers
Method
measureChildView
(View child, int availableWidth, int childSpecHeight, int spacing)
src/com/actionbarsherlock/internal/widget/AbsActionBarView.java:224
↓ 6 callers
Method
removeAllViews
This method is not supported and throws an UnsupportedOperationException when called. @throws UnsupportedOperationException Every time this method is
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:499
↓ 6 callers
Method
requestFeature
(int featureId)
src/com/actionbarsherlock/internal/ActionBarSherlockCompat.java:811
↓ 6 callers
Method
run
(String command)
src/com/noshufou/android/su/util/Util.java:739
↓ 6 callers
Method
sendResult
(boolean allow, boolean remember)
src/com/noshufou/android/su/SuRequestActivity.java:321
↓ 6 callers
Method
setColor
(int color)
src/com/noshufou/android/su/widget/PagerHeader.java:429
↓ 6 callers
Method
setProgress
<p>Set the current progress to the specified value. Does not do anything if the progress bar is in indeterminate mode.</p> @param progress the new pr
src/com/actionbarsherlock/internal/widget/IcsProgressBar.java:684
↓ 6 callers
Method
setSecondaryProgress
<p> Set the current secondary progress to the specified value. Does not do anything if the progress bar is in indeterminate mode. </p> @param seconda
src/com/actionbarsherlock/internal/widget/IcsProgressBar.java:719
↓ 6 callers
Method
size
()
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:653
↓ 6 callers
Method
start
{@inheritDoc} <p>Starting this <code>AnimatorSet</code> will, in turn, start the animations for which it is responsible. The details of when exactly
src/com/actionbarsherlock/internal/nineoldandroids/animation/AnimatorSet.java:448
↓ 6 callers
Method
writeStoreFile
(Context context, int uid, int execUid, String cmd, int allow)
src/com/noshufou/android/su/util/Util.java:790
↓ 5 callers
Method
addInternal
Adds an item to the menu. The other add methods funnel to this.
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:389
↓ 5 callers
Method
addMenuPresenter
Add a presenter to this menu. This will only hold a WeakReference; you do not need to explicitly remove a presenter, but you can using {@link #removeM
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:217
↓ 5 callers
Method
checkSelectionChanged
()
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:994
↓ 5 callers
Method
clone
()
src/com/actionbarsherlock/internal/nineoldandroids/animation/ValueAnimator.java:1184
↓ 5 callers
Method
close
Closes the visible menu. @param allMenusAreClosing Whether the menus are completely closing (true), or whether there is another menu comin
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:912
↓ 5 callers
Method
getActionView
Returns the currently set action view for this menu item. @return This item's action view @see #setActionView(View) @see #setShowAsAction(int)
src/com/actionbarsherlock/view/MenuItem.java:523
↓ 5 callers
Method
getCount
()
src/com/actionbarsherlock/internal/widget/IcsAbsSpinner.java:339
↓ 5 callers
Method
getHeight
Retrieve the current height of the ActionBar. @return The ActionBar's height
src/com/actionbarsherlock/app/ActionBar.java:606
↓ 5 callers
Method
getThemedContext
()
src/com/actionbarsherlock/internal/app/ActionBarImpl.java:636
↓ 5 callers
Method
getTitleCondensed
Retrieve the current condensed title of the item. If a condensed title was never set, it will return the normal title. @return The condensed title, i
src/com/actionbarsherlock/view/MenuItem.java:193
↓ 5 callers
Method
goHome
(Context context)
src/com/noshufou/android/su/util/Util.java:256
↓ 5 callers
Method
hasText
()
src/com/actionbarsherlock/internal/view/menu/ActionMenuItemView.java:195
↓ 5 callers
Method
hasValue
Indicates whether this keyframe has a valid value. This method is called internally when an {@link ObjectAnimator} first starts; keyframes without val
src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java:167
↓ 5 callers
Method
hideOverflowMenu
()
src/com/actionbarsherlock/internal/widget/AbsActionBarView.java:200
↓ 5 callers
Method
isExclusiveCheckable
()
src/com/actionbarsherlock/internal/view/menu/MenuItemImpl.java:426
↓ 5 callers
Method
onDestroyActionMode
Called when an action mode is about to be exited and destroyed. @param mode The current ActionMode being destroyed
src/com/actionbarsherlock/view/ActionMode.java:222
↓ 5 callers
Method
postInvalidate
()
src/com/actionbarsherlock/internal/widget/IcsProgressBar.java:593
↓ 5 callers
Method
sendResult
(Context context, Intent intent, boolean allow)
src/com/noshufou/android/su/SuRequestReceiver.java:128
↓ 5 callers
Method
setChecked
Checks the checkbox for the item view. If the checkbox is hidden, it will NOT be made visible, call {@link #setCheckable(boolean)} for that. @param c
src/com/actionbarsherlock/internal/view/menu/MenuView.java:87
↓ 5 callers
Method
setDisplayOptions
(int options)
src/com/actionbarsherlock/internal/app/ActionBarImpl.java:351
↓ 5 callers
Method
setFeatureInt
(int featureId, int value)
src/com/actionbarsherlock/internal/ActionBarSherlockCompat.java:664
↓ 5 callers
Method
setHeaderInternal
(final int titleRes, final CharSequence title, final int iconRes, final Drawable icon, final View
src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java:1093
↓ 5 callers
Method
setInputMethodMode
(int mode)
src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java:257
↓ 5 callers
Method
showOverflowMenu
()
src/com/actionbarsherlock/internal/widget/AbsActionBarView.java:185
↓ 5 callers
Method
updateMenuView
Update the menu UI in response to a change. Called by MenuBuilder during the normal course of operation. @param cleared true if the menu was entirely
src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java:76
↓ 5 callers
Method
updateView
Updates the view of this NumberPicker. If displayValues were specified in {@link #setRange}, the string corresponding to the index specified by the c
src/com/noshufou/android/su/widget/AncientNumberPicker.java:346
↓ 4 callers
Method
addDependency
Add a dependency to this Node. The dependency includes information about the node that this node is dependency upon and the nature of the dependency.
src/com/actionbarsherlock/internal/nineoldandroids/animation/AnimatorSet.java:930
↓ 4 callers
Method
analyzeSu
()
src/com/noshufou/android/su/util/Device.java:118
↓ 4 callers
Method
changeCurrent
Sets the current value of this NumberPicker, and sets mPrevious to the previous value. If current is greater than mEnd less than mStart, the value of
src/com/noshufou/android/su/widget/AncientNumberPicker.java:317
↓ 4 callers
Method
checkFocus
()
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:677
↓ 4 callers
Method
collapseItemActionView
Called when a menu item with a collapsable action view should collapse its action view. @param menu Menu containing the item to be collapsed @param i
src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java:127
↓ 4 callers
Method
dismiss
()
src/com/actionbarsherlock/internal/view/menu/MenuPopupHelper.java:134
↓ 4 callers
Method
doRefreshProgress
(int id, int progress, boolean fromUser, boolean callBackToApp)
src/com/actionbarsherlock/internal/widget/IcsProgressBar.java:626
↓ 4 callers
Method
ensureDb
()
src/com/noshufou/android/su/provider/PermissionsProvider.java:462
↓ 4 callers
Method
formatDate
(Context context, long date)
src/com/noshufou/android/su/util/Util.java:467
↓ 4 callers
Method
getAppPackage
(Context c, int uid)
src/com/noshufou/android/su/util/Util.java:167
↓ 4 callers
Method
getListAdapter
()
src/com/noshufou/android/su/UpdaterFragment.java:134
↓ 4 callers
Method
getOrder
Return the category and order within the category of this item. This item will be shown before all items (within its category) that have order greater
src/com/actionbarsherlock/view/MenuItem.java:145
↓ 4 callers
Method
getPropertyName
Gets the name of the property that will be animated. This name will be used to derive a setter function that will be called to set animated values. Fo
src/com/actionbarsherlock/internal/nineoldandroids/animation/PropertyValuesHolder.java:694
↓ 4 callers
Method
getSelectedView
@return The view corresponding to the currently selected item, or null if nothing is selected
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:532
↓ 4 callers
Method
getSupportActionBar
()
src/com/actionbarsherlock/app/SherlockFragmentActivity.java:42
↓ 4 callers
Method
getView
(int position, View convertView, ViewGroup parent)
src/com/actionbarsherlock/internal/widget/IcsSpinner.java:502
↓ 4 callers
Method
initActionBar
()
src/com/actionbarsherlock/internal/ActionBarSherlockNative.java:37
↓ 4 callers
Method
initForMenu
Initialize this presenter for the given context and menu. This method is called by MenuBuilder when a presenter is added. See {@link MenuBuilder#addMe
src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java:59
↓ 4 callers
Method
invalidateAfterUpdate
()
src/com/actionbarsherlock/internal/nineoldandroids/view/animation/AnimatorProxy.java:133
↓ 4 callers
Method
isActionButton
()
src/com/actionbarsherlock/internal/view/menu/MenuItemImpl.java:511
↓ 4 callers
Method
isActionViewExpanded
Returns true if this menu item's action view has been expanded. @return true if the item's action view is expanded, false otherwise. @see #expandAct
src/com/actionbarsherlock/view/MenuItem.java:586
↓ 4 callers
Method
isCheckable
Return whether the item can currently display a check mark. @return If a check mark can be displayed, returns true. @see #setCheckable
src/com/actionbarsherlock/view/MenuItem.java:339
↓ 4 callers
Method
isInFilterMode
Indicates whether this view is in filter mode. Filter mode can for instance be enabled by a user when typing on the keyboard. @return True if the vie
src/com/actionbarsherlock/internal/widget/IcsAdapterView.java:647
↓ 4 callers
Method
isOverflowMenuShowing
()
src/com/actionbarsherlock/internal/widget/AbsActionBarView.java:207
↓ 4 callers
Method
isReservingOverflow
Determine whether or not the device has a dedicated menu key. @return {@code true} if native menu key is present.
src/com/actionbarsherlock/internal/ActionBarSherlockCompat.java:1081
↓ 4 callers
Method
isSuid
(Context context, String filename)
src/com/noshufou/android/su/util/Util.java:721
↓ 4 callers
Method
isVisible
(View view)
src/com/noshufou/android/su/widget/AppListItem.java:200
↓ 4 callers
Method
killMode
()
src/com/actionbarsherlock/internal/widget/ActionBarContextView.java:275
↓ 4 callers
Method
notifyListener
(final Step step)
src/com/noshufou/android/su/service/UpdaterService.java:220
↓ 4 callers
Method
ofFloat
Constructs a Keyframe object with the given time and value. The time defines the time, as a proportion of an overall animation's duration, at which th
src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java:108
↓ 4 callers
Method
ofInt
Constructs a Keyframe object with the given time and value. The time defines the time, as a proportion of an overall animation's duration, at which th
src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java:76
↓ 4 callers
Method
ofObject
Constructs a Keyframe object with the given time and value. The time defines the time, as a proportion of an overall animation's duration, at which th
src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java:140
↓ 4 callers
Method
onActionItemClicked
Called to report a user click on an action button. @param mode The current ActionMode @param item The item that was clicked @return true if this call
src/com/actionbarsherlock/view/ActionMode.java:215
↓ 4 callers
Method
onCreateActionMode
Called when action mode is first created. The menu supplied will be used to generate action buttons for the action mode. @param mode ActionMode being
src/com/actionbarsherlock/view/ActionMode.java:196
← previous
next →
101–200 of 2,218, ranked by callers