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 

R

read(ByteBuffer) - function in com.tds.common.websocket.conn.SSLSocketChannel
 
read(ByteBuffer) - function in java.nio.channels.SSLSocketChannel
 
read(ByteBuffer) - function in com.tds.common.websocket.conn.AbstractWrappedByteChannel
 
read(ByteBuffer) - function in java.nio.channels.AbstractWrappedByteChannel
 
read(ByteBuffer,WebSocketImpl,ByteChannel) - function in com.tds.common.websocket.conn.SocketChannelIOHelper
 
read(ByteBuffer) - function in java.nio.channels.WrappedByteChannel
 
read(ByteBuffer) - function in com.tds.common.websocket.conn.SSLSocketChannel2
Blocks when in blocking mode until at least one byte has been decoded.
read(ByteBuffer) - function in java.nio.channels.SSLSocketChannel2
 
readLine(ByteBuffer) - function in com.tds.common.websocket.drafts.Draft_6455
 
readLine(ByteBuffer) - function in com.tds.common.websocket.drafts.Draft
 
readMore(ByteBuffer) - function in com.tds.common.websocket.conn.SSLSocketChannel
This function does not read data from the underlying channel at all.
readMore(ByteBuffer) - function in com.tds.common.websocket.conn.AbstractWrappedByteChannel
This function does not read data from the underlying channel at all.
readMore(ByteBuffer,WebSocketImpl,WrappedByteChannel) - function in com.tds.common.websocket.conn.SocketChannelIOHelper
 
readMore(ByteBuffer) - function in com.tds.common.websocket.conn.WrappedByteChannel
This function does not read data from the underlying channel at all.
readMore(ByteBuffer) - function in com.tds.common.websocket.conn.SSLSocketChannel2
This function does not read data from the underlying channel at all.
readString(File) - function in com.tds.common.io.IoUtil
 
readString(InputStream) - function in com.tds.common.io.IoUtil
 
readStringLine(ByteBuffer) - function in com.tds.common.websocket.drafts.Draft_6455
 
readStringLine(ByteBuffer) - function in com.tds.common.websocket.drafts.Draft
 
readTimeout(long,TimeUnit) - function in com.tds.common.net.TdsHttp.Client.Builder
 
readTimeoutMillis() - function in com.tds.common.net.TdsHttp.Interceptor.Chain
 
ReadyState - class in com.tds.common.websocket.enums
Enum which represents the state a websocket may be in
recalculatePositionOfItemAt(int) - function in tds.androidx.recyclerview.widget.SortedList
This method can be used to recalculate the position of the item at the given index, withouttriggering an onChanged callback.
recomputeViewAttributes(View) - function in android.view.ViewPager
 
recomputeViewAttributes(View) - function in android.view.RecyclerView
 
recomputeViewAttributes(View) - function in android.view.CoordinatorLayout
 
reconnect() - function in com.tds.common.websocket.client.WebSocketClient
Reinitiates the websocket connection.
reconnect() - function in com.tds.common.websocket.client.WebSocketClient
Reinitiates the websocket connection.
reconnectBlocking() - function in com.tds.common.websocket.client.WebSocketClient
Same as reconnect but blocks until the websocket reconnected or failed to doso.
reconnectBlocking() - function in com.tds.common.websocket.client.WebSocketClient
Same as reconnect but blocks until the websocket reconnected or failed to doso.
recordPostLayoutInformation(RecyclerView.State,RecyclerView.ViewHolder) - function in tds.androidx.recyclerview.widget.DefaultItemAnimator
Called by the RecyclerView after the layout is complete.
recordPostLayoutInformation(RecyclerView.State,RecyclerView.ViewHolder) - function in tds.androidx.recyclerview.widget.SimpleItemAnimator
Called by the RecyclerView after the layout is complete.
recordPostLayoutInformation(RecyclerView.State,RecyclerView.ViewHolder) - function in tds.androidx.recyclerview.widget.RecyclerView.ItemAnimator
Called by the RecyclerView after the layout is complete.
recordPreLayoutInformation(RecyclerView.State,RecyclerView.ViewHolder,int,List) - function in tds.androidx.recyclerview.widget.DefaultItemAnimator
Called by the RecyclerView before the layout begins.
recordPreLayoutInformation(RecyclerView.State,RecyclerView.ViewHolder,int,List) - function in tds.androidx.recyclerview.widget.SimpleItemAnimator
Called by the RecyclerView before the layout begins.
recordPreLayoutInformation(RecyclerView.State,RecyclerView.ViewHolder,int,List) - function in tds.androidx.recyclerview.widget.RecyclerView.ItemAnimator
Called by the RecyclerView before the layout begins.
recycleData(Array,int) - function in tds.androidx.recyclerview.widget.AsyncListUtil.DataCallback
Recycle the objects created in fillData if necessary.
RecyclerView - class in tds.androidx.recyclerview.widget
A flexible view for providing a limited window into a large data set.
RecyclerView.Adapter - class in tds.androidx.recyclerview.widget.RecyclerView
Base class for an AdapterAdapters provide a binding from an app-specific data set to views that are displayedwithin a RecyclerView.
RecyclerView.Adapter.StateRestorationPolicy - class in tds.androidx.recyclerview.widget.RecyclerView.Adapter
Defines how this Adapter wants to restore its state after a view reconstruction (e.g.configuration change).
RecyclerView.AdapterDataObserver - class in tds.androidx.recyclerview.widget.RecyclerView
Observer base class for watching changes to an Adapter.
RecyclerView.ChildDrawingOrderCallback - class in tds.androidx.recyclerview.widget.RecyclerView
A callback interface that can be used to alter the drawing order of RecyclerView children.
RecyclerView.EdgeEffectFactory - class in tds.androidx.recyclerview.widget.RecyclerView
EdgeEffectFactory lets you customize the over-scroll edge effect for RecyclerViews.
RecyclerView.EdgeEffectFactory.EdgeDirection - class in tds.androidx.recyclerview.widget.RecyclerView.EdgeEffectFactory
 
RecyclerView.ItemAnimator - class in tds.androidx.recyclerview.widget.RecyclerView
This class defines the animations that take place on items as changes are madeto the adapter.Subclasses of ItemAnimator can be used to implement custom animations for actions onViewHolder items.
RecyclerView.ItemAnimator.AdapterChanges - class in tds.androidx.recyclerview.widget.RecyclerView.ItemAnimator
The set of flags that might be passed to recordPreLayoutInformation.
RecyclerView.ItemAnimator.ItemAnimatorFinishedListener - class in tds.androidx.recyclerview.widget.RecyclerView.ItemAnimator
This interface is used to inform listeners when all pending or running animationsin an ItemAnimator are finished.
RecyclerView.ItemAnimator.ItemHolderInfo - class in tds.androidx.recyclerview.widget.RecyclerView.ItemAnimator
A simple data structure that holds information about an item's bounds.This information is used in calculating item animations.
RecyclerView.ItemDecoration - class in tds.androidx.recyclerview.widget.RecyclerView
An ItemDecoration allows the application to add a special drawing and layout offsetto specific item views from the adapter's data set.
RecyclerView.LayoutManager - class in tds.androidx.recyclerview.widget.RecyclerView
A LayoutManager is responsible for measuring and positioning item viewswithin a RecyclerView as well as determining the policy for when to recycleitem views that are no longer visible to the user.
RecyclerView.LayoutManager.LayoutPrefetchRegistry - class in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Interface for LayoutManagers to request items to be prefetched, based on position, withspecified distance from viewport, which indicates priority.
RecyclerView.LayoutManager.Properties - class in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Some general properties that a LayoutManager may want to use.
RecyclerView.LayoutParams - class in tds.androidx.recyclerview.widget.RecyclerView
LayoutParams subclass for children of RecyclerView.
RecyclerView.OnChildAttachStateChangeListener - class in tds.androidx.recyclerview.widget.RecyclerView
A Listener interface that can be attached to a RecylcerView to get notifiedwhenever a ViewHolder is attached to or detached from RecyclerView.
RecyclerView.OnFlingListener - class in tds.androidx.recyclerview.widget.RecyclerView
This class defines the behavior of fling if the developer wishes to handle it.
RecyclerView.OnItemTouchListener - class in tds.androidx.recyclerview.widget.RecyclerView
An OnItemTouchListener allows the application to intercept touch events in progress at theview hierarchy level of the RecyclerView before those touch events are considered forRecyclerView's own scrolling behavior.
RecyclerView.OnScrollListener - class in tds.androidx.recyclerview.widget.RecyclerView
An OnScrollListener can be added to a RecyclerView to receive messages when a scrolling eventhas occurred on that RecyclerView.
RecyclerView.Orientation - class in tds.androidx.recyclerview.widget.RecyclerView
 
RecyclerView.RecycledViewPool - class in tds.androidx.recyclerview.widget.RecyclerView
RecycledViewPool lets you share Views between multiple RecyclerViews.
RecyclerView.Recycler - class in tds.androidx.recyclerview.widget.RecyclerView
A Recycler is responsible for managing scrapped or detached item views for reuse.
RecyclerView.RecyclerListener - class in tds.androidx.recyclerview.widget.RecyclerView
A RecyclerListener can be set on a RecyclerView to receive messages whenevera view is recycled.
RecyclerView.SavedState - class in tds.androidx.recyclerview.widget.RecyclerView
This is public so that the CREATOR can be accessed on cold launch.
RecyclerView.SimpleOnItemTouchListener - class in tds.androidx.recyclerview.widget.RecyclerView
An implementation of OnItemTouchListener that has empty method bodiesand default return values.
RecyclerView.SmoothScroller - class in tds.androidx.recyclerview.widget.RecyclerView
Base class for smooth scrolling.
RecyclerView.SmoothScroller.Action - class in tds.androidx.recyclerview.widget.RecyclerView.SmoothScroller
Holds information about a smooth scroll request by a SmoothScroller.
RecyclerView.SmoothScroller.ScrollVectorProvider - class in tds.androidx.recyclerview.widget.RecyclerView.SmoothScroller
An interface which is optionally implemented by custom LayoutManager to provide a hint to a SmoothScroller about the location of the target position.
RecyclerView.State - class in tds.androidx.recyclerview.widget.RecyclerView
Contains useful information about the current RecyclerView state like target scrollposition or view focus.
RecyclerView.ViewCacheExtension - class in tds.androidx.recyclerview.widget.RecyclerView
ViewCacheExtension is a helper class to provide an additional layer of view caching that canbe controlled by the developer.
RecyclerView.ViewHolder - class in tds.androidx.recyclerview.widget.RecyclerView
A ViewHolder describes an item view and metadata about its place within the RecyclerView.
recycleView(View) - function in tds.androidx.recyclerview.widget.RecyclerView.Recycler
Recycle a detached view.
refresh() - function in tds.androidx.recyclerview.widget.AsyncListUtil
Forces reloading the data.
refreshData() - function in tds.androidx.recyclerview.widget.AsyncListUtil.DataCallback
Refresh the data set and return the new data item count.
refreshDrawableState() - function in android.view.ViewPager
 
refreshDrawableState() - function in android.view.RecyclerView
 
refreshDrawableState() - function in android.view.CoordinatorLayout
 
refreshDrawableState() - function in android.view.TdsRoundImageView
 
refreshDrawableState() - function in android.view.NetworkImageView
 
refreshDrawableState() - function in android.view.RoundNetImageView
 
register(Class,IBridgeService) - function in com.tds.common.bridge.BridgeHolder
 
register(Class,IBridgeService) - function in com.tds.common.bridge.IBridge
注册Bridge 服务
register(Class,IBridgeService) - function in com.tds.common.bridge.Bridge
注册Bridge 服务
register(Class) - function in com.tds.common.isc.IscServiceManager
 
registerAdapterDataObserver(RecyclerView.AdapterDataObserver) - function in tds.androidx.recyclerview.widget.ListAdapter
Register a new observer to listen for data changes.
registerAdapterDataObserver(RecyclerView.AdapterDataObserver) - function in tds.androidx.recyclerview.widget.RecyclerView.Adapter
Register a new observer to listen for data changes.
registerAdapterDataObserver(RecyclerView.AdapterDataObserver) - function in tds.androidx.recyclerview.widget.ConcatAdapter
Register a new observer to listen for data changes.
registerAllExtensions(ExtensionRegistryLite) - function in com.tds.common.tracker.entities.LogBean
 
registerDataSetObserver(DataSetObserver) - function in tds.androidx.viewpager.FragmentPagerAdapter
Register an observer to receive callbacks related to the adapter's data changing.
registerDataSetObserver(DataSetObserver) - function in tds.androidx.viewpager.PagerAdapter
Register an observer to receive callbacks related to the adapter's data changing.
registerExecutor(ScheduledThreadPoolExecutor) - function in com.tds.common.reactor.internal.schedulers.NewThreadWorker
Registers the given executor service and starts the purge thread if not already started.
registerForContextMenu(View) - function in android.app.PermissionFragment
 
registerForContextMenu(View) - function in android.app.ForwardSettingDialog
 
registerForContextMenu(View) - function in android.app.SlideSheetDialog
 
registerForContextMenu(View) - function in android.app.AbstractAlertDialog
 
registerForContextMenu(View) - function in android.app.SafeDialogFragment
 
registerHandler(String,BridgeCallback) - function in com.tds.common.bridge.IBridge
引擎调用 Android方法
registerHandler(String,BridgeCallback) - function in com.tds.common.bridge.Bridge
引擎调用 Android方法
registerHandler(String,BridgeCallback) - function in com.tds.common.bridge.Bridge
引擎调用 Android方法
registerMessageListener(WebSocketMessage.Type,WebSocketEventListener) - function in com.tds.common.websocket.TDSWebSocketService
 
registerNetInterceptor(String,ErrorHandler) - function in com.tds.common.net.TDSNetInterceptor
 
registerProperties(String,TapPropertiesProxy) - function in com.tds.common.wrapper.TapPropertiesHolder
 
registerProperties(String,TapPropertiesProxy) - function in com.tds.common.wrapper.TDSCommonServiceImpl
 
registerProperties(String,TapPropertiesProxy) - function in com.tds.common.wrapper.TDSCommonService
 
registerReceiver(BroadcastReceiver,IntentFilter) - function in tds.androidx.core.content.LocalBroadcastManager
Register a receive for any local broadcasts that match the given IntentFilter.
registerSchedulersHook(RxAndroidSchedulersHook) - function in com.tds.common.reactor.rxandroid.plugins.RxAndroidPlugins
Registers an RxAndroidSchedulersHook implementation as a global override of anyinjected or default implementations.
registerSession(int) - function in com.tds.common.tracker.session.SessionIdManager
 
registerTdsClient(String,TdsApiClient) - function in com.tds.common.net.Skynet
 
registerTracker(TdsTrackerConfig) - function in com.tds.common.tracker.TdsTrackerManager
 
release(T) - function in tds.androidx.core.util.Pools.Pool
Release an instance to the pool.
release(T) - function in tds.androidx.core.util.Pools.SimplePool
Release an instance to the pool.
release(T) - function in tds.androidx.core.util.Pools.SynchronizedPool
Release an instance to the pool.
release(T) - function in tds.androidx.core.util.Pools.SynchronizedPool
Release an instance to the pool.
release() - function in com.tds.common.reactor.internal.util.RxRingBuffer
 
releasePointerCapture() - function in android.view.ViewPager
 
releasePointerCapture() - function in android.view.RecyclerView
 
releasePointerCapture() - function in android.view.CoordinatorLayout
 
releasePointerCapture() - function in android.view.TdsRoundImageView
 
releasePointerCapture() - function in android.view.NetworkImageView
 
releasePointerCapture() - function in android.view.RoundNetImageView
 
remove(Object) - function in tds.androidx.collection.SimpleArrayMap
Remove an existing key from the array map.
remove(Object,Object) - function in tds.androidx.collection.SimpleArrayMap
Remove an existing key from the array map only if it is currently mapped to {@code value}.
remove(long) - function in tds.androidx.collection.LongSparseArray
Removes the mapping from the specified key, if there was any.
remove(long,Object) - function in tds.androidx.collection.LongSparseArray
Remove an existing key from the array map only if it is currently mapped to {@code value}.
remove(T) - function in tds.androidx.recyclerview.widget.SortedList
Removes the provided item from the list and calls onRemoved.
remove(int) - function in tds.androidx.recyclerview.widget.RecyclerView.State
Removes the mapping from the specified id, if there was any.
remove(Drawable) - function in tds.com.google.android.material.internal.ViewOverlayImpl
Removes the specified Drawable from the overlay.
remove(String) - function in com.tds.common.utils.SP
 
remove(Subscription) - function in com.tds.common.reactor.util.SubscriptionList
 
remove(Object) - function in com.tds.common.reactor.internal.util.atomic.SpscUnboundedAtomicArrayQueue
 
remove() - function in com.tds.common.reactor.internal.util.atomic.SpscUnboundedAtomicArrayQueue
 
remove() - function in java.util.SpscUnboundedAtomicArrayQueue
 
remove(Object) - function in java.util.SpscUnboundedAtomicArrayQueue
 
remove() - function in java.util.SpscAtomicArrayQueue
 
remove(Object) - function in java.util.SpscAtomicArrayQueue
 
remove(Object) - function in com.tds.common.reactor.internal.util.atomic.SpscExactAtomicArrayQueue
 
remove() - function in com.tds.common.reactor.internal.util.atomic.SpscExactAtomicArrayQueue
 
remove() - function in java.util.SpscExactAtomicArrayQueue
 
remove(Object) - function in java.util.SpscExactAtomicArrayQueue
 
remove(Subscription) - function in com.tds.common.reactor.subscriptions.CompositeSubscription
Removes a Subscription from this {@code CompositeSubscription}, and unsubscribes the Subscription.
removeAdapter(RecyclerView.Adapter) - function in tds.androidx.recyclerview.widget.ConcatAdapter
Removes the given adapter from the adapters list if it exists
removeAll(Collection) - function in com.tds.common.reactor.internal.util.atomic.SpscUnboundedAtomicArrayQueue
 
removeAll(Collection) - function in java.util.SpscUnboundedAtomicArrayQueue
 
removeAll(Collection) - function in java.util.SpscAtomicArrayQueue
 
removeAll(Collection) - function in com.tds.common.reactor.internal.util.atomic.SpscExactAtomicArrayQueue
 
removeAll(Collection) - function in java.util.SpscExactAtomicArrayQueue
 
removeAllViews() - function in android.view.ViewPager
 
removeAllViews() - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Remove all views from the currently attached RecyclerView.
removeAllViews() - function in tds.androidx.recyclerview.widget.GridLayoutManager
Remove all views from the currently attached RecyclerView.
removeAllViews() - function in android.view.RecyclerView
 
removeAllViews() - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Remove all views from the currently attached RecyclerView.
removeAllViews() - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Remove all views from the currently attached RecyclerView.
removeAllViews() - function in android.view.CoordinatorLayout
 
removeAllViewsInLayout() - function in android.view.ViewPager
 
removeAllViewsInLayout() - function in android.view.RecyclerView
 
removeAllViewsInLayout() - function in android.view.CoordinatorLayout
 
removeAndRecycleAllViews(RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Removes all views and recycles them using the given recycler.
removeAndRecycleAllViews(RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Removes all views and recycles them using the given recycler.
removeAndRecycleAllViews(RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Removes all views and recycles them using the given recycler.
removeAndRecycleAllViews(RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Removes all views and recycles them using the given recycler.
removeAndRecycleView(View,RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Remove a child view and recycle it using the given Recycler.
removeAndRecycleView(View,RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Remove a child view and recycle it using the given Recycler.
removeAndRecycleView(View,RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Remove a child view and recycle it using the given Recycler.
removeAndRecycleView(View,RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Remove a child view and recycle it using the given Recycler.
removeAndRecycleViewAt(int,RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Remove a child view and recycle it using the given Recycler.
removeAndRecycleViewAt(int,RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Remove a child view and recycle it using the given Recycler.
removeAndRecycleViewAt(int,RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Remove a child view and recycle it using the given Recycler.
removeAndRecycleViewAt(int,RecyclerView.Recycler) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Remove a child view and recycle it using the given Recycler.
removeAt(int) - function in tds.androidx.collection.SimpleArrayMap
Remove the key/value mapping at the given index.
removeAt(int) - function in tds.androidx.collection.LongSparseArray
Removes the mapping at the specified index.
removeBottomSheetCallback(BottomSheetBehavior.BottomSheetCallback) - function in com.tds.common.widgets.behavior.RightSheetBehavior
Removes a previously added callback.
removeBottomSheetCallback(BottomSheetBehavior.BottomSheetCallback) - function in com.tds.common.widgets.behavior.BottomSheetBehavior
Removes a previously added callback.
removeCallbacks(Runnable) - function in android.view.ViewPager
 
removeCallbacks(Runnable) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Removes the specified Runnable from the message queue.
removeCallbacks(Runnable) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Removes the specified Runnable from the message queue.
removeCallbacks(Runnable) - function in android.view.RecyclerView
 
removeCallbacks(Runnable) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Removes the specified Runnable from the message queue.
removeCallbacks(Runnable) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Removes the specified Runnable from the message queue.
removeCallbacks(Runnable) - function in android.view.CoordinatorLayout
 
removeCallbacks(Runnable) - function in android.os.TdsTrackerHandler
 
removeCallbacks(Runnable) - function in android.view.TdsRoundImageView
 
removeCallbacks(Runnable) - function in android.view.NetworkImageView
 
removeCallbacks(Runnable) - function in android.view.RoundNetImageView
 
removeCallbacksAndMessages(Object) - function in android.os.TdsTrackerHandler
 
removeContents(int) - function in com.tds.common.tracker.entities.LogBean.Log.Builder
repeated .LogContent Contents = 2;
removeDetachedView(View) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Finish removing a view that was previously temporarily detached.
removeDetachedView(View) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Finish removing a view that was previously temporarily detached.
removeDetachedView(View) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Finish removing a view that was previously temporarily detached.
removeDetachedView(View) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Finish removing a view that was previously temporarily detached.
removeEventListener() - function in com.tds.common.websocket.WebSocketClient
 
removeHeader(String) - function in com.tds.common.websocket.client.WebSocketClient
 
removeHeader(String) - function in com.tds.common.websocket.client.WebSocketClient
 
removeHeader(String) - function in com.tds.common.net.TdsHttp.Request.Builder
 
removeHeader(String) - function in com.tds.common.net.TdsHttp.Response.Builder
 
removeIf(Predicate) - function in java.util.SpscUnboundedAtomicArrayQueue
 
removeIf(Predicate) - function in java.util.SpscAtomicArrayQueue
 
removeIf(Predicate) - function in java.util.SpscExactAtomicArrayQueue
 
removeItemAt(int) - function in tds.androidx.recyclerview.widget.SortedList
Removes the item at the given index and calls onRemoved.
removeItemDecoration(RecyclerView.ItemDecoration) - function in tds.androidx.recyclerview.widget.RecyclerView
Remove an ItemDecoration from this RecyclerView.
removeItemDecorationAt(int) - function in tds.androidx.recyclerview.widget.RecyclerView
Removes the ItemDecoration associated with the supplied index position.
removeListListener(AsyncListDiffer.ListListener) - function in tds.androidx.recyclerview.widget.AsyncListDiffer
Remove a previously registered ListListener.
removeLogGroups(int) - function in com.tds.common.tracker.entities.LogBean.LogGroupList.Builder
repeated .LogGroup LogGroups = 1;
removeLogs(int) - function in com.tds.common.tracker.entities.LogBean.LogGroup.Builder
repeated .Log Logs = 1;
removeLogTags(int) - function in com.tds.common.tracker.entities.LogBean.LogGroup.Builder
repeated .LogTag LogTags = 6;
removeMessages(int) - function in android.os.TdsTrackerHandler
 
removeOnAdapterChangeListener(ViewPager.OnAdapterChangeListener) - function in tds.androidx.viewpager.ViewPager
Remove a listener that was previously added via addOnAdapterChangeListener.
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ViewPager
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.RecyclerView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.CoordinatorLayout
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.TdsRoundImageView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.NetworkImageView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.RoundNetImageView
 
removeOnChildAttachStateChangeListener(RecyclerView.OnChildAttachStateChangeListener) - function in tds.androidx.recyclerview.widget.RecyclerView
Removes the provided listener from child attached state listeners list.
removeOnGlobalLayoutListener(View,ViewTreeObserver.OnGlobalLayoutListener) - function in tds.com.google.android.material.internal.ViewUtils
 
removeOnGlobalLayoutListener(ViewTreeObserver,ViewTreeObserver.OnGlobalLayoutListener) - function in tds.com.google.android.material.internal.ViewUtils
 
removeOnItemTouchListener(RecyclerView.OnItemTouchListener) - function in tds.androidx.recyclerview.widget.RecyclerView
Remove an OnItemTouchListener.
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ViewPager
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.RecyclerView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.CoordinatorLayout
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.TdsRoundImageView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.NetworkImageView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.RoundNetImageView
 
removeOnPageChangeListener(ViewPager.OnPageChangeListener) - function in tds.androidx.viewpager.ViewPager
Remove a listener that was previously added via addOnPageChangeListener.
removeOnScrollListener(RecyclerView.OnScrollListener) - function in tds.androidx.recyclerview.widget.RecyclerView
Remove a listener that was notified of any changes in scroll state or position.
removeOnUnhandledKeyEventListener(View,ViewCompat.OnUnhandledKeyEventListenerCompat) - function in tds.androidx.core.view.ViewCompat
Removes a listener which will receive unhandled KeyEvents.
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ViewPager
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.RecyclerView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.CoordinatorLayout
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.TdsRoundImageView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.NetworkImageView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.RoundNetImageView
 
removeRecyclerListener(RecyclerView.RecyclerListener) - function in tds.androidx.recyclerview.widget.RecyclerView
Removes the provided listener from RecyclerListener list.
removeView(View) - function in tds.androidx.viewpager.ViewPager
 
removeView(View) - function in android.view.ViewPager
 
removeView(View) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Remove a view from the currently attached RecyclerView if needed.
removeView(View) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Remove a view from the currently attached RecyclerView if needed.
removeView(View) - function in android.view.RecyclerView
 
removeView(View) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Remove a view from the currently attached RecyclerView if needed.
removeView(View) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Remove a view from the currently attached RecyclerView if needed.
removeView(View) - function in android.view.CoordinatorLayout
 
removeViewAt(int) - function in android.view.ViewPager
 
removeViewAt(int) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Remove a view from the currently attached RecyclerView if needed.
removeViewAt(int) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Remove a view from the currently attached RecyclerView if needed.
removeViewAt(int) - function in android.view.RecyclerView
 
removeViewAt(int) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Remove a view from the currently attached RecyclerView if needed.
removeViewAt(int) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Remove a view from the currently attached RecyclerView if needed.
removeViewAt(int) - function in android.view.CoordinatorLayout
 
removeViewInLayout(View) - function in android.view.ViewPager
 
removeViewInLayout(View) - function in android.view.RecyclerView
 
removeViewInLayout(View) - function in android.view.CoordinatorLayout
 
removeViews(int,int) - function in android.view.ViewPager
 
removeViews(int,int) - function in android.view.RecyclerView
 
removeViews(int,int) - function in android.view.CoordinatorLayout
 
removeViewsInLayout(int,int) - function in android.view.ViewPager
 
removeViewsInLayout(int,int) - function in android.view.RecyclerView
 
removeViewsInLayout(int,int) - function in android.view.CoordinatorLayout
 
replace(K,V) - function in tds.androidx.collection.SimpleArrayMap
Replace the mapping for {@code key} only if it is already mapped to a value.
replace(K,V,V) - function in tds.androidx.collection.SimpleArrayMap
Replace the mapping for {@code key} only if it is already mapped to a value.
replace(long,E) - function in tds.androidx.collection.LongSparseArray
Replace the mapping for {@code key} only if it is already mapped to a value.
replace(long,E,E) - function in tds.androidx.collection.LongSparseArray
Replace the mapping for {@code key} only if it is already mapped to a value.
replace(Subscription) - function in com.tds.common.reactor.subscriptions.SequentialSubscription
Atomically replaces the contained Subscription to the provided next value butdoes not unsubscribe the previous value or unsubscribes the next value if thiscontainer is unsubscribed.
replaceAll(Array,boolean) - function in tds.androidx.recyclerview.widget.SortedList
Replaces the current items with the new items, dispatching ListUpdateCallback eventsfor each change detected as appropriate.
replaceAll(Array) - function in tds.androidx.recyclerview.widget.SortedList
Replaces the current items with the new items, dispatching ListUpdateCallback eventsfor each change detected as appropriate.
replaceAll(Collection) - function in tds.androidx.recyclerview.widget.SortedList
Replaces the current items with the new items, dispatching ListUpdateCallback eventsfor each change detected as appropriate.
replaceSystemWindowInsets(int,int,int,int) - function in tds.androidx.core.view.WindowInsetsCompat
Returns a copy of this WindowInsets with selected system window insets replacedwith new values.
replaceSystemWindowInsets(Rect) - function in tds.androidx.core.view.WindowInsetsCompat
Returns a copy of this WindowInsets with selected system window insets replacedwith new values.
replaceWeak(Subscription) - function in com.tds.common.reactor.subscriptions.SequentialSubscription
Atomically tries to replace the contained Subscription to the provided next value butdoes not unsubscribe the previous value or unsubscribes the next value if this containeris unsubscribed.
request(TdsHttp.Request) - function in com.tds.common.net.TdsHttp.Response.Builder
 
request() - function in com.tds.common.net.TdsHttp.Interceptor.Chain
 
request(RequestPermissionCallback) - function in com.tds.common.permission.PermissionCollection
 
request(long) - function in com.tds.common.reactor.Producer
Request a certain maximum number of items from this Producer.
request(long) - function in com.tds.common.reactor.transformer.FlowArbiter
Request a certain maximum number of items from this Producer.
request(long) - function in com.tds.common.reactor.FlowArbiter
Request a certain maximum number of items from this Producer.
request(long) - function in com.tds.common.reactor.internal.producers.ProducerArbiter
Request a certain maximum number of items from this Producer.
request(long) - function in com.tds.common.reactor.internal.producers.SingleProducer
Request a certain maximum number of items from this Producer.
request(long) - function in com.tds.common.reactor.internal.producers.SingleDelayedProducer
Request a certain maximum number of items from this Producer.
requestApplyInsets(View) - function in tds.androidx.core.view.ViewCompat
Ask that a new dispatch of {@code View.onApplyWindowInsets(WindowInsets)} be performed.
requestApplyInsets() - function in android.view.ViewPager
 
requestApplyInsets() - function in android.view.RecyclerView
 
requestApplyInsets() - function in android.view.CoordinatorLayout
 
requestApplyInsets() - function in android.view.TdsRoundImageView
 
requestApplyInsets() - function in android.view.NetworkImageView
 
requestApplyInsets() - function in android.view.RoundNetImageView
 
requestApplyInsetsWhenAttached(View) - function in tds.com.google.android.material.internal.ViewUtils
Requests that insets should be applied to this view once it is attached.
requestChildFocus(View,View) - function in android.view.ViewPager
 
requestChildFocus(View,View) - function in tds.androidx.recyclerview.widget.RecyclerView
 
requestChildFocus(View,View) - function in android.view.RecyclerView
 
requestChildFocus(View,View) - function in android.view.CoordinatorLayout
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.ViewPager
 
requestChildRectangleOnScreen(RecyclerView,View,Rect,boolean) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Called when a child of the RecyclerView wants a particular rectangle to be positionedonto the screen.
requestChildRectangleOnScreen(RecyclerView,View,Rect,boolean,boolean) - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Requests that the given child of the RecyclerView be positioned onto the screen.
requestChildRectangleOnScreen(RecyclerView,View,Rect,boolean) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Called when a child of the RecyclerView wants a particular rectangle to be positionedonto the screen.
requestChildRectangleOnScreen(RecyclerView,View,Rect,boolean,boolean) - function in tds.androidx.recyclerview.widget.GridLayoutManager
Requests that the given child of the RecyclerView be positioned onto the screen.
requestChildRectangleOnScreen(View,Rect,boolean) - function in tds.androidx.recyclerview.widget.RecyclerView
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.RecyclerView
 
requestChildRectangleOnScreen(RecyclerView,View,Rect,boolean) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Called when a child of the RecyclerView wants a particular rectangle to be positionedonto the screen.
requestChildRectangleOnScreen(RecyclerView,View,Rect,boolean,boolean) - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Requests that the given child of the RecyclerView be positioned onto the screen.
requestChildRectangleOnScreen(RecyclerView,View,Rect,boolean) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Called when a child of the RecyclerView wants a particular rectangle to be positionedonto the screen.
requestChildRectangleOnScreen(RecyclerView,View,Rect,boolean,boolean) - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Requests that the given child of the RecyclerView be positioned onto the screen.
requestChildRectangleOnScreen(View,Rect,boolean) - function in tds.androidx.coordinatorlayout.widget.CoordinatorLayout
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.CoordinatorLayout
 
requestDisallowInterceptTouchEvent(boolean) - function in android.view.ViewPager
 
requestDisallowInterceptTouchEvent(boolean) - function in tds.androidx.recyclerview.widget.RecyclerView
 
requestDisallowInterceptTouchEvent(boolean) - function in android.view.RecyclerView
 
requestDisallowInterceptTouchEvent(boolean) - function in tds.androidx.coordinatorlayout.widget.CoordinatorLayout
 
requestDisallowInterceptTouchEvent(boolean) - function in android.view.CoordinatorLayout
 
requested() - function in com.tds.common.reactor.Emitter
The current outstanding request amount.
requestFitSystemWindows() - function in android.view.ViewPager
 
requestFitSystemWindows() - function in android.view.RecyclerView
 
requestFitSystemWindows() - function in android.view.CoordinatorLayout
 
requestFitSystemWindows() - function in android.view.TdsRoundImageView
 
requestFitSystemWindows() - function in android.view.NetworkImageView
 
requestFitSystemWindows() - function in android.view.RoundNetImageView
 
requestFocus(int,Rect) - function in android.view.ViewPager
 
requestFocus(int,Rect) - function in android.view.RecyclerView
 
requestFocus(int,Rect) - function in android.view.CoordinatorLayout
 
requestFocus() - function in android.view.TdsRoundImageView
 
requestFocus() - function in android.view.NetworkImageView
 
requestFocus() - function in android.view.RoundNetImageView
 
requestFocusAndShowKeyboard(View) - function in tds.com.google.android.material.internal.ViewUtils
 
requestFocusFromTouch() - function in android.view.ViewPager
 
requestFocusFromTouch() - function in android.view.RecyclerView
 
requestFocusFromTouch() - function in android.view.CoordinatorLayout
 
requestFocusFromTouch() - function in android.view.TdsRoundImageView
 
requestFocusFromTouch() - function in android.view.NetworkImageView
 
requestFocusFromTouch() - function in android.view.RoundNetImageView
 
requestLayout() - function in android.view.ViewPager
 
requestLayout() - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
Calls {@code RecyclerView#requestLayout} on the underlying RecyclerView
requestLayout() - function in tds.androidx.recyclerview.widget.GridLayoutManager
Calls {@code RecyclerView#requestLayout} on the underlying RecyclerView
requestLayout() - function in tds.androidx.recyclerview.widget.RecyclerView
 
requestLayout() - function in android.view.RecyclerView
 
requestLayout() - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
Calls {@code RecyclerView#requestLayout} on the underlying RecyclerView
requestLayout() - function in tds.androidx.recyclerview.widget.LinearLayoutManager
Calls {@code RecyclerView#requestLayout} on the underlying RecyclerView
requestLayout() - function in android.view.CoordinatorLayout
 
requestLayout() - function in android.view.TdsRoundImageView
 
requestLayout() - function in android.view.NetworkImageView
 
requestLayout() - function in android.view.RoundNetImageView
 
requestPermission(Set,RequestPermissionCallback,PermissionConfig) - function in com.tds.common.permission.FragmentDelegateImpl
 
requestPermission(Set,RequestPermissionCallback,PermissionConfig) - function in com.tds.common.permission.FragmentDelegateImpl
 
requestPermission(Set,RequestPermissionCallback,PermissionConfig) - function in com.tds.common.permission.PermissionFragment
 
RequestPermissionCallback - class in com.tds.common.permission
 
requestPermissions(Fragment,Array,int) - function in tds.androidx.viewpager.FragmentCompat
Requests permissions to be granted to this application.
requestPermissions(Fragment,Array,int) - function in tds.androidx.viewpager.FragmentCompat.PermissionCompatDelegate
Determines whether the delegate should handle requestPermissions, and requestpermissions if applicable.
requestPermissions(Array,int) - function in android.app.PermissionFragment
 
requestPermissions(Array,int) - function in android.app.ForwardSettingDialog
 
requestPermissions(Array,int) - function in android.app.AbstractAlertDialog
 
requestPermissions(Array,int) - function in android.app.SafeDialogFragment
 
requestPointerCapture() - function in android.view.ViewPager
 
requestPointerCapture() - function in android.view.RecyclerView
 
requestPointerCapture() - function in android.view.CoordinatorLayout
 
requestPointerCapture() - function in android.view.TdsRoundImageView
 
requestPointerCapture() - function in android.view.NetworkImageView
 
requestPointerCapture() - function in android.view.RoundNetImageView
 
requestRectangleOnScreen(Rect) - function in android.view.ViewPager
 
requestRectangleOnScreen(Rect) - function in android.view.RecyclerView
 
requestRectangleOnScreen(Rect) - function in android.view.CoordinatorLayout
 
requestRectangleOnScreen(Rect) - function in android.view.TdsRoundImageView
 
requestRectangleOnScreen(Rect) - function in android.view.NetworkImageView
 
requestRectangleOnScreen(Rect) - function in android.view.RoundNetImageView
 
requestSendAccessibilityEvent(ViewParent,View,AccessibilityEvent) - function in tds.androidx.core.view.ViewParentCompat
Called by a child to request from its parent to send an AccessibilityEvent.The child has already populated a record for itself in the event and is delegatingto its parent to send the event.
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ViewPager
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.RecyclerView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.CoordinatorLayout
 
requestSimpleAnimationsInNextLayout() - function in tds.androidx.recyclerview.widget.StaggeredGridLayoutManager
A LayoutManager can call this method to force RecyclerView to run simple animations inthe next layout pass, even if there is not any trigger to do so.
requestSimpleAnimationsInNextLayout() - function in tds.androidx.recyclerview.widget.GridLayoutManager
A LayoutManager can call this method to force RecyclerView to run simple animations inthe next layout pass, even if there is not any trigger to do so.
requestSimpleAnimationsInNextLayout() - function in tds.androidx.recyclerview.widget.RecyclerView.LayoutManager
A LayoutManager can call this method to force RecyclerView to run simple animations inthe next layout pass, even if there is not any trigger to do so.
requestSimpleAnimationsInNextLayout() - function in tds.androidx.recyclerview.widget.LinearLayoutManager
A LayoutManager can call this method to force RecyclerView to run simple animations inthe next layout pass, even if there is not any trigger to do so.
requestTransparentRegion(View) - function in android.view.ViewPager
 
requestTransparentRegion(View) - function in android.view.RecyclerView
 
requestTransparentRegion(View) - function in android.view.CoordinatorLayout
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ViewPager
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.RecyclerView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.CoordinatorLayout
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.TdsRoundImageView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.NetworkImageView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.RoundNetImageView
 
requestUsageTimeReport(PendingIntent) - function in tds.androidx.core.app.ActivityOptionsCompat
Ask the the system track that time the user spends in the app being launched, andreport it back once done.
requestWindowFeature(int) - function in android.app.SlideSheetDialog
 
RequiresApi - class in tds.androidx.annotation
Denotes that the annotated element should only be called on the given API level or higher.
requireViewById(View,int) - function in tds.androidx.core.view.ViewCompat
Finds the first descendant view with the given ID, the view itself if the ID matches getId, or throws an IllegalArgumentException if the ID is invalid or thereis no matching view in the hierarchy.
requireViewById(Window,int) - function in tds.androidx.core.view.WindowCompat
Finds a view that was identified by the {@code android:id} XML attributethat was processed in onCreate, or throws anIllegalArgumentException if the ID is invalid, or there is no matching view in the hierarchy.
requireViewById(int) - function in android.view.ViewPager
 
requireViewById(int) - function in android.view.RecyclerView
 
requireViewById(int) - function in android.view.CoordinatorLayout
 
requireViewById(int) - function in android.app.SlideSheetDialog
 
requireViewById(int) - function in android.view.TdsRoundImageView
 
requireViewById(int) - function in android.view.NetworkImageView
 
requireViewById(int) - function in android.view.RoundNetImageView
 
reset() - function in com.tds.common.websocket.TDSWebSocketService
 
reset() - function in com.tds.common.websocket.drafts.Draft_6455
 
reset() - function in com.tds.common.websocket.drafts.Draft
 
reset() - function in com.tds.common.websocket.extensions.DefaultExtension
Cleaning up internal stats when the draft gets reset.
reset() - function in com.tds.common.websocket.extensions.CompressionExtension
Cleaning up internal stats when the draft gets reset.
reset() - function in com.tds.common.websocket.extensions.IExtension
Cleaning up internal stats when the draft gets reset.
reset() - function in com.tds.common.websocket.extensions.PerMessageDeflateExtension
Cleaning up internal stats when the draft gets reset.
reset() - function in com.tds.common.reactor.plugins.RxJavaPlugins
 
reset() - function in com.tds.common.reactor.plugins.RxJavaHooks
Reset all hook callbacks to those of the current RxJavaPlugins handlers.
reset() - function in com.tds.common.reactor.rxandroid.plugins.RxAndroidPlugins
Reset any explicit or default-set hooks.
reset() - function in com.tds.common.reactor.rxandroid.schedulers.AndroidSchedulers
Resets the current AndroidSchedulers instance.This will re-init the cached schedulers on the next usage,which can be useful in testing.
reset() - function in com.tds.common.reactor.schedulers.Schedulers
Resets the current Schedulers instance.This will re-init the cached schedulers on the next usage,which can be useful in testing.
resetAssemblyTracking() - function in com.tds.common.reactor.plugins.RxJavaHooks
Resets the assembly tracking hooks to their default delegates toRxJavaPlugins.
resetPivot() - function in android.view.ViewPager
 
resetPivot() - function in android.view.RecyclerView
 
resetPivot() - function in android.view.CoordinatorLayout
 
resetPivot() - function in android.view.TdsRoundImageView
 
resetPivot() - function in android.view.NetworkImageView
 
resetPivot() - function in android.view.RoundNetImageView
 
resolve(URI) - function in com.tds.common.websocket.client.DnsResolver
Resolves the IP address for the given URI.
resolveLayoutDirection(int) - function in android.view.ViewPager.LayoutParams
 
resolveLayoutDirection(int) - function in android.view.StaggeredGridLayoutManager.LayoutParams
 
resolveLayoutDirection(int) - function in android.view.GridLayoutManager.LayoutParams
 
resolveLayoutDirection(int) - function in android.view.RecyclerView.LayoutParams
 
resolveLayoutDirection(int) - function in android.view.CoordinatorLayout.LayoutParams
 
resolveSize(int,int) - function in android.view.ViewPager
 
resolveSize(int,int) - function in android.view.RecyclerView
 
resolveSize(int,int) - function in android.view.CoordinatorLayout
 
resolveSize(int,int) - function in android.view.TdsRoundImageView
 
resolveSize(int,int) - function in android.view.NetworkImageView
 
resolveSize(int,int) - function in android.view.RoundNetImageView
 
resolveSizeAndState(int,int,int) - function in tds.androidx.core.view.ViewCompat
Utility to reconcile a desired size and state, with constraints imposedby a MeasureSpec.
resolveSizeAndState(int,int,int) - function in android.view.ViewPager
 
resolveSizeAndState(int,int,int) - function in android.view.RecyclerView
 
resolveSizeAndState(int,int,int) - function in android.view.CoordinatorLayout
 
resolveSizeAndState(int,int,int) - function in android.view.TdsRoundImageView
 
resolveSizeAndState(int,int,int) - function in android.view.NetworkImageView
 
resolveSizeAndState(int,int,int) - function in android.view.RoundNetImageView
 
ResponseBean - class in com.tds.common.net
 
restoreDefaultFocus(View) - function in tds.androidx.core.view.ViewCompat
Gives focus to the default-focus view in the view hierarchy rooted at {@code view}.
restoreDefaultFocus() - function in android.view.ViewPager
 
restoreDefaultFocus() - function in android.view.RecyclerView
 
restoreDefaultFocus() - function in android.view.CoordinatorLayout
 
restoreDefaultFocus() - function in android.view.TdsRoundImageView
 
restoreDefaultFocus() - function in android.view.NetworkImageView
 
restoreDefaultFocus() - function in android.view.RoundNetImageView
 
restoreHierarchyState(SparseArray) - function in android.view.ViewPager
 
restoreHierarchyState(SparseArray) - function in android.view.RecyclerView
 
restoreHierarchyState(SparseArray) - function in android.view.CoordinatorLayout
 
restoreHierarchyState(SparseArray) - function in android.view.TdsRoundImageView
 
restoreHierarchyState(SparseArray) - function in android.view.NetworkImageView
 
restoreHierarchyState(SparseArray) - function in android.view.RoundNetImageView
 
restoreState(Parcelable,ClassLoader) - function in tds.androidx.viewpager.FragmentPagerAdapter
 
restoreState(Parcelable,ClassLoader) - function in tds.androidx.viewpager.FragmentPagerAdapter
Restore any instance state associated with this adapter and its pagesthat was previously saved by saveState.
restoreState(Parcelable,ClassLoader) - function in tds.androidx.viewpager.PagerAdapter
Restore any instance state associated with this adapter and its pagesthat was previously saved by saveState.
RestrictTo - class in tds.androidx.annotation
Denotes that the annotated element should only be accessed from within a specific scope (as defined by Scope).
RestrictTo.Scope - class in tds.androidx.annotation.RestrictTo
 
Result - class in com.tds.common.bridge.result
 
resume() - function in java.lang.WebSocketServer.WebSocketWorker
 
resume() - function in java.lang.TdsTrackerHandlerThread
 
resume() - function in java.lang.LogHandlerThread
 
retainAll(Collection) - function in com.tds.common.reactor.internal.util.atomic.SpscUnboundedAtomicArrayQueue
 
retainAll(Collection) - function in java.util.SpscUnboundedAtomicArrayQueue
 
retainAll(Collection) - function in java.util.SpscAtomicArrayQueue
 
retainAll(Collection) - function in com.tds.common.reactor.internal.util.atomic.SpscExactAtomicArrayQueue
 
retainAll(Collection) - function in java.util.SpscExactAtomicArrayQueue
 
retryConnectWithDelay() - function in com.tds.common.websocket.TDSWebSocketService
延时重新连接建议:当应用在前台且网络状态连接时调用
returnFileByte(String) - function in com.tds.common.utils.FileUtil
File to byte[]
reversed() - function in java.util.SortedListAdapterCallback
 
reversed() - function in java.util.SortedList.Callback
 
reversed() - function in java.util.SortedList.BatchedCallback
 
reverseOrder() - function in java.util.SortedListAdapterCallback
 
reverseOrder() - function in java.util.SortedList.Callback
 
reverseOrder() - function in java.util.SortedList.BatchedCallback
 
rightEvent() - function in com.tds.common.widgets.dialog.AbstractAlertDialog
 
RightSheetBehavior - class in com.tds.common.widgets.behavior
 
Role - class in com.tds.common.websocket.enums
Enum which represents the states a websocket may be in
rotation(float) - function in tds.androidx.core.view.ViewPropertyAnimatorCompat
This method will cause the View's rotation property to be animated to thespecified value.
rotationBy(float) - function in tds.androidx.core.view.ViewPropertyAnimatorCompat
This method will cause the View's rotation property to be animated by thespecified value.
rotationX(float) - function in tds.androidx.core.view.ViewPropertyAnimatorCompat
This method will cause the View's rotationX property to be animated to thespecified value.
rotationXBy(float) - function in tds.androidx.core.view.ViewPropertyAnimatorCompat
This method will cause the View's rotationX property to be animated by thespecified value.
rotationY(float) - function in tds.androidx.core.view.ViewPropertyAnimatorCompat
This method will cause the View's rotationY property to be animated to thespecified value.
rotationYBy(float) - function in tds.androidx.core.view.ViewPropertyAnimatorCompat
This method will cause the View's rotationY property to be animated by thespecified value.
roundCornerDp(float) - function in com.tds.common.widgets.image.LoadBuilder
 
roundCornerPx(int) - function in com.tds.common.widgets.image.LoadBuilder
 
RoundNetImageView - class in com.tds.common.widgets.image
 
roundToPowerOfTwo(int) - function in com.tds.common.reactor.internal.util.unsafe.Pow2
Find the next larger positive power of two value up from the given value.
run() - function in com.tds.common.websocket.client.WebSocketClient
 
run() - function in java.lang.WebSocketClient
 
run() - function in com.tds.common.websocket.server.WebSocketServer
 
run() - function in java.lang.WebSocketServer
 
run() - function in com.tds.common.websocket.server.WebSocketServer.WebSocketWorker
 
run() - function in java.lang.WebSocketServer.WebSocketWorker
 
run() - function in com.tds.common.websocket.client.WebSocketClient
 
run() - function in android.os.TdsTrackerHandlerThread
 
run() - function in android.os.LogHandlerThread
 
run() - function in com.tds.common.reactor.schedulers.ScheduledAction
 
run() - function in java.lang.ScheduledAction
 
runPendingAnimations() - function in tds.androidx.recyclerview.widget.DefaultItemAnimator
Called when there are pending animations waiting to be started.
runPendingAnimations() - function in tds.androidx.recyclerview.widget.SimpleItemAnimator
Called when there are pending animations waiting to be started.
runPendingAnimations() - function in tds.androidx.recyclerview.widget.RecyclerView.ItemAnimator
Called when there are pending animations waiting to be started.
RxAndroidPlugins - class in com.tds.common.reactor.rxandroid.plugins
 
RxAndroidSchedulersHook - class in com.tds.common.reactor.rxandroid.plugins
 
RxBus - class in com.tds.common.reactor
 
RxJavaErrorHandler - class in com.tds.common.reactor.plugins
Abstract class for defining error handling logic in addition to the normal For example, all {@code Exception}s can be logged using this handler even if This plugin is also responsible for augmenting rendering of {@code OnErrorThrowable.OnNextValue}.
RxJavaHooks - class in com.tds.common.reactor.plugins
Utility class that holds hooks for various Observable, Single and Completable lifecycle-related points as well as Scheduler hooks.
RxJavaObservableExecutionHook - class in com.tds.common.reactor.plugins
Abstract ExecutionHook with invocations at different lifecycle points of Observable execution with a default no-op implementation.
RxJavaPlugins - class in com.tds.common.reactor.plugins
 
RxJavaSchedulersHook - class in com.tds.common.reactor.plugins
This plugin class provides 2 ways to customize Scheduler functionality 1.
RxRingBuffer - class in com.tds.common.reactor.internal.util
This assumes Spsc or Spmc usage.
RxThreadFactory - class in com.tds.common.reactor.util
 
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