Package ly.img.android.pesdk.utils

Types

BitmapFactoryUtils
Link copied to clipboard
open class BitmapFactoryUtils
BitmapLayer
Link copied to clipboard
open class BitmapLayer
CallSet
Link copied to clipboard
abstract class CallSet<E> : Iterable<E>
ColorFillSource
Link copied to clipboard

Created by svennahler on 30.01.17.

open class ColorFillSource
ColorMatrixUtils
Link copied to clipboard

Created by svennahler on 04.10.17.

class ColorMatrixUtils
CreatorFactory
Link copied to clipboard

Created by svennahler on 22.03.18.

open class CreatorFactory
DataSourceArrayList
Link copied to clipboard
open class DataSourceArrayList<TYPE> : ArrayList<TYPE>
EnumMagic
Link copied to clipboard

Created by svennahler on 01.09.16.

open class EnumMagic
ExifUtils
Link copied to clipboard
open class ExifUtils
FloatPointList
Link copied to clipboard
open class FloatPointList
FlushedInputStream
Link copied to clipboard

Fixes an Bug with the Android region decoder.

open class FlushedInputStream : FilterInputStream
Fps
Link copied to clipboard
open class Fps : Runnable
ImageViewUtil
Link copied to clipboard

Utility class that deals with operations with an ImageView.

open class ImageViewUtil
Is
Link copied to clipboard

Created by svennahler on 18.12.16.

open class Is
LevelProgress
Link copied to clipboard

Created by svennahler on 07.10.16.

open class LevelProgress
MathUtils
Link copied to clipboard
object MathUtils
OrientationSensor
Link copied to clipboard
open class OrientationSensor
PrefManger
Link copied to clipboard

A Simple TypeSafe Preference reader Class. Created by sven on 05.09.14.

open class PrefManger<T>
RectMatrixUtilities
Link copied to clipboard

Created by svennahler on 21.08.16.

open class RectMatrixUtilities
RelativeContext
Link copied to clipboard
open class RelativeContext
ResourceUtils
Link copied to clipboard

Created by svennahler on 12.01.18.

open class ResourceUtils
SetHardwareAnimatedViews
Link copied to clipboard
open class SetHardwareAnimatedViews
SingletonReference
Link copied to clipboard
class SingletonReference<T>(throwAwayIf: (T) -> Boolean, initializer: () -> T) : Serializable
SpeedDeque
Link copied to clipboard
class SpeedDeque<T>
StorageUtils
Link copied to clipboard
object StorageUtils
TerminableLoop
Link copied to clipboard
open class TerminableLoop
TerminableThread
Link copied to clipboard
open class TerminableThread(name: String, work: (TerminableLoop) -> Unit?) : Thread
ThreadUtils
Link copied to clipboard
class ThreadUtils
TimeIt
Link copied to clipboard

Created by svennahler on 14.07.16.

open class TimeIt
TimeOut
Link copied to clipboard

Created by svennahler on 02.07.16.

open class TimeOut<T : Enum?>
TimeOutObject
Link copied to clipboard

Created by svennahler on 02.07.16.

open class TimeOutObject<T>
Trace
Link copied to clipboard
open class Trace
TransformedMotionEvent
Link copied to clipboard
open class TransformedMotionEvent : Recyclable
TransformedVector
Link copied to clipboard
open class TransformedVector(isAtomic: Boolean) : Recyclable, Resettable
TransparentJpeg
Link copied to clipboard

A lib that saves an ARGB Bitmap separated as RGB an Alpha Chanel in separate jpeg files.

object TransparentJpeg
TypefaceLoader
Link copied to clipboard
object TypefaceLoader
UnusedBitmapPool
Link copied to clipboard

Created by svennahler on 20.01.17.

open class UnusedBitmapPool
UriHelper
Link copied to clipboard
object UriHelper
VectorUtils
Link copied to clipboard
object VectorUtils
WeakCallSet
Link copied to clipboard
abstract class WeakCallSet<E> : Iterable<E>
WeakSet
Link copied to clipboard
open class WeakSet<E>

Functions

clamp
Link copied to clipboard
infix fun Int.clamp(range: IntRange): Int
fun Double.clamp(min: Double, max: Double): Double
fun Float.clamp(min: Float, max: Float): Float
fun Int.clamp(min: Int, max: Int): Int
fun Long.clamp(min: Long, max: Long): Long
copyAsFile
Link copied to clipboard
fun <ERROR CLASS>.copyAsFile(): File
fun <ERROR CLASS>.copyAsFile(destination: File): File
isLocalResource
Link copied to clipboard
fun <ERROR CLASS>.isLocalResource(): <ERROR CLASS>
MainThreadRunnable
Link copied to clipboard
inline fun MainThreadRunnable(crossinline closure: () -> Unit): ThreadUtils.MainThreadRunnable
mapToRotatedSource
Link copied to clipboard
fun <ERROR CLASS>.mapToRotatedSource(source: <ERROR CLASS>, rotation90deg: Int): <ERROR CLASS>
fun <ERROR CLASS>.mapToRotatedSource(sourceWidth: Float, sourceHeight: Float, rotation90deg: Int): <ERROR CLASS>
orthogonalDistanceTo
Link copied to clipboard
fun <ERROR CLASS>.orthogonalDistanceTo(refX: Float, refY: Float): Float
ReplaceRunnable
Link copied to clipboard
inline fun ReplaceRunnable(id: String, crossinline closure: () -> Unit): ThreadUtils.ReplaceThreadRunnable
runOnMainThread
Link copied to clipboard
inline fun runOnMainThread(crossinline closure: () -> Unit)
SequenceRunnable
Link copied to clipboard
inline fun SequenceRunnable(id: String, crossinline closure: () -> Unit): ThreadUtils.SequencedThreadRunnable
useInverted
Link copied to clipboard
infix inline fun <T> <ERROR CLASS>.useInverted(crossinline block: (<ERROR CLASS>) -> T): T
wrapTo360
Link copied to clipboard
fun Double.wrapTo360(): Double
fun Float.wrapTo360(): Float
fun Int.wrapTo360(): Int
fun Long.wrapTo360(): Long

Properties

assetResourceFileDescriptor
Link copied to clipboard
val <ERROR CLASS>.assetResourceFileDescriptor: <ERROR CLASS>
assetResourcePath
Link copied to clipboard
val <ERROR CLASS>.assetResourcePath: <ERROR CLASS>
isAssetResource
Link copied to clipboard
val <ERROR CLASS>.isAssetResource: <ERROR CLASS>