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 

L

LATEST - enum entry in com.tds.common.reactor.Emitter.BackpressureMode

Keeps the latest onNext value and overwrites it with newer ones until the downstreamcan consume it.

layout(int,int,int,int) - function in android.view.ViewPager
 
layout(int,int,int,int) - function in android.view.RecyclerView
 
layout(int,int,int,int) - function in android.view.CoordinatorLayout
 
layout(int,int,int,int) - function in android.view.TdsRoundImageView
 
layout(int,int,int,int) - function in android.view.NetworkImageView
 
layout(int,int,int,int) - function in android.view.RoundNetImageView
 
layoutDecorated(View,int,int,int,int) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Lay out the given child view within the RecyclerView using coordinates thatinclude any current ItemDecorations.
layoutDecorated(View,int,int,int,int) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Lay out the given child view within the RecyclerView using coordinates thatinclude any current ItemDecorations.
layoutDecorated(View,int,int,int,int) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Lay out the given child view within the RecyclerView using coordinates thatinclude any current ItemDecorations.
layoutDecorated(View,int,int,int,int) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Lay out the given child view within the RecyclerView using coordinates thatinclude any current ItemDecorations.
layoutDecoratedWithMargins(View,int,int,int,int) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Lay out the given child view within the RecyclerView using coordinates thatinclude any current ItemDecorations and margins.
layoutDecoratedWithMargins(View,int,int,int,int) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Lay out the given child view within the RecyclerView using coordinates thatinclude any current ItemDecorations and margins.
layoutDecoratedWithMargins(View,int,int,int,int) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Lay out the given child view within the RecyclerView using coordinates thatinclude any current ItemDecorations and margins.
layoutDecoratedWithMargins(View,int,int,int,int) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Lay out the given child view within the RecyclerView using coordinates thatinclude any current ItemDecorations and margins.
layoutDependsOn(CoordinatorLayout,V,View) - function in tds.androidx.coordinatorlayout.widget.CoordinatorLayout.Behavior
Determine whether the supplied child view has another specific sibling view as a layoutdependency.
layoutDependsOn(CoordinatorLayout,V,View) - function in tds.androidx.coordinatorlayout.widget.RightSheetBehavior
Determine whether the supplied child view has another specific sibling view as a layoutdependency.
layoutDependsOn(CoordinatorLayout,V,View) - function in tds.androidx.coordinatorlayout.widget.BottomSheetBehavior
Determine whether the supplied child view has another specific sibling view as a layoutdependency.
lazySet(long) - function in java.util.concurrent.atomic.RxThreadFactory
 
lazySet(int) - function in java.util.concurrent.atomic.FlowArbiter
 
lazySet(boolean) - function in java.util.concurrent.atomic.SingleProducer
 
lazySet(int) - function in java.util.concurrent.atomic.SingleDelayedProducer
 
lazySet(int,E) - function in java.util.concurrent.atomic.SpscExactAtomicArrayQueue
 
lazySet(V) - function in java.util.concurrent.atomic.SequentialSubscription
 
lazySet(V) - function in java.util.concurrent.atomic.ScheduledAction
 
LC - enum entry in com.tds.common.account.TdsAccount.AccountType
 
LCAccount - class in com.tds.common.account
 
leftEvent() - function in com.tds.common.widgets.dialog.AbstractAlertDialog
 
length() - function in java.util.concurrent.atomic.SpscExactAtomicArrayQueue
 
LIBRARY - enum entry in tds.androidx.annotation.RestrictTo.Scope

Restrict usage to code within the same library (e.g. the samegradle group ID and artifact ID).

LIBRARY_GROUP - enum entry in tds.androidx.annotation.RestrictTo.Scope

Restrict usage to code within the same group of libraries.This corresponds to the gradle group ID.

LIBRARY_GROUP_PREFIX - enum entry in tds.androidx.annotation.RestrictTo.Scope

Restrict usage to code within packages whose groups sharethe same library group prefix up to the last ".", so forexample libraries foo.bar:lib1 and foo.baz:lib2 sharethe prefix "foo." and so they can use each other'sapis that are restricted to this scope. Similarly forcom.foo.bar:lib1 and com.foo.baz:lib2 where they share"com.foo.". Library com.bar.qux:lib3 however will notbe able to use the restricted api because it onlyshares the prefix "com." and not all the way until thelast ".".

lift(Observable.Operator) - function in com.tds.common.reactor.Observable
 
lift(Observable.Operator) - function in com.tds.common.reactor.ScalarSynchronousObservable
 
lift(Observable.Operator) - function in com.tds.common.reactor.Subject
 
lift(Observable.Operator) - function in com.tds.common.reactor.PublishSubject
 
lift(Observable.Operator) - function in com.tds.common.reactor.SerializedSubject
 
likeWithViewName(String) - function in com.tds.common.tracker.model.ActionModel
 
