Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneUIProject/oneui-core
/ functions
Functions
19,343 in github.com/OneUIProject/oneui-core
⨍
Functions
19,343
◇
Types & classes
1,808
↓ 15 callers
Method
setAlpha
Sets the alpha of this ChipDrawable. This will drastically decrease draw performance. You are highly encouraged to use {@link View#setAlpha(float)} in
material/java/com/google/android/material/chip/ChipDrawable.java:1218
↓ 15 callers
Method
setBoundsInParent
Sets the node bounds in the viewParent's coordinates. {@link #getParent()} does not represent the source's viewParent. Instead it represents the resul
core/src/main/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompat.java:2248
↓ 15 callers
Method
setMaxValue
(int maxValue)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:710
↓ 15 callers
Method
setMinValue
(int minValue)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:712
↓ 15 callers
Method
setOrientation
(int orientation)
material/java/com/google/android/material/appbar/AppBarLayout.java:697
↓ 15 callers
Method
setProgress
(int progress)
appcompat/src/main/java/androidx/appcompat/widget/SeslAbsSeekBar.java:2054
↓ 15 callers
Method
setSupportBackgroundTintList
Applies a tint to the background drawable. Does not modify the current tint mode, which is {@link PorterDuff.Mode#SRC_IN} by default. <p> Subsequent c
core/src/main/java/androidx/core/view/TintableBackgroundView.java:46
↓ 15 callers
Method
setSupportBackgroundTintMode
Specifies the blending mode used to apply the tint specified by {@link #setSupportBackgroundTintList(ColorStateList)}} to the background drawable. The
core/src/main/java/androidx/core/view/TintableBackgroundView.java:65
↓ 15 callers
Method
showSoftInput
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPickerSpinnerDelegate.java:1537
↓ 15 callers
Method
start
()
appcompat/src/main/java/androidx/appcompat/view/ViewPropertyAnimatorCompatSet.java:67
↓ 15 callers
Method
subSequence
(int start, int end)
core/src/main/java/androidx/core/text/PrecomputedTextCompat.java:757
↓ 14 callers
Method
acquire
@return An instance from the pool if such, null otherwise.
core/src/main/java/androidx/core/util/Pools.java:59
↓ 14 callers
Method
build
Builds an instance of a {@link ShapeAppearanceModel}
material/java/com/google/android/material/shape/ShapeAppearanceModel.java:427
↓ 14 callers
Method
canScrollVertically
Check if this view can be scrolled vertically in a certain direction. @param view The View against which to invoke the method. @param direction Negat
core/src/main/java/androidx/core/view/ViewCompat.java:551
↓ 14 callers
Method
clear
()
recyclerview/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java:2669
↓ 14 callers
Method
completeSpecialEffect
()
fragment/src/main/java/androidx/fragment/app/DefaultSpecialEffectsController.java:778
↓ 14 callers
Method
dispatchNestedScroll
Dispatch one step of a nested scroll in progress. <p>Implementations of views that support nested scrolling should call this to report info about a s
core/src/main/java/androidx/core/view/NestedScrollingChild.java:155
↓ 14 callers
Method
fill
(RecyclerView.Recycler recycler, LayoutState layoutState, RecyclerView.State state)
recyclerview/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java:1588
↓ 14 callers
Method
from
A utility function to get the {@link ExpandableBehavior} attached to the {@code view}. @param view The {@link View} that the {@link ExpandableBehavio
material/java/com/google/android/material/transformation/ExpandableBehavior.java:166
↓ 14 callers
Method
getAdapter
Retrieve the current adapter supplying pages. @return The currently registered PagerAdapter
viewpager/src/main/java/androidx/viewpager/widget/ViewPager.java:576
↓ 14 callers
Method
getBehavior
Returns the behavior associated with the matching {@link View} class. @return The behavior associated with the matching {@link View} class. Must be n
coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/CoordinatorLayout.java:2155
↓ 14 callers
Method
getChildCount
()
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:1279
↓ 14 callers
Method
getConstructor
Returns a {@link Constructor} object that reflects the specified public constructor of the class represented by the given string name.
core/src/main/java/androidx/reflect/SeslBaseReflector.java:305
↓ 14 callers
Method
getCurrY
Returns the current Y offset in the scroll. @return The new Y offset as an absolute distance from the origin. @deprecated Use {@link OverScroller#ge
core/src/main/java/androidx/core/widget/ScrollerCompat.java:92
↓ 14 callers
Method
getCurrentItem
()
viewpager/src/main/java/androidx/viewpager/widget/ViewPager.java:632
↓ 14 callers
Method
getEndLine
(int def)
recyclerview/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java:2587
↓ 14 callers
Method
getExtras
Get additional metadata carried around with this remote input.
core/src/main/java/androidx/core/app/RemoteInput.java:170
↓ 14 callers
Method
getFlags
Optional flags that control the insertion behavior. See {@code FLAG_} constants.
core/src/main/java/androidx/core/view/ContentInfoCompat.java:178
↓ 14 callers
Method
getLifecycleCallbacksDispatcher
()
fragment/src/main/java/androidx/fragment/app/FragmentManager.java:3409
↓ 14 callers
Method
getMethod
Returns a {@link Method} object that reflects the specified public member method of the class or interface represented by the given string name, using
core/src/main/java/androidx/reflect/SeslPathClassReflector.java:61
↓ 14 callers
Method
getPanelState
(int featureId, boolean required)
appcompat/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java:2180
↓ 14 callers
Method
getPath
(float startX, float startY, float endX, float endY)
material/java/com/google/android/material/transition/MaterialArcMotion.java:34
↓ 14 callers
Method
getPreferenceDataStore
Returns {@link PreferenceDataStore} used by this preference. Returns {@code null} if {@link SharedPreferences} is used instead. <p>By default prefere
preference/src/main/java/androidx/preference/Preference.java:414
↓ 14 callers
Method
getSupportActionBar
()
appcompat/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java:549
↓ 14 callers
Method
getSupportBackgroundTintList
Return the tint applied to the background drawable, if specified. @return the tint applied to the background drawable
core/src/main/java/androidx/core/view/TintableBackgroundView.java:53
↓ 14 callers
Method
getSupportBackgroundTintMode
Return the blending mode used to apply the tint to the background drawable, if specified. @return the blending mode used to apply the tint to the bac
core/src/main/java/androidx/core/view/TintableBackgroundView.java:74
↓ 14 callers
Method
getWrapSelectorWheel
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:640
↓ 14 callers
Method
hideOverflowMenu
()
appcompat/src/main/java/androidx/appcompat/widget/DecorToolbar.java:69
↓ 14 callers
Method
isOverflowMenuShowing
()
appcompat/src/main/java/androidx/appcompat/widget/DecorToolbar.java:66
↓ 14 callers
Method
onScrollStateChanged
Called when the scroll state of this RecyclerView changes. Subclasses should use this method to respond to state changes instead of an explicit listen
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:6218
↓ 14 callers
Method
onStart
Called whenever an transition started
fragment/src/main/java/androidx/fragment/app/FragmentTransition.java:69
↓ 14 callers
Method
recycle
(InfoRecord record)
recyclerview/src/main/java/androidx/recyclerview/widget/ViewInfoStore.java:317
↓ 14 callers
Method
requestLayout
()
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:5371
↓ 14 callers
Method
reset
Resets the ShapePath using a default shadow. {@link ShapePath#reset(float, float, float, float)}.
material/java/com/google/android/material/shape/ShapePath.java:106
↓ 14 callers
Method
scrollBy
(int x, int y)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:684
↓ 14 callers
Method
sendEventForVirtualView
Populates an event of the specified type with information about an item and attempts to send it up through the view hierarchy. <p> You should call thi
customview/src/main/java/androidx/customview/widget/ExploreByTouchHelper.java:506
↓ 14 callers
Method
setBackgroundResource
(int resid)
material/java/com/google/android/material/chip/Chip.java:523
↓ 14 callers
Method
setColorFilter
(@Nullable ColorFilter colorFilter)
material/java/com/google/android/material/chip/ChipDrawable.java:1231
↓ 14 callers
Method
setGravity
(int gravity)
material/java/com/google/android/material/chip/Chip.java:500
↓ 14 callers
Method
setImageDrawable
(@Nullable Drawable drawable)
material/java/com/google/android/material/floatingactionbutton/FloatingActionButton.java:517
↓ 14 callers
Method
setLayoutResource
Sets the layout resource that is inflated as the {@link View} to be shown for this preference. In most cases, the default layout is sufficient for cus
preference/src/main/java/androidx/preference/Preference.java:460
↓ 14 callers
Method
setListener
(ViewPropertyAnimatorListener listener)
appcompat/src/main/java/androidx/appcompat/view/ViewPropertyAnimatorCompatSet.java:113
↓ 14 callers
Method
setScrollable
Sets if the source is scrollable. @param scrollable True if the source is scrollable, false otherwise. @throws IllegalStateException If called from
core/src/main/java/androidx/core/view/accessibility/AccessibilityRecordCompat.java:300
↓ 14 callers
Method
setSource
Sets the source of the operation. @param source The source of the operation. See {@code SOURCE_} constants. @return this builder
core/src/main/java/androidx/core/view/ContentInfoCompat.java:316
↓ 14 callers
Method
setTextColor
(@Nullable ColorStateList color)
material/java/com/google/android/material/navigation/NavigationBarItemView.java:612
↓ 14 callers
Method
startScroll
Start scrolling by providing a starting point and the distance to travel. The scroll will use the default value of 250 milliseconds for the duration.
core/src/main/java/androidx/core/widget/ScrollerCompat.java:161
↓ 14 callers
Method
toString
()
material/java/com/google/android/material/animation/MotionSpec.java:243
↓ 13 callers
Method
add
Creates a OneShotPreDrawListener and adds it to view's ViewTreeObserver. @param view The view whose ViewTreeObserver the OnPreDrawListener should list
core/src/main/java/androidx/core/view/OneShotPreDrawListener.java:56
↓ 13 callers
Method
beginSection
Writes a trace message to indicate that a given section of code has begun. This call must be followed by a corresponding call to {@link #endSection()}
core/src/main/java/androidx/core/os/TraceCompat.java:103
↓ 13 callers
Method
cancel
()
recyclerview/src/main/java/androidx/recyclerview/widget/ItemTouchHelper.java:2565
↓ 13 callers
Method
create
Creates an {@link AlertDialog} with the arguments supplied to this builder. <p> Calling this method does not display the dialog. If no additional proc
appcompat/src/main/java/androidx/appcompat/app/AlertDialog.java:979
↓ 13 callers
Method
createFromResource
Inflates an instance of MotionSpec from the given animator resource.
material/java/com/google/android/material/animation/MotionSpec.java:185
↓ 13 callers
Method
endSection
Writes a trace message to indicate that a given section of code has ended. This call must be preceeded by a corresponding call to {@link #beginSection
core/src/main/java/androidx/core/os/TraceCompat.java:116
↓ 13 callers
Method
equals
(Object o)
material/java/com/google/android/material/shape/AdjustedCornerSize.java:53
↓ 13 callers
Method
equals
(Object o)
material/java/com/google/android/material/datepicker/Month.java:114
↓ 13 callers
Method
findDrawerWithGravity
@param gravity the gravity of the child to return. If specified as a relative value, it will be resolved according to the current
drawerlayout/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java:1013
↓ 13 callers
Method
from
A utility function to get the {@link BottomSheetBehavior} associated with the {@code view}. @param view The {@link View} with {@link BottomSheetBehav
material/java/com/google/android/material/bottomsheet/BottomSheetBehavior.java:1760
↓ 13 callers
Method
getAnimator
Creates and returns an {@link ObjectAnimator} that animates the given property. This can be added to an {@link AnimatorSet} to play multiple synchroni
material/java/com/google/android/material/animation/MotionSpec.java:145
↓ 13 callers
Method
getClientWidth
()
viewpager/src/main/java/androidx/viewpager/widget/ViewPager.java:605
↓ 13 callers
Method
getColorForState
(@Nullable ColorStateList rippleColor, int[] state)
material/java/com/google/android/material/ripple/RippleUtils.java:238
↓ 13 callers
Method
getIdentifier
@deprecated Not being used by any cross library, and should not be used, internal implementation detail. @hide
core/src/main/java/androidx/core/provider/FontRequest.java:154
↓ 13 callers
Method
getItemCount
()
apppickerview/src/main/java/androidx/apppickerview/widget/AbsAdapter.java:266
↓ 13 callers
Method
getKey
Gets the key for this preference, which is also the key used for storing values into {@link SharedPreferences} or {@link PreferenceDataStore}. @retur
preference/src/main/java/androidx/preference/Preference.java:988
↓ 13 callers
Method
getLabel
()
apppickerview/src/main/java/androidx/apppickerview/widget/AppPickerView.java:704
↓ 13 callers
Method
getMaterialShapeDrawable
(boolean getSurfaceColorStrokeDrawable)
material/java/com/google/android/material/button/MaterialButtonHelper.java:326
↓ 13 callers
Method
getMinValue
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:632
↓ 13 callers
Method
getRecentColorInfo
()
picker/picker-color/src/main/java/androidx/picker/widget/SeslColorPicker.java:438
↓ 13 callers
Method
getRecentColorInfo
()
picker/picker-color/src/main/java/androidx/picker3/widget/SeslColorPicker.java:1030
↓ 13 callers
Method
getUnfilteredChildCount
Returns the total number of children. @return The total number of children including the hidden views. @see #getUnfilteredChildAt(int)
recyclerview/src/main/java/androidx/recyclerview/widget/ChildHelper.java:262
↓ 13 callers
Method
getUri
Gets the uri used to create this icon. <p> Only valid for icons of type TYPE_URI. Note: This uri may not be available in the future, and it is up to t
core/src/main/java/androidx/core/graphics/drawable/IconCompat.java:479
↓ 13 callers
Method
getXVelocity
Call {@link VelocityTracker#getXVelocity(int)}. If running on a pre-{@link android.os.Build.VERSION_CODES#HONEYCOMB} device, returns {@link VelocityTr
core/src/main/java/androidx/core/view/VelocityTrackerCompat.java:35
↓ 13 callers
Method
getYVelocity
Call {@link VelocityTracker#getYVelocity(int)}. If running on a pre-{@link android.os.Build.VERSION_CODES#HONEYCOMB} device, returns {@link VelocityTr
core/src/main/java/androidx/core/view/VelocityTrackerCompat.java:47
↓ 13 callers
Method
hasPropertyValues
Returns whether this motion spec contains a {@link PropertyValuesHolder[]} with the given name.
material/java/com/google/android/material/animation/MotionSpec.java:98
↓ 13 callers
Method
hasSubMenu
()
appcompat/src/main/java/androidx/appcompat/view/menu/MenuItemImpl.java:427
↓ 13 callers
Method
lerp
( float startValue, float endValue, float fraction, @Nullable TimeInterpolator interpolator)
material/java/com/google/android/material/internal/CollapsingTextHelper.java:1106
↓ 13 callers
Method
parse
(String value)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslSpinningDatePickerSpinner.java:152
↓ 13 callers
Method
set
(ExtendedFloatingActionButton object, Float value)
material/java/com/google/android/material/floatingactionbutton/BaseMotionStrategy.java:169
↓ 13 callers
Method
setHint
Set the hint to be displayed in the floating label, if enabled. @see #setHintEnabled(boolean) @attr ref com.google.android.material.R.styleable#TextI
material/java/com/google/android/material/textfield/TextInputLayout.java:1643
↓ 13 callers
Method
setImeOptions
(int imeOptions)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:706
↓ 13 callers
Method
setListener
Internal only: Sets the listener that must be called when the animator is finished animating the item (or immediately if no animation happens). This i
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:14249
↓ 13 callers
Method
setOnItemClickListener
Sets a listener to receive events when a list item is clicked. @param clickListener Listener to register @see ListView#setOnItemClickListener(androi
appcompat/src/main/java/androidx/appcompat/widget/ListPopupWindow.java:632
↓ 13 callers
Method
setTag
Associate a Behavior-specific tag object with the given child view. This object will be stored with the child view's LayoutParams. @param child child
coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/CoordinatorLayout.java:2455
↓ 13 callers
Method
shouldPersist
Checks whether, at the given time this method is called, this preference should store/restore its value(s) into the {@link SharedPreferences} or into
preference/src/main/java/androidx/preference/Preference.java:1034
↓ 13 callers
Method
show
Show the popup
appcompat/src/main/java/androidx/appcompat/widget/AppCompatSpinner.java:844
↓ 13 callers
Method
toPlatformInsets
Return a copy this instance, converted to be an {@link android.graphics.Insets} instance from the platform.
core/src/main/java/androidx/core/graphics/Insets.java:195
↓ 13 callers
Method
toString
()
appcompat/src/main/java/androidx/appcompat/widget/SearchView.java:1455
↓ 13 callers
Method
usingNumericMonths
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslDatePickerSpinnerLayout.java:457
↓ 13 callers
Method
verifyNotNull
(View view, String name)
appcompat/src/main/java/androidx/appcompat/app/AppCompatViewInflater.java:264
↓ 12 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
appcompat/src/main/java/androidx/appcompat/view/menu/MenuBuilder.java:249
↓ 12 callers
Method
applySupportImageTint
()
appcompat/src/main/java/androidx/appcompat/widget/AppCompatImageHelper.java:140
← previous
next →
501–600 of 19,343, ranked by callers