Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- obj - Variable in class icyllis.modernui.core.Message
- ObjectAnimator - Class in icyllis.modernui.animation
-
ObjectAnimator provides support for animating properties on target objects.
- ObjectAnimator() - Constructor for class icyllis.modernui.animation.ObjectAnimator
-
Creates a new ObjectAnimator object.
- Observable<T> - Class in icyllis.modernui.util
-
Provides methods for registering or unregistering arbitrary observers in an
ArrayList
. - Observable() - Constructor for class icyllis.modernui.util.Observable
- observe(LifecycleOwner, Observer<? super T>) - Method in class icyllis.modernui.lifecycle.LiveData
-
Adds the given observer to the observers list within the lifespan of the given owner.
- observeForever(Observer<? super T>) - Method in class icyllis.modernui.lifecycle.LiveData
-
Adds the given observer to the observers list.
- Observer<T> - Interface in icyllis.modernui.lifecycle
-
A simple callback that can receive from
LiveData
. - obtain() - Static method in class icyllis.modernui.core.Message
-
Return a new Message instance from the global pool.
- obtain() - Static method in class icyllis.modernui.graphics.Paint
-
Returns a paint from the shared pool, if any, or creates a new one.
The attributes of the paint are guaranteed to be defaults according to this class. - obtain() - Static method in class icyllis.modernui.text.TextLine
-
Returns a new TextLine from the shared pool.
- obtain() - Static method in class icyllis.modernui.text.TextPaint
-
Returns a TextPaint from the shared pool, a
TextPaint.set(TextPaint)
is expected before use and aTextPaint.recycle()
after use. - obtain() - Static method in class icyllis.modernui.view.VelocityTracker
-
Retrieve a new VelocityTracker object to watch the velocity of a motion.
- obtain(int) - Static method in class icyllis.modernui.view.VelocityTracker
-
Obtains a velocity tracker with the specified strategy.
- obtain(long, int, float, float, int) - Static method in class icyllis.modernui.view.MotionEvent
- obtain(long, int, int, float, float, int, int, int) - Static method in class icyllis.modernui.view.MotionEvent
-
Create a new MotionEvent, filling in a subset of the basic motion values.
- obtain(long, int, int, int, int, int, int) - Static method in class icyllis.modernui.view.KeyEvent
- obtain(Handler) - Static method in class icyllis.modernui.core.Message
-
Same as
Message.obtain()
, but sets the value for the target member on the Message returned. - obtain(Handler, int) - Static method in class icyllis.modernui.core.Message
-
Same as
Message.obtain()
, but sets the values for both target and what members on the Message. - obtain(Handler, int, int, int) - Static method in class icyllis.modernui.core.Message
-
Same as
Message.obtain()
, but sets the values of the target, what, arg1, and arg2 members. - obtain(Handler, int, int, int, Object) - Static method in class icyllis.modernui.core.Message
-
Same as
Message.obtain()
, but sets the values of the target, what, arg1, arg2, and obj members. - obtain(Handler, int, Object) - Static method in class icyllis.modernui.core.Message
-
Same as
Message.obtain()
, but sets the values of the target, what, and obj members. - obtain(Handler, Runnable) - Static method in class icyllis.modernui.core.Message
-
Same as
Message.obtain(Handler)
, but assigns a callback Runnable on the Message that is returned. - obtain(Message) - Static method in class icyllis.modernui.core.Message
-
Same as
Message.obtain()
, but copies the values of an existing message (including its target) into the new one. - obtainMessage() - Method in class icyllis.modernui.core.Handler
-
Returns a new
Message
from the global message pool. - obtainMessage(int) - Method in class icyllis.modernui.core.Handler
-
Same as
Handler.obtainMessage()
, except that it also sets the what member of the returned Message. - obtainMessage(int, int, int) - Method in class icyllis.modernui.core.Handler
-
Same as
Handler.obtainMessage()
, except that it also sets the what, arg1 and arg2 members of the returned Message. - obtainMessage(int, int, int, Object) - Method in class icyllis.modernui.core.Handler
-
Same as
Handler.obtainMessage()
, except that it also sets the what, obj, arg1,and arg2 values on the returned Message. - obtainMessage(int, Object) - Method in class icyllis.modernui.core.Handler
-
Same as
Handler.obtainMessage()
, except that it also sets the what and obj members of the returned Message. - of(Map.Entry<L, R>) - Static method in class icyllis.arc3d.core.Pair
- of(L, R) - Static method in class icyllis.arc3d.core.Pair
- ofArgb(int...) - Static method in class icyllis.modernui.animation.ValueAnimator
-
Constructs and returns a ValueAnimator that animates between color values.
- ofArgb(T, IntProperty<T>, int...) - Static method in class icyllis.modernui.animation.ObjectAnimator
-
Constructs and returns an ObjectAnimator that animates between color values.
- offer(E) - Method in class icyllis.arc3d.engine.PriorityQueue
-
Inserts the specified element into this priority queue.
- ofFloat(float) - Static method in class icyllis.modernui.animation.Keyframe
-
Constructs a Keyframe object with the given time.
- ofFloat(float...) - Static method in class icyllis.modernui.animation.KeyframeSet
- ofFloat(float...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder with a given set of float values.
- ofFloat(float...) - Static method in class icyllis.modernui.animation.ValueAnimator
-
Constructs and returns a ValueAnimator that animates between float values.
- ofFloat(float, float) - Static method in class icyllis.modernui.animation.Keyframe
-
Constructs a Keyframe object with the given time and value.
- ofFloat(FloatProperty<?>, float...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder with a given property and set of float values.
- ofFloat(T, FloatProperty<T>, float...) - Static method in class icyllis.modernui.animation.ObjectAnimator
-
Constructs and returns an ObjectAnimator that animates between float values.
- offset() - Method in class icyllis.arc3d.compiler.lex.Lexer
- offset() - Method in class icyllis.arc3d.engine.VertexInputLayout.Attribute
-
Returns the offset if attributes were specified with explicit offsets.
- offset(float, float) - Method in class icyllis.arc3d.core.Rect2f
-
Offset the rectangle by adding dx to its left and right coordinates, and adding dy to its top and bottom coordinates.
- offset(float, float) - Method in class icyllis.modernui.graphics.PointF
- offset(float, float) - Method in class icyllis.modernui.graphics.RectF
-
Offset the rectangle by adding dx to its left and right coordinates, and adding dy to its top and bottom coordinates.
- offset(int) - Method in class icyllis.arc3d.compiler.lex.Lexer
- offset(int, int) - Method in class icyllis.arc3d.core.Rect2i
-
Offset the rectangle by adding dx to its left and right coordinates, and adding dy to its top and bottom coordinates.
- offset(int, int) - Method in class icyllis.modernui.graphics.Point
- offset(int, int) - Method in class icyllis.modernui.graphics.Rect
-
Offset the rectangle by adding dx to its left and right coordinates, and adding dy to its top and bottom coordinates.
- offset(long) - Static method in class icyllis.arc3d.compiler.lex.Token
- OFFSET_ALIGNMENT - Static variable in class icyllis.arc3d.engine.VertexInputLayout.Attribute
- offsetChildrenTopAndBottom(int) - Method in class icyllis.modernui.view.ViewGroup
-
Offset the vertical location of all children of this view by the specified number of pixels.
- offsetDescendantRectToMyCoords(View, Rect) - Method in class icyllis.modernui.view.ViewGroup
-
Offset a rectangle that is in a descendant's coordinate space into our coordinate space.
- offsetLeftAndRight(int) - Method in class icyllis.modernui.graphics.RenderProperties
-
Offsets the left and right positions for the RenderNode
- offsetLeftAndRight(int) - Method in class icyllis.modernui.view.View
-
Offset this view's horizontal location by the specified amount of pixels.
- offsetLocation(float, float) - Method in class icyllis.modernui.view.MotionEvent
-
Adjust this event's location.
- offsetRectIntoDescendantCoords(View, Rect) - Method in class icyllis.modernui.view.ViewGroup
-
Offset a rectangle that is in our coordinate space into an ancestor's coordinate space.
- offsetTo(float, float) - Method in class icyllis.arc3d.core.Rect2f
-
Offset the rectangle to a specific (left, top) position, keeping its width and height the same.
- offsetTo(float, float) - Method in class icyllis.modernui.graphics.RectF
-
Offset the rectangle to a specific (left, top) position, keeping its width and height the same.
- offsetTo(int, int) - Method in class icyllis.arc3d.core.Rect2i
-
Offset the rectangle to a specific (left, top) position, keeping its width and height the same.
- offsetTo(int, int) - Method in class icyllis.modernui.graphics.Rect
-
Offset the rectangle to a specific (left, top) position, keeping its width and height the same.
- offsetTopAndBottom(int) - Method in class icyllis.modernui.graphics.RenderProperties
-
Offsets the top and bottom values for the RenderNode
- offsetTopAndBottom(int) - Method in class icyllis.modernui.view.View
-
Offset this view's vertical location by the specified number of pixels.
- ofInt(float) - Static method in class icyllis.modernui.animation.Keyframe
-
Constructs a Keyframe object with the given time.
- ofInt(float, int) - Static method in class icyllis.modernui.animation.Keyframe
-
Constructs a Keyframe object with the given time and value.
- ofInt(int...) - Static method in class icyllis.modernui.animation.KeyframeSet
- ofInt(int...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder with a given set of int values.
- ofInt(int...) - Static method in class icyllis.modernui.animation.ValueAnimator
-
Constructs and returns a ValueAnimator that animates between int values.
- ofInt(IntProperty<?>, int...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder with a given property and set of int values.
- ofInt(T, IntProperty<T>, int...) - Static method in class icyllis.modernui.animation.ObjectAnimator
-
Constructs and returns an ObjectAnimator that animates between int values.
- ofKeyframe(Keyframe...) - Static method in class icyllis.modernui.animation.KeyframeSet
- ofKeyframe(Keyframe...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder object with the specified property name and set of values.
- ofKeyframe(FloatProperty<?>, Keyframe...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder object with the specified float property and set of values.
- ofKeyframe(IntProperty<?>, Keyframe...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder object with the specified int property and set of values.
- ofKeyframe(Property<?, ?>, Keyframe...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder object with the specified property and set of values.
- ofKeyframe(Property<?, P>, TypeConverter<?, P>, Keyframe...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder object with the specified property and set of values.
- ofObject(float) - Static method in class icyllis.modernui.animation.Keyframe
-
Constructs a Keyframe object with the given time.
- ofObject(float, Object) - Static method in class icyllis.modernui.animation.Keyframe
-
Constructs a Keyframe object with the given time and value.
- ofObject(TypeEvaluator<V>, V...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder with a given set of Object values.
- ofObject(TypeEvaluator<V>, V...) - Static method in class icyllis.modernui.animation.ValueAnimator
-
Constructs and returns a ValueAnimator that animates between Object values.
- ofObject(Property<?, P>, TypeConverter<V, P>, TypeEvaluator<V>, V...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder with a given property and set of Object values.
- ofObject(Property<?, V>, TypeEvaluator<V>, V...) - Static method in class icyllis.modernui.animation.PropertyValuesHolder
-
Constructs and returns a PropertyValuesHolder with a given property and set of Object values.
- ofObject(Object...) - Static method in class icyllis.modernui.animation.KeyframeSet
- ofObject(T, Property<T, P>, TypeConverter<V, P>, TypeEvaluator<V>, V...) - Static method in class icyllis.modernui.animation.ObjectAnimator
-
Constructs and returns an ObjectAnimator that animates between Object values.
- ofObject(T, Property<T, V>, TypeEvaluator<V>, V...) - Static method in class icyllis.modernui.animation.ObjectAnimator
-
Constructs and returns an ObjectAnimator that animates between Object values.
- ofPropertyValuesHolder(Object, PropertyValuesHolder...) - Static method in class icyllis.modernui.animation.ObjectAnimator
-
Constructs and returns an ObjectAnimator that animates between the sets of values specified in
PropertyValueHolder
objects. - OKLAB - Enum constant in enum class icyllis.modernui.graphics.GradientShader.InterpolationColorSpace
- OKLCH - Enum constant in enum class icyllis.modernui.graphics.GradientShader.InterpolationColorSpace
- ON_CREATE - Enum constant in enum class icyllis.modernui.lifecycle.Lifecycle.Event
-
Constant for onCreate event of the
LifecycleOwner
. - ON_DESTROY - Enum constant in enum class icyllis.modernui.lifecycle.Lifecycle.Event
-
Constant for onDestroy event of the
LifecycleOwner
. - ON_PAUSE - Enum constant in enum class icyllis.modernui.lifecycle.Lifecycle.Event
-
Constant for onPause event of the
LifecycleOwner
. - ON_RESUME - Enum constant in enum class icyllis.modernui.lifecycle.Lifecycle.Event
-
Constant for onResume event of the
LifecycleOwner
. - ON_START - Enum constant in enum class icyllis.modernui.lifecycle.Lifecycle.Event
-
Constant for onStart event of the
LifecycleOwner
. - ON_STOP - Enum constant in enum class icyllis.modernui.lifecycle.Lifecycle.Event
-
Constant for onStop event of the
LifecycleOwner
. - onAbsorb(int) - Method in class icyllis.modernui.widget.EdgeEffect
-
Call when the effect absorbs an impact at the given velocity.
- onActionItemClicked(ActionMode, MenuItem) - Method in interface icyllis.modernui.view.ActionMode.Callback
-
Called to report a user click on an action button.
- onActionProviderVisibilityChanged(boolean) - Method in interface icyllis.modernui.view.ActionProvider.VisibilityListener
- onActive() - Method in class icyllis.modernui.lifecycle.LiveData
-
Called when the number of active observers change to 1 from 0.
- onActive() - Method in class icyllis.modernui.lifecycle.MediatorLiveData
- onAdapterChanged(ViewPager, PagerAdapter, PagerAdapter) - Method in interface icyllis.modernui.widget.ViewPager.OnAdapterChangeListener
-
Called when the adapter for the given view pager has changed.
- onAnimationCancel(Animator) - Method in interface icyllis.modernui.animation.AnimatorListener
-
Notifies the cancellation of the animation.
- onAnimationEnd(Animator) - Method in interface icyllis.modernui.animation.AnimatorListener
-
Notifies the end of the animation.
- onAnimationEnd(Animator, boolean) - Method in interface icyllis.modernui.animation.AnimatorListener
-
Notifies the end of the animation.
- onAnimationEnd(Drawable) - Method in interface icyllis.modernui.graphics.drawable.Animatable2.AnimationCallback
-
Called when the animation ends.
- onAnimationPause(Animator) - Method in interface icyllis.modernui.animation.AnimatorListener
-
Notifies that the animation was paused.
- onAnimationRepeat(Animator) - Method in interface icyllis.modernui.animation.AnimatorListener
-
Notifies the repetition of the animation.
- onAnimationResume(Animator) - Method in interface icyllis.modernui.animation.AnimatorListener
-
Notifies that the animation was resumed, after being previously paused.
- onAnimationStart(Animator) - Method in interface icyllis.modernui.animation.AnimatorListener
-
Notifies the start of the animation.
- onAnimationStart(Animator, boolean) - Method in interface icyllis.modernui.animation.AnimatorListener
-
Notifies the start of the animation as well as the animation's overall play direction.
- onAnimationStart(Drawable) - Method in interface icyllis.modernui.graphics.drawable.Animatable2.AnimationCallback
-
Called when the animation starts.
- onAnimationUpdate(ValueAnimator) - Method in interface icyllis.modernui.animation.ValueAnimator.AnimatorUpdateListener
-
Notifies the occurrence of another frame of the animation.
- onAppear(ViewGroup, TransitionValues, int, TransitionValues, int) - Method in class icyllis.modernui.transition.Visibility
-
The default implementation of this method does nothing.
- onAppear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class icyllis.modernui.transition.Explode
- onAppear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class icyllis.modernui.transition.Fade
- onAppear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class icyllis.modernui.transition.Slide
- onAppear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class icyllis.modernui.transition.Visibility
-
The default implementation of this method returns a null Animator.
- onApplyOptionsOverrides(ContextOptions) - Method in class icyllis.arc3d.engine.Caps
- onApplyOptionsOverrides(ContextOptions) - Method in class icyllis.arc3d.opengl.GLCaps
- onAttach(Context) - Method in class icyllis.modernui.fragment.Fragment
-
Called when a fragment is first attached to its context.
- onAttach(Context) - Method in class icyllis.modernui.TestFragment
- onAttachedToLayoutParams(CoordinatorLayout.LayoutParams) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when the Behavior has been attached to a LayoutParams instance.
- onAttachedToWindow() - Method in class icyllis.modernui.view.View
-
This is called when the view is attached to a window.
- onAttachedToWindow() - Method in class icyllis.modernui.widget.AbsListView
- onAttachedToWindow() - Method in class icyllis.modernui.widget.CoordinatorLayout
- onAttachedToWindow() - Method in class icyllis.modernui.widget.NestedScrollView
- onAttachedToWindow() - Method in class icyllis.modernui.widget.TextView
- onAttachedToWindow() - Method in class icyllis.modernui.widget.ViewPager
- onAttachFragment(FragmentManager, Fragment) - Method in interface icyllis.modernui.fragment.FragmentOnAttachListener
-
Called after the fragment has been attached to its host.
- onBackPressed() - Method in class icyllis.modernui.fragment.OnBackPressedDispatcher
-
Trigger a call to the currently added
callbacks
in reverse order in which they were added. - OnBackPressedCallback - Class in icyllis.modernui.fragment
-
Class for handling
OnBackPressedDispatcher.onBackPressed()
callbacks. - OnBackPressedCallback(boolean) - Constructor for class icyllis.modernui.fragment.OnBackPressedCallback
-
Create a
OnBackPressedCallback
. - OnBackPressedDispatcher - Class in icyllis.modernui.fragment
-
Dispatcher that can be used to register
OnBackPressedCallback
instances for handling thehost.onBackPressed()
callback via composition. - OnBackPressedDispatcher() - Constructor for class icyllis.modernui.fragment.OnBackPressedDispatcher
-
Create a new OnBackPressedDispatcher that dispatches System back button pressed events to one or more
OnBackPressedCallback
instances. - OnBackPressedDispatcher(Runnable) - Constructor for class icyllis.modernui.fragment.OnBackPressedDispatcher
-
Create a new OnBackPressedDispatcher that dispatches System back button pressed events to one or more
OnBackPressedCallback
instances. - OnBackPressedDispatcherOwner - Interface in icyllis.modernui.fragment
-
A class that has an
OnBackPressedDispatcher
that allows you to register aOnBackPressedCallback
for handling the system back button. - onBackStackChanged() - Method in interface icyllis.modernui.fragment.FragmentManager.OnBackStackChangedListener
-
Called whenever the contents of the back stack change.
- onBindBuffers(Buffer, int, Buffer, int, Buffer, int) - Method in class icyllis.arc3d.opengl.GLOpsRenderPass
- onBindBuffers(Buffer, int, Buffer, int, Buffer, int) - Method in class icyllis.arc3d.engine.OpsRenderPass
-
Deprecated.
- onBindPipeline(GraphicsPipelineDesc_Old, GraphicsPipeline, Rect2fc) - Method in class icyllis.arc3d.engine.OpsRenderPass
-
Deprecated.
- onBindPipeline(GraphicsPipelineDesc_Old, GraphicsPipeline, Rect2fc) - Method in class icyllis.arc3d.opengl.GLOpsRenderPass
- onBoundsChange(Rect) - Method in class icyllis.modernui.graphics.drawable.ColorStateListDrawable
- onBoundsChange(Rect) - Method in class icyllis.modernui.graphics.drawable.Drawable
-
Override this in your subclass to change appearance if you vary based on the bounds.
- onBoundsChange(Rect) - Method in class icyllis.modernui.graphics.drawable.DrawableContainer
- onBoundsChange(Rect) - Method in class icyllis.modernui.graphics.drawable.DrawableWrapper
- onBoundsChange(Rect) - Method in class icyllis.modernui.graphics.drawable.ImageDrawable
- onBoundsChange(Rect) - Method in class icyllis.modernui.graphics.drawable.LayerDrawable
- onBoundsChange(Rect) - Method in class icyllis.modernui.graphics.drawable.ScaleDrawable
- onBoundsChange(Rect) - Method in class icyllis.modernui.graphics.drawable.ShapeDrawable
- onBoundsChange(Rect) - Method in class icyllis.modernui.view.menu.SubMenuArrowDrawable
- onCancel() - Method in interface icyllis.modernui.core.CancellationSignal.OnCancelListener
-
Called when
CancellationSignal.cancel()
is invoked. - onCancelPendingInputEvents() - Method in class icyllis.modernui.view.View
-
Called as the result of a call to
View.cancelPendingInputEvents()
on this view or a parent view. - onCancelPendingInputEvents() - Method in class icyllis.modernui.widget.AbsListView
- onChanged() - Method in interface icyllis.modernui.util.DataSetObserver
-
This method is called when the entire data set has changed.
- onChanged(T) - Method in interface icyllis.modernui.lifecycle.Observer
-
Called when the data is changed.
- onCheckedChanged(View, boolean) - Method in interface icyllis.modernui.widget.Checkable.OnCheckedChangeListener
-
Called when the checked state of a checkable view has changed.
- onCheckedChanged(RadioGroup, int) - Method in interface icyllis.modernui.widget.RadioGroup.OnCheckedChangeListener
-
Called when the checked radio button has changed.
- onCheckedChanged(RelativeRadioGroup, int) - Method in interface icyllis.modernui.widget.RelativeRadioGroup.OnCheckedChangeListener
-
Called when the checked radio button has changed.
- onChildClick(ExpandableListView, View, int, int, long) - Method in interface icyllis.modernui.widget.ExpandableListView.OnChildClickListener
-
Callback method to be invoked when a child in this expandable list has been clicked.
- onChildVisibilityChanged(View, int, int) - Method in class icyllis.modernui.view.ViewGroup
-
Called when a view's visibility has changed.
- onChildVisibilityChanged(View, int, int) - Method in class icyllis.modernui.widget.GridLayout
-
We need to call invalidateStructure() when a child's GONE flag changes state.
- onCleared() - Method in class icyllis.modernui.lifecycle.ViewModel
-
This method will be called when this ViewModel is no longer used and will be destroyed.
- onClick(View) - Method in class icyllis.modernui.text.style.ClickableSpan
-
Performs the click action associated with this span.
- onClick(View) - Method in class icyllis.modernui.text.style.URLSpan
- onClick(View) - Method in interface icyllis.modernui.view.View.OnClickListener
-
Called when a view has been clicked.
- onClipRect(Rect2fc, int, boolean) - Method in class icyllis.arc3d.core.Canvas
- onClipRect(Rect2fc, int, boolean) - Method in class icyllis.arc3d.core.NWayCanvas
- onCloseMenu(MenuBuilder, boolean) - Method in class icyllis.modernui.view.menu.CascadingMenuPopup
- onCloseMenu(MenuBuilder, boolean) - Method in interface icyllis.modernui.view.menu.MenuPresenter.Callback
-
Called when a menu is closing.
- onCloseMenu(MenuBuilder, boolean) - Method in interface icyllis.modernui.view.menu.MenuPresenter
-
Called by Menu implementations to indicate that a menu or submenu is closing.
- onCloseMenu(MenuBuilder, boolean) - Method in class icyllis.modernui.view.menu.StandardMenuPopup
- onContextClick(View) - Method in interface icyllis.modernui.view.View.OnContextClickListener
-
Called when a view is context clicked.
- onCopyBuffer(Buffer, Buffer, long, long, long) - Method in class icyllis.arc3d.engine.CommandBuffer
- onCopyBuffer(Buffer, Buffer, long, long, long) - Method in class icyllis.arc3d.opengl.GLCommandBuffer
- onCopyBuffer(Buffer, Buffer, long, long, long) - Method in class icyllis.arc3d.vulkan.VulkanCommandBuffer
- onCopyBufferToImage(Buffer, Image, int, int, BufferImageCopyData[]) - Method in class icyllis.arc3d.engine.CommandBuffer
- onCopyBufferToImage(Buffer, Image, int, int, BufferImageCopyData[]) - Method in class icyllis.arc3d.opengl.GLCommandBuffer
- onCopyBufferToImage(Buffer, Image, int, int, BufferImageCopyData[]) - Method in class icyllis.arc3d.vulkan.VulkanCommandBuffer
- onCopyImage(Image, int, int, int, int, Image, int, int, int) - Method in class icyllis.arc3d.engine.CommandBuffer
- onCopyImage(Image, int, int, int, int, Image, int, int, int) - Method in class icyllis.arc3d.opengl.GLCommandBuffer
- onCopyImage(Image, int, int, int, int, Image, int, int, int) - Method in class icyllis.arc3d.vulkan.VulkanCommandBuffer
- onCopyOnWrite(int) - Method in class icyllis.arc3d.core.Surface
-
If the surface is about to change, we call this so that our subclass can optionally fork their backend (copy-on-write) in case it was being shared with the cachedImage.
- onCopyOnWrite(int) - Method in class icyllis.arc3d.granite.GraniteSurface
- onCreate(LifecycleOwner) - Method in interface icyllis.modernui.lifecycle.LifecycleObserver
-
Notifies that
ON_CREATE
event occurred. - onCreate(DataSet) - Method in class icyllis.modernui.fragment.Fragment
-
Called to do initial creation of a fragment.
- onCreate(DataSet) - Method in class icyllis.modernui.TestFragment
- onCreateActionMode(ActionMode, Menu) - Method in interface icyllis.modernui.view.ActionMode.Callback
-
Called when action mode is first created.
- onCreateActionView(MenuItem) - Method in class icyllis.modernui.view.ActionProvider
-
Factory method called by the Android framework to create new action views.
- onCreateAnimator(int, boolean, int) - Method in class icyllis.modernui.fragment.Fragment
-
Called when a fragment loads an animator.
- onCreateContextMenu(ContextMenu) - Method in class icyllis.modernui.view.View
-
Views should implement this if the view itself is going to add items to the context menu.
- onCreateContextMenu(ContextMenu) - Method in class icyllis.modernui.widget.TextView
- onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo) - Method in class icyllis.modernui.fragment.Fragment
-
Called when a context menu for the
view
is about to be shown. - onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo) - Method in interface icyllis.modernui.view.View.OnCreateContextMenuListener
-
Called when the context menu for this view is being built.
- onCreateDrawableState(int) - Method in class icyllis.modernui.view.View
-
Generate the new
Drawable
state for this view. - onCreateDrawableState(int) - Method in class icyllis.modernui.view.ViewGroup
- onCreateDrawableState(int) - Method in class icyllis.modernui.widget.CompoundButton
- onCreateDrawableState(int) - Method in class icyllis.modernui.widget.ImageView
- onCreateDrawableState(int) - Method in class icyllis.modernui.widget.TextView
- onCreateNewBuffer(long, int) - Method in class icyllis.arc3d.engine.ResourceProvider
- onCreateNewBuffer(long, int) - Method in class icyllis.arc3d.opengl.GLResourceProvider
- onCreateNewBuffer(long, int) - Method in class icyllis.arc3d.vulkan.VulkanResourceProvider
- onCreateNewImage(ImageDesc, boolean) - Method in class icyllis.arc3d.engine.ResourceProvider
-
Overridden by backend-specific derived class to create objects.
- onCreateNewImage(ImageDesc, boolean) - Method in class icyllis.arc3d.opengl.GLResourceProvider
- onCreateNewImage(ImageDesc, boolean) - Method in class icyllis.arc3d.vulkan.VulkanResourceProvider
- onCreatePipelineInfo(ImageProxyView, int) - Method in class icyllis.arc3d.engine.trash.ops.CircularRRectOp
-
Deprecated.
- onCreatePipelineInfo(ImageProxyView, int) - Method in class icyllis.arc3d.engine.trash.ops.MeshDrawOp
-
Deprecated.
- onCreatePipelineInfo(ImageProxyView, int) - Method in class icyllis.arc3d.engine.trash.ops.RectOp
-
Deprecated.
- onCreatePipelineInfo(ImageProxyView, int) - Method in class icyllis.arc3d.engine.trash.ops.RoundRectOp
-
Deprecated.
- onCreateRenderTarget(int, int, int, int, Image[], Image[], int[], Image, int) - Method in class icyllis.arc3d.engine.Device
-
Deprecated.
- onCreateRenderTarget(int, int, int, int, Image[], Image[], int[], Image, int) - Method in class icyllis.arc3d.opengl.GLDevice
- onCreateRenderTarget(int, int, int, int, Image[], Image[], int[], Image, int) - Method in class icyllis.arc3d.vulkan.VulkanDevice
- onCreateScalerContext(StrikeDesc) - Method in class icyllis.arc3d.core.j2d.Typeface_JDK
- onCreateScalerContext(StrikeDesc) - Method in class icyllis.arc3d.core.Typeface
- onCreateView(LayoutInflater, ViewGroup, DataSet) - Method in class icyllis.modernui.fragment.Fragment
-
Called to have the fragment instantiate its user interface view.
- onCreateView(LayoutInflater, ViewGroup, DataSet) - Method in class icyllis.modernui.TestFragment.FragmentA
- onCreateView(LayoutInflater, ViewGroup, DataSet) - Method in class icyllis.modernui.TestFragment.FragmentB
- onCreateView(LayoutInflater, ViewGroup, DataSet) - Method in class icyllis.modernui.TestFragment
- onDebugDraw(View, Canvas, Paint) - Method in class icyllis.modernui.view.ViewGroup.MarginLayoutParams
- onDependentViewChanged(CoordinatorLayout, V, View) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Respond to a change in a child's dependent view
- onDependentViewRemoved(CoordinatorLayout, V, View) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Respond to a child's dependent view being removed.
- onDestroy() - Method in class icyllis.modernui.fragment.Fragment
-
Called when the fragment is no longer in use.
- onDestroy() - Method in class icyllis.modernui.TestFragment.FragmentA
- onDestroy() - Method in class icyllis.modernui.TestFragment.FragmentB
- onDestroy(LifecycleOwner) - Method in interface icyllis.modernui.lifecycle.LifecycleObserver
-
Notifies that
ON_DESTROY
event occurred. - onDestroyActionMode(ActionMode) - Method in interface icyllis.modernui.view.ActionMode.Callback
-
Called when an action mode is about to be exited and destroyed.
- onDestroyView() - Method in class icyllis.modernui.fragment.Fragment
-
Called when the view previously created by
Fragment.onCreateView(icyllis.modernui.view.LayoutInflater, icyllis.modernui.view.ViewGroup, icyllis.modernui.util.DataSet)
has been detached from the fragment. - onDetach() - Method in class icyllis.modernui.fragment.Fragment
-
Called when the fragment is no longer attached to its activity.
- onDetachedFromLayoutParams() - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when the Behavior has been detached from its holding LayoutParams instance.
- onDetachedFromWindow() - Method in class icyllis.modernui.TestFragment.TestLinearLayout
- onDetachedFromWindow() - Method in class icyllis.modernui.view.View
-
This is called when the view is detached from a window.
- onDetachedFromWindow() - Method in class icyllis.modernui.widget.AbsListView
- onDetachedFromWindow() - Method in class icyllis.modernui.widget.AdapterView
- onDetachedFromWindow() - Method in class icyllis.modernui.widget.CoordinatorLayout
- onDetachedFromWindow() - Method in class icyllis.modernui.widget.ListView
- onDetachedFromWindow() - Method in class icyllis.modernui.widget.Spinner
- onDetachedFromWindow() - Method in class icyllis.modernui.widget.TextView
- onDetachedFromWindow() - Method in class icyllis.modernui.widget.ViewPager
- onDisappear(ViewGroup, TransitionValues, int, TransitionValues, int) - Method in class icyllis.modernui.transition.Visibility
-
The default implementation of this method does nothing.
- onDisappear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class icyllis.modernui.transition.Explode
- onDisappear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class icyllis.modernui.transition.Fade
- onDisappear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class icyllis.modernui.transition.Slide
- onDisappear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class icyllis.modernui.transition.Visibility
-
The default implementation of this method returns a null Animator.
- onDiscard() - Method in class icyllis.arc3d.core.Canvas
- onDiscard() - Method in class icyllis.arc3d.core.Surface
-
Called as a performance hint when the Surface is allowed to make its contents undefined.
- onDismiss() - Method in class icyllis.modernui.view.menu.CascadingMenuPopup
-
Called when one or more of the popup windows was dismissed.
- onDismiss() - Method in class icyllis.modernui.view.menu.MenuPopupHelper
-
Called after the popup has been dismissed.
- onDismiss() - Method in class icyllis.modernui.view.menu.StandardMenuPopup
- onDismiss() - Method in interface icyllis.modernui.widget.PopupWindow.OnDismissListener
-
Called when this popup window is dismissed.
- onDismiss(PopupMenu) - Method in interface icyllis.modernui.widget.PopupMenu.OnDismissListener
-
Called when the associated menu has been dismissed.
- onDrag(View, DragEvent) - Method in interface icyllis.modernui.view.View.OnDragListener
-
Called when a drag event is dispatched to a view.
- onDragEvent(DragEvent) - Method in class icyllis.modernui.view.View
-
Handle primitive drag event of this view
- onDraw(int, int) - Method in class icyllis.arc3d.engine.OpsRenderPass
-
Deprecated.
- onDraw(int, int) - Method in class icyllis.arc3d.opengl.GLOpsRenderPass
- onDraw(Canvas) - Method in class icyllis.modernui.TestFragment.TestLinearLayout
- onDraw(Canvas) - Method in class icyllis.modernui.view.View
-
Draw the content of this view, implement this to do your drawing.
- onDraw(Canvas) - Method in class icyllis.modernui.widget.AbsSeekBar
- onDraw(Canvas) - Method in class icyllis.modernui.widget.CompoundButton
- onDraw(Canvas) - Method in class icyllis.modernui.widget.ImageView
- onDraw(Canvas) - Method in class icyllis.modernui.widget.LinearLayout
- onDraw(Canvas) - Method in class icyllis.modernui.widget.LinearPagerIndicator
- onDraw(Canvas) - Method in class icyllis.modernui.widget.ProgressBar
- onDraw(Canvas) - Method in class icyllis.modernui.widget.SwitchButton
- onDraw(Canvas) - Method in class icyllis.modernui.widget.TextView
- onDraw(Canvas) - Method in class icyllis.modernui.widget.ViewPager
- onDrawArc(float, float, float, float, float, int, float, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawArc(float, float, float, float, float, int, float, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawArc(float, float, float, float, float, int, float, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawArc(float, float, float, float, float, int, float, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawChord(float, float, float, float, float, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawChord(float, float, float, float, float, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawChord(float, float, float, float, float, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawChord(float, float, float, float, float, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawCircle(float, float, float, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawCircle(float, float, float, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawCircle(float, float, float, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawCircle(float, float, float, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawForeground(Canvas) - Method in class icyllis.modernui.view.View
-
Draw any foreground content for this view.
- onDrawForeground(Canvas) - Method in class icyllis.modernui.widget.AbsListView
- onDrawForeground(Canvas) - Method in class icyllis.modernui.widget.NestedScrollView
- onDrawForeground(Canvas) - Method in class icyllis.modernui.widget.ScrollView
- onDrawGlyphRunList(Canvas, GlyphRunList, Paint) - Method in class icyllis.arc3d.core.Device
- onDrawGlyphRunList(Canvas, GlyphRunList, Paint) - Method in class icyllis.arc3d.core.j2d.RasterDevice
- onDrawGlyphRunList(Canvas, GlyphRunList, Paint) - Method in class icyllis.arc3d.core.NoPixelsDevice
- onDrawGlyphRunList(Canvas, GlyphRunList, Paint) - Method in class icyllis.arc3d.granite.GraniteDevice
- onDrawGlyphRunList(GlyphRunList, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawGlyphRunList(GlyphRunList, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawGlyphRunList(GlyphRunList, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawGlyphRunList(GlyphRunList, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawImageRect(Image, Rect2fc, Rect2fc, SamplingOptions, Paint, int) - Method in class icyllis.arc3d.core.Canvas
- onDrawImageRect(Image, Rect2fc, Rect2fc, SamplingOptions, Paint, int) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawImageRect(Image, Rect2fc, Rect2fc, SamplingOptions, Paint, int) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawImageRect(Image, Rect2fc, Rect2fc, SamplingOptions, Paint, int) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawIndexed(int, int, int) - Method in class icyllis.arc3d.engine.OpsRenderPass
-
Deprecated.
- onDrawIndexed(int, int, int) - Method in class icyllis.arc3d.opengl.GLOpsRenderPass
- onDrawIndexedInstanced(int, int, int, int, int) - Method in class icyllis.arc3d.engine.OpsRenderPass
-
Deprecated.
- onDrawIndexedInstanced(int, int, int, int, int) - Method in class icyllis.arc3d.opengl.GLOpsRenderPass
- onDrawInstanced(int, int, int, int) - Method in class icyllis.arc3d.engine.OpsRenderPass
-
Deprecated.
- onDrawInstanced(int, int, int, int) - Method in class icyllis.arc3d.opengl.GLOpsRenderPass
- onDrawLine(float, float, float, float, int, float, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawLine(float, float, float, float, int, float, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawLine(float, float, float, float, int, float, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawLine(float, float, float, float, int, float, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawPaint(Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawPaint(Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawPaint(Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawPaint(Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawPie(float, float, float, float, float, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawPie(float, float, float, float, float, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawPie(float, float, float, float, float, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawPie(float, float, float, float, float, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawPoints(int, float[], int, int, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawPoints(int, float[], int, int, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawPoints(int, float[], int, int, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawPoints(int, float[], int, int, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawRect(Rect2fc, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawRect(Rect2fc, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawRect(Rect2fc, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawRect(Rect2fc, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawRoundRect(RoundRect, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawRoundRect(RoundRect, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawRoundRect(RoundRect, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawRoundRect(RoundRect, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawScrollBars(Canvas) - Method in class icyllis.modernui.view.View
-
Request the drawing of the horizontal and the vertical scrollbar.
- onDrawShadow(Canvas) - Method in class icyllis.modernui.view.View.DragShadow
-
Draw the shadow.
- onDrawTextBlob(TextBlob, float, float, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawTextBlob(TextBlob, float, float, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawTextBlob(TextBlob, float, float, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawTextBlob(TextBlob, float, float, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDrawVertices(Vertices, Blender, Paint) - Method in class icyllis.arc3d.core.Canvas
- onDrawVertices(Vertices, Blender, Paint) - Method in class icyllis.arc3d.core.NoDrawCanvas
- onDrawVertices(Vertices, Blender, Paint) - Method in class icyllis.arc3d.core.NWayCanvas
- onDrawVertices(Vertices, Blender, Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onDump(String, FileDescriptor, PrintWriter, String...) - Method in class icyllis.modernui.fragment.FragmentHostCallback
-
Print internal state into the given stream.
- ONE - Static variable in class icyllis.arc3d.compiler.tree.Swizzle
-
SwizzleComponents.
- onEmitCode(VertexGeomBuilder, FPFragmentBuilder, VaryingHandler, UniformHandler, ShaderCaps, GeometryStep, String, String, int[], ShaderVar, ShaderVar) - Method in class icyllis.arc3d.granite.GeometryStep.ProgramImpl
-
The local pos is used to specify the output variable storing draw's local position.
- OneShotPreDrawListener - Class in icyllis.modernui.view
-
An OnPreDrawListener that will remove itself after one OnPreDraw call.
- onEvict(DrawAtlas.PlotLocator) - Method in interface icyllis.arc3d.granite.DrawAtlas.PlotEvictionCallback
- onExecute(OpFlushState, Rect2f) - Method in class icyllis.arc3d.engine.trash.ops.CircularRRectOp
-
Deprecated.
- onExecute(OpFlushState, Rect2f) - Method in class icyllis.arc3d.engine.trash.ops.ClearOp
-
Deprecated.
- onExecute(OpFlushState, Rect2f) - Method in class icyllis.arc3d.engine.trash.ops.Op
-
Deprecated.Issues the op chain's commands to
OpsRenderPass
. - onExecute(OpFlushState, Rect2f) - Method in class icyllis.arc3d.engine.trash.ops.RectOp
-
Deprecated.
- onExecute(OpFlushState, Rect2f) - Method in class icyllis.arc3d.engine.trash.ops.RoundRectOp
-
Deprecated.
- onFilter(Paint) - Method in class icyllis.arc3d.core.PaintFilterCanvas
-
Called with the paint that will be used to draw the specified type.
- onFilterComplete(int) - Method in class icyllis.modernui.widget.AbsListView
- onFilterComplete(int) - Method in interface icyllis.modernui.widget.Filter.FilterListener
-
Notifies the end of a filtering operation.
- onFilterStrikeDesc(StrikeDesc) - Method in class icyllis.arc3d.core.j2d.Typeface_JDK
- onFilterStrikeDesc(StrikeDesc) - Method in class icyllis.arc3d.core.Typeface
- onFindViewById(int) - Method in class icyllis.modernui.fragment.FragmentHostCallback
- onFinish() - Method in class icyllis.arc3d.granite.shading.FragmentShaderBuilder
- onFinish() - Method in class icyllis.arc3d.granite.shading.ShaderBuilderBase
- onFinish() - Method in class icyllis.arc3d.granite.shading.VaryingHandler
- onFinish() - Method in class icyllis.arc3d.granite.shading.VertexShaderBuilder
- onFinished(boolean) - Method in interface icyllis.arc3d.engine.FlushInfo.FinishedCallback
- onFinishTemporaryDetach() - Method in class icyllis.modernui.view.View
-
Called after
View.onStartTemporaryDetach()
when the container is done changing the view. - onFocusChange(View, boolean) - Method in interface icyllis.modernui.view.View.OnFocusChangeListener
-
Called when the focus state of a view has changed.
- onFocusChanged(boolean, int, Rect) - Method in class icyllis.modernui.view.View
-
Called by the view system when the focus state of this view changes.
- onFocusChanged(boolean, int, Rect) - Method in class icyllis.modernui.widget.AbsListView
- onFocusChanged(boolean, int, Rect) - Method in class icyllis.modernui.widget.GridView
- onFocusChanged(boolean, int, Rect) - Method in class icyllis.modernui.widget.ListView
- onFocusChanged(boolean, int, Rect) - Method in class icyllis.modernui.widget.TextView
- onFocusChanged(View, CharSequence, boolean, int, Rect) - Method in class icyllis.modernui.text.method.PasswordTransformationMethod
- onFocusChanged(View, CharSequence, boolean, int, Rect) - Method in class icyllis.modernui.text.method.ReplacementTransformationMethod
- onFocusChanged(View, CharSequence, boolean, int, Rect) - Method in interface icyllis.modernui.text.method.TransformationMethod
-
This method is called when the TextView that uses this TransformationMethod gains or loses focus.
- onFormatCompatible(int, BackendFormat) - Method in class icyllis.arc3d.engine.Caps
- onFormatCompatible(int, BackendFormat) - Method in class icyllis.arc3d.opengl.GLCaps
- onFormatCompatible(int, BackendFormat) - Method in class icyllis.arc3d.vulkan.VulkanCaps
- onForwardedEvent(MotionEvent) - Method in class icyllis.modernui.widget.DropDownListView
-
Handles forwarded events.
- onForwardingStarted() - Method in class icyllis.modernui.widget.ForwardingListener
-
Called when forwarding would like to start.
- onForwardingStopped() - Method in class icyllis.modernui.widget.ForwardingListener
-
Called when forwarding would like to stop.
- onFragmentAttached(FragmentManager, Fragment) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has been attached to its host.
- onFragmentCreated(FragmentManager, Fragment, DataSet) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has returned from the FragmentManager's call to
Fragment.onCreate(DataSet)
. - onFragmentDestroyed(FragmentManager, Fragment) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has returned from the FragmentManager's call to
Fragment.onDestroy()
. - onFragmentDetached(FragmentManager, Fragment) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has returned from the FragmentManager's call to
Fragment.onDetach()
. - onFragmentPaused(FragmentManager, Fragment) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has returned from the FragmentManager's call to
Fragment.onPause()
. - onFragmentPreAttached(FragmentManager, Fragment) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called right before the fragment's
Fragment.onAttach(icyllis.modernui.core.Context)
method is called. - onFragmentPreCreated(FragmentManager, Fragment, DataSet) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called right before the fragment's
Fragment.onCreate(DataSet)
method is called. - onFragmentResult(String, DataSet) - Method in interface icyllis.modernui.fragment.FragmentResultListener
-
Callback used to handle results passed between fragments.
- onFragmentResumed(FragmentManager, Fragment) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has returned from the FragmentManager's call to
Fragment.onResume()
. - onFragmentSaveInstanceState(FragmentManager, Fragment, DataSet) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has returned from the FragmentManager's call to
Fragment.onSaveInstanceState(DataSet)
. - onFragmentStarted(FragmentManager, Fragment) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has returned from the FragmentManager's call to
Fragment.onStart()
. - onFragmentStopped(FragmentManager, Fragment) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has returned from the FragmentManager's call to
Fragment.onStop()
. - onFragmentViewCreated(FragmentManager, Fragment, View, DataSet) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has returned a non-null view from the FragmentManager's request to
Fragment.onCreateView(icyllis.modernui.view.LayoutInflater, ViewGroup, DataSet)
. - onFragmentViewDestroyed(FragmentManager, Fragment) - Method in interface icyllis.modernui.fragment.FragmentLifecycleCallbacks
-
Called after the fragment has returned from the FragmentManager's call to
Fragment.onDestroyView()
. - onGenericMotion(View, MotionEvent) - Method in interface icyllis.modernui.view.View.OnGenericMotionListener
-
Called when a generic motion event is dispatched to a view.
- onGenericMotionEvent(MotionEvent) - Method in class icyllis.modernui.view.View
-
Implement this method to handle generic motion events.
- onGenericMotionEvent(MotionEvent) - Method in class icyllis.modernui.widget.AbsListView
- onGenericMotionEvent(MotionEvent) - Method in class icyllis.modernui.widget.HorizontalScrollView
- onGenericMotionEvent(MotionEvent) - Method in class icyllis.modernui.widget.NestedScrollView
- onGenericMotionEvent(MotionEvent) - Method in class icyllis.modernui.widget.ScrollView
- onGenericMotionEvent(MotionEvent) - Method in class icyllis.modernui.widget.TextView
- onGenericMotionEvent(TextView, Spannable, MotionEvent) - Method in class icyllis.modernui.text.method.BaseMovementMethod
- onGenericMotionEvent(TextView, Spannable, MotionEvent) - Method in interface icyllis.modernui.text.method.MovementMethod
- onGetContentRect(ActionMode, View, Rect) - Method in interface icyllis.modernui.view.ActionMode.Callback
-
Extension of
ActionMode.Callback
to provide content rect information. - onGetDefaultBackendFormat(int) - Method in class icyllis.arc3d.engine.Caps
- onGetDefaultBackendFormat(int) - Method in class icyllis.arc3d.opengl.GLCaps
- onGetDefaultBackendFormat(int) - Method in class icyllis.arc3d.vulkan.VulkanCaps
- onGetEpicenter(Transition) - Method in interface icyllis.modernui.transition.Transition.EpicenterCallback
-
Implementers must override to return the epicenter of the Transition in screen coordinates.
- onGetHost() - Method in class icyllis.modernui.fragment.FragmentHostCallback
-
Return the object that's currently hosting the fragment.
- onGetImageInfo() - Method in class icyllis.arc3d.core.Canvas
- onGetImageInfo() - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onGetOpsRenderPass(ImageProxyView, Rect2i, byte, byte, float[], Set<SurfaceProxy>, int) - Method in class icyllis.arc3d.engine.Device
-
Deprecated.
- onGetOpsRenderPass(ImageProxyView, Rect2i, byte, byte, float[], Set<SurfaceProxy>, int) - Method in class icyllis.arc3d.opengl.GLDevice
- onGetOpsRenderPass(ImageProxyView, Rect2i, byte, byte, float[], Set<SurfaceProxy>, int) - Method in class icyllis.arc3d.vulkan.VulkanDevice
- onGetReadSwizzle(ImageDesc, int) - Method in class icyllis.arc3d.engine.Caps
- onGetReadSwizzle(ImageDesc, int) - Method in class icyllis.arc3d.opengl.GLCaps
- onGetReadSwizzle(ImageDesc, int) - Method in class icyllis.arc3d.vulkan.VulkanCaps
- onGetRecordingContext() - Method in class icyllis.arc3d.core.Surface
- onGetRecordingContext() - Method in class icyllis.arc3d.granite.GraniteSurface
- onGetSelectedLocale() - Method in class icyllis.modernui.ModernUI
-
Get the default or preferred locale set by user.
- onGetSelectedTypeface() - Method in class icyllis.modernui.ModernUI
-
Get the default or preferred typeface set by user.
- onGlobalFocusChanged(View, View) - Method in interface icyllis.modernui.view.ViewTreeObserver.OnGlobalFocusChangeListener
-
Callback method to be invoked when the focus changes in the view tree.
- onGlobalLayout() - Method in interface icyllis.modernui.view.ViewTreeObserver.OnGlobalLayoutListener
-
Callback method to be invoked when the global layout state or the visibility of views within the view tree changes
- onGroupClick(ExpandableListView, View, int, long) - Method in interface icyllis.modernui.widget.ExpandableListView.OnGroupClickListener
-
Callback method to be invoked when a group in this expandable list has been clicked.
- onGroupCollapse(int) - Method in interface icyllis.modernui.widget.ExpandableListView.OnGroupCollapseListener
-
Callback method to be invoked when a group in this expandable list has been collapsed.
- onGroupCollapsed(int) - Method in class icyllis.modernui.widget.BaseExpandableListAdapter
- onGroupCollapsed(int) - Method in interface icyllis.modernui.widget.ExpandableListAdapter
-
Called when a group is collapsed.
- onGroupExpand(int) - Method in interface icyllis.modernui.widget.ExpandableListView.OnGroupExpandListener
-
Callback method to be invoked when a group in this expandable list has been expanded.
- onGroupExpanded(int) - Method in class icyllis.modernui.widget.BaseExpandableListAdapter
- onGroupExpanded(int) - Method in interface icyllis.modernui.widget.ExpandableListAdapter
-
Called when a group is expanded.
- onHasView() - Method in class icyllis.modernui.fragment.FragmentHostCallback
- onHiddenChanged(boolean) - Method in class icyllis.modernui.fragment.Fragment
-
Called when the hidden state (as returned by
Fragment.isHidden()
of the fragment has changed. - onHover(View, MotionEvent) - Method in interface icyllis.modernui.view.View.OnHoverListener
-
Called when a hover event is dispatched to a view.
- onHoverChanged(boolean) - Method in class icyllis.modernui.view.View
-
Implement this method to handle hover state changes.
- onHoverEvent(MotionEvent) - Method in class icyllis.modernui.view.View
-
Implement this method to handle hover events.
- onHoverEvent(MotionEvent) - Method in class icyllis.modernui.widget.DropDownListView
- onHoverEvent(MotionEvent) - Method in class icyllis.modernui.widget.MenuPopupWindow.MenuDropDownListView
- onInactive() - Method in class icyllis.modernui.lifecycle.LiveData
-
Called when the number of active observers change from 1 to 0.
- onInactive() - Method in class icyllis.modernui.lifecycle.MediatorLiveData
- onInterceptHoverEvent(MotionEvent) - Method in class icyllis.modernui.view.ViewGroup
-
Implement this method to intercept hover events before they are handled by child views.
- onInterceptTouchEvent(MotionEvent) - Method in class icyllis.modernui.view.ViewGroup
-
Implement this method to intercept all touch screen motion events.
- onInterceptTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.AbsListView
- onInterceptTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onInterceptTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.HorizontalScrollView
- onInterceptTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.NestedScrollView
- onInterceptTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.ScrollView
- onInterceptTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.ViewPager
- onInterceptTouchEvent(CoordinatorLayout, V, MotionEvent) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Respond to CoordinatorLayout touch events before they are dispatched to child views.
- onInvalidated() - Method in interface icyllis.modernui.util.DataSetObserver
-
This method is called when the entire data becomes invalid.
- onItemCheckedStateChanged(ActionMode, int, long, boolean) - Method in interface icyllis.modernui.widget.AbsListView.MultiChoiceModeListener
-
Called when an item is checked or unchecked during selection mode.
- onItemClick(AdapterView<?>, View, int, long) - Method in class icyllis.modernui.view.menu.MenuPopup
- onItemClick(AdapterView<?>, View, int, long) - Method in interface icyllis.modernui.widget.AdapterView.OnItemClickListener
-
Callback method to be invoked when an item in this AdapterView has been clicked.
- onItemHoverEnter(MenuBuilder, MenuItem) - Method in interface icyllis.modernui.widget.MenuItemHoverListener
-
Called when hover enters a menu item.
- onItemHoverEnter(MenuBuilder, MenuItem) - Method in class icyllis.modernui.widget.MenuPopupWindow
- onItemHoverExit(MenuBuilder, MenuItem) - Method in interface icyllis.modernui.widget.MenuItemHoverListener
-
Called when hover exits a menu item.
- onItemHoverExit(MenuBuilder, MenuItem) - Method in class icyllis.modernui.widget.MenuPopupWindow
- onItemLongClick(AdapterView<?>, View, int, long) - Method in interface icyllis.modernui.widget.AdapterView.OnItemLongClickListener
-
Callback method to be invoked when an item in this view has been clicked and held.
- onItemsChanged(boolean) - Method in class icyllis.modernui.view.menu.MenuBuilder
-
Called when an item is added or removed.
- onItemSelected(AdapterView<?>, View, int, long) - Method in interface icyllis.modernui.widget.AdapterView.OnItemSelectedListener
-
Callback method to be invoked when an item in this view has been selected.
- onKey(View, int, KeyEvent) - Method in class icyllis.modernui.view.menu.CascadingMenuPopup
- onKey(View, int, KeyEvent) - Method in class icyllis.modernui.view.menu.StandardMenuPopup
- onKey(View, int, KeyEvent) - Method in interface icyllis.modernui.view.View.OnKeyListener
-
Called when a hardware key is dispatched to a view.
- onKeyDown(int, KeyEvent) - Method in class icyllis.modernui.view.View
-
Default implementation: perform press of the view when
KeyEvent.KEY_ENTER
,KeyEvent.KEY_KP_ENTER
orKeyEvent.KEY_SPACE
is released, if the view is enabled and clickable. - onKeyDown(int, KeyEvent) - Method in class icyllis.modernui.widget.AbsListView
- onKeyDown(int, KeyEvent) - Method in class icyllis.modernui.widget.AbsSeekBar
- onKeyDown(int, KeyEvent) - Method in class icyllis.modernui.widget.GridView
- onKeyDown(int, KeyEvent) - Method in class icyllis.modernui.widget.ListView
- onKeyDown(int, KeyEvent) - Method in class icyllis.modernui.widget.MenuPopupWindow.MenuDropDownListView
- onKeyDown(int, KeyEvent) - Method in class icyllis.modernui.widget.TextView
- onKeyDown(TextView, Editable, int, KeyEvent) - Method in class icyllis.modernui.text.method.TextKeyListener
-
If the key listener wants to handle this key, return true, otherwise return false and the caller (i.e. the widget host) will handle the key.
- onKeyDown(TextView, Spannable, int, KeyEvent) - Method in class icyllis.modernui.text.method.BaseMovementMethod
- onKeyDown(TextView, Spannable, int, KeyEvent) - Method in interface icyllis.modernui.text.method.MovementMethod
- onKeyEvent(KeyEvent) - Method in class icyllis.modernui.view.ViewRoot
- onKeyMultiple(int, int, KeyEvent) - Method in class icyllis.modernui.widget.GridView
- onKeyShortcut(int, KeyEvent) - Method in class icyllis.modernui.view.View
-
Called on the focused view when a key shortcut event is not handled.
- onKeyShortcut(int, KeyEvent) - Method in class icyllis.modernui.widget.TextView
- onKeyUp(int, KeyEvent) - Method in class icyllis.modernui.view.View
-
Default implementation: perform clicking of the view when
KeyEvent.KEY_ENTER
,KeyEvent.KEY_KP_ENTER
orKeyEvent.KEY_SPACE
is released. - onKeyUp(int, KeyEvent) - Method in class icyllis.modernui.widget.AbsListView
- onKeyUp(int, KeyEvent) - Method in class icyllis.modernui.widget.GridView
- onKeyUp(int, KeyEvent) - Method in class icyllis.modernui.widget.ListView
- onKeyUp(int, KeyEvent) - Method in class icyllis.modernui.widget.TextView
- onKeyUp(TextView, Editable, int, KeyEvent) - Method in class icyllis.modernui.text.method.TextKeyListener
-
If the key listener wants to handle this key release, return true, otherwise return false and the caller (i.e. the widget host) will handle the key.
- onKeyUp(TextView, Spannable, int, KeyEvent) - Method in class icyllis.modernui.text.method.BaseMovementMethod
- onKeyUp(TextView, Spannable, int, KeyEvent) - Method in interface icyllis.modernui.text.method.MovementMethod
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.view.View
-
Called from
View.layout(int, int, int, int)
when this view should assign a size and position to each of its children. - onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.view.ViewGroup
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.view.WindowGroup
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.AbsListView
-
Subclasses should NOT override this method but
AbsListView.layoutChildren()
instead. - onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.AbsoluteLayout
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.AdapterView
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.FrameLayout
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.GridLayout
-
Called from
View.layout(int, int, int, int)
when this view should assign a size and position to each of its children. - onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.HorizontalScrollView
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.LinearLayout
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.NestedScrollView
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.RelativeLayout
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.ScrollView
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.Spinner
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.SwitchButton
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.TableLayout
-
Called from
View.layout(int, int, int, int)
when this view should assign a size and position to each of its children. - onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.TableRow
-
Called from
View.layout(int, int, int, int)
when this view should assign a size and position to each of its children. - onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.TextView
- onLayout(boolean, int, int, int, int) - Method in class icyllis.modernui.widget.ViewPager
- onLayoutChange(View, int, int, int, int, int, int, int, int) - Method in interface icyllis.modernui.view.View.OnLayoutChangeListener
-
Called when the layout bounds of a view changes due to layout processing.
- onLayoutChild(View, int) - Method in class icyllis.modernui.widget.CoordinatorLayout
-
Called to lay out each individual child view unless a
Behavior
is present. - onLayoutChild(CoordinatorLayout, V, int) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when the parent CoordinatorLayout is about the lay out the given child view.
- onLayoutDirectionChanged(int) - Method in class icyllis.modernui.graphics.drawable.Drawable
-
Called when the drawable's resolved layout direction changes.
- onLayoutDirectionChanged(int) - Method in class icyllis.modernui.graphics.drawable.DrawableContainer
- onLayoutDirectionChanged(int) - Method in class icyllis.modernui.graphics.drawable.DrawableWrapper
- onLayoutDirectionChanged(int) - Method in class icyllis.modernui.graphics.drawable.LayerDrawable
- onLayoutDirectionChanged(int) - Method in class icyllis.modernui.view.menu.SubMenuArrowDrawable
- onLazyInstantiate(ResourceProvider, BackendFormat, int, int, int, int, String) - Method in interface icyllis.arc3d.engine.SurfaceProxy.LazyInstantiateCallback
-
Specifies the expected properties of the
GpuSurface
returned by a lazy instantiation callback. - onLazyInstantiate(ResourceProvider, ImageDesc, boolean, String) - Method in interface icyllis.arc3d.engine.ImageViewProxy.LazyInstantiateCallback
-
Specifies the expected properties of the
GpuSurface
returned by a lazy instantiation callback. - onLevelChange(int) - Method in class icyllis.modernui.graphics.drawable.Drawable
-
Override this in your subclass to change appearance if you vary based on level.
- onLevelChange(int) - Method in class icyllis.modernui.graphics.drawable.DrawableContainer
- onLevelChange(int) - Method in class icyllis.modernui.graphics.drawable.DrawableWrapper
- onLevelChange(int) - Method in class icyllis.modernui.graphics.drawable.LayerDrawable
- onLevelChange(int) - Method in class icyllis.modernui.graphics.drawable.LevelListDrawable
- onLevelChange(int) - Method in class icyllis.modernui.graphics.drawable.ScaleDrawable
- onLevelChange(int) - Method in class icyllis.modernui.graphics.drawable.ShapeDrawable
- onLongClick(View) - Method in interface icyllis.modernui.view.View.OnLongClickListener
-
Called when a view has been clicked and held.
- onLooperPrepared() - Method in class icyllis.modernui.core.HandlerThread
-
Call back method that can be explicitly overridden if needed to execute some setup before Looper loops.
- onMakeClosed(RecordingContext) - Method in class icyllis.arc3d.engine.RenderTask
-
Deprecated.
- onMakeClosed(RecordingContext) - Method in class icyllis.arc3d.engine.trash.ops.OpsTask
-
Deprecated.
- onMakeSkippable() - Method in class icyllis.arc3d.engine.RenderTask
-
Deprecated.
- onMap(int, long, long) - Method in class icyllis.arc3d.engine.Buffer
- onMap(int, long, long) - Method in class icyllis.arc3d.opengl.GLBuffer
- onMap(int, long, long) - Method in class icyllis.arc3d.vulkan.VulkanBuffer
- onMapSharedElements(List<String>, Map<String, View>) - Method in class icyllis.modernui.fragment.SharedElementCallback
-
Lets the SharedElementCallback adjust the mapping of shared element names to Views.
- onMayChain(Op) - Method in class icyllis.arc3d.engine.trash.ops.Op
-
Deprecated.
- onMayChain(Op) - Method in class icyllis.arc3d.engine.trash.ops.RectOp
-
Deprecated.
- onMayChain(Op) - Method in class icyllis.arc3d.engine.trash.ops.RoundRectOp
-
Deprecated.
- onMeasure(int, int) - Method in class icyllis.modernui.view.menu.ListMenuItemView
- onMeasure(int, int) - Method in class icyllis.modernui.view.View
-
Measure the view and its content to determine the measured width and the measured height.
- onMeasure(int, int) - Method in class icyllis.modernui.view.WindowGroup
- onMeasure(int, int) - Method in class icyllis.modernui.widget.AbsListView
- onMeasure(int, int) - Method in class icyllis.modernui.widget.AbsoluteLayout
- onMeasure(int, int) - Method in class icyllis.modernui.widget.AbsSeekBar
- onMeasure(int, int) - Method in class icyllis.modernui.widget.AbsSpinner
-
Figure out the dimensions of this Spinner.
- onMeasure(int, int) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onMeasure(int, int) - Method in class icyllis.modernui.widget.FrameLayout
- onMeasure(int, int) - Method in class icyllis.modernui.widget.GridLayout
- onMeasure(int, int) - Method in class icyllis.modernui.widget.GridView
- onMeasure(int, int) - Method in class icyllis.modernui.widget.HorizontalScrollView
- onMeasure(int, int) - Method in class icyllis.modernui.widget.ImageView
- onMeasure(int, int) - Method in class icyllis.modernui.widget.LinearLayout
- onMeasure(int, int) - Method in class icyllis.modernui.widget.ListView
- onMeasure(int, int) - Method in class icyllis.modernui.widget.NestedScrollView
- onMeasure(int, int) - Method in class icyllis.modernui.widget.ProgressBar
- onMeasure(int, int) - Method in class icyllis.modernui.widget.RelativeLayout
- onMeasure(int, int) - Method in class icyllis.modernui.widget.ScrollView
- onMeasure(int, int) - Method in class icyllis.modernui.widget.Spinner
- onMeasure(int, int) - Method in class icyllis.modernui.widget.SwitchButton
- onMeasure(int, int) - Method in class icyllis.modernui.widget.TableLayout
-
Measure the view and its content to determine the measured width and the measured height.
- onMeasure(int, int) - Method in class icyllis.modernui.widget.TableRow
-
Measure the view and its content to determine the measured width and the measured height.
- onMeasure(int, int) - Method in class icyllis.modernui.widget.TextView
- onMeasure(int, int) - Method in class icyllis.modernui.widget.ViewPager
- onMeasureChild(View, int, int, int, int) - Method in class icyllis.modernui.widget.CoordinatorLayout
-
Called to measure each individual child view unless a
Behavior
is present. - onMeasureChild(CoordinatorLayout, V, int, int, int, int) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when the parent CoordinatorLayout is about to measure the given child view.
- onMenuItemActionCollapse(MenuItem) - Method in interface icyllis.modernui.view.MenuItem.OnActionExpandListener
-
Called when a menu item with
MenuItem.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW
is collapsed. - onMenuItemActionExpand(MenuItem) - Method in interface icyllis.modernui.view.MenuItem.OnActionExpandListener
-
Called when a menu item with
MenuItem.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW
is expanded. - onMenuItemClick(MenuItem) - Method in interface icyllis.modernui.view.MenuItem.OnMenuItemClickListener
-
Called when a menu item has been invoked.
- onMenuItemClick(MenuItem) - Method in interface icyllis.modernui.widget.PopupMenu.OnMenuItemClickListener
-
This method will be invoked when a menu item is clicked if the item itself did not already handle the event.
- onMenuItemSelected(MenuBuilder, MenuItem) - Method in interface icyllis.modernui.view.menu.MenuBuilder.Callback
-
Called when a menu item is selected.
- onMenuModeChange(MenuBuilder) - Method in interface icyllis.modernui.view.menu.MenuBuilder.Callback
-
Called when the mode of the menu changes (for example, from icon to expanded).
- onMonitorConnected(Monitor) - Method in interface icyllis.modernui.core.Monitor.MonitorEventListener
- onMonitorDisconnected(Monitor) - Method in interface icyllis.modernui.core.Monitor.MonitorEventListener
- onMousePressed(double, double, int) - Method in class icyllis.modernui.TestFragment.TestLinearLayout
- onMouseReleased(double, double, int) - Method in class icyllis.modernui.TestFragment.TestLinearLayout
- onMovedToScrapHeap(View) - Method in interface icyllis.modernui.widget.AbsListView.RecyclerListener
-
Indicates that the specified View was moved into the recycler's scrap heap.
- onNestedFling(View, float, float, boolean) - Method in class icyllis.modernui.view.ViewGroup
- onNestedFling(View, float, float, boolean) - Method in interface icyllis.modernui.view.ViewParent
-
Request a fling from a nested scroll.
- onNestedFling(View, float, float, boolean) - Method in class icyllis.modernui.view.ViewRoot
- onNestedFling(View, float, float, boolean) - Method in class icyllis.modernui.widget.AbsListView
- onNestedFling(View, float, float, boolean) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onNestedFling(View, float, float, boolean) - Method in class icyllis.modernui.widget.NestedScrollView
- onNestedFling(View, float, float, boolean) - Method in class icyllis.modernui.widget.ScrollView
- onNestedFling(CoordinatorLayout, V, View, float, float, boolean) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when a nested scrolling child is starting a fling or an action that would be a fling.
- onNestedPreFling(View, float, float) - Method in class icyllis.modernui.view.ViewGroup
- onNestedPreFling(View, float, float) - Method in interface icyllis.modernui.view.ViewParent
-
React to a nested fling before the target view consumes it.
- onNestedPreFling(View, float, float) - Method in class icyllis.modernui.view.ViewRoot
- onNestedPreFling(View, float, float) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onNestedPreFling(View, float, float) - Method in class icyllis.modernui.widget.NestedScrollView
- onNestedPreFling(CoordinatorLayout, V, View, float, float) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when a nested scrolling child is about to start a fling.
- onNestedPreScroll(View, int, int, int[], int) - Method in class icyllis.modernui.view.ViewGroup
- onNestedPreScroll(View, int, int, int[], int) - Method in interface icyllis.modernui.view.ViewParent
-
React to a nested scroll in progress before the target view consumes a portion of the scroll.
- onNestedPreScroll(View, int, int, int[], int) - Method in class icyllis.modernui.view.ViewRoot
- onNestedPreScroll(View, int, int, int[], int) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onNestedPreScroll(View, int, int, int[], int) - Method in class icyllis.modernui.widget.NestedScrollView
- onNestedPreScroll(CoordinatorLayout, V, View, int, int, int[], int) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when a nested scroll in progress is about to update, before the target has consumed any of the scrolled distance.
- onNestedScroll(View, int, int, int, int, int, int[]) - Method in class icyllis.modernui.view.ViewGroup
- onNestedScroll(View, int, int, int, int, int, int[]) - Method in interface icyllis.modernui.view.ViewParent
-
React to a nested scroll in progress.
- onNestedScroll(View, int, int, int, int, int, int[]) - Method in class icyllis.modernui.view.ViewRoot
- onNestedScroll(View, int, int, int, int, int, int[]) - Method in class icyllis.modernui.widget.AbsListView
- onNestedScroll(View, int, int, int, int, int, int[]) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onNestedScroll(View, int, int, int, int, int, int[]) - Method in class icyllis.modernui.widget.NestedScrollView
- onNestedScroll(View, int, int, int, int, int, int[]) - Method in class icyllis.modernui.widget.ScrollView
- onNestedScroll(CoordinatorLayout, V, View, int, int, int, int, int, int[]) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when a nested scroll in progress has updated and the target has scrolled or attempted to scroll.
- onNestedScrollAccepted(View, View, int, int) - Method in class icyllis.modernui.view.ViewGroup
- onNestedScrollAccepted(View, View, int, int) - Method in interface icyllis.modernui.view.ViewParent
-
React to the successful claiming of a nested scroll operation.
- onNestedScrollAccepted(View, View, int, int) - Method in class icyllis.modernui.view.ViewRoot
- onNestedScrollAccepted(View, View, int, int) - Method in class icyllis.modernui.widget.AbsListView
- onNestedScrollAccepted(View, View, int, int) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onNestedScrollAccepted(View, View, int, int) - Method in class icyllis.modernui.widget.NestedScrollView
- onNestedScrollAccepted(View, View, int, int) - Method in class icyllis.modernui.widget.ScrollView
- onNestedScrollAccepted(CoordinatorLayout, V, View, View, int, int) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when a nested scroll has been accepted by the CoordinatorLayout.
- onNewCanvas() - Method in class icyllis.arc3d.core.Surface
-
Allocate a canvas that will draw into this surface.
- onNewCanvas() - Method in class icyllis.arc3d.granite.GraniteSurface
- onNewImageSnapshot(Rect2ic) - Method in class icyllis.arc3d.core.Surface
-
Allocate an Image that represents the current contents of the surface.
- onNewImageSnapshot(Rect2ic) - Method in class icyllis.arc3d.granite.GraniteSurface
- onNewSurface(ImageInfo) - Method in class icyllis.arc3d.core.Canvas
- onNewSurface(ImageInfo) - Method in class icyllis.arc3d.core.PaintFilterCanvas
- onNothingSelected(AdapterView<?>) - Method in interface icyllis.modernui.widget.AdapterView.OnItemSelectedListener
-
Callback method to be invoked when the selection disappears from this view.
- onOpenSubMenu(MenuBuilder) - Method in interface icyllis.modernui.view.menu.MenuPresenter.Callback
-
Called when a submenu opens.
- onOverScrolled(int, int, boolean, boolean) - Method in class icyllis.modernui.view.View
-
Called by
View.overScrollBy(int, int, int, int, int, int, int, int, boolean)
to respond to the results of an over-scroll operation. - onOverScrolled(int, int, boolean, boolean) - Method in class icyllis.modernui.widget.AbsListView
- onOverScrolled(int, int, boolean, boolean) - Method in class icyllis.modernui.widget.HorizontalScrollView
- onOverScrolled(int, int, boolean, boolean) - Method in class icyllis.modernui.widget.NestedScrollView
- onOverScrolled(int, int, boolean, boolean) - Method in class icyllis.modernui.widget.ScrollView
- onPageScrolled(int, float, int) - Method in interface icyllis.modernui.widget.ViewPager.OnPageChangeListener
-
This method will be invoked when the current page is scrolled, either as part of a programmatically initiated smooth scroll or a user initiated touch scroll.
- onPageScrolled(int, float, int) - Method in class icyllis.modernui.widget.ViewPager
-
This method will be invoked when the current page is scrolled, either as part of a programmatically initiated smooth scroll or a user initiated touch scroll.
- onPageScrollStateChanged(int) - Method in interface icyllis.modernui.widget.ViewPager.OnPageChangeListener
-
Called when the scroll state changes.
- onPageSelected(int) - Method in interface icyllis.modernui.widget.ViewPager.OnPageChangeListener
-
This method will be invoked when a new page becomes selected.
- onPause() - Method in class icyllis.modernui.fragment.Fragment
-
Called when the Fragment is no longer resumed.
- onPause(LifecycleOwner) - Method in interface icyllis.modernui.lifecycle.LifecycleObserver
-
Notifies that
ON_PAUSE
event occurred. - onPerformDefaultAction() - Method in class icyllis.modernui.view.ActionProvider
-
Performs an optional default action.
- onPreDraw() - Method in class icyllis.modernui.view.OneShotPreDrawListener
- onPreDraw() - Method in interface icyllis.modernui.view.ViewTreeObserver.OnPreDrawListener
-
Callback method to be invoked when the view tree is about to be drawn.
- onPreDraw() - Method in class icyllis.modernui.widget.TextView
-
Callback method to be invoked when the view tree is about to be drawn.
- onPrepare(OpFlushState, ImageProxyView, int) - Method in class icyllis.arc3d.engine.trash.ops.ClearOp
-
Deprecated.
- onPrepare(OpFlushState, ImageProxyView, int) - Method in class icyllis.arc3d.engine.trash.ops.MeshDrawOp
-
Deprecated.
- onPrepare(OpFlushState, ImageProxyView, int) - Method in class icyllis.arc3d.engine.trash.ops.Op
-
Deprecated.Called prior to executing.
- onPrepareActionMode(ActionMode, Menu) - Method in interface icyllis.modernui.view.ActionMode.Callback
-
Called to refresh an action mode's action menu whenever it is invalidated.
- onPrepareDraws(MeshDrawTarget) - Method in class icyllis.arc3d.engine.trash.ops.CircularRRectOp
-
Deprecated.
- onPrepareDraws(MeshDrawTarget) - Method in class icyllis.arc3d.engine.trash.ops.MeshDrawOp
-
Deprecated.
- onPrepareDraws(MeshDrawTarget) - Method in class icyllis.arc3d.engine.trash.ops.RectOp
-
Deprecated.
- onPrepareDraws(MeshDrawTarget) - Method in class icyllis.arc3d.engine.trash.ops.RoundRectOp
-
Deprecated.
- onPrepareSubMenu(SubMenu) - Method in class icyllis.modernui.view.ActionProvider
-
Called to prepare an associated submenu for the menu item backed by this ActionProvider.
- onPrePrepare(RecordingContext, ImageProxyView, int) - Method in class icyllis.arc3d.engine.trash.ops.ClearOp
-
Deprecated.
- onPrePrepare(RecordingContext, ImageProxyView, int) - Method in class icyllis.arc3d.engine.trash.ops.MeshDrawOp
-
Deprecated.
- onPrePrepare(RecordingContext, ImageProxyView, int) - Method in class icyllis.arc3d.engine.trash.ops.Op
-
Deprecated.This can optionally be called before 'prepare' (but after sorting).
- onPrimaryNavigationFragmentChanged(boolean) - Method in class icyllis.modernui.fragment.Fragment
-
Callback for when the primary navigation state of this Fragment has changed.
- onProgressChanged(SeekBar, int, boolean) - Method in interface icyllis.modernui.widget.SeekBar.OnSeekBarChangeListener
-
Notification that the progress level has changed.
- onProvideShadowCenter(Point) - Method in class icyllis.modernui.view.View.DragShadow
-
Called when the view is not mouse hovered or shadow is nonnull, to determine where the mouse cursor position is in the shadow.
- onPull(float) - Method in class icyllis.modernui.widget.EdgeEffect
-
A view should call this when content is pulled away from an edge by the user.
- onPull(float, float) - Method in class icyllis.modernui.widget.EdgeEffect
-
A view should call this when content is pulled away from an edge by the user.
- onPullDistance(float, float) - Method in class icyllis.modernui.widget.EdgeEffect
-
A view should call this when content is pulled away from an edge by the user.
- onRecycle() - Method in class icyllis.arc3d.engine.RecycledResource
-
Override this method to invoke recycling of the underlying resource.
- onRejectSharedElements(List<View>) - Method in class icyllis.modernui.fragment.SharedElementCallback
-
Called after
SharedElementCallback.onMapSharedElements(java.util.List, java.util.Map)
when transferring shared elements in. - onRelease() - Method in class icyllis.arc3d.engine.Image
- onRelease() - Method in class icyllis.arc3d.engine.Resource
-
Subclass should override this method to free GPU resources in the backend API.
- onRelease() - Method in class icyllis.arc3d.opengl.GLBuffer
- onRelease() - Method in class icyllis.arc3d.opengl.GLRenderbuffer
- onRelease() - Method in class icyllis.arc3d.opengl.GLRenderTarget
- onRelease() - Method in class icyllis.arc3d.opengl.GLSampler
- onRelease() - Method in class icyllis.arc3d.opengl.GLTexture
- onRelease() - Method in class icyllis.arc3d.vulkan.VulkanBuffer
- onRelease() - Method in class icyllis.arc3d.vulkan.VulkanImage
- onRelease() - Method in class icyllis.arc3d.vulkan.VulkanRenderTarget
- onRelease() - Method in class icyllis.modernui.widget.EdgeEffect
-
Call when the object is released after being pulled.
- onRequestChildRectangleOnScreen(CoordinatorLayout, V, Rect, boolean) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when a child of the view associated with this behavior wants a particular rectangle to be positioned onto the screen.
- onRequestFocusInDescendants(int, Rect) - Method in class icyllis.modernui.view.ViewGroup
-
Look for a descendant to call
View.requestFocus()
on. - onRequestFocusInDescendants(int, Rect) - Method in class icyllis.modernui.view.WindowGroup
- onRequestFocusInDescendants(int, Rect) - Method in class icyllis.modernui.widget.HorizontalScrollView
-
When looking for focus in children of a scroll view, need to be a little more careful not to give focus to something that is scrolled off-screen.
- onRequestFocusInDescendants(int, Rect) - Method in class icyllis.modernui.widget.NestedScrollView
-
When looking for focus in children of a scroll view, need to be a little more careful not to give focus to something that is scrolled off screen.
- onRequestFocusInDescendants(int, Rect) - Method in class icyllis.modernui.widget.ScrollView
-
When looking for focus in children of a scroll view, need to be a little more careful not to give focus to something that is scrolled off-screen.
- onRequestFocusInDescendants(int, Rect) - Method in class icyllis.modernui.widget.ViewPager
-
We only want the current page that is being shown to be focusable.
- onResetContext(int) - Method in class icyllis.arc3d.engine.Device
-
Called when the 3D context state is unknown.
- onResetContext(int) - Method in class icyllis.arc3d.opengl.GLDevice
- onResolveDrawables(int) - Method in class icyllis.modernui.view.View
-
Called when layout direction has been resolved.
- onResolveDrawables(int) - Method in class icyllis.modernui.widget.CompoundButton
- onResolveDrawables(int) - Method in class icyllis.modernui.widget.ProgressBar
- onResolveDrawables(int) - Method in class icyllis.modernui.widget.TextView
- onResolvePointerIcon(MotionEvent) - Method in class icyllis.modernui.view.View
-
Returns the pointer icon for the motion event, or null if it doesn't specify the icon.
- onResolvePointerIcon(MotionEvent) - Method in class icyllis.modernui.view.ViewGroup
- onResolvePointerIcon(MotionEvent) - Method in class icyllis.modernui.view.WindowGroup
- onResolvePointerIcon(MotionEvent) - Method in class icyllis.modernui.widget.Button
- onResolvePointerIcon(MotionEvent) - Method in class icyllis.modernui.widget.ImageButton
- onResolvePointerIcon(MotionEvent) - Method in class icyllis.modernui.widget.Spinner
- onResolvePointerIcon(MotionEvent) - Method in class icyllis.modernui.widget.TextView
- onResolveRenderTarget(GpuRenderTarget, int, int, int, int) - Method in class icyllis.arc3d.engine.Device
-
Deprecated.
- onResolveRenderTarget(GpuRenderTarget, int, int, int, int) - Method in class icyllis.arc3d.opengl.GLDevice
- onResolveRenderTarget(GpuRenderTarget, int, int, int, int) - Method in class icyllis.arc3d.vulkan.VulkanDevice
- onRestoreBackingMutability() - Method in class icyllis.arc3d.core.Surface
-
Signal the surface to remind its backing store that it's mutable again.
- onResume() - Method in class icyllis.modernui.fragment.Fragment
-
Called when the fragment is visible to the user and actively running.
- onResume(LifecycleOwner) - Method in interface icyllis.modernui.lifecycle.LifecycleObserver
-
Notifies that
ON_RESUME
event occurred. - onRtlPropertiesChanged(int) - Method in class icyllis.modernui.view.View
-
Called when any RTL property (layout direction or text direction or text alignment) has been changed.
- onRtlPropertiesChanged(int) - Method in class icyllis.modernui.widget.AbsSeekBar
- onRtlPropertiesChanged(int) - Method in class icyllis.modernui.widget.ExpandableListView
- onRtlPropertiesChanged(int) - Method in class icyllis.modernui.widget.ImageView
- onRtlPropertiesChanged(int) - Method in class icyllis.modernui.widget.LinearLayout
- onRtlPropertiesChanged(int) - Method in class icyllis.modernui.widget.TextView
- onSaveInstanceState(DataSet) - Method in class icyllis.modernui.fragment.Fragment
-
Called to ask the fragment to save its current dynamic state, so it can later be reconstructed in a new instance if its process is restarted.
- onScroll(AbsListView, int, int, int) - Method in interface icyllis.modernui.widget.AbsListView.OnScrollListener
-
Callback method to be invoked when the list or grid has been scrolled.
- onScrollChange(View, int, int, int, int) - Method in interface icyllis.modernui.view.View.OnScrollChangeListener
-
Called when the scroll position of a view changes.
- onScrollChange(NestedScrollView, int, int, int, int) - Method in interface icyllis.modernui.widget.NestedScrollView.OnScrollChangeListener
-
Called when the scroll position of a view changes.
- onScrollChanged() - Method in interface icyllis.modernui.view.ViewTreeObserver.OnScrollChangedListener
-
Callback method to be invoked when something in the view tree has been scrolled.
- onScrollChanged(int, int, int, int) - Method in class icyllis.modernui.view.View
-
This is called in response to an internal scroll in this view (i.e., the view scrolled its own contents).
- onScrollChanged(int, int, int, int) - Method in class icyllis.modernui.widget.NestedScrollView
- onScrollStateChanged(AbsListView, int) - Method in interface icyllis.modernui.widget.AbsListView.OnScrollListener
-
Callback method to be invoked while the list view or grid view is being scrolled.
- onSetLabel(String) - Method in class icyllis.arc3d.engine.Resource
-
Subclass should override this method to set object label in the backend API.
- onSetLabel(String) - Method in class icyllis.arc3d.opengl.GLBuffer
- onSetLabel(String) - Method in class icyllis.arc3d.opengl.GLRenderbuffer
- onSetLabel(String) - Method in class icyllis.arc3d.opengl.GLTexture
- onSetLayoutParams(View, ViewGroup.LayoutParams) - Method in class icyllis.modernui.view.ViewGroup
- onSetLayoutParams(View, ViewGroup.LayoutParams) - Method in class icyllis.modernui.widget.GridLayout
- onSharedElementEnd(List<String>, List<View>, List<View>) - Method in class icyllis.modernui.fragment.SharedElementCallback
-
In Activity Transitions, onSharedElementEnd is called immediately before capturing the end of the shared element state on enter and reenter transitions and immediately before capturing the start of the shared element state for exit and return transitions.
- onSharedElementStart(List<String>, List<View>, List<View>) - Method in class icyllis.modernui.fragment.SharedElementCallback
-
In Activity Transitions, onSharedElementStart is called immediately before capturing the start of the shared element state on enter and reenter transitions and immediately before capturing the end of the shared element state for exit and return transitions.
- onSizeChanged(int, int, int, int) - Method in class icyllis.modernui.view.View
-
Called when width or height changed
- onSizeChanged(int, int, int, int) - Method in class icyllis.modernui.widget.AbsListView
- onSizeChanged(int, int, int, int) - Method in class icyllis.modernui.widget.AbsSeekBar
- onSizeChanged(int, int, int, int) - Method in class icyllis.modernui.widget.HorizontalScrollView
- onSizeChanged(int, int, int, int) - Method in class icyllis.modernui.widget.ImageView
- onSizeChanged(int, int, int, int) - Method in class icyllis.modernui.widget.ListView
- onSizeChanged(int, int, int, int) - Method in class icyllis.modernui.widget.NestedScrollView
- onSizeChanged(int, int, int, int) - Method in class icyllis.modernui.widget.ProgressBar
- onSizeChanged(int, int, int, int) - Method in class icyllis.modernui.widget.ScrollView
- onSizeChanged(int, int, int, int) - Method in class icyllis.modernui.widget.ViewPager
- onSpanAdded(Spannable, Object, int, int) - Method in interface icyllis.modernui.text.SpanWatcher
-
This method is called to notify you that the specified object has been attached to the specified range of the text.
- onSpanChanged(Spannable, Object, int, int, int, int) - Method in interface icyllis.modernui.text.SpanWatcher
-
This method is called to notify you that the specified object has been relocated from the range
ost…oen
to the new rangenst…nen
of the text. - onSpanRemoved(Spannable, Object, int, int) - Method in interface icyllis.modernui.text.SpanWatcher
-
This method is called to notify you that the specified object has been detached from the specified range of the text.
- onStart() - Method in class icyllis.modernui.fragment.Fragment
-
Called when the Fragment is visible to the user.
- onStart(LifecycleOwner) - Method in interface icyllis.modernui.lifecycle.LifecycleObserver
-
Notifies that
ON_START
event occurred. - onStartNestedScroll(View, View, int, int) - Method in class icyllis.modernui.view.ViewGroup
- onStartNestedScroll(View, View, int, int) - Method in interface icyllis.modernui.view.ViewParent
-
React to a descendant view initiating a nestable scroll operation, claiming the nested scroll operation if appropriate.
- onStartNestedScroll(View, View, int, int) - Method in class icyllis.modernui.view.ViewRoot
- onStartNestedScroll(View, View, int, int) - Method in class icyllis.modernui.widget.AbsListView
- onStartNestedScroll(View, View, int, int) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onStartNestedScroll(View, View, int, int) - Method in class icyllis.modernui.widget.NestedScrollView
- onStartNestedScroll(View, View, int, int) - Method in class icyllis.modernui.widget.ScrollView
- onStartNestedScroll(CoordinatorLayout, V, View, View, int, int) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when a descendant of the CoordinatorLayout attempts to initiate a nested scroll.
- onStartTemporaryDetach() - Method in class icyllis.modernui.view.View
-
This is called when a container is going to temporarily detach a child, with
ViewGroup.detachViewFromParent(View)
. - onStartTrackingTouch(SeekBar) - Method in interface icyllis.modernui.widget.SeekBar.OnSeekBarChangeListener
-
Notification that the user has started a touch gesture.
- onStateChange(int[]) - Method in class icyllis.modernui.graphics.drawable.ColorDrawable
- onStateChange(int[]) - Method in class icyllis.modernui.graphics.drawable.ColorStateListDrawable
- onStateChange(int[]) - Method in class icyllis.modernui.graphics.drawable.Drawable
-
Override this in your subclass to change appearance if you recognize the specified state.
- onStateChange(int[]) - Method in class icyllis.modernui.graphics.drawable.DrawableContainer
- onStateChange(int[]) - Method in class icyllis.modernui.graphics.drawable.DrawableWrapper
- onStateChange(int[]) - Method in class icyllis.modernui.graphics.drawable.ImageDrawable
- onStateChange(int[]) - Method in class icyllis.modernui.graphics.drawable.LayerDrawable
- onStateChange(int[]) - Method in class icyllis.modernui.graphics.drawable.ShapeDrawable
- onStateChange(int[]) - Method in class icyllis.modernui.graphics.drawable.StateListDrawable
- onStateChange(int[]) - Method in class icyllis.modernui.material.MaterialDrawable
- onStateChanged(LifecycleOwner, Lifecycle.Event) - Method in interface icyllis.modernui.lifecycle.LifecycleObserver
-
Called when a state transition event happens.
- onStop() - Method in class icyllis.modernui.fragment.Fragment
-
Called when the Fragment is no longer started.
- onStop(LifecycleOwner) - Method in interface icyllis.modernui.lifecycle.LifecycleObserver
-
Notifies that
ON_STOP
event occurred. - onStopNestedScroll(View, int) - Method in class icyllis.modernui.view.ViewGroup
- onStopNestedScroll(View, int) - Method in interface icyllis.modernui.view.ViewParent
-
React to a nested scroll operation ending.
- onStopNestedScroll(View, int) - Method in class icyllis.modernui.view.ViewRoot
- onStopNestedScroll(View, int) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onStopNestedScroll(View, int) - Method in class icyllis.modernui.widget.NestedScrollView
- onStopNestedScroll(CoordinatorLayout, V, View, int) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Called when a nested scroll has ended.
- onStopTrackingTouch(SeekBar) - Method in interface icyllis.modernui.widget.SeekBar.OnSeekBarChangeListener
-
Notification that the user has finished a touch gesture.
- onSubMenuSelected(SubMenuBuilder) - Method in class icyllis.modernui.view.menu.CascadingMenuPopup
- onSubMenuSelected(SubMenuBuilder) - Method in interface icyllis.modernui.view.menu.MenuPresenter
-
Called by Menu implementations to indicate that a submenu item has been selected.
- onSubMenuSelected(SubMenuBuilder) - Method in class icyllis.modernui.view.menu.StandardMenuPopup
- onSubmitted(boolean) - Method in interface icyllis.arc3d.engine.FlushInfo.SubmittedCallback
- onSubUiVisibilityChanged(boolean) - Method in interface icyllis.modernui.view.ActionProvider.SubUiVisibilityListener
- onSupportedReadColorType(int, BackendFormat, int) - Method in class icyllis.arc3d.engine.Caps
- onSupportedReadColorType(int, BackendFormat, int) - Method in class icyllis.arc3d.opengl.GLCaps
- onSupportedReadColorType(int, BackendFormat, int) - Method in class icyllis.arc3d.vulkan.VulkanCaps
- onTakeFocus(TextView, Spannable, int) - Method in class icyllis.modernui.text.method.ArrowKeyMovementMethod
- onTakeFocus(TextView, Spannable, int) - Method in class icyllis.modernui.text.method.BaseMovementMethod
- onTakeFocus(TextView, Spannable, int) - Method in class icyllis.modernui.text.method.LinkMovementMethod
- onTakeFocus(TextView, Spannable, int) - Method in interface icyllis.modernui.text.method.MovementMethod
- onTakeFocus(TextView, Spannable, int) - Method in class icyllis.modernui.text.method.ScrollingMovementMethod
- onTextChanged(CharSequence, int, int, int) - Method in class icyllis.modernui.text.method.PasswordTransformationMethod
- onTextChanged(CharSequence, int, int, int) - Method in interface icyllis.modernui.text.TextWatcher
-
This method is called to notify you that, within
s
, thecount
characters beginning atstart
have just replaced old text that had lengthbefore
. - onTextChanged(CharSequence, int, int, int) - Method in class icyllis.modernui.widget.TextView
-
This method is called when the text is changed, in case any subclasses would like to know.
- onTextContextMenuItem(int) - Method in class icyllis.modernui.widget.TextView
-
Called when a context menu option for the text view is selected.
- onTouch(View, MotionEvent) - Method in interface icyllis.modernui.view.View.OnTouchListener
-
Called when a touch event is dispatched to a view.
- onTouch(View, MotionEvent) - Method in class icyllis.modernui.widget.ForwardingListener
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.view.View
-
Implement this method to handle touch screen motion events.
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.view.ViewRoot
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.AbsListView
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.AbsSeekBar
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.DropDownListView
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.HorizontalScrollView
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.NestedScrollView
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.ScrollView
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.Spinner
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.TextView
- onTouchEvent(MotionEvent) - Method in class icyllis.modernui.widget.ViewPager
- onTouchEvent(CoordinatorLayout, V, MotionEvent) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
-
Respond to CoordinatorLayout touch events after this Behavior has started
intercepting
them. - onTouchEvent(TextView, Spannable, MotionEvent) - Method in class icyllis.modernui.text.method.ArrowKeyMovementMethod
- onTouchEvent(TextView, Spannable, MotionEvent) - Method in class icyllis.modernui.text.method.BaseMovementMethod
- onTouchEvent(TextView, Spannable, MotionEvent) - Method in class icyllis.modernui.text.method.LinkMovementMethod
- onTouchEvent(TextView, Spannable, MotionEvent) - Method in interface icyllis.modernui.text.method.MovementMethod
- onTouchEvent(TextView, Spannable, MotionEvent) - Method in class icyllis.modernui.text.method.ScrollingMovementMethod
- onTouchEvent(TextView, Spannable, MotionEvent) - Static method in class icyllis.modernui.text.method.Touch
-
Handles touch events for dragging.
- onTouchModeChanged(boolean) - Method in class icyllis.modernui.widget.AbsListView
- onTransitionCancel(Transition) - Method in interface icyllis.modernui.transition.TransitionListener
-
Notification about the cancellation of the transition.
- onTransitionEnd(Transition) - Method in interface icyllis.modernui.transition.TransitionListener
-
Notification about the end of the transition.
- onTransitionPause(Transition) - Method in interface icyllis.modernui.transition.TransitionListener
-
Notification when a transition is paused.
- onTransitionResume(Transition) - Method in interface icyllis.modernui.transition.TransitionListener
-
Notification when a transition is resumed.
- onTransitionStart(Transition) - Method in interface icyllis.modernui.transition.TransitionListener
-
Notification about the start of the transition.
- onUnmap(int, long, long) - Method in class icyllis.arc3d.engine.Buffer
- onUnmap(int, long, long) - Method in class icyllis.arc3d.opengl.GLBuffer
- onUnmap(int, long, long) - Method in class icyllis.arc3d.vulkan.VulkanBuffer
- onUploadSubmitted() - Method in interface icyllis.arc3d.engine.task.ImageUploadTask.UploadCondition
- onViewAdded(View) - Method in class icyllis.modernui.view.ViewGroup
-
Called when a new child is added to this ViewGroup.
- onViewAdded(View) - Method in class icyllis.modernui.view.WindowGroup
- onViewAdded(View) - Method in class icyllis.modernui.widget.GridLayout
- onViewAdded(View) - Method in class icyllis.modernui.widget.RadioGroup
- onViewAdded(View) - Method in class icyllis.modernui.widget.RelativeRadioGroup
- onViewAdded(View) - Method in class icyllis.modernui.widget.TableLayout
- onViewAttachedToWindow(View) - Method in class icyllis.modernui.view.OneShotPreDrawListener
- onViewAttachedToWindow(View) - Method in interface icyllis.modernui.view.View.OnAttachStateChangeListener
-
Called when the view is attached to a window.
- onViewAttachedToWindow(View) - Method in class icyllis.modernui.widget.ForwardingListener
- onViewCreated(View, DataSet) - Method in class icyllis.modernui.fragment.Fragment
-
Called immediately after
Fragment.onCreateView(LayoutInflater, ViewGroup, DataSet)
has returned, but before any saved state has been restored in to the view. - onViewDetachedFromWindow(View) - Method in class icyllis.modernui.view.OneShotPreDrawListener
- onViewDetachedFromWindow(View) - Method in interface icyllis.modernui.view.View.OnAttachStateChangeListener
-
Called when the view is detached from a window.
- onViewDetachedFromWindow(View) - Method in class icyllis.modernui.widget.ForwardingListener
- onViewRemoved(View) - Method in class icyllis.modernui.view.ViewGroup
-
Called when a child view is removed from this ViewGroup.
- onViewRemoved(View) - Method in class icyllis.modernui.widget.CoordinatorLayout
- onViewRemoved(View) - Method in class icyllis.modernui.widget.GridLayout
- onViewRemoved(View) - Method in class icyllis.modernui.widget.RadioGroup
- onViewRemoved(View) - Method in class icyllis.modernui.widget.RelativeRadioGroup
- onViewStateRestored(DataSet) - Method in class icyllis.modernui.fragment.Fragment
-
Called when all saved state has been restored into the view hierarchy of the fragment.
- onVisibilityAggregated(boolean) - Method in class icyllis.modernui.view.View
-
Called when the user-visibility of this View is potentially affected by a change to this view itself, an ancestor view or the window this view is attached to.
- onVisibilityAggregated(boolean) - Method in class icyllis.modernui.widget.ImageView
- onVisibilityChanged(View, int) - Method in class icyllis.modernui.view.View
-
Called when the visibility of the view or an ancestor of the view has changed.
- onWindowFocusChanged(boolean) - Method in class icyllis.modernui.view.ActionMode
-
Called when the window containing the view that started this action mode gains or loses focus.
- onWindowFocusChanged(boolean) - Method in class icyllis.modernui.view.View
-
Called when the window containing this view gains or loses focus.
- onWindowFocusChanged(boolean) - Method in class icyllis.modernui.widget.AbsListView
- onWindowVisibilityChanged(int) - Method in class icyllis.modernui.view.View
-
Called when the window containing has change its visibility (between
View.GONE
,View.INVISIBLE
, andView.VISIBLE
). - onWrapBackendRenderTarget(BackendRenderTarget) - Method in class icyllis.arc3d.engine.Device
-
Deprecated.
- onWrapBackendRenderTarget(BackendRenderTarget) - Method in class icyllis.arc3d.opengl.GLDevice
- onWrapBackendRenderTarget(BackendRenderTarget) - Method in class icyllis.arc3d.vulkan.VulkanDevice
- onWrapGLDefaultFramebuffer(int, int, int, int, int, BackendFormat) - Method in class icyllis.arc3d.engine.Device
-
Deprecated.
- onWrapGLDefaultFramebuffer(int, int, int, int, int, BackendFormat) - Method in class icyllis.arc3d.opengl.GLDevice
- onWrapRenderableBackendTexture(BackendImage, int, boolean) - Method in class icyllis.arc3d.engine.Device
-
Deprecated.
- onWrapRenderableBackendTexture(BackendImage, int, boolean) - Method in class icyllis.arc3d.opengl.GLDevice
- onWrapRenderableBackendTexture(BackendImage, int, boolean) - Method in class icyllis.arc3d.vulkan.VulkanDevice
- op() - Method in interface icyllis.arc3d.granite.ClipStack.ClipGeometry
- op(Object, long, float[]) - Method in interface icyllis.arc3d.core.PixelUtils.PixelOp
- Op - Class in icyllis.arc3d.engine.trash.ops
-
Deprecated.
- Op() - Constructor for class icyllis.arc3d.engine.trash.ops.Op
-
Deprecated.
- OP_DIFFERENCE - Static variable in class icyllis.arc3d.granite.ClipStack
-
Clip ops.
- OP_INTERSECT - Static variable in class icyllis.arc3d.granite.ClipStack
-
Clip ops.
- openDialogGet(Bitmap.SaveFormat, CharSequence, CharSequence) - Static method in class icyllis.modernui.graphics.Bitmap
-
Display an OS file open dialog to select a supported image file.
- openDialogGets(Bitmap.SaveFormat, CharSequence, CharSequence) - Static method in class icyllis.modernui.graphics.Bitmap
-
Display an OS file open dialog to select multiple supported image files.
- OPENGL_3_3 - Enum constant in enum class icyllis.arc3d.compiler.TargetApi
-
Targeting OpenGL 3.3.
- OPENGL_4_3 - Enum constant in enum class icyllis.arc3d.compiler.TargetApi
-
Targeting OpenGL 4.3.
- OPENGL_4_5 - Enum constant in enum class icyllis.arc3d.compiler.TargetApi
-
Targeting OpenGL 4.5.
- OPENGL_ES_3_0 - Enum constant in enum class icyllis.arc3d.compiler.TargetApi
-
Targeting OpenGL ES 3.0.
- OPENGL_ES_3_1 - Enum constant in enum class icyllis.arc3d.compiler.TargetApi
-
Targeting OpenGL ES 3.1.
- openURI(String) - Static method in class icyllis.modernui.core.Core
-
Launches the associated application to open the URI.
- openURI(URI) - Static method in class icyllis.modernui.core.Core
-
Launches the associated application to open the URI.
- OperationCanceledException - Exception Class in icyllis.modernui.core
-
An exception type that is thrown when an operation in progress is canceled.
- OperationCanceledException() - Constructor for exception class icyllis.modernui.core.OperationCanceledException
- OperationCanceledException(String) - Constructor for exception class icyllis.modernui.core.OperationCanceledException
- Operator - Enum Class in icyllis.arc3d.compiler
-
Operators.
- OpFlushState - Class in icyllis.arc3d.engine
-
Deprecated.
- OpFlushState(Device, ResourceProvider) - Constructor for class icyllis.arc3d.engine.OpFlushState
-
Deprecated.
- OpsRenderPass - Class in icyllis.arc3d.engine
-
Deprecated.
- OpsRenderPass() - Constructor for class icyllis.arc3d.engine.OpsRenderPass
-
Deprecated.
- OpsRenderPass(GpuRenderTarget, int) - Constructor for class icyllis.arc3d.engine.OpsRenderPass
-
Deprecated.
- OpsTask - Class in icyllis.arc3d.engine.trash.ops
-
Deprecated.
- OpsTask(RenderTaskManager, ImageProxyView) - Constructor for class icyllis.arc3d.engine.trash.ops.OpsTask
-
Deprecated.
- Options() - Constructor for class icyllis.modernui.graphics.BitmapFactory.Options
- OR_ASSIGN - Enum constant in enum class icyllis.arc3d.compiler.Operator
- OrderedListItemSpan - Class in icyllis.modernui.markdown.core.style
- OrderedListItemSpan(MarkdownTheme, String) - Constructor for class icyllis.modernui.markdown.core.style.OrderedListItemSpan
- ORDERING_SEQUENTIAL - Static variable in class icyllis.modernui.transition.TransitionSet
-
A flag used to indicate that the child transitions of this set should play in sequence; when one child transition ends, the next child transition begins.
- ORDERING_TOGETHER - Static variable in class icyllis.modernui.transition.TransitionSet
-
A flag used to indicate that the child transitions of this set should all start at the same time.
- origin() - Method in class icyllis.arc3d.engine.trash.GraphicsPipelineDesc_Old
-
Deprecated.
- OTHER - Enum constant in enum class icyllis.arc3d.opengl.GLUtil.GLDriver
- OTHER - Enum constant in enum class icyllis.arc3d.opengl.GLUtil.GLVendor
- OUT - Static variable in class icyllis.modernui.transition.Fade
-
Fading mode used in
Fade(int)
to make the transition operate on targets that are disappearing. - outColorSpace - Variable in class icyllis.modernui.graphics.BitmapFactory.Options
-
If known, the color space the decoded bitmap will have.
- outerBounds() - Method in interface icyllis.arc3d.granite.ClipStack.ClipGeometry
- outFormat - Variable in class icyllis.modernui.graphics.BitmapFactory.Options
-
If known, the config the decoded bitmap will have.
- outHeight - Variable in class icyllis.modernui.graphics.BitmapFactory.Options
-
The height of the bitmap.
- OutlineFont - Class in icyllis.modernui.graphics.text
- OutlineFont(Font) - Constructor for class icyllis.modernui.graphics.text.OutlineFont
- outMimeType - Variable in class icyllis.modernui.graphics.BitmapFactory.Options
-
If known, this string is set to the mimetype of the decoded image.
- OUTPUT_TYPE_COVERAGE - Static variable in class icyllis.arc3d.granite.BlendFormula
-
Values the shader can write to primary and secondary outputs.
- OUTPUT_TYPE_MODULATE - Static variable in class icyllis.arc3d.granite.BlendFormula
-
Values the shader can write to primary and secondary outputs.
- OUTPUT_TYPE_ONE_MINUS_SRC_ALPHA_MODULATE - Static variable in class icyllis.arc3d.granite.BlendFormula
-
Values the shader can write to primary and secondary outputs.
- OUTPUT_TYPE_ONE_MINUS_SRC_COLOR_MODULATE - Static variable in class icyllis.arc3d.granite.BlendFormula
-
Values the shader can write to primary and secondary outputs.
- OUTPUT_TYPE_SRC_ALPHA_MODULATE - Static variable in class icyllis.arc3d.granite.BlendFormula
-
Values the shader can write to primary and secondary outputs.
- OUTPUT_TYPE_ZERO - Static variable in class icyllis.arc3d.granite.BlendFormula
-
Values the shader can write to primary and secondary outputs.
- outputPrimary - Variable in class icyllis.arc3d.engine.trash.TransferProcessor.ProgramImpl.EmitArgs
-
Deprecated.
- outputs() - Method in class icyllis.arc3d.granite.shading.ShaderBuilderBase
- OUTPUTS - Static variable in class icyllis.arc3d.granite.shading.ShaderBuilderBase
- outputSecondary - Variable in class icyllis.arc3d.engine.trash.TransferProcessor.ProgramImpl.EmitArgs
-
Deprecated.
- outset(float, float) - Method in class icyllis.arc3d.core.Rect2f
-
Outset the rectangle by (dx,dy).
- outsetBoundsForAA() - Method in class icyllis.arc3d.granite.GeometryRenderer
- OUTSIDE - Enum constant in enum class icyllis.modernui.graphics.Paint.Align
-
The stroke is aligned to outside.
- outWidth - Variable in class icyllis.modernui.graphics.BitmapFactory.Options
-
The width of the bitmap.
- OVER_SCROLL_ALWAYS - Static variable in class icyllis.modernui.view.View
-
Always allow a user to over-scroll this view, provided it is a view that can scroll.
- OVER_SCROLL_IF_CONTENT_SCROLLS - Static variable in class icyllis.modernui.view.View
-
Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll, provided it is a view that can scroll.
- OVER_SCROLL_NEVER - Static variable in class icyllis.modernui.view.View
-
Never allow a user to over-scroll this view.
- OVERFLING_DISTANCE - Static variable in class icyllis.modernui.view.ViewConfiguration
-
Max distance in dips to overfling for edge effects
- OVERLAY - Enum constant in enum class icyllis.arc3d.core.BlendMode
-
Multiplies or screens the source and destination depending on the destination color.
- OVERLAY - Enum constant in enum class icyllis.modernui.graphics.BlendMode
-
Multiplies or screens the source and destination depending on the destination color.
- overridesItemVisibility() - Method in class icyllis.modernui.view.ActionProvider
-
The result of this method determines whether or not
ActionProvider.isVisible()
will be used by theMenuItem
this ActionProvider is bound to help determine its visibility. - OVERSCROLL_DISTANCE - Static variable in class icyllis.modernui.view.ViewConfiguration
-
Max distance in dips to overscroll for edge effects
- overScrollBy(int, int, int, int, int, int, int, int, boolean) - Method in class icyllis.modernui.view.View
-
Scroll the view with standard behavior for scrolling beyond the normal content boundaries.
- OverScroller - Class in icyllis.modernui.widget
-
This class controls horizontal and vertical scrolling with the ability to overshoot the bounds of a scrolling operation.
- OverScroller() - Constructor for class icyllis.modernui.widget.OverScroller
-
Creates a Scroller with flywheel.
- OverScroller(TimeInterpolator) - Constructor for class icyllis.modernui.widget.OverScroller
- OverScroller(TimeInterpolator, boolean) - Constructor for class icyllis.modernui.widget.OverScroller
- overshoot() - Static method in interface icyllis.modernui.animation.TimeInterpolator
-
Return an interpolator where the change flings forward and overshoots the last value then comes back.
- overshoot(float) - Static method in interface icyllis.modernui.animation.TimeInterpolator
-
Create an interpolator where the change flings forward and overshoots the last value then comes back.
- OVERSHOOT - Static variable in interface icyllis.modernui.animation.TimeInterpolator
-
The constant overshoot interpolator whose tension is 2.0.
- oversizedStencilSupport() - Method in class icyllis.arc3d.engine.Caps
-
Allows mixed size FBO attachments.
- Ownership_Borrowed - Static variable in interface icyllis.arc3d.engine.Engine
-
Specifies if the holder owns the backend, OpenGL or Vulkan, object.
- Ownership_Owned - Static variable in interface icyllis.arc3d.engine.Engine
-
Specifies if the holder owns the backend, OpenGL or Vulkan, object.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form