LimitExceededException - class in com.tds.common.websocket.exceptions
exception which indicates that the message limited was exceeded (CloseFrame.
LinearLayoutManager - class in tds.androidx.recyclerview.widget
A RecyclerView.LayoutManager implementation which provides similar functionality to android.widget.ListView.
LinearLayoutManager.SavedState - class in tds.androidx.recyclerview.widget.LinearLayoutManager
 
LinearSmoothScroller - class in tds.androidx.recyclerview.widget
RecyclerView.SmoothScroller implementation which uses a LinearInterpolator until the target position becomes a child of the RecyclerView and then uses a DecelerateInterpolator to slowly approach to target position.
LinearSnapHelper - class in tds.androidx.recyclerview.widget
Implementation of the SnapHelper supporting snapping in either vertical or horizontal orientation.
ListAdapter - class in tds.androidx.recyclerview.widget
RecyclerView.Adapter base class for presenting List data in a RecyclerView, including computing diffs between Lists on a background thread.
ListUpdateCallback - class in tds.androidx.recyclerview.widget
An interface that can receive Update operations that are applied to a list.
ListUtil - class in com.tds.common.utils
 
load(Resources,int) - function in tds.androidx.core.view.PointerIconCompat
Loads a custom pointer icon from an XML resource.
load(String) - function in com.tds.common.widgets.image.TdsImage
 
load(File) - function in com.tds.common.widgets.image.TdsImage
 
load(int) - function in com.tds.common.widgets.image.TdsImage
 
loadAssetTextAsString(Context,String) - function in com.tds.common.utils.FileUtils
 
LoadBuilder - class in com.tds.common.widgets.image
 
loadDescription(AccessibilityServiceInfo,PackageManager) - function in tds.androidx.core.accessibilityservice.AccessibilityServiceInfoCompat
The localized description of the accessibility service.
LocalBroadcastManager - class in tds.androidx.core.content
Helper to register for and send broadcasts of Intents to local objects within your process.
LocalizeManager - class in com.tds.common.localize
 
LocalizeStore - class in com.tds.common.localize
 
lockdown() - function in com.tds.common.reactor.plugins.RxJavaHooks
Prevents changing the hooks.
log(String,String,String) - function in com.tds.common.log.wrapper.LoggerServiceImpl
 
log(String,String,String) - function in com.tds.common.log.wrapper.LoggerServiceImpl
 
log(String,String,String) - function in com.tds.common.log.wrapper.LoggerService
 
LogBean - class in com.tds.common.tracker.entities
 
LogBean.Log - class in com.tds.common.tracker.entities.LogBean
Protobuf type {@code Log}
LogBean.Log.Builder - class in com.tds.common.tracker.entities.LogBean.Log
Protobuf type {@code Log}
LogBean.LogContent - class in com.tds.common.tracker.entities.LogBean
Protobuf type {@code LogContent}
LogBean.LogContent.Builder - class in com.tds.common.tracker.entities.LogBean.LogContent
Protobuf type {@code LogContent}
LogBean.LogContentOrBuilder - class in com.tds.common.tracker.entities.LogBean
 
LogBean.LogGroup - class in com.tds.common.tracker.entities.LogBean
Protobuf type {@code LogGroup}
LogBean.LogGroup.Builder - class in com.tds.common.tracker.entities.LogBean.LogGroup
Protobuf type {@code LogGroup}
LogBean.LogGroupList - class in com.tds.common.tracker.entities.LogBean
Protobuf type {@code LogGroupList}
LogBean.LogGroupList.Builder - class in com.tds.common.tracker.entities.LogBean.LogGroupList
Protobuf type {@code LogGroupList}
LogBean.LogGroupListOrBuilder - class in com.tds.common.tracker.entities.LogBean
 
LogBean.LogGroupOrBuilder - class in com.tds.common.tracker.entities.LogBean
 
LogBean.LogOrBuilder - class in com.tds.common.tracker.entities.LogBean
 
LogBean.LogTag - class in com.tds.common.tracker.entities.LogBean
Protobuf type {@code LogTag}
LogBean.LogTag.Builder - class in com.tds.common.tracker.entities.LogBean.LogTag
Protobuf type {@code LogTag}
LogBean.LogTagOrBuilder - class in com.tds.common.tracker.entities.LogBean
 
LogConfig - class in com.tds.common.log.entities
 
LogConfig.Builder - class in com.tds.common.log.entities.LogConfig
 
logD(String) - function in com.tds.common.websocket.util.LogUtil
 
logD(String,Object) - function in com.tds.common.websocket.util.LogUtil
 
logE(String) - function in com.tds.common.websocket.util.LogUtil
 
logE(String,Throwable) - function in com.tds.common.websocket.util.LogUtil
 
logE(String,String,Throwable) - function in com.tds.common.websocket.util.LogUtil
 
Logger - class in com.tds.common.log
 
LoggerService - class in com.tds.common.log.wrapper
 
LoggerServiceImpl - class in com.tds.common.log.wrapper
 
LogHandlerThread - class in com.tds.common.log
 
Login - class in com.tds.common.tracker.annotations
 
Login.StringLoginActionType - class in com.tds.common.tracker.annotations.Login
 
Login.StringLoginType - class in com.tds.common.tracker.annotations.Login
 
logInfo(String,String) - function in com.tds.common.log.Logger
 
LoginModel - class in com.tds.common.tracker.model
 
LogMessage - class in com.tds.common.log.entities
 
LogUtil - class in com.tds.common.websocket.util
 
LongSparseArray - class in tds.androidx.collection
SparseArray mapping longs to Objects.
longValue() - function in java.util.concurrent.atomic.RxThreadFactory
 
longValue() - function in java.util.concurrent.atomic.FlowArbiter
 
longValue() - function in java.util.concurrent.atomic.SingleDelayedProducer
 
LooperScheduler - class in com.tds.common.reactor.rxandroid.schedulers
 
Lz4Util - class in com.tds.common.utils
 
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