MCPcopy Create free account

hub / github.com/OneUIProject/oneui-core / functions

Functions19,343 in github.com/OneUIProject/oneui-core

↓ 15 callersMethodsetAlpha
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 callersMethodsetBoundsInParent
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 callersMethodsetMaxValue
(int maxValue)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:710
↓ 15 callersMethodsetMinValue
(int minValue)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:712
↓ 15 callersMethodsetOrientation
(int orientation)
material/java/com/google/android/material/appbar/AppBarLayout.java:697
↓ 15 callersMethodsetProgress
(int progress)
appcompat/src/main/java/androidx/appcompat/widget/SeslAbsSeekBar.java:2054
↓ 15 callersMethodsetSupportBackgroundTintList
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 callersMethodsetSupportBackgroundTintMode
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 callersMethodshowSoftInput
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPickerSpinnerDelegate.java:1537
↓ 15 callersMethodstart
()
appcompat/src/main/java/androidx/appcompat/view/ViewPropertyAnimatorCompatSet.java:67
↓ 15 callersMethodsubSequence
(int start, int end)
core/src/main/java/androidx/core/text/PrecomputedTextCompat.java:757
↓ 14 callersMethodacquire
@return An instance from the pool if such, null otherwise.
core/src/main/java/androidx/core/util/Pools.java:59
↓ 14 callersMethodbuild
Builds an instance of a {@link ShapeAppearanceModel}
material/java/com/google/android/material/shape/ShapeAppearanceModel.java:427
↓ 14 callersMethodcanScrollVertically
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 callersMethodclear
()
recyclerview/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java:2669
↓ 14 callersMethodcompleteSpecialEffect
()
fragment/src/main/java/androidx/fragment/app/DefaultSpecialEffectsController.java:778
↓ 14 callersMethoddispatchNestedScroll
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 callersMethodfill
(RecyclerView.Recycler recycler, LayoutState layoutState, RecyclerView.State state)
recyclerview/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java:1588
↓ 14 callersMethodfrom
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 callersMethodgetAdapter
Retrieve the current adapter supplying pages. @return The currently registered PagerAdapter
viewpager/src/main/java/androidx/viewpager/widget/ViewPager.java:576
↓ 14 callersMethodgetBehavior
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 callersMethodgetChildCount
()
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:1279
↓ 14 callersMethodgetConstructor
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 callersMethodgetCurrY
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 callersMethodgetCurrentItem
()
viewpager/src/main/java/androidx/viewpager/widget/ViewPager.java:632
↓ 14 callersMethodgetEndLine
(int def)
recyclerview/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java:2587
↓ 14 callersMethodgetExtras
Get additional metadata carried around with this remote input.
core/src/main/java/androidx/core/app/RemoteInput.java:170
↓ 14 callersMethodgetFlags
Optional flags that control the insertion behavior. See {@code FLAG_} constants.
core/src/main/java/androidx/core/view/ContentInfoCompat.java:178
↓ 14 callersMethodgetLifecycleCallbacksDispatcher
()
fragment/src/main/java/androidx/fragment/app/FragmentManager.java:3409
↓ 14 callersMethodgetMethod
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 callersMethodgetPanelState
(int featureId, boolean required)
appcompat/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java:2180
↓ 14 callersMethodgetPath
(float startX, float startY, float endX, float endY)
material/java/com/google/android/material/transition/MaterialArcMotion.java:34
↓ 14 callersMethodgetPreferenceDataStore
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 callersMethodgetSupportActionBar
()
appcompat/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java:549
↓ 14 callersMethodgetSupportBackgroundTintList
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 callersMethodgetSupportBackgroundTintMode
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 callersMethodgetWrapSelectorWheel
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:640
↓ 14 callersMethodhideOverflowMenu
()
appcompat/src/main/java/androidx/appcompat/widget/DecorToolbar.java:69
↓ 14 callersMethodisOverflowMenuShowing
()
appcompat/src/main/java/androidx/appcompat/widget/DecorToolbar.java:66
↓ 14 callersMethodonScrollStateChanged
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 callersMethodonStart
Called whenever an transition started
fragment/src/main/java/androidx/fragment/app/FragmentTransition.java:69
↓ 14 callersMethodrecycle
(InfoRecord record)
recyclerview/src/main/java/androidx/recyclerview/widget/ViewInfoStore.java:317
↓ 14 callersMethodrequestLayout
()
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:5371
↓ 14 callersMethodreset
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 callersMethodscrollBy
(int x, int y)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:684
↓ 14 callersMethodsendEventForVirtualView
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 callersMethodsetBackgroundResource
(int resid)
material/java/com/google/android/material/chip/Chip.java:523
↓ 14 callersMethodsetColorFilter
(@Nullable ColorFilter colorFilter)
material/java/com/google/android/material/chip/ChipDrawable.java:1231
↓ 14 callersMethodsetGravity
(int gravity)
material/java/com/google/android/material/chip/Chip.java:500
↓ 14 callersMethodsetImageDrawable
(@Nullable Drawable drawable)
material/java/com/google/android/material/floatingactionbutton/FloatingActionButton.java:517
↓ 14 callersMethodsetLayoutResource
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 callersMethodsetListener
(ViewPropertyAnimatorListener listener)
appcompat/src/main/java/androidx/appcompat/view/ViewPropertyAnimatorCompatSet.java:113
↓ 14 callersMethodsetScrollable
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 callersMethodsetSource
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 callersMethodsetTextColor
(@Nullable ColorStateList color)
material/java/com/google/android/material/navigation/NavigationBarItemView.java:612
↓ 14 callersMethodstartScroll
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 callersMethodtoString
()
material/java/com/google/android/material/animation/MotionSpec.java:243
↓ 13 callersMethodadd
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 callersMethodbeginSection
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 callersMethodcancel
()
recyclerview/src/main/java/androidx/recyclerview/widget/ItemTouchHelper.java:2565
↓ 13 callersMethodcreate
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 callersMethodcreateFromResource
Inflates an instance of MotionSpec from the given animator resource.
material/java/com/google/android/material/animation/MotionSpec.java:185
↓ 13 callersMethodendSection
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 callersMethodequals
(Object o)
material/java/com/google/android/material/shape/AdjustedCornerSize.java:53
↓ 13 callersMethodequals
(Object o)
material/java/com/google/android/material/datepicker/Month.java:114
↓ 13 callersMethodfindDrawerWithGravity
@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 callersMethodfrom
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 callersMethodgetAnimator
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 callersMethodgetClientWidth
()
viewpager/src/main/java/androidx/viewpager/widget/ViewPager.java:605
↓ 13 callersMethodgetColorForState
(@Nullable ColorStateList rippleColor, int[] state)
material/java/com/google/android/material/ripple/RippleUtils.java:238
↓ 13 callersMethodgetIdentifier
@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 callersMethodgetItemCount
()
apppickerview/src/main/java/androidx/apppickerview/widget/AbsAdapter.java:266
↓ 13 callersMethodgetKey
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 callersMethodgetLabel
()
apppickerview/src/main/java/androidx/apppickerview/widget/AppPickerView.java:704
↓ 13 callersMethodgetMaterialShapeDrawable
(boolean getSurfaceColorStrokeDrawable)
material/java/com/google/android/material/button/MaterialButtonHelper.java:326
↓ 13 callersMethodgetMinValue
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:632
↓ 13 callersMethodgetRecentColorInfo
()
picker/picker-color/src/main/java/androidx/picker/widget/SeslColorPicker.java:438
↓ 13 callersMethodgetRecentColorInfo
()
picker/picker-color/src/main/java/androidx/picker3/widget/SeslColorPicker.java:1030
↓ 13 callersMethodgetUnfilteredChildCount
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 callersMethodgetUri
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 callersMethodgetXVelocity
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 callersMethodgetYVelocity
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 callersMethodhasPropertyValues
Returns whether this motion spec contains a {@link PropertyValuesHolder[]} with the given name.
material/java/com/google/android/material/animation/MotionSpec.java:98
↓ 13 callersMethodhasSubMenu
()
appcompat/src/main/java/androidx/appcompat/view/menu/MenuItemImpl.java:427
↓ 13 callersMethodlerp
( float startValue, float endValue, float fraction, @Nullable TimeInterpolator interpolator)
material/java/com/google/android/material/internal/CollapsingTextHelper.java:1106
↓ 13 callersMethodparse
(String value)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslSpinningDatePickerSpinner.java:152
↓ 13 callersMethodset
(ExtendedFloatingActionButton object, Float value)
material/java/com/google/android/material/floatingactionbutton/BaseMotionStrategy.java:169
↓ 13 callersMethodsetHint
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 callersMethodsetImeOptions
(int imeOptions)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:706
↓ 13 callersMethodsetListener
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 callersMethodsetOnItemClickListener
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 callersMethodsetTag
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 callersMethodshouldPersist
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 callersMethodshow
Show the popup
appcompat/src/main/java/androidx/appcompat/widget/AppCompatSpinner.java:844
↓ 13 callersMethodtoPlatformInsets
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 callersMethodtoString
()
appcompat/src/main/java/androidx/appcompat/widget/SearchView.java:1455
↓ 13 callersMethodusingNumericMonths
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslDatePickerSpinnerLayout.java:457
↓ 13 callersMethodverifyNotNull
(View view, String name)
appcompat/src/main/java/androidx/appcompat/app/AppCompatViewInflater.java:264
↓ 12 callersMethodaddMenuPresenter
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 callersMethodapplySupportImageTint
()
appcompat/src/main/java/androidx/appcompat/widget/AppCompatImageHelper.java:140
← previousnext →501–600 of 19,343, ranked by callers