Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

L

LAB - Enum constant in enum class icyllis.arc3d.core.ColorSpace.Model
The Lab model is a color model with 3 components used to describe a color space that is more perceptually uniform than XYZ.
LAB - Enum constant in enum class icyllis.modernui.graphics.GradientShader.InterpolationColorSpace
 
last() - Method in class icyllis.modernui.graphics.text.CharArrayIterator
 
last() - Method in class icyllis.modernui.text.CharSequenceIterator
 
LAST_APPLICATION_WINDOW - Static variable in class icyllis.modernui.view.WindowManager.LayoutParams
 
LAST_CLIP_ONLY_STENCIL_OP - Static variable in class icyllis.arc3d.engine.trash.UserStencilSettings
Deprecated.
 
LAST_CLIPPED_STENCIL_TEST - Static variable in class icyllis.arc3d.engine.trash.UserStencilSettings
Deprecated.
 
LAST_COLOR_FORMAT_INDEX - Static variable in class icyllis.arc3d.opengl.GLUtil
 
LAST_COLOR_FORMAT_INDEX - Static variable in class icyllis.arc3d.vulkan.VKUtil
 
LAST_FORMAT_INDEX - Static variable in class icyllis.arc3d.opengl.GLUtil
 
LAST_MASK_FORMAT - Static variable in interface icyllis.arc3d.engine.Engine
 
LAST_SPAN - Static variable in class icyllis.modernui.text.TextUtils
 
LAST_STENCIL_FLAG - Static variable in class icyllis.arc3d.engine.trash.UserStencilSettings
Deprecated.
StencilFlags
LAST_SUB_WINDOW - Static variable in class icyllis.modernui.view.WindowManager.LayoutParams
 
LAST_SYSTEM_WINDOW - Static variable in class icyllis.modernui.core.Window
End of types of system windows.
LAST_SYSTEM_WINDOW - Static variable in class icyllis.modernui.view.WindowManager.LayoutParams
 
LAST_USER_ONLY_STENCIL_OP - Static variable in class icyllis.arc3d.engine.trash.UserStencilSettings
Deprecated.
 
lastIndexOf(CharSequence, char) - Static method in class icyllis.modernui.text.TextUtils
 
lastIndexOf(CharSequence, char, int) - Static method in class icyllis.modernui.text.TextUtils
 
lastIndexOf(CharSequence, char, int, int) - Static method in class icyllis.modernui.text.TextUtils
 
LayerDrawable - Class in icyllis.modernui.graphics.drawable
A Drawable that manages an array of other Drawables.
LayerDrawable(Drawable...) - Constructor for class icyllis.modernui.graphics.drawable.LayerDrawable
Creates a new layer drawable with the list of specified layers.
layout() - Method in class icyllis.arc3d.compiler.tree.Modifiers
 
layout(int, int, int, int) - Method in class icyllis.modernui.view.View
Specifies the rectangle area of this view and all its descendants.
layout(int, int, int, int) - Method in class icyllis.modernui.view.ViewGroup
 
Layout - Class in icyllis.arc3d.compiler.tree
Represents a layout block appearing before a variable declaration, as in:
Layout - Class in icyllis.modernui.text
A base class that manages text layout in visual elements on the screen, which is designed for text pages at high-level.
Layout() - Constructor for class icyllis.arc3d.compiler.tree.Layout
 
Layout(CharSequence, TextPaint, int, Layout.Alignment) - Constructor for class icyllis.modernui.text.Layout
Subclasses of Layout use this constructor to set the display text, width, and other standard properties.
Layout(CharSequence, TextPaint, int, Layout.Alignment, TextDirectionHeuristic) - Constructor for class icyllis.modernui.text.Layout
Subclasses of Layout use this constructor to set the display text, width, and other standard properties.
LAYOUT_DIRECTION_INHERIT - Static variable in class icyllis.modernui.view.View
Horizontal layout direction of this view is inherited from its parent.
LAYOUT_DIRECTION_LOCALE - Static variable in class icyllis.modernui.view.View
Horizontal layout direction of this view is from deduced from the default language script for the locale.
LAYOUT_DIRECTION_LTR - Static variable in class icyllis.modernui.view.View
Horizontal layout direction of this view is from Left to Right.
LAYOUT_DIRECTION_RTL - Static variable in class icyllis.modernui.view.View
Horizontal layout direction of this view is from Right to Left.
LAYOUT_DIRECTION_UNDEFINED - Static variable in class icyllis.modernui.view.View
A flag to indicate that the layout direction of this view has not been defined yet.
LAYOUT_QUALIFIERS - Static variable in class icyllis.arc3d.granite.shading.ShaderBuilderBase
 
Layout.Alignment - Enum Class in icyllis.modernui.text
 
layoutBuiltin() - Method in class icyllis.arc3d.compiler.tree.Modifiers
 
LayoutCache - Class in icyllis.modernui.graphics.text
Globally shared layout cache.
LayoutCache() - Constructor for class icyllis.modernui.graphics.text.LayoutCache
 
layoutChildren() - Method in class icyllis.modernui.widget.AbsListView
Subclasses must override this method to layout their children.
layoutChildren() - Method in class icyllis.modernui.widget.GridView
 
layoutChildren() - Method in class icyllis.modernui.widget.ListView
 
layoutDependsOn(CoordinatorLayout, V, View) - Method in class icyllis.modernui.widget.CoordinatorLayout.Behavior
Determine whether the supplied child view has another specific sibling view as a layout dependency.
LayoutDirection - Class in icyllis.modernui.util
A class for defining layout directions.
layoutFlags() - Method in class icyllis.arc3d.compiler.tree.Layout
 
layoutFlags() - Method in class icyllis.arc3d.compiler.tree.Modifiers
 
LayoutInflater - Class in icyllis.modernui.view
 
LayoutInflater() - Constructor for class icyllis.modernui.view.LayoutInflater
 
layoutOffset() - Method in class icyllis.arc3d.compiler.tree.Modifiers
 
LayoutParams() - Constructor for class icyllis.modernui.view.WindowManager.LayoutParams
 
LayoutParams() - Constructor for class icyllis.modernui.widget.GridLayout.LayoutParams
Constructs a new LayoutParams with default values as defined in GridLayout.LayoutParams.
LayoutParams() - Constructor for class icyllis.modernui.widget.TableLayout.LayoutParams
Sets the child width to ViewGroup.LayoutParams and the child height to ViewGroup.LayoutParams.WRAP_CONTENT.
LayoutParams() - Constructor for class icyllis.modernui.widget.TableRow.LayoutParams
Sets the child width to ViewGroup.LayoutParams and the child height to ViewGroup.LayoutParams.WRAP_CONTENT.
LayoutParams() - Constructor for class icyllis.modernui.widget.ViewPager.LayoutParams
 
LayoutParams(int) - Constructor for class icyllis.modernui.widget.TableRow.LayoutParams
Puts the view in the specified column.
LayoutParams(int, int) - Constructor for class icyllis.modernui.view.ViewGroup.LayoutParams
Creates a new set of layout parameters with the specified width and height.
LayoutParams(int, int) - Constructor for class icyllis.modernui.widget.AbsListView.LayoutParams
 
LayoutParams(int, int) - Constructor for class icyllis.modernui.widget.CoordinatorLayout.LayoutParams
 
LayoutParams(int, int) - Constructor for class icyllis.modernui.widget.FrameLayout.LayoutParams
Creates a new set of layout parameters with the specified width and height.
LayoutParams(int, int) - Constructor for class icyllis.modernui.widget.LinearLayout.LayoutParams
Creates a new set of layout parameters with the specified width and height.
LayoutParams(int, int) - Constructor for class icyllis.modernui.widget.RelativeLayout.LayoutParams
 
LayoutParams(int, int) - Constructor for class icyllis.modernui.widget.TableLayout.LayoutParams
LayoutParams(int, int) - Constructor for class icyllis.modernui.widget.TableRow.LayoutParams
Sets the child width and the child height.
LayoutParams(int, int, float) - Constructor for class icyllis.modernui.widget.LinearLayout.LayoutParams
Creates a new set of layout parameters with the specified width, height and weight.
LayoutParams(int, int, float) - Constructor for class icyllis.modernui.widget.TableLayout.LayoutParams
LayoutParams(int, int, float) - Constructor for class icyllis.modernui.widget.TableRow.LayoutParams
Sets the child width, height and weight.
LayoutParams(int, int, int) - Constructor for class icyllis.modernui.widget.AbsListView.LayoutParams
 
LayoutParams(int, int, int) - Constructor for class icyllis.modernui.widget.FrameLayout.LayoutParams
Creates a new set of layout parameters with the specified width, height and gravity.
LayoutParams(int, int, int, int) - Constructor for class icyllis.modernui.widget.AbsoluteLayout.LayoutParams
Creates a new set of layout parameters with the specified width, height and location.
LayoutParams(ViewGroup.LayoutParams) - Constructor for class icyllis.modernui.view.ViewGroup.LayoutParams
Copy constructor.
LayoutParams(ViewGroup.LayoutParams) - Constructor for class icyllis.modernui.widget.AbsListView.LayoutParams
 
LayoutParams(ViewGroup.LayoutParams) - Constructor for class icyllis.modernui.widget.AbsoluteLayout.LayoutParams
 
LayoutParams(ViewGroup.LayoutParams) - Constructor for class icyllis.modernui.widget.CoordinatorLayout.LayoutParams
 
LayoutParams(ViewGroup.LayoutParams) - Constructor for class icyllis.modernui.widget.FrameLayout.LayoutParams
 
LayoutParams(ViewGroup.LayoutParams) - Constructor for class icyllis.modernui.widget.GridLayout.LayoutParams
LayoutParams(ViewGroup.LayoutParams) - Constructor for class icyllis.modernui.widget.LinearLayout.LayoutParams
 
LayoutParams(ViewGroup.LayoutParams) - Constructor for class icyllis.modernui.widget.RelativeLayout.LayoutParams
 
LayoutParams(ViewGroup.LayoutParams) - Constructor for class icyllis.modernui.widget.TableLayout.LayoutParams
LayoutParams(ViewGroup.LayoutParams) - Constructor for class icyllis.modernui.widget.TableRow.LayoutParams
LayoutParams(ViewGroup.MarginLayoutParams) - Constructor for class icyllis.modernui.widget.CoordinatorLayout.LayoutParams
 
LayoutParams(ViewGroup.MarginLayoutParams) - Constructor for class icyllis.modernui.widget.FrameLayout.LayoutParams
 
LayoutParams(ViewGroup.MarginLayoutParams) - Constructor for class icyllis.modernui.widget.GridLayout.LayoutParams
LayoutParams(ViewGroup.MarginLayoutParams) - Constructor for class icyllis.modernui.widget.LinearLayout.LayoutParams
 
LayoutParams(ViewGroup.MarginLayoutParams) - Constructor for class icyllis.modernui.widget.RelativeLayout.LayoutParams
 
LayoutParams(ViewGroup.MarginLayoutParams) - Constructor for class icyllis.modernui.widget.TableLayout.LayoutParams
LayoutParams(ViewGroup.MarginLayoutParams) - Constructor for class icyllis.modernui.widget.TableRow.LayoutParams
LayoutParams(AbsoluteLayout.LayoutParams) - Constructor for class icyllis.modernui.widget.AbsoluteLayout.LayoutParams
Copy constructor.
LayoutParams(FrameLayout.LayoutParams) - Constructor for class icyllis.modernui.widget.FrameLayout.LayoutParams
Copy constructor.
LayoutParams(GridLayout.LayoutParams) - Constructor for class icyllis.modernui.widget.GridLayout.LayoutParams
Copy constructor.
LayoutParams(GridLayout.Spec, GridLayout.Spec) - Constructor for class icyllis.modernui.widget.GridLayout.LayoutParams
Constructs a new LayoutParams instance for this rowSpec and columnSpec.
LayoutParams(LinearLayout.LayoutParams) - Constructor for class icyllis.modernui.widget.LinearLayout.LayoutParams
Copy constructor.
LayoutParams(RelativeLayout.LayoutParams) - Constructor for class icyllis.modernui.widget.RelativeLayout.LayoutParams
Copy constructor.
LayoutPiece - Class in icyllis.modernui.graphics.text
The layout of a styled text run, including text shaping results, glyph metrics and their positions.
layoutQualifiers() - Method in class icyllis.arc3d.granite.shading.ShaderBuilderBase
 
LayoutTransition - Class in icyllis.modernui.animation
This class enables automatic animations on layout changes in ViewGroup objects.
LayoutTransition() - Constructor for class icyllis.modernui.animation.LayoutTransition
Constructs a LayoutTransition object.
LayoutTransition.TransitionListener - Interface in icyllis.modernui.animation
This interface is used for listening to starting and ending events for transitions.
LayoutUtils - Class in icyllis.modernui.graphics.text
 
LayoutUtils() - Constructor for class icyllis.modernui.graphics.text.LayoutUtils
 
LazyCallbackResult() - Constructor for class icyllis.arc3d.engine.ImageViewProxy.LazyCallbackResult
 
LazyCallbackResult() - Constructor for class icyllis.arc3d.engine.SurfaceProxy.LazyCallbackResult
 
LazyCallbackResult(GpuSurface) - Constructor for class icyllis.arc3d.engine.SurfaceProxy.LazyCallbackResult
 
LazyCallbackResult(GpuSurface, boolean, boolean) - Constructor for class icyllis.arc3d.engine.SurfaceProxy.LazyCallbackResult
 
LazyCallbackResult(Image) - Constructor for class icyllis.arc3d.engine.ImageViewProxy.LazyCallbackResult
 
LazyCallbackResult(Image, boolean) - Constructor for class icyllis.arc3d.engine.ImageViewProxy.LazyCallbackResult
 
LCH - Enum constant in enum class icyllis.modernui.graphics.GradientShader.InterpolationColorSpace
 
ldexp(float, int) - Static method in class icyllis.arc3d.core.MathUtil
Composes a floating-point number from x and the corresponding integral exponent of two in exp, resulting
LE - Enum constant in enum class icyllis.arc3d.compiler.Operator
 
leading - Variable in class icyllis.modernui.graphics.text.FontMetricsInt
The recommended additional space to add between lines of text.
LEADING_MARGIN_SPAN - Static variable in class icyllis.modernui.text.TextUtils
 
LeadingMarginSpan - Interface in icyllis.modernui.text.style
A paragraph style affecting the leading margin.
LeadingMarginSpan.LeadingMarginSpan2 - Interface in icyllis.modernui.text.style
An extended version of LeadingMarginSpan, which allows the implementor to specify the number of lines of the paragraph to which this object is attached that the "first line of paragraph" margin width will be applied to.
LeadingMarginSpan.Standard - Class in icyllis.modernui.text.style
The standard implementation of LeadingMarginSpan, which adjusts the margin but does not do any rendering.
LeastSquaresStrategy(int) - Constructor for class icyllis.modernui.view.VelocityTracker.LeastSquaresStrategy
 
LeastSquaresStrategy(int, VelocityTracker.LeastSquaresStrategy.Weighting) - Constructor for class icyllis.modernui.view.VelocityTracker.LeastSquaresStrategy
 
leaveScope() - Method in class icyllis.arc3d.compiler.Context
Leaves a scope level.
left - Variable in class icyllis.modernui.graphics.Rect
 
left - Variable in class icyllis.modernui.graphics.RectF
 
left() - Method in class icyllis.arc3d.core.Rect2f
Returns the rectangle's left.
left() - Method in interface icyllis.arc3d.core.Rect2fc
Returns the rectangle's left.
left() - Method in class icyllis.arc3d.core.Rect2i
Returns the rectangle's left.
left() - Method in interface icyllis.arc3d.core.Rect2ic
Returns the rectangle's left.
left() - Method in class icyllis.arc3d.core.RoundRect
Returns the rectangle's left.
left(TextView, Spannable) - Method in class icyllis.modernui.text.method.ArrowKeyMovementMethod
 
left(TextView, Spannable) - Method in class icyllis.modernui.text.method.BaseMovementMethod
Performs a left movement action.
left(TextView, Spannable) - Method in class icyllis.modernui.text.method.LinkMovementMethod
 
left(TextView, Spannable) - Method in class icyllis.modernui.text.method.ScrollingMovementMethod
 
LEFT - Static variable in class icyllis.modernui.view.Gravity
Push object to the left of its container, not changing its size.
LEFT - Static variable in class icyllis.modernui.view.View
A Property wrapper around the left functionality handled by the View.setLeft(int) and View.getLeft() methods.
LEFT - Static variable in class icyllis.modernui.widget.GridLayout
Indicates that a view should be aligned with the left edges of the other views in its cell group.
LEFT_OF - Static variable in class icyllis.modernui.widget.RelativeLayout
Rule that aligns a child's right edge with another child's left edge.
LEFT_RIGHT - Enum constant in enum class icyllis.modernui.graphics.drawable.GradientDrawable.Orientation
draw the gradient from the left to the right
leftMargin - Variable in class icyllis.modernui.view.ViewGroup.MarginLayoutParams
The left margin in pixels of the child.
leftWord(TextView, Spannable) - Method in class icyllis.modernui.text.method.ArrowKeyMovementMethod
 
leftWord(TextView, Spannable) - Method in class icyllis.modernui.text.method.BaseMovementMethod
length() - Method in class icyllis.arc3d.core.Quaternion
Returns the magnitude of this quaternion, namely the 2-norm (euclidean norm) or the length.
length() - Method in class icyllis.arc3d.core.Vector3
Returns the magnitude of this vector, namely the 2-norm (euclidean norm) or the length.
length() - Method in class icyllis.modernui.graphics.PointF
Return the Euclidean distance from (0,0) to the point
length() - Method in class icyllis.modernui.markdown.MarkdownVisitor
 
length() - Method in class icyllis.modernui.text.PrecomputedText
 
length() - Method in class icyllis.modernui.text.SpannableStringBuilder
Return the number of chars in the buffer.
length() - Method in class icyllis.modernui.text.SpannableString
 
length() - Method in class icyllis.modernui.text.SpannedString
 
length(float, float) - Static method in class icyllis.arc3d.core.Point
 
length(long) - Static method in class icyllis.arc3d.compiler.lex.Token
 
LENGTH_LONG - Static variable in class icyllis.modernui.widget.Toast
Show the view or text notification for a long period of time.
LENGTH_SHORT - Static variable in class icyllis.modernui.widget.Toast
Show the view or text notification for a short period of time.
LengthFilter(int) - Constructor for class icyllis.modernui.text.InputFilter.LengthFilter
 
lengthOfLIS(int[], int) - Static method in class icyllis.modernui.util.AlgorithmUtils
Returns the length of the longest increasing subsequence (non-strictly).
lengthOfLIS(int[], int, boolean) - Static method in class icyllis.modernui.util.AlgorithmUtils
Returns the length of the longest increasing subsequence.
lengthOfLIS(long[], int) - Static method in class icyllis.modernui.util.AlgorithmUtils
Returns the length of the longest increasing subsequence (non-strictly).
lengthOfLIS(long[], int, boolean) - Static method in class icyllis.modernui.util.AlgorithmUtils
Returns the length of the longest increasing subsequence.
lengthSq() - Method in class icyllis.arc3d.core.Quaternion
 
lengthSq() - Method in class icyllis.arc3d.core.Vector3
 
lengthSq(float, float) - Static method in class icyllis.arc3d.core.Point
 
lerp(double, double, double) - Static method in class icyllis.arc3d.core.MathUtil
Linear interpolation between two values.
lerp(float, float, float) - Static method in class icyllis.arc3d.core.MathUtil
Linear interpolation between two values.
less(short, short) - Static method in class icyllis.arc3d.core.FP16
Returns true if the first half-precision float value is less (smaller toward negative infinity) than the second half-precision float value.
less(short, short) - Static method in class icyllis.modernui.util.Half
Returns true if the first half-precision float value is less (smaller toward negative infinity) than the second half-precision float value.
lessEquals(short, short) - Static method in class icyllis.arc3d.core.FP16
Returns true if the first half-precision float value is less (smaller toward negative infinity) than or equal to the second half-precision float value.
lessEquals(short, short) - Static method in class icyllis.modernui.util.Half
Returns true if the first half-precision float value is less (smaller toward negative infinity) than or equal to the second half-precision float value.
LevelListDrawable - Class in icyllis.modernui.graphics.drawable
A resource that manages a number of alternate Drawables, each assigned a maximum numerical value.
LevelListDrawable() - Constructor for class icyllis.modernui.graphics.drawable.LevelListDrawable
 
levels - Variable in class icyllis.arc3d.opengl.GLBackendImage
GLsizei - number of mip levels
Lexer - Class in icyllis.arc3d.compiler.lex
Most are machine generated, see LexerGenerator.
Lexer(char[]) - Constructor for class icyllis.arc3d.compiler.lex.Lexer
 
Lexer(char[], int, int) - Constructor for class icyllis.arc3d.compiler.lex.Lexer
 
Lexer.PackedEntry - Record Class in icyllis.arc3d.compiler.lex
 
LexerGenerator - Class in icyllis.arc3d.compiler.lex
Generates the Lexer class.
LexerGenerator() - Constructor for class icyllis.arc3d.compiler.lex.LexerGenerator
 
LEXICON - Static variable in class icyllis.arc3d.compiler.lex.LexerGenerator
 
Lifecycle - Class in icyllis.modernui.lifecycle
Defines an object that has a Lifecycle.
Lifecycle() - Constructor for class icyllis.modernui.lifecycle.Lifecycle
 
Lifecycle.Event - Enum Class in icyllis.modernui.lifecycle
 
Lifecycle.State - Enum Class in icyllis.modernui.lifecycle
Lifecycle states.
LifecycleObserver - Interface in icyllis.modernui.lifecycle
Callback interface for listening to LifecycleOwner state changes.
LifecycleOwner - Interface in icyllis.modernui.lifecycle
A class that has an Android lifecycle.
LifecycleRegistry - Class in icyllis.modernui.lifecycle
An implementation of Lifecycle that can handle multiple observers.
LifecycleRegistry(LifecycleOwner) - Constructor for class icyllis.modernui.lifecycle.LifecycleRegistry
Creates a new LifecycleRegistry for the given provider.
LIGHTEN - Enum constant in enum class icyllis.arc3d.core.BlendMode
Retains the largest component of the source and destination pixel.
LIGHTEN - Enum constant in enum class icyllis.modernui.graphics.BlendMode
Retains the largest component of the source and destination pixel.
LIGHTER_COLOR - Enum constant in enum class icyllis.arc3d.core.BlendMode
Similar to BlendMode.LIGHTEN, but lightens on the composite channel, instead of separate RGB color channels.
LIGHTER_COLOR - Enum constant in enum class icyllis.modernui.graphics.BlendMode
Similar to BlendMode.LIGHTEN, but lightens on the composite channel, instead of separate RGB color channels.
lightness(float) - Static method in class icyllis.arc3d.core.Color
Coverts a luminance value to a perceptual lightness value.
lightness(float) - Static method in class icyllis.modernui.graphics.Color
Coverts a luminance value to a perceptual lightness value.
limit() - Method in class icyllis.modernui.graphics.text.FontCollection.Run
 
limit() - Method in class icyllis.modernui.util.Parcel
 
limit(int) - Method in class icyllis.modernui.util.IOStreamParcel
 
limit(int) - Method in class icyllis.modernui.util.Parcel
 
LINE_BACKGROUND_SPAN - Static variable in class icyllis.modernui.text.TextUtils
 
LINE_BREAK_STYLE_LOOSE - Static variable in class icyllis.modernui.graphics.text.LineBreakConfig
Uses the least restrictive rule for line-breaking.
LINE_BREAK_STYLE_NONE - Static variable in class icyllis.modernui.graphics.text.LineBreakConfig
No line break style specified.
LINE_BREAK_STYLE_NORMAL - Static variable in class icyllis.modernui.graphics.text.LineBreakConfig
Indicates breaking text with the most common set of line-breaking rules.
LINE_BREAK_STYLE_STRICT - Static variable in class icyllis.modernui.graphics.text.LineBreakConfig
Indicates breaking text with the most stringent line-breaking rules.
LINE_BREAK_WORD_STYLE_BREAK_ALL - Static variable in class icyllis.modernui.graphics.text.LineBreakConfig
Allow midword breaks unless forbidden by line break style.
LINE_BREAK_WORD_STYLE_KEEP_ALL - Static variable in class icyllis.modernui.graphics.text.LineBreakConfig
Prohibit midword breaks except for dictionary breaks.
LINE_BREAK_WORD_STYLE_NONE - Static variable in class icyllis.modernui.graphics.text.LineBreakConfig
No line break word style specified.
LINE_BREAK_WORD_STYLE_NORMAL - Static variable in class icyllis.modernui.graphics.text.LineBreakConfig
Normal script/language behavior for midword breaks.
LINE_BREAK_WORD_STYLE_PHRASE - Static variable in class icyllis.modernui.graphics.text.LineBreakConfig
Indicates the line breaking is based on the phrased.
LINE_HEIGHT_SPAN - Static variable in class icyllis.modernui.text.TextUtils
 
LINE_STRIP - Enum constant in enum class icyllis.modernui.graphics.Canvas.VertexMode
 
linear() - Static method in interface icyllis.modernui.animation.TimeInterpolator
Return a linear interpolator (identity).
LINEAR - Static variable in class icyllis.arc3d.core.SamplingOptions
Use linear interpolation for minification, magnification; no mipmapping.
LINEAR - Static variable in interface icyllis.modernui.animation.TimeInterpolator
The linear interpolator.
LINEAR_BURN - Enum constant in enum class icyllis.arc3d.core.BlendMode
Darkens the destination pixels to reflect the source pixels while also increasing contrast.
LINEAR_BURN - Enum constant in enum class icyllis.modernui.graphics.BlendMode
Darkens the destination pixels to reflect the source pixels while also increasing contrast.
LINEAR_DODGE - Enum constant in enum class icyllis.arc3d.core.BlendMode
Lightens the destination pixels to reflect the source pixels while also increasing contrast.
LINEAR_DODGE - Enum constant in enum class icyllis.modernui.graphics.BlendMode
Lightens the destination pixels to reflect the source pixels while also increasing contrast.
LINEAR_EXTENDED_SRGB - Enum constant in enum class icyllis.arc3d.core.ColorSpace.Named
RGB color space scRGB standardized as IEC 61966-2-2:2003.
LINEAR_GRADIENT - Static variable in class icyllis.modernui.graphics.drawable.GradientDrawable
Gradient is linear (default.)
LINEAR_LIGHT - Enum constant in enum class icyllis.arc3d.core.BlendMode
Burns or dodges colors by changing brightness, depending on the blend color.
LINEAR_LIGHT - Enum constant in enum class icyllis.modernui.graphics.BlendMode
Burns or dodges colors by changing brightness, depending on the blend color.
LINEAR_SRGB - Enum constant in enum class icyllis.arc3d.core.ColorSpace.Named
RGB color space sRGB standardized as IEC 61966-2.1:1999.
LINEAR_TRANSFER_PARAMETERS - Static variable in class icyllis.arc3d.granite.FragmentHelpers
 
LinearGradient - Class in icyllis.arc3d.core.shaders
LinearGradient generates gradient colors linearly interpolated between two points.
LinearGradient - Class in icyllis.modernui.graphics
LinearGradient generates gradient colors linearly interpolated between two points.
LinearGradient(float, float, float, float, float[], ColorSpace, float[], int, int, int) - Constructor for class icyllis.arc3d.core.shaders.LinearGradient
 
LinearGradient(float, float, float, float, float[], ColorSpace, float[], Shader.TileMode, Matrix) - Constructor for class icyllis.modernui.graphics.LinearGradient
Create a linear gradient shader.
LinearGradient(float, float, float, float, int[], float[], Shader.TileMode, Matrix) - Constructor for class icyllis.modernui.graphics.LinearGradient
Simplified constructor that takes an array of 0xAARRGGBB colors in sRGB color space.
LinearGradient(float, float, float, float, int, int, Shader.TileMode, Matrix) - Constructor for class icyllis.modernui.graphics.LinearGradient
Simplified constructor that takes two 0xAARRGGBB colors in sRGB color space.
LinearGradient.Builder - Class in icyllis.modernui.graphics
Builder pattern of LinearGradient.
LinearLayout - Class in icyllis.modernui.widget
A layout that arranges other views either horizontally in a single column or vertically in a single row.
LinearLayout(Context) - Constructor for class icyllis.modernui.widget.LinearLayout
 
LinearLayout.DividerMode - Annotation Interface in icyllis.modernui.widget
 
LinearLayout.LayoutParams - Class in icyllis.modernui.widget
Per-child layout information associated with ViewLinearLayout.
LinearLayout.OrientationMode - Annotation Interface in icyllis.modernui.widget
 
LinearPagerIndicator - Class in icyllis.modernui.widget
 
LinearPagerIndicator(Context) - Constructor for class icyllis.modernui.widget.LinearPagerIndicator
 
LinearToGamma(float) - Static method in class icyllis.arc3d.core.Color
Converts a color component from the linear RGB space to the sRGB space, using the inverse of sRGB transfer function.
LinearToGamma(float) - Static method in class icyllis.modernui.graphics.Color
Converts a color component from the linear RGB space to the sRGB space, using the inverse of sRGB transfer function.
LinearToGamma(float[]) - Static method in class icyllis.arc3d.core.Color
Converts a color from the linear RGB space to the sRGB space, using the inverse of sRGB transfer function.
LinearToGamma(float[]) - Static method in class icyllis.modernui.graphics.Color
Converts a color from the linear RGB space to the sRGB space, using the inverse of sRGB transfer function.
LineBackgroundSpan - Interface in icyllis.modernui.text.style
Used to change the background of lines where the span is attached to.
LineBackgroundSpan.Standard - Class in icyllis.modernui.text.style
Default implementation of the LineBackgroundSpan, which changes the background color of the lines to which the span is attached.
LineBreakConfig - Class in icyllis.modernui.graphics.text
Indicates the strategies can be used when calculating the text wrapping.
LineBreakConfig.Builder - Class in icyllis.modernui.graphics.text
A builder for creating LineBreakConfig.
LineBreakConfig.LineBreakStyle - Annotation Interface in icyllis.modernui.graphics.text
 
LineBreakConfig.LineBreakWordStyle - Annotation Interface in icyllis.modernui.graphics.text
 
LineBreaker - Class in icyllis.modernui.graphics.text
Provides automatic line breaking for a single paragraph.
LineBreaker(char[], MeasuredText, LineBreaker.LineWidth, TabStops) - Constructor for class icyllis.modernui.graphics.text.LineBreaker
 
LineBreaker.LineWidth - Interface in icyllis.modernui.graphics.text
The methods in this interface may be called several times.
LineBreaker.ParagraphConstraints - Class in icyllis.modernui.graphics.text
Line breaking constraints for single paragraph.
LineBreaker.Result - Class in icyllis.modernui.graphics.text
Holds the result of the line breaking algorithm.
lineEnd(TextView, Spannable) - Method in class icyllis.modernui.text.method.ArrowKeyMovementMethod
 
lineEnd(TextView, Spannable) - Method in class icyllis.modernui.text.method.BaseMovementMethod
Performs a line-end movement action.
lineEnd(TextView, Spannable) - Method in class icyllis.modernui.text.method.ScrollingMovementMethod
 
LineHeightSpan - Interface in icyllis.modernui.text.style
The classes that affect the line height of paragraph should implement this interface.
LINES - Enum constant in enum class icyllis.modernui.graphics.Canvas.VertexMode
 
lineStart(TextView, Spannable) - Method in class icyllis.modernui.text.method.ArrowKeyMovementMethod
 
lineStart(TextView, Spannable) - Method in class icyllis.modernui.text.method.BaseMovementMethod
Performs a line-start movement action.
lineStart(TextView, Spannable) - Method in class icyllis.modernui.text.method.ScrollingMovementMethod
 
lineTo(float, float) - Method in class icyllis.arc3d.core.j2d.J2DUtils.J2DPathConverter
 
lineTo(float, float) - Method in class icyllis.arc3d.core.Path
Adds a point to the path by drawing a straight line from the current point to the new specified point (x,y).
lineTo(float, float) - Method in interface icyllis.arc3d.core.PathConsumer
Accepts a point to the path by drawing a straight line from the current point to the new specified point (x,y).
lineTo(float, float) - Method in class icyllis.arc3d.core.PathStroker
 
lineToRel(float, float) - Method in class icyllis.arc3d.core.Path
Relative version of "line to".
linkColor - Variable in class icyllis.modernui.text.TextPaint
 
LinkedListMultimap<K,V> - Class in icyllis.arc3d.engine
Implementation of Multimap that uses an LinkedList to store the values for a given key.
LinkedListMultimap() - Constructor for class icyllis.arc3d.engine.LinkedListMultimap
 
LinkedListMultimap(Map<? extends K, ? extends LinkedList<V>>) - Constructor for class icyllis.arc3d.engine.LinkedListMultimap
 
LinkMovementMethod - Class in icyllis.modernui.text.method
A movement method that traverses links in the text buffer and scrolls if necessary.
LinkMovementMethod() - Constructor for class icyllis.modernui.text.method.LinkMovementMethod
 
ListAdapter - Interface in icyllis.modernui.widget
Extended Adapter that is the bridge between a ListView and the data that backs the list.
ListMenuItemView - Class in icyllis.modernui.view.menu
The item view for each item in the ListView-based MenuViews.
ListMenuItemView(Context) - Constructor for class icyllis.modernui.view.menu.ListMenuItemView
 
ListPopupWindow - Class in icyllis.modernui.widget
A ListPopupWindow anchors itself to a host view and displays a list of choices.
ListPopupWindow(Context) - Constructor for class icyllis.modernui.widget.ListPopupWindow
 
ListView - Class in icyllis.modernui.widget
Displays a vertically-scrollable collection of views, where each view is positioned immediately below the previous view in the list.
ListView(Context) - Constructor for class icyllis.modernui.widget.ListView
 
ListView.FixedViewInfo - Class in icyllis.modernui.widget
A class that represents a fixed view in a list, for example a header at the top or a footer at the bottom.
Literal - Class in icyllis.arc3d.compiler.tree
A constant value.
LITERAL - Enum constant in enum class icyllis.arc3d.compiler.tree.Node.ExpressionKind
 
LiveData<T> - Class in icyllis.modernui.lifecycle
LiveData is a data holder class that can be observed within a given lifecycle.
LiveData() - Constructor for class icyllis.modernui.lifecycle.LiveData
Creates a LiveData with no value assigned to it.
LiveData(T) - Constructor for class icyllis.modernui.lifecycle.LiveData
Creates a LiveData initialized with the given value.
load(int) - Static method in class icyllis.arc3d.core.PixelUtils
Load a pixel value in low precision.
load(Object, long) - Method in interface icyllis.arc3d.core.PixelUtils.PixelLoad
 
load_ABGR_8888(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_ABGR_8888(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_ALPHA_16(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_ALPHA_16(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_ALPHA_8(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_ALPHA_8(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_ALPHA_F16(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_ALPHA_F16(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_and_premul(int) - Static method in class icyllis.arc3d.core.Color
 
load_ARGB_8888(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_ARGB_8888(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_BGR_565(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_BGR_565(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_BGRA_1010102(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_BGRA_1010102(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_BGRA_8888(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_BGRA_8888(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
Load_DontStore - Static variable in interface icyllis.arc3d.engine.Engine.LoadStoreOps
Combination of load ops and store ops.
load_GRAY_8(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_GRAY_8(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_GRAY_ALPHA_88(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_GRAY_ALPHA_88(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_R_16(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_R_16(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_R_8(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_R_8(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_R_F16(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_R_F16(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RG_1616(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RG_1616(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RG_88(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RG_88(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RG_F16(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RG_F16(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGB_888(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGB_888(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBA_1010102(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBA_1010102(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBA_16161616(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBA_16161616(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBA_8888(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBA_8888(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBA_F16(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBA_F16(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBA_F32(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBA_F32(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBX_8888(Object, long) - Static method in class icyllis.arc3d.core.PixelUtils
 
load_RGBX_8888(Object, long, float[]) - Static method in class icyllis.arc3d.core.PixelUtils
 
Load_Store - Static variable in interface icyllis.arc3d.engine.Engine.LoadStoreOps
Combination of load ops and store ops.
loadCommonModule(ShaderCompiler) - Method in class icyllis.arc3d.compiler.ModuleLoader
 
loadFragmentClass(ClassLoader, String) - Static method in class icyllis.modernui.fragment.FragmentFactory
Parse a Fragment Class from the given class name.
loadGLSLFragModule(ShaderCompiler) - Method in class icyllis.arc3d.compiler.ModuleLoader
 
loadGLSLVertModule(ShaderCompiler) - Method in class icyllis.arc3d.compiler.ModuleLoader
 
loadModuleSource(String) - Method in class icyllis.arc3d.compiler.ModuleLoader
 
loadOp(byte) - Static method in interface icyllis.arc3d.engine.Engine.LoadStoreOps
 
loadOp(int) - Static method in class icyllis.arc3d.core.PixelUtils
Load a pixel value in high precision.
loadSystemProperties(BooleanSupplier) - Method in class icyllis.modernui.view.ViewRoot
 
LOCAL_ARC - Static variable in class icyllis.arc3d.granite.geom.AnalyticArcStep
(center X, center Y, start angle, sweep angle)
LOCAL_COORDS_VARYING_NAME - Static variable in class icyllis.arc3d.granite.PipelineBuilder
 
LOCAL_RECT - Static variable in class icyllis.arc3d.granite.geom.AnalyticSimpleBoxStep
(left, top, right, bottom) or ((startX, startY), (stopX, stopY))
localAARadius(float, float, float, float) - Method in class icyllis.arc3d.core.Matrix
Return the minimum distance needed to move in local (pre-transform) space to ensure that the transformed coordinates are at least 1px away from the original mapped point.
localAARadius(float, float, float, float) - Method in class icyllis.arc3d.core.Matrix4
Return the minimum distance needed to move in local (pre-transform) space to ensure that the transformed coordinates are at least 1px away from the original mapped point.
localAARadius(float, float, float, float) - Method in interface icyllis.arc3d.core.Matrix4c
Return the minimum distance needed to move in local (pre-transform) space to ensure that the transformed coordinates are at least 1px away from the original mapped point.
localAARadius(float, float, float, float) - Method in interface icyllis.arc3d.core.Matrixc
Return the minimum distance needed to move in local (pre-transform) space to ensure that the transformed coordinates are at least 1px away from the original mapped point.
localAARadius(Rect2fc) - Method in class icyllis.arc3d.core.Matrix
Return the minimum distance needed to move in local (pre-transform) space to ensure that the transformed coordinates are at least 1px away from the original mapped point.
localAARadius(Rect2fc) - Method in class icyllis.arc3d.core.Matrix4
Return the minimum distance needed to move in local (pre-transform) space to ensure that the transformed coordinates are at least 1px away from the original mapped point.
localAARadius(Rect2fc) - Method in interface icyllis.arc3d.core.Matrix4c
Return the minimum distance needed to move in local (pre-transform) space to ensure that the transformed coordinates are at least 1px away from the original mapped point.
localAARadius(Rect2fc) - Method in interface icyllis.arc3d.core.Matrixc
Return the minimum distance needed to move in local (pre-transform) space to ensure that the transformed coordinates are at least 1px away from the original mapped point.
LOCALE - Static variable in class icyllis.modernui.text.TextDirectionHeuristics
Force the paragraph direction to the Locale direction.
LOCALE - Static variable in class icyllis.modernui.util.LayoutDirection
Horizontal layout direction is deduced from the default language script for the locale.
LOCALE_SPAN - Static variable in class icyllis.modernui.text.TextUtils
 
LocaleList - Class in icyllis.modernui.core
LocaleList is an immutable list of Locales, typically used to keep an ordered list of user preferences for locales.
LocaleList(Locale...) - Constructor for class icyllis.modernui.core.LocaleList
Creates a new LocaleList.
LocaleSpan - Class in icyllis.modernui.text.style
Changes the Locale of the text to which the span is attached.
LocaleSpan(Parcel) - Constructor for class icyllis.modernui.text.style.LocaleSpan
 
LocaleSpan(Locale) - Constructor for class icyllis.modernui.text.style.LocaleSpan
Creates a LocaleSpan from a well-formed Locale.
localMatrixEquals(Matrix) - Method in class icyllis.modernui.graphics.ImageShader
Return true if the local matrix of the shader is equal to the given local matrix.
LocalMatrixShader - Class in icyllis.arc3d.core.shaders
 
locations() - Method in class icyllis.arc3d.engine.VertexInputLayout.Attribute
 
locations(byte) - Static method in class icyllis.arc3d.core.SLDataType
Returns the number of locations take up by a given SLType.
lock() - Method in class icyllis.arc3d.core.Strike
 
lock() - Method in interface icyllis.modernui.core.awt.PlatformGLCanvas
 
lock() - Method in class icyllis.modernui.core.awt.PlatformLinuxGLCanvas
 
lock() - Method in class icyllis.modernui.core.awt.PlatformMacOSXGLCanvas
 
lock() - Method in class icyllis.modernui.core.awt.PlatformWin32GLCanvas
 
lockAnimationClock(long) - Static method in class icyllis.modernui.animation.AnimationUtils
Locks AnimationUtilsAnimationUtils.currentAnimationTimeMillis() to a fixed value for the current thread.
Log - Class in icyllis.modernui.util
Framework wrapper over Log4j API for sending log output.
LOGGER - Static variable in class icyllis.modernui.ModernUI
 
LOGICAL_AND - Enum constant in enum class icyllis.arc3d.compiler.Operator
 
LOGICAL_NOT - Enum constant in enum class icyllis.arc3d.compiler.Operator
 
LOGICAL_OR - Enum constant in enum class icyllis.arc3d.compiler.Operator
 
LOGICAL_XOR - Enum constant in enum class icyllis.arc3d.compiler.Operator
 
LogWriter - Class in icyllis.modernui.core
Buffered writer to log4j logger, auto flush on newline.
LogWriter(Logger) - Constructor for class icyllis.modernui.core.LogWriter
 
LogWriter(Logger, Level, Marker) - Constructor for class icyllis.modernui.core.LogWriter
Create a new Writer that sends to the log with the given tag.
LONG_PRESS - Static variable in class icyllis.modernui.view.HapticFeedbackConstants
The user has performed a long press on an object that is resulting in an action being performed.
LONGER - Enum constant in enum class icyllis.modernui.graphics.GradientShader.HueInterpolationMethod
Hue angles are interpolated to take the longer of the two arcs between the starting and ending hues.
LongSparseArray<E> - Class in icyllis.modernui.util
SparseArray mapping longs to Objects.
LongSparseArray() - Constructor for class icyllis.modernui.util.LongSparseArray
Creates a new LongSparseArray containing no mappings.
LongSparseArray(int) - Constructor for class icyllis.modernui.util.LongSparseArray
Creates a new LongSparseArray containing no mappings that will not require any additional memory allocation to store the specified number of mappings.
longValue() - Method in class icyllis.modernui.util.Half
Returns the value of this Half as a long after a narrowing primitive conversion.
lookup(String, String, String, boolean) - Static method in class icyllis.modernui.resources.ResourceTable
 
loop() - Static method in class icyllis.modernui.core.Looper
Run the message queue in this thread.
Looper - Class in icyllis.modernui.core
Class used to run a message loop for a thread.
Looper.Observer - Interface in icyllis.modernui.core
 
loseContextOnReset - Variable in class icyllis.modernui.core.awt.GLData
When GLData.robustness is true then this specifies whether a GL_LOSE_CONTEXT_ON_RESET_ARB reset notification is sent, as described by GL_ARB_robustness.
lower(int[], int) - Static method in class icyllis.modernui.util.AlgorithmUtils
Returns an index of the last element in the range [0, a.length) such that a[index] < value, or -1 if no such element is found.
lower(int[], int, int, int) - Static method in class icyllis.modernui.util.AlgorithmUtils
Returns an index of the last element in the range [0, a.length) such that a[index] < value, or first - 1 if no such element is found.
lower(long[], int, int, long) - Static method in class icyllis.modernui.util.AlgorithmUtils
Returns an index of the last element in the range [0, a.length) such that a[index] < value, or first - 1 if no such element is found.
lower(long[], long) - Static method in class icyllis.modernui.util.AlgorithmUtils
Returns an index of the last element in the range [0, a.length) such that a[index] < value, or -1 if no such element is found.
lower(T[], int, int, T, Comparator<? super T>) - Static method in class icyllis.modernui.util.AlgorithmUtils
Returns an index of the last element in the range [0, a.length) such that a[index] < value, or first - 1 if no such element is found.
lower(T[], T, Comparator<? super T>) - Static method in class icyllis.modernui.util.AlgorithmUtils
Returns an index of the last element in the range [0, a.length) such that a[index] < value, or -1 if no such element is found.
LOWEST_VALUE - Static variable in class icyllis.arc3d.core.FP16
Smallest negative value a half-precision float may have.
LOWEST_VALUE - Static variable in class icyllis.modernui.util.Half
Smallest negative value a half-precision float may have.
LT - Enum constant in enum class icyllis.arc3d.compiler.Operator
 
LTGRAY - Static variable in class icyllis.arc3d.core.Color
Represents fully opaque light gray.
LTR - Static variable in class icyllis.modernui.text.TextDirectionHeuristics
Always decides that the direction is left to right.
LTR - Static variable in class icyllis.modernui.util.LayoutDirection
Horizontal layout direction is from Left to Right.
luminance(float[]) - Static method in class icyllis.arc3d.core.Color
Converts a linear RGB color to a luminance value.
luminance(float[]) - Static method in class icyllis.modernui.graphics.Color
Converts a linear RGB color to a luminance value.
luminance(float, float, float) - Static method in class icyllis.arc3d.core.Color
Converts a linear RGB color to a luminance value.
luminance(float, float, float) - Static method in class icyllis.modernui.graphics.Color
Converts a linear RGB color to a luminance value.
LUMINOSITY - Enum constant in enum class icyllis.arc3d.core.BlendMode
Replaces luminosity of destination with luminosity of source, leaving hue and saturation unchanged.
LUMINOSITY - Enum constant in enum class icyllis.modernui.graphics.BlendMode
Replaces luminosity of destination with luminosity of source, leaving hue and saturation unchanged.
LZWDecoder - Class in icyllis.arc3d.core.image
The GIF format uses LSB first.
LZWDecoder() - Constructor for class icyllis.arc3d.core.image.LZWDecoder
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form