-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
R
- recomputeViewAttributes(View) - function in android.view.CropImageView
- recreate() - function in android.app.CropImageActivity
- RECTANGLE - enum entry in com.canhub.cropper.CropImageView.CropShape
- RECTANGLE - enum entry in com.canhub.cropper.CropImageView.CropCornerShape
- RECTANGLE_HORIZONTAL_ONLY - enum entry in com.canhub.cropper.CropImageView.CropShape
- RECTANGLE_VERTICAL_ONLY - enum entry in com.canhub.cropper.CropImageView.CropShape
- refresh(Uri,Bundle,CancellationSignal) - function in android.content.CropFileProvider
- refreshDrawableState() - function in android.view.CropImageView
- registerActivityLifecycleCallbacks(Application.ActivityLifecycleCallbacks) - function in android.app.CropImageActivity
- registerComponentCallbacks(ComponentCallbacks) - function in android.app.CropImageActivity
- registerForActivityResult(ActivityResultContract,ActivityResultRegistry,ActivityResultCallback) - function in androidx.activity.CropImageActivity
- registerForActivityResult(ActivityResultContract,ActivityResultCallback) - function in androidx.activity.CropImageActivity
- registerForContextMenu(View) - function in android.app.CropImageActivity
- registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.CropImageActivity
- registerReceiver(BroadcastReceiver,IntentFilter,Integer) - function in android.content.CropImageActivity
- registerReceiver(BroadcastReceiver,IntentFilter,String,Handler) - function in android.content.CropImageActivity
- registerReceiver(BroadcastReceiver,IntentFilter,String,Handler,Integer) - function in android.content.CropImageActivity
- releaseInstance() - function in android.app.CropImageActivity
- releasePointerCapture() - function in android.view.CropImageView
- removeAllViews() - function in android.view.CropImageView
- removeAllViewsInLayout() - function in android.view.CropImageView
- removeCallbacks(Runnable) - function in android.view.CropImageView
- removeDetachedView(View,Boolean) - function in android.view.CropImageView
- removeDialog(Integer) - function in android.app.CropImageActivity
- removeMenuProvider(MenuProvider) - function in androidx.activity.CropImageActivity
- removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.CropImageView
- removeOnConfigurationChangedListener(Consumer) - function in androidx.activity.CropImageActivity
- removeOnContextAvailableListener(OnContextAvailableListener) - function in androidx.activity.CropImageActivity
- removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.CropImageView
- removeOnMultiWindowModeChangedListener(Consumer) - function in androidx.activity.CropImageActivity
- removeOnNewIntentListener(Consumer) - function in androidx.activity.CropImageActivity
- removeOnPictureInPictureModeChangedListener(Consumer) - function in androidx.activity.CropImageActivity
- removeOnTrimMemoryListener(Consumer) - function in androidx.activity.CropImageActivity
- removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.CropImageView
- removeStickyBroadcast(Intent) - function in android.content.CropImageActivity
- removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.CropImageActivity
- removeView(View) - function in android.view.CropImageView
- removeViewAt(Integer) - function in android.view.CropImageView
- removeViewInLayout(View) - function in android.view.CropImageView
- removeViews(Integer,Integer) - function in android.view.CropImageView
- removeViewsInLayout(Integer,Integer) - function in android.view.CropImageView
- reportFullyDrawn() - function in androidx.activity.CropImageActivity
- requestApplyInsets() - function in android.view.CropImageView
- requestChildFocus(View,View) - function in android.view.CropImageView
- requestChildRectangleOnScreen(View,Rect,Boolean) - function in android.view.CropImageView
- requestDisallowInterceptTouchEvent(Boolean) - function in android.view.CropImageView
- requestDragAndDropPermissions(DragEvent) - function in android.app.CropImageActivity
- requestFitSystemWindows() - function in android.view.CropImageView
- requestFocus(Integer,Rect) - function in android.view.CropImageView
- requestFocus() - function in android.view.CropImageView
- requestFocus(Integer) - function in android.view.CropImageView
- requestFocusFromTouch() - function in android.view.CropImageView
- requestLayout() - function in android.view.CropImageView
- requestPermissions(Array,Integer) - function in android.app.CropImageActivity
- requestPointerCapture() - function in android.view.CropImageView
- requestRectangleOnScreen(Rect) - function in android.view.CropImageView
- requestRectangleOnScreen(Rect,Boolean) - function in android.view.CropImageView
- requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.CropImageView
- requestShowKeyboardShortcuts() - function in android.app.CropImageActivity
- requestTransparentRegion(View) - function in android.view.CropImageView
- requestUnbufferedDispatch(MotionEvent) - function in android.view.CropImageView
- requestUnbufferedDispatch(Integer) - function in android.view.CropImageView
- requestVisibleBehind(Boolean) - function in android.app.CropImageActivity
- requestWindowFeature(Integer) - function in android.app.CropImageActivity
- requireContext() - function in android.content.CropFileProvider
- requireViewById(Integer) - function in android.app.CropImageActivity
- requireViewById(Integer) - function in android.view.CropImageView
- resetCropRect() - function in com.canhub.cropper.CropImageView
- Reset crop window to initial rectangle.
- resetPivot() - function in android.view.CropImageView
- RESIZE_EXACT - enum entry in com.canhub.cropper.CropImageView.RequestSizeOptions
Resize the image to fit exactly in the given width/height.<br></br> This resize method does NOT preserve aspect ratio.<br></br> If the image is smaller than the requested size it will enlarge it.
- RESIZE_FIT - enum entry in com.canhub.cropper.CropImageView.RequestSizeOptions
Resize the image uniformly (maintain the image's aspect ratio) to fit in the given width/height.<br></br> The largest dimension will be equals to the requested and the second dimension will be smaller.<br></br> If the image is smaller than the requested size it will enlarge it.
- RESIZE_INSIDE - enum entry in com.canhub.cropper.CropImageView.RequestSizeOptions
Resize the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or less than the corresponding requested dimension.<br></br> If the image is smaller than the requested size it will NOT change.
- restoreCallingIdentity(ContentProvider.CallingIdentity) - function in android.content.CropFileProvider
- restoreDefaultFocus() - function in android.view.CropImageView
- restoreHierarchyState(SparseArray) - function in android.view.CropImageView
- revokeSelfPermissionOnKill(String) - function in android.content.CropImageActivity
- revokeSelfPermissionsOnKill(Collection) - function in android.content.CropImageActivity
- revokeUriPermission(Uri,Integer) - function in android.content.CropImageActivity
- revokeUriPermission(String,Uri,Integer) - function in android.content.CropImageActivity
- rotateImage(Integer) - function in com.canhub.cropper.CropImageActivity
- Rotate the image in the crop image view.
- rotateImage(Integer) - function in com.canhub.cropper.CropImageView
- Rotates image by the specified number of degrees clockwise.
- runOnUiThread(Runnable) - function in android.app.CropImageActivity