MCPcopy Create free account

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

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

↓ 10 callersMethodsetBackgroundColor
(int color)
material/java/com/google/android/material/chip/Chip.java:518
↓ 10 callersMethodsetError
Sets an error message that will be displayed below our {@link EditText}. If the {@code error} is {@code null}, the error message will be cleared. <p>
material/java/com/google/android/material/textfield/TextInputLayout.java:1953
↓ 10 callersMethodsetFlag
(int mask, boolean value)
core/src/main/java/androidx/core/app/NotificationCompat.java:6242
↓ 10 callersMethodsetHotspot
Specifies the hotspot's location within the drawable. @param drawable The Drawable against which to invoke the method. @param x The X coordinate of t
core/src/main/java/androidx/core/graphics/drawable/DrawableCompat.java:109
↓ 10 callersMethodsetIsRecyclable
Informs the recycler whether this item can be recycled. Views which are not recyclable will not be reused for other items until setIsRecyclable() is l
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:12719
↓ 10 callersMethodsetMarginStart
Set the relative start margin. <p>On platform versions supporting bidirectional text and layouts this value will be resolved into the LayoutParams ob
core/src/main/java/androidx/core/view/MarginLayoutParamsCompat.java:79
↓ 10 callersMethodsetPackageName
(String packageName)
apppickerview/src/main/java/androidx/apppickerview/widget/AppPickerView.java:692
↓ 10 callersMethodsetParentAbsoluteElevation
If the background of the provided {@code view} is a {@link MaterialShapeDrawable}, sets the drawable's parent absolute elevation (see {@link MaterialS
material/java/com/google/android/material/shape/MaterialShapeUtils.java:69
↓ 10 callersMethodsetSpan
@throws IllegalArgumentException if {@link MetricAffectingSpan} is specified.
core/src/main/java/androidx/core/text/PrecomputedTextCompat.java:675
↓ 10 callersMethodsetState
(int state)
recyclerview/src/main/java/androidx/recyclerview/widget/SeslRecyclerViewFastScroller.java:905
↓ 10 callersMethodsetStateInternal
(@State int state)
material/java/com/google/android/material/bottomsheet/BottomSheetBehavior.java:1171
↓ 10 callersMethodsetSubtitle
(CharSequence subtitle)
appcompat/src/main/java/androidx/appcompat/widget/DecorToolbar.java:56
↓ 10 callersMethodsetView
Set the view to display in the dialog. This method has no effect if called after {@link #show()}.
appcompat/src/main/java/androidx/appcompat/app/AlertDialog.java:171
↓ 10 callersMethodstartDispatchingItemsChanged
()
appcompat/src/main/java/androidx/appcompat/view/menu/MenuBuilder.java:1084
↓ 10 callersMethodstartInterceptRequestLayout
This method should be called before any code that may trigger a child view to cause a call to {@link RecyclerView#requestLayout()}. Doing so enables
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:2793
↓ 10 callersMethodstopInterceptRequestLayout
This method should be called after any code that may trigger a child view to cause a call to {@link RecyclerView#requestLayout()}. <p> A call to this
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:2810
↓ 10 callersMethodthrowIfInMutationOperation
Throws an exception if called while we are in the middle of a mutation operation (addAll or replaceAll).
recyclerview/src/main/java/androidx/recyclerview/widget/SortedList.java:478
↓ 10 callersMethodtoIcon
@deprecated Use {@link #toIcon(Context)} to generate the {@link Icon} object.
core/src/main/java/androidx/core/graphics/drawable/IconCompat.java:525
↓ 10 callersMethodtoString
()
core/src/main/java/androidx/core/app/NotificationManagerCompat.java:995
↓ 10 callersMethodtoWindowInsets
Return the source {@link WindowInsets} instance used in this {@link WindowInsetsCompat}. @return the wrapped WindowInsets instance
core/src/main/java/androidx/core/view/WindowInsetsCompat.java:738
↓ 10 callersMethodtranslationY
This method will cause the View's <code>translationY</code> property to be animated to the specified value. Animations already running on the property
core/src/main/java/androidx/core/view/ViewPropertyAnimatorCompat.java:181
↓ 10 callersMethodupdateViewsVisibility
(final boolean collapsed)
appcompat/src/main/java/androidx/appcompat/widget/SearchView.java:986
↓ 9 callersMethodaddDurationItem
(SparseIntArray buckets, long duration)
core/src/main/java/androidx/core/app/FrameMetricsAggregator.java:398
↓ 9 callersMethodaddOp
(Op op)
fragment/src/main/java/androidx/fragment/app/FragmentTransaction.java:135
↓ 9 callersMethodchangeFocus
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslDatePickerSpinnerLayout.java:1075
↓ 9 callersMethodcolorToColorStateList
(int color)
appcompat/src/main/java/androidx/appcompat/widget/SeslAbsSeekBar.java:1882
↓ 9 callersMethodcomputeScrollOffset
Call this when you want to know the new location. If it returns true, the animation is not yet finished. loc will be altered to provide the new loca
core/src/main/java/androidx/core/widget/ScrollerCompat.java:140
↓ 9 callersMethodconstrain
(float amount, float low, float high)
core/src/main/java/androidx/core/graphics/ColorUtils.java:584
↓ 9 callersMethodcreateCornerTreatment
(@CornerFamily int cornerFamily)
material/java/com/google/android/material/shape/MaterialShapeUtils.java:29
↓ 9 callersMethodcreateDefaultCornerTreatment
()
material/java/com/google/android/material/shape/MaterialShapeUtils.java:41
↓ 9 callersMethoddispatchNestedPreScroll
Dispatch one step of a nested scroll in progress before this view consumes any portion of it. <p>Nested pre-scroll events are to nested scroll events
core/src/main/java/androidx/core/view/NestedScrollingChild.java:177
↓ 9 callersMethoddrawRoundedCorner
(Canvas canvas)
appcompat/src/main/java/androidx/appcompat/util/SeslRoundedCorner.java:204
↓ 9 callersMethodensureScrollWheelAdjusted
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPickerSpinnerDelegate.java:2485
↓ 9 callersMethodequals
(Object o)
core/src/main/java/androidx/core/content/res/ResourcesCompat.java:295
↓ 9 callersMethodevaluate
Calculate the current start and end view sizes and scales depending on the fit mode.
material/java/com/google/android/material/transition/platform/FitModeEvaluator.java:29
↓ 9 callersMethodextrasIntList
(String key)
core/src/main/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompat.java:2000
↓ 9 callersMethodfindFirstVisibleItemPosition
Returns the adapter position of the first visible view. This position does not include adapter changes that were dispatched after the last layout pass
recyclerview/src/main/java/androidx/recyclerview/widget/LinearLayoutManager.java:1964
↓ 9 callersMethodfindItem
(int id)
appcompat/src/main/java/androidx/appcompat/view/menu/MenuBuilder.java:690
↓ 9 callersMethodfindTopChildUnder
Find the topmost child under the given point within the parent view's coordinate system. The child order is determined using {@link Callback#getOrdere
customview/src/main/java/androidx/customview/widget/ViewDragHelper.java:1544
↓ 9 callersMethodgetActionView
Returns the currently set action view for this menu item. @return This item's action view @see #setActionView(View) @see #setShowAsAction(int)
core/src/main/java/androidx/core/internal/view/SupportMenuItem.java:146
↓ 9 callersMethodgetAdapter
Retrieves the previously set adapter or null if no adapter is set. @return The previously set adapter @see #setAdapter(Adapter)
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:1663
↓ 9 callersMethodgetAllowGeneratedReplies
Return whether the platform should automatically generate possible replies for this {@link Action}
core/src/main/java/androidx/core/app/NotificationCompat.java:4656
↓ 9 callersMethodgetAnimation
(@NonNull Context context)
fragment/src/main/java/androidx/fragment/app/DefaultSpecialEffectsController.java:796
↓ 9 callersMethodgetAutoSizeStepGranularity
@return the current auto-size step granularity in pixels. @see #setAutoSizeTextTypeUniformWithConfiguration(int, int, int, int)
core/src/main/java/androidx/core/widget/AutoSizeableTextView.java:125
↓ 9 callersMethodgetContentView
Returns the content view that is the parent of the provided view.
material/java/com/google/android/material/internal/ViewUtils.java:289
↓ 9 callersMethodgetFirstChildPosition
()
recyclerview/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java:2242
↓ 9 callersMethodgetHeightMode
Return the height measurement spec mode that is currently relevant to the LayoutManager. <p>This value is set only if the LayoutManager opts into the
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:10191
↓ 9 callersMethodgetIcon
@deprecated use {@link #getIconCompat()} instead.
core/src/main/java/androidx/core/app/NotificationCompat.java:4620
↓ 9 callersMethodgetInstance
Returns an instance of <code>ArgbEvaluatorCompat</code> that may be used in {@link android.animation.ValueAnimator#setEvaluator(TypeEvaluator)}. The s
material/java/com/google/android/material/animation/ArgbEvaluatorCompat.java:38
↓ 9 callersMethodgetInterpolator
()
material/java/com/google/android/material/animation/MotionTiming.java:68
↓ 9 callersMethodgetItem
()
apppickerview/src/main/java/androidx/apppickerview/widget/AppPickerView.java:634
↓ 9 callersMethodgetItemId
()
appcompat/src/main/java/androidx/appcompat/view/menu/MenuItemImpl.java:211
↓ 9 callersMethodgetMatrix
The transform matrix of this view, which is calculated based on the current rotation, scale, and pivot properties. <p> @param view The view whose Mat
core/src/main/java/androidx/core/view/ViewCompat.java:1986
↓ 9 callersMethodgetMaxValue
()
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:626
↓ 9 callersMethodgetNavigationIcon
Return the current drawable used as the navigation icon. @return The navigation icon drawable {@link androidx.appcompat.R.attr#navigationIcon}
appcompat/src/main/java/androidx/appcompat/widget/Toolbar.java:996
↓ 9 callersMethodgetNonActionItems
()
appcompat/src/main/java/androidx/appcompat/view/menu/MenuBuilder.java:1206
↓ 9 callersMethodgetPaddingEnd
()
material/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java:1082
↓ 9 callersMethodgetPaint
Returns the paint instance used for all drawing.
appcompat/src/main/java/androidx/appcompat/graphics/drawable/DrawerArrowDrawable.java:457
↓ 9 callersMethodgetPerson
Returns the {@link Person} sender of this message.
core/src/main/java/androidx/core/app/NotificationCompat.java:4003
↓ 9 callersMethodgetPreferenceCount
Returns the number of children {@link Preference}s. @return The number of preference children in this group
preference/src/main/java/androidx/preference/PreferenceGroup.java:179
↓ 9 callersMethodgetRemoteInputs
Get the list of inputs to be collected from the user when this action is sent. May return null if no remote inputs were added. Only returns inputs whi
core/src/main/java/androidx/core/app/NotificationCompat.java:4665
↓ 9 callersMethodgetResId
Gets the resource id used to create this icon. <p> Only valid for icons of type TYPE_RESOURCE. Note: This resource may not be available if the applica
core/src/main/java/androidx/core/graphics/drawable/IconCompat.java:434
↓ 9 callersMethodgetSatellite
(int satelliteIndex)
core/src/main/java/androidx/core/location/GpsStatusWrapper.java:150
↓ 9 callersMethodgetSharedPreferences
Returns the {@link SharedPreferences} where this preference can read its value(s). Usually, it's easier to use one of the helper read methods: {@link
preference/src/main/java/androidx/preference/Preference.java:1275
↓ 9 callersMethodgetStableInsets
Returns the stable insets in pixels. <p>The stable inset represents the area of a full-screen window that <b>may</b> be partially or fully obscured b
core/src/main/java/androidx/core/view/WindowInsetsCompat.java:546
↓ 9 callersMethodgetStart
Returns the earliest month allowed by this set of bounds.
material/java/com/google/android/material/datepicker/CalendarConstraints.java:87
↓ 9 callersMethodgetSystemService
Return the AppOpsManager system service.
core/src/main/java/androidx/core/app/AppOpsManagerCompat.java:231
↓ 9 callersMethodgetTabAt
Returns the tab at the specified index.
material/java/com/google/android/material/tabs/TabLayout.java:952
↓ 9 callersMethodgetTextArray
Retrieves a string array attribute value with the specified fallback ID. @return a string array value of {@code index}. If it does not exist, a strin
core/src/main/java/androidx/core/content/res/TypedArrayUtils.java:339
↓ 9 callersMethodgetTodayCalendar
Returns a Calendar object in UTC time zone representing the first moment of current date.
material/java/com/google/android/material/datepicker/UtcDates.java:65
↓ 9 callersMethodgetValues
()
material/java/com/google/android/material/slider/BaseSlider.java:645
↓ 9 callersMethodgetWidthMode
Return the width measurement spec mode that is currently relevant to the LayoutManager. <p>This value is set only if the LayoutManager opts into the
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:10175
↓ 9 callersMethodhasText
()
appcompat/src/main/java/androidx/appcompat/view/menu/ActionMenuItemView.java:385
↓ 9 callersMethodisActive
Gets if this window is active. An active window is the one the user is currently touching or the window has input focus and the user is not touching a
core/src/main/java/androidx/core/view/accessibility/AccessibilityWindowInfoCompat.java:178
↓ 9 callersMethodisHidden
Returns whether a View is visible to LayoutManager or not. @param view The child view to check. Should be a child of the Callback. @return True if th
recyclerview/src/main/java/androidx/recyclerview/widget/ChildHelper.java:318
↓ 9 callersMethodisLayoutRTL
()
recyclerview/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java:567
↓ 9 callersMethodisLayoutRtl
(View view)
material/java/com/google/android/material/internal/ViewUtils.java:76
↓ 9 callersMethodisRtl
Guess if a chars array is in the RTL direction or not. @param array the char array. @param start start index, inclusive. @param count the length to c
core/src/main/java/androidx/core/text/TextDirectionHeuristicCompat.java:33
↓ 9 callersMethodisRtl
()
material/java/com/google/android/material/slider/BaseSlider.java:2218
↓ 9 callersMethodisShown
Checks whether this preference is shown to the user in the hierarchy. For a preference to be shown in the hierarchy, it and all of its ancestors must
preference/src/main/java/androidx/preference/Preference.java:926
↓ 9 callersMethodisTmpDetached
()
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:12586
↓ 9 callersMethodmoveFocus
Attempts to move focus to next or previous thumb <i>independent of layout direction</i> and returns whether the focused thumb changed. If focused thum
material/java/com/google/android/material/slider/BaseSlider.java:2230
↓ 9 callersMethodmoveToFinalScrollerPosition
(Scroller scroller)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPickerSpinnerDelegate.java:789
↓ 9 callersMethodmoveToFinalScrollerPosition
(Scroller scroller)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslSpinningDatePickerSpinnerDelegate.java:548
↓ 9 callersMethodnavigationBars
@return An insets type representing any system bars for navigation.
core/src/main/java/androidx/core/view/WindowInsetsCompat.java:1928
↓ 9 callersMethodnormalizeValue
Returns a number between 0 and 1 indicating where on the track this value should sit with 0 being on the far left, and 1 on the far right.
material/java/com/google/android/material/slider/BaseSlider.java:1582
↓ 9 callersMethodoffsetPosition
(int offset, boolean applyToPreLayout)
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:12317
↓ 9 callersMethodonInserted
Called when {@code count} number of items are inserted at the given position. @param position The position of the new item. @param count The numbe
recyclerview/src/main/java/androidx/recyclerview/widget/ListUpdateCallback.java:32
↓ 9 callersMethodonScrollStateChange
(int scrollState)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslSpinningDatePickerSpinnerDelegate.java:1835
↓ 9 callersMethodonStateChange
(int[] state)
material/java/com/google/android/material/internal/TextDrawableHelper.java:169
↓ 9 callersMethodplay
(ViewPropertyAnimatorCompat animator)
appcompat/src/main/java/androidx/appcompat/view/ViewPropertyAnimatorCompatSet.java:52
↓ 9 callersMethodpopulate
()
viewpager/src/main/java/androidx/viewpager/widget/ViewPager.java:1090
↓ 9 callersMethodreplace
Calls {@link #replace(int, Class, Bundle, String)} with a null tag.
fragment/src/main/java/androidx/fragment/app/FragmentTransaction.java:286
↓ 9 callersMethodreplaceAccessibilityAction
Replaces an action. This can be used to change the default behavior or label of the action specified. If label and command are both {@code null}, the
core/src/main/java/androidx/core/view/ViewCompat.java:1309
↓ 9 callersMethodscrollToPositionWithOffset
Scroll to the specified adapter position with the given offset from resolved layout start. Resolved layout start depends on {@link #getReverseLayout()
recyclerview/src/main/java/androidx/recyclerview/widget/LinearLayoutManager.java:1114
↓ 9 callersMethodsetAnimationListener
(Animation.AnimationListener listener)
swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/CircleImageView.java:118
↓ 9 callersMethodsetBackground
(Drawable background)
material/java/com/google/android/material/chip/Chip.java:528
↓ 9 callersMethodsetBoundsInScreen
Sets the node bounds in screen coordinates. <p> <strong>Note:</strong> Cannot be called from an {@link android.accessibilityservice.AccessibilityServi
core/src/main/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompat.java:2273
↓ 9 callersMethodsetCollectionInfo
(Object collectionInfo)
core/src/main/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompat.java:2998
↓ 9 callersMethodsetCompoundDrawablesRelative
Sets the Drawables (if any) to appear to the start of, above, to the end of, and below the text. Use {@code null} if you do not want a Drawable there.
core/src/main/java/androidx/core/widget/TextViewCompat.java:167
← previousnext →801–900 of 19,343, ranked by callers