MCPcopy Create free account

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

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

↓ 34 callersMethodgetResources
(Context context, String resPackage)
core/src/main/java/androidx/core/graphics/drawable/IconCompat.java:735
↓ 34 callersMethodgetSuperState
()
customview/src/main/java/androidx/customview/view/AbsSavedState.java:75
↓ 34 callersMethodobtain
(int id, int progress, boolean fromUser, boolean animate)
appcompat/src/main/java/androidx/appcompat/widget/SeslProgressBar.java:1372
↓ 34 callersMethodputString
Sets a {@link String} value to the data store. <p>Once the value is set the data store is responsible for holding it. @param key The name of the p
preference/src/main/java/androidx/preference/PreferenceDataStore.java:55
↓ 34 callersMethodsetAdapter
(ListAdapter adapter)
appcompat/src/main/java/androidx/appcompat/widget/AppCompatSpinner.java:839
↓ 34 callersMethodsetAlpha
(int alpha)
material/java/com/google/android/material/transition/MaterialContainerTransform.java:1334
↓ 34 callersMethodsetId
Give this tab an id, useful for testing. <p>Do not rely on this if using {@link TabLayout#setupWithViewPager(ViewPager)} @param id, unique id for th
material/java/com/google/android/material/tabs/TabLayout.java:2165
↓ 33 callersMethodclone
()
core/src/main/java/androidx/core/app/NotificationCompat.java:5627
↓ 33 callersMethodgetDecoratedEnd
Returns the end of the view including its decoration and margin. <p> For example, for the horizontal helper, if a View's right is at pixel 200, has 2p
recyclerview/src/main/java/androidx/recyclerview/widget/OrientationHelper.java:103
↓ 33 callersMethodgetLocationOnScreen
(View view)
material/java/com/google/android/material/transition/TransitionUtils.java:369
↓ 33 callersMethodgetPaddingBottom
The padding on the bottom of the View, applied to both the image and the background. @return the bottom padding
material/java/com/google/android/material/imageview/ShapeableImageView.java:398
↓ 33 callersMethodnotifyChanged
Should be called when the data of this {@link Preference} has changed.
preference/src/main/java/androidx/preference/Preference.java:1321
↓ 33 callersMethodsetText
(CharSequence text, BufferType type)
material/java/com/google/android/material/chip/Chip.java:1334
↓ 32 callersMethodclear
()
material/java/com/google/android/material/floatingactionbutton/AnimatorTracker.java:38
↓ 32 callersMethodgetLayoutManager
Return the {@link LayoutManager} currently responsible for layout policy for this RecyclerView. @return The currently bound LayoutManager
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:1955
↓ 32 callersMethodsetAccessibilityDelegate
Sets a delegate for implementing accessibility support via composition (as opposed to inheritance). For more details, see {@link AccessibilityDelegate
core/src/main/java/androidx/core/view/ViewCompat.java:722
↓ 32 callersMethodstart
Keep the start side of the corner original data
material/java/com/google/android/material/button/MaterialButtonToggleGroup.java:843
↓ 31 callersMethodequals
Subclasses can not override equals().
fragment/src/main/java/androidx/fragment/app/Fragment.java:672
↓ 31 callersMethodgetChildMeasureSpec
Calculate a MeasureSpec value for measuring a child view in one dimension. @param parentSize Size of the parent view where the child will be plac
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:10623
↓ 31 callersMethodgetFloat
Retrieve a floating-point value for a particular resource ID. @param id The desired resource identifier, as generated by the aapt tool. Thi
core/src/main/java/androidx/core/content/res/ResourcesCompat.java:330
↓ 31 callersMethodgetPaddingLeft
The padding on the left of the View, applied to both the image and the background. @return the left padding
material/java/com/google/android/material/imageview/ShapeableImageView.java:420
↓ 31 callersMethodgetPaddingTop
The padding on the top of the View, applied to both the image and the background. @return the top padding
material/java/com/google/android/material/imageview/ShapeableImageView.java:453
↓ 31 callersMethodgetParent
Gets the parent. <p> <strong>Note:</strong> It is a client responsibility to recycle the received info by calling {@link android.view.accessibility.Ac
core/src/main/java/androidx/core/view/accessibility/AccessibilityNodeInfoCompat.java:2164
↓ 31 callersMethodgetSystemWindowInsetTop
Returns the top system window inset in pixels. <p>The system window inset represents the area of a full-screen window that is partially or fully obsc
core/src/main/java/androidx/core/view/WindowInsetsCompat.java:205
↓ 31 callersMethodinflate
Inflate a new item hierarchy from the specified xml resource. Throws InflaterException if there is an error. @param resource ID for an XML resource t
preference/src/main/java/androidx/preference/PreferenceInflater.java:106
↓ 31 callersMethodremoveMessages
(int what)
recyclerview/src/main/java/androidx/recyclerview/widget/MessageThreadUtil.java:263
↓ 31 callersMethodsetClickable
(boolean clickable)
material/java/com/google/android/material/card/MaterialCardView.java:313
↓ 31 callersMethodsetCurrentItem
Set the currently selected page. If the ViewPager has already been through its first layout with its current adapter there will be a smooth animated t
viewpager/src/main/java/androidx/viewpager/widget/ViewPager.java:616
↓ 31 callersMethodsetFillColor
Set the color used for the fill. @param fillColor the color set on the {@link Paint} object responsible for the fill.
material/java/com/google/android/material/shape/MaterialShapeDrawable.java:303
↓ 31 callersMethodsetState
Called by View
material/java/com/google/android/material/internal/StateListAnimator.java:68
↓ 31 callersMethodsetTranslationY
Sets the vertical location of this view relative to its top position. This effectively positions the object post-layout, in addition to wherever the o
core/src/main/java/androidx/core/view/ViewCompat.java:2106
↓ 30 callersMethodgetColor
()
picker/picker-color/src/main/java/androidx/picker3/widget/SeslColorPicker.java:1063
↓ 30 callersMethodgetCornerSize
Returns the corner size that should be used given the full bounds of the shape.
material/java/com/google/android/material/shape/CornerSize.java:25
↓ 30 callersMethodindexOf
(Locale locale)
core/src/main/java/androidx/core/os/LocaleListInterface.java:35
↓ 30 callersMethodsetTranslationY
(float translationY)
material/java/com/google/android/material/floatingactionbutton/FloatingActionButton.java:1408
↓ 29 callersMethodgetProgress
()
appcompat/src/main/java/androidx/appcompat/widget/SeslAbsSeekBar.java:2027
↓ 29 callersMethodof
Return an Insets instance with the appropriate values. @param left the left inset @param top the top inset @param right the right inset @param
core/src/main/java/androidx/core/graphics/Insets.java:61
↓ 29 callersMethodonRelease
Call when the object is released after being pulled. This will begin the "decay" phase of the effect. After calling this method the host view should {
core/src/main/java/androidx/core/widget/SeslEdgeEffect.java:334
↓ 29 callersMethodonTouchEvent
(MotionEvent ev)
core/src/main/java/androidx/core/view/GestureDetectorCompat.java:51
↓ 29 callersMethodresolveSizeAndState
Utility to reconcile a desired size and state, with constraints imposed by a MeasureSpec. Will take the desired size, unless a different size is impo
core/src/main/java/androidx/core/view/ViewCompat.java:1711
↓ 29 callersMethodsetAntiAlias
Enables or disables anti-aliasing for this drawable. Anti-aliasing affects the edges of the bitmap only so it applies only when the drawable is rotate
core/src/main/java/androidx/core/graphics/drawable/RoundedBitmapDrawable.java:193
↓ 29 callersMethodstartAnimation
(int delayTime, SeslAnimationListener listener)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslTimePicker.java:309
↓ 28 callersMethodbuild
Creates and returns the {@link Person} this builder represents.
core/src/main/java/androidx/core/app/Person.java:354
↓ 28 callersMethodgetAdapter
()
material/java/com/google/android/material/datepicker/MaterialCalendarGridView.java:105
↓ 28 callersMethodgetInstance
Retrieve a singleton instance of this simple {@link androidx.preference.Preference.SummaryProvider} implementation. @return a singleton instance of t
preference/src/main/java/androidx/preference/ListPreference.java:338
↓ 28 callersMethodgetItemCount
Returns the total number of items that can be laid out. Note that this number is not necessarily equal to the number of items in the adapter, so you s
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:13978
↓ 28 callersMethodgetPaddingRight
The padding on the right of the View, applied to both the image and the background. @return the right padding
material/java/com/google/android/material/imageview/ShapeableImageView.java:431
↓ 28 callersMethodgetRight
()
material/java/com/google/android/material/shape/ShapePath.java:585
↓ 28 callersMethodisVisible
Return true if the fragment is currently visible to the user. This means it: (1) has been added, (2) has its view attached to the window, and (3) is
fragment/src/main/java/androidx/fragment/app/Fragment.java:1179
↓ 28 callersMethodonInitializeAccessibilityEvent
(AccessibilityEvent event)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslTimePicker.java:273
↓ 28 callersMethodonLayout
(boolean changed, int left, int top, int right, int bottom)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPicker.java:666
↓ 28 callersMethodsetIcon
Set the icon of this item view. @param icon The icon of this item. null to hide the icon.
appcompat/src/main/java/androidx/appcompat/view/menu/MenuView.java:106
↓ 27 callersMethodensureAnimationInfo
()
fragment/src/main/java/androidx/fragment/app/Fragment.java:3288
↓ 27 callersMethodgetAbsoluteGravity
<p>Convert script specific gravity to absolute horizontal value.</p> if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
core/src/main/java/androidx/core/view/GravityCompat.java:144
↓ 27 callersMethodgetAlpha
()
material/java/com/google/android/material/chip/ChipDrawable.java:1226
↓ 27 callersMethodgetInt
Retrieves an {@link Integer} value from the data store. @param key The name of the preference to retrieve @param defValue Value to return if thi
preference/src/main/java/androidx/preference/PreferenceDataStore.java:158
↓ 27 callersMethodgetInteger
(int index, int defValue)
appcompat/src/main/java/androidx/appcompat/widget/TintTypedArray.java:187
↓ 27 callersMethodgetItem
Returns a {@link Long} object for the given grid position @param position Index for the item. 0 matches the {@link Calendar#getFirstDayOfWeek()} for
material/java/com/google/android/material/datepicker/MonthAdapter.java:76
↓ 27 callersMethodgetParent
()
fragment/src/main/java/androidx/fragment/app/FragmentManager.java:2839
↓ 27 callersMethodgetSystemService
(String name)
appcompat/src/main/java/androidx/appcompat/view/ContextThemeWrapper.java:159
↓ 27 callersMethodisPreLayout
Returns true if the {@link RecyclerView} is in the pre-layout step where it is having its {@link LayoutManager} layout items where they will be at the
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:13854
↓ 27 callersMethodloadFromAttributes
(AttributeSet attrs, int defStyleAttr)
appcompat/src/main/java/androidx/appcompat/widget/AppCompatImageHelper.java:51
↓ 27 callersMethodoffsetTopAndBottom
Offset this view's vertical location by the specified number of pixels. @param offset the number of pixels to offset the view by
core/src/main/java/androidx/core/view/ViewCompat.java:3520
↓ 27 callersMethodset
(SwitchCompat object, Float value)
appcompat/src/main/java/androidx/appcompat/widget/SwitchCompat.java:103
↓ 27 callersMethodwrap
Potentially wrap {@code drawable} so that it may be used for tinting across the different API levels, via the tinting methods in this class. <p>If th
core/src/main/java/androidx/core/graphics/drawable/DrawableCompat.java:306
↓ 26 callersMethodgetIntrinsicHeight
()
appcompat/src/main/java/androidx/appcompat/widget/SeslAbsSeekBar.java:2400
↓ 26 callersMethodgetParentFragmentManager
Return the FragmentManager for interacting with fragments associated with this fragment's activity. Note that this will be available slightly before
fragment/src/main/java/androidx/fragment/app/Fragment.java:1044
↓ 26 callersMethodindexOfChild
(View view)
recyclerview/src/main/java/androidx/recyclerview/widget/ChildHelper.java:519
↓ 26 callersMethodonSaveInstanceState
(Parcelable superState)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslTimePicker.java:281
↓ 26 callersMethodsendMessage
(SyncQueueItem msg)
recyclerview/src/main/java/androidx/recyclerview/widget/MessageThreadUtil.java:53
↓ 26 callersMethodsetPadding
Set the padding. This is applied to both the background and the image, and does not affect the content padding differentiating the image from the back
material/java/com/google/android/material/imageview/ShapeableImageView.java:364
↓ 26 callersMethodsetText
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
material/java/com/google/android/material/tabs/TabLayout.java:2311
↓ 26 callersMethodshouldIgnore
()
recyclerview/src/main/java/androidx/recyclerview/widget/RecyclerView.java:12344
↓ 26 callersMethodstartFadeAnimation
(boolean fadeOut)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslNumberPickerSpinnerDelegate.java:1917
↓ 26 callersMethodwrap
Uses the materialThemeOverlay attribute to create a themed context. This allows us to use MaterialThemeOverlay with a default style, and gives us some
material/java/com/google/android/material/theme/overlay/MaterialThemeOverlay.java:60
↓ 25 callersMethoddrawText
Draws the chip text, which should appear centered vertically in the chip.
material/java/com/google/android/material/chip/ChipDrawable.java:714
↓ 25 callersMethodgetActivity
Return the {@link FragmentActivity} this fragment is currently associated with. May return {@code null} if the fragment is associated with a {@link Co
fragment/src/main/java/androidx/fragment/app/Fragment.java:920
↓ 25 callersMethodgetDecoratedMeasurement
Returns the space occupied by this View in the current orientation including decorations and margins. @param view The view element to check @return T
recyclerview/src/main/java/androidx/recyclerview/widget/OrientationHelper.java:145
↓ 25 callersMethodgetDelegate
@return The {@link AppCompatDelegate} being used by this Activity.
appcompat/src/main/java/androidx/appcompat/app/AppCompatActivity.java:581
↓ 25 callersMethodgetFitsSystemWindows
Returns true if this view should adapt to fit system window insets. This method will always return false before API 16 (Jellybean).
core/src/main/java/androidx/core/view/ViewCompat.java:2477
↓ 25 callersMethodisAttachedToWindow
Returns true if the provided view is currently attached to a window.
core/src/main/java/androidx/core/view/ViewCompat.java:3653
↓ 25 callersMethodonPullDistance
A view should call this when content is pulled away from an edge by the user. This will update the state of the current visual effect and its associat
core/src/main/java/androidx/core/widget/EdgeEffectCompat.java:235
↓ 25 callersMethodpostInvalidate
()
appcompat/src/main/java/androidx/appcompat/widget/SeslProgressBar.java:1340
↓ 25 callersMethodsetAlphaComponent
Set the alpha component of {@code color} to be {@code alpha}.
core/src/main/java/androidx/core/graphics/ColorUtils.java:362
↓ 25 callersMethodsetTextColor
(String weekDayFeatureString)
picker/picker-basic/src/main/java/androidx/picker/widget/SeslSimpleMonthView.java:231
↓ 25 callersMethodsetTitle
Sets the title of the item view. @param title The title to set.
appcompat/src/main/java/androidx/appcompat/view/menu/MenuView.java:72
↓ 25 callersMethodsetViewVisibility
Sets the visibility of all Views in {@code views} to {@code visibility}.
fragment/src/main/java/androidx/fragment/app/FragmentTransition.java:1073
↓ 24 callersMethodaddState
Associates the given Animation with the provided drawable state specs so that it will be run when the View's drawable state matches the specs. @param
material/java/com/google/android/material/internal/StateListAnimator.java:61
↓ 24 callersMethodclear
Clears the internal graph, and releases resources to pools.
coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/DirectedAcyclicGraph.java:142
↓ 24 callersMethodgetBundle
()
indexscroll/src/main/java/androidx/indexscroll/widget/SeslAbsIndexer.java:75
↓ 24 callersMethodgetInsets
Returns the insets of a specific set of windows causing insets, denoted by the {@code typeMask} bit mask of {@link Type}s. When running on devices wi
core/src/main/java/androidx/core/view/WindowInsetsCompat.java:666
↓ 24 callersMethodgetView
Get the root view for the fragment's layout (the one returned by {@link #onCreateView}), if provided. @return The fragment's root view, or null if it
fragment/src/main/java/androidx/fragment/app/Fragment.java:1975
↓ 24 callersMethodhasFocus
<p>Returns the focus state in the drop down.</p> @return true always if hijacking focus
appcompat/src/main/java/androidx/appcompat/widget/DropDownListView.java:168
↓ 24 callersMethodisLaidOut
Returns true if {@code view} has been through at least one layout since it was last attached to or detached from a window.
core/src/main/java/androidx/core/view/ViewCompat.java:3459
↓ 24 callersMethodisLayoutRtl
(View view)
appcompat/src/main/java/androidx/appcompat/widget/ViewUtils.java:57
↓ 24 callersMethodisShowing
@return true if the popup is showing, false otherwise.
appcompat/src/main/java/androidx/appcompat/widget/AppCompatSpinner.java:854
↓ 24 callersMethodisUsingOriginalBackground
()
material/java/com/google/android/material/button/MaterialButton.java:1195
↓ 24 callersMethodparseTintMode
(int value, PorterDuff.Mode defaultMode)
material/java/com/google/android/material/internal/ViewUtils.java:57
↓ 24 callersMethodsetArguments
Supply the construction arguments for this fragment. The arguments supplied here will be retained across fragment destroy and creation. <p>This method
fragment/src/main/java/androidx/fragment/app/Fragment.java:730
↓ 24 callersMethodsetShapeAppearanceModel
Sets the {@link ShapeAppearanceModel} that defines the shape.
material/java/com/google/android/material/shape/Shapeable.java:30
← previousnext →201–300 of 19,343, ranked by callers