A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
_
C
- CanvasWrapper - class in ai.kubesense.android.sessionreplay.recorder.wrappers
- Wraps the Canvas class to catch potential crashes.
- CENTER - enum entry in ai.kubesense.android.sessionreplay.model.MobileSegment.Horizontal
- CENTER - enum entry in ai.kubesense.android.sessionreplay.model.MobileSegment.Vertical
- CLIP - enum entry in ai.kubesense.android.sessionreplay.model.MobileSegment.TruncationMode
- ColorConstantsKt - class in ai.kubesense.android.sessionreplay.utils
- ColorStringFormatter - class in ai.kubesense.android.sessionreplay.utils
- A utility interface to convert Android/JVM colors to web hexadecimal strings.
- copy(Drawable,Resources) - function in ai.kubesense.android.sessionreplay.recorder.resources.DefaultDrawableCopier
- Called to copy the drawable.
- copy(Drawable,Resources) - function in ai.kubesense.android.sessionreplay.recorder.resources.DrawableCopier
- Called to copy the drawable.
- createBitmap(Integer,Integer,Bitmap.Config,DisplayMetrics) - function in ai.kubesense.android.sessionreplay.recorder.wrappers.BitmapWrapper
- Creates a bitmap with the given parameters.
- createCanvas(Bitmap) - function in ai.kubesense.android.sessionreplay.recorder.wrappers.CanvasWrapper
- Creates a canvas with the given bitmap.
- createCompoundDrawableWireframes(TextView,MappingContext,Integer,String,AsyncJobStatusCallback) - function in ai.kubesense.android.sessionreplay.utils.ImageWireframeHelper
- Creates the wireframes for the compound drawables in a TextView.
- createImageWireframeByBitmap(Long,GlobalBounds,Bitmap,Float,Boolean,ImagePrivacy,AsyncJobStatusCallback,MobileSegment.WireframeClip,MobileSegment.ShapeStyle,MobileSegment.ShapeBorder) - function in ai.kubesense.android.sessionreplay.utils.ImageWireframeHelper
- Creates an image wireframe based on a given bitmap.
- createImageWireframeByDrawable(View,ImagePrivacy,Integer,Long,Long,Integer,Integer,Boolean,Drawable,DrawableCopier,AsyncJobStatusCallback,MobileSegment.WireframeClip,MobileSegment.ShapeStyle,MobileSegment.ShapeBorder,String,String) - function in ai.kubesense.android.sessionreplay.utils.ImageWireframeHelper
- Creates an image wireframe, and process the provided drawable in the background.
- createImageWireframeByPath(Long,GlobalBounds,Path,Integer,Integer,Integer,Integer,Float,Boolean,ImagePrivacy,AsyncJobStatusCallback,MobileSegment.WireframeClip,MobileSegment.ShapeStyle,MobileSegment.ShapeBorder,String) - function in ai.kubesense.android.sessionreplay.utils.ImageWireframeHelper
- Creates an image wireframe based on a given path.