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
B
- BackpressureUtils - class in com.tds.common.reactor.operators
- Utility functions for use with backpressure.
- Base64 - class in com.tds.common.websocket.util
- Encodes and decodes to and from Base64 notation.
- Base64.OutputStream - class in com.tds.common.websocket.util.Base64
- A OutputStream will write data to anotherjava.io.
- BasePresenter - class in com.tds.common.models
- BaseTrackModel - class in com.tds.common.tracker.model
- baseUrl(String) - function in com.tds.common.net.TdsApiClient.Builder
- batch(WebSocketImpl,ByteChannel) - function in com.tds.common.websocket.conn.SocketChannelIOHelper
- Returns whether the whole outQueue has been flushed
- BatchingListUpdateCallback - class in tds.androidx.recyclerview.widget
- Wraps a ListUpdateCallback callback and batches operations that can be merged.
- beginAsyncSection(String,int) - function in tds.androidx.core.os.TraceCompat
- Writes a trace message to indicate that a given section of code hasbegun.
- beginBatchedUpdates() - function in tds.androidx.recyclerview.widget.SortedList
- Batches adapter updates that happen after calling this method and before calling endBatchedUpdates.
- beginFakeDrag() - function in tds.androidx.viewpager.ViewPager
- Start a fake drag of the pager.
- beginSection(String) - function in tds.androidx.core.os.TraceCompat
- Writes a trace message to indicate that a given section of code has begun.
- BINARY - enum entry in com.tds.common.websocket.enums.Opcode
- BinaryFrame - class in com.tds.common.websocket.framing
- Class to represent a binary frame
- bind(Fragment) - function in com.tds.common.permission.FragmentDelegateImpl
- bind(Fragment) - function in com.tds.common.permission.FragmentDelegateImpl
- bindViewHolder(VH,int) - function in tds.androidx.recyclerview.widget.ListAdapter
- This method internally calls onBindViewHolder to update the ViewHolder contents with the item at the given position and also sets up someprivate fields to be used by RecyclerView.
- bindViewHolder(VH,int) - function in tds.androidx.recyclerview.widget.RecyclerView.Adapter
- This method internally calls onBindViewHolder to update the ViewHolder contents with the item at the given position and also sets up someprivate fields to be used by RecyclerView.
- bindViewHolder(VH,int) - function in tds.androidx.recyclerview.widget.ConcatAdapter
- This method internally calls onBindViewHolder to update the ViewHolder contents with the item at the given position and also sets up someprivate fields to be used by RecyclerView.
- bindViewToPosition(View,int) - function in tds.androidx.recyclerview.widget.RecyclerView.Recycler
- Binds the given View to the position.
- blocksInteractionBelow(CoordinatorLayout,V) - function in tds.androidx.coordinatorlayout.widget.CoordinatorLayout.Behavior
- Determine whether interaction with views behind the given child in the child order should beblocked.
- blocksInteractionBelow(CoordinatorLayout,V) - function in tds.androidx.coordinatorlayout.widget.RightSheetBehavior
- Determine whether interaction with views behind the given child in the child order should beblocked.
- blocksInteractionBelow(CoordinatorLayout,V) - function in tds.androidx.coordinatorlayout.widget.BottomSheetBehavior
- Determine whether interaction with views behind the given child in the child order should beblocked.
- body() - function in com.tds.common.net.TdsHttp.Response
- body(TdsHttp.ResponseBody) - function in com.tds.common.net.TdsHttp.Response.Builder
- BooleanSubscription - class in com.tds.common.reactor.subscriptions
- Subscription that can be checked for status such as in a loop inside an Observable to exit the loop if unsubscribed.
- BottomSheetBehavior - class in com.tds.common.widgets.behavior
- An interaction behavior plugin for a child view of CoordinatorLayout to make it work as a bottom sheet.
- BottomSheetBehavior.BottomSheetCallback - class in com.tds.common.widgets.behavior.BottomSheetBehavior
- Callback for monitoring events about bottom sheets.
- BottomSheetBehavior.SaveFlags - class in com.tds.common.widgets.behavior.BottomSheetBehavior
- BottomSheetBehavior.State - class in com.tds.common.widgets.behavior.BottomSheetBehavior
- Bridge - class in com.tds.common.bridge
- BridgeCallback - class in com.tds.common.bridge
- BridgeHolder - class in com.tds.common.bridge
- BridgeJsonHelper - class in com.tds.common.bridge.utils
- BridgeLogger - class in com.tds.common.bridge.utils
- BridgeMethod - class in com.tds.common.bridge.annotation
- BridgeParam - class in com.tds.common.bridge.annotation
- BridgeReflect - class in com.tds.common.bridge.utils
- BridgeService - class in com.tds.common.bridge.annotation
- bringChildToFront(View) - function in android.view.ViewPager
- bringChildToFront(View) - function in android.view.RecyclerView
- bringChildToFront(View) - function in android.view.CoordinatorLayout
- bringToFront() - function in android.view.ViewPager
- bringToFront() - function in android.view.RecyclerView
- bringToFront() - function in android.view.CoordinatorLayout
- bringToFront() - function in android.view.TdsRoundImageView
- bringToFront() - function in android.view.NetworkImageView
- bringToFront() - function in android.view.RoundNetImageView
- broadcast(String) - function in com.tds.common.websocket.server.WebSocketServer
- Send a text to all connected endpoints
- broadcast(Array) - function in com.tds.common.websocket.server.WebSocketServer
- Send a byte array to all connected endpoints
- broadcast(ByteBuffer) - function in com.tds.common.websocket.server.WebSocketServer
- Send a ByteBuffer to all connected endpoints
- broadcast(Array,Collection) - function in com.tds.common.websocket.server.WebSocketServer
- Send a byte array to a specific collection of websocket connections
- broadcast(ByteBuffer,Collection) - function in com.tds.common.websocket.server.WebSocketServer
- Send a ByteBuffer to a specific collection of websocket connections
- broadcast(String,Collection) - function in com.tds.common.websocket.server.WebSocketServer
- Send a text to a specific collection of websocket connections
- BUFFER - enum entry in com.tds.common.reactor.Emitter.BackpressureMode
Buffers (unbounded) all onNext calls until the downstream can consume them.
- build() - function in tds.androidx.core.view.WindowInsetsCompat.Builder
- Builds a WindowInsetsCompat instance.
- build() - function in tds.androidx.recyclerview.widget.AsyncDifferConfig.Builder
- Creates a AsyncListDiffer with the given parameters.
- build() - function in tds.androidx.recyclerview.widget.ConcatAdapter.Config.Builder
- build() - function in com.tds.common.websocket.TDSWebSocketService.WebSocketConfigBuilder
- build() - function in com.tds.common.net.TdsApiClient.Builder
- build() - function in com.tds.common.net.XUAParams.Builder
- build() - function in com.tds.common.net.TdsHttp.Client.Builder
- build() - function in com.tds.common.net.TdsHttp.Request.Builder
- build() - function in com.tds.common.net.TdsHttp.MultipartBody.Builder
- build() - function in com.tds.common.net.TdsHttp.FormBody.Builder
- build() - function in com.tds.common.net.TdsHttp.Response.Builder
- build(Context) - function in com.tds.common.tracker.TdsTrackerConfig.Builder
- build() - function in com.tds.common.tracker.TdsTrackerManager.TrackerEvent
- build() - function in com.tds.protobuf.LogBean.LogContent.Builder
- build() - function in com.tds.protobuf.LogBean.LogContent.Builder
- build() - function in com.tds.protobuf.LogBean.Log.Builder
- build() - function in com.tds.protobuf.LogBean.Log.Builder
- build() - function in com.tds.protobuf.LogBean.LogTag.Builder
- build() - function in com.tds.protobuf.LogBean.LogTag.Builder
- build() - function in com.tds.protobuf.LogBean.LogGroup.Builder
- build() - function in com.tds.protobuf.LogBean.LogGroup.Builder
- build() - function in com.tds.protobuf.LogBean.LogGroupList.Builder
- build() - function in com.tds.protobuf.LogBean.LogGroupList.Builder
- build(Context) - function in com.tds.common.log.entities.LogConfig.Builder
- build() - function in com.tds.common.entities.TapConfig.Builder
- BuildCompat - class in tds.androidx.core.os
- This class contains additional platform version checking methods for targeting pre-release versions of Android.
- buildDrawingCache() - function in android.view.ViewPager
- buildDrawingCache() - function in android.view.RecyclerView
- buildDrawingCache() - function in android.view.CoordinatorLayout
- buildDrawingCache() - function in android.view.TdsRoundImageView
- buildDrawingCache() - function in android.view.NetworkImageView
- buildDrawingCache() - function in android.view.RoundNetImageView
- buildLayer() - function in android.view.ViewPager
- buildLayer() - function in android.view.RecyclerView
- buildLayer() - function in android.view.CoordinatorLayout
- buildLayer() - function in android.view.TdsRoundImageView
- buildLayer() - function in android.view.NetworkImageView
- buildLayer() - function in android.view.RoundNetImageView
- buildPartial() - function in com.tds.protobuf.LogBean.LogContent.Builder
- buildPartial() - function in com.tds.protobuf.LogBean.LogContent.Builder
- buildPartial() - function in com.tds.protobuf.LogBean.Log.Builder
- buildPartial() - function in com.tds.protobuf.LogBean.Log.Builder
- buildPartial() - function in com.tds.protobuf.LogBean.LogTag.Builder
- buildPartial() - function in com.tds.protobuf.LogBean.LogTag.Builder
- buildPartial() - function in com.tds.protobuf.LogBean.LogGroup.Builder
- buildPartial() - function in com.tds.protobuf.LogBean.LogGroup.Builder
- buildPartial() - function in com.tds.protobuf.LogBean.LogGroupList.Builder
- buildPartial() - function in com.tds.protobuf.LogBean.LogGroupList.Builder
- buildUrl(String,Map) - function in com.tds.common.net.util.HttpUtil
- buildUrl(String,String,String) - function in com.tds.common.net.util.HttpUtil
- BusinessType - class in com.tds.common.log.constants
- ByteBufferUtils - class in com.tds.common.websocket.util
- Utility class for ByteBuffers
- byteStream() - function in com.tds.common.net.TdsHttp.ResponseBody
- byteValue() - function in java.lang.RxThreadFactory
- byteValue() - function in java.lang.FlowArbiter
- byteValue() - function in java.lang.SingleDelayedProducer