C
- call(String,String,String,Bundle) - function in android.content.CropFileProvider
- call(String,String,Bundle) - function in android.content.CropFileProvider
- callOnClick() - function in android.view.CropImageView
- CAMERA - enum entry in com.canhub.cropper.CropImageActivity.Source
- canAnimate() - function in android.view.CropImageView
- cancelDragAndDrop() - function in android.view.CropImageView
- cancelLongPress() - function in android.view.CropImageView
- cancelPendingInputEvents() - function in android.view.CropImageView
- canonicalize(Uri) - function in android.content.CropFileProvider
- canResolveLayoutDirection() - function in android.view.CropImageView
- canResolveTextAlignment() - function in android.view.CropImageView
- canResolveTextDirection() - function in android.view.CropImageView
- canScrollHorizontally(Integer) - function in android.view.CropImageView
- canScrollVertically(Integer) - function in android.view.CropImageView
- CENTER - enum entry in com.canhub.cropper.CropImageView.ScaleType
Center the image in the view, but perform no scaling.<br></br> Note: If auto-zoom is enabled and the source image is smaller than crop image view then it will be scaled uniformly to fit the crop image view.
- CENTER_CROP - enum entry in com.canhub.cropper.CropImageView.ScaleType
Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view (minus padding).<br></br> The image is then centered in the view.
- CENTER_INSIDE - enum entry in com.canhub.cropper.CropImageView.ScaleType
Scale 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 dimension of the view (minus padding).<br></br> The image is then centered in the view.<br></br> Note: If auto-zoom is enabled and the source image is smaller than crop image view then it will be scaled uniformly to fit the crop image view.
- checkCallingOrSelfPermission(String) - function in android.content.CropImageActivity
- checkCallingOrSelfUriPermission(Uri,Integer) - function in android.content.CropImageActivity
- checkCallingOrSelfUriPermissions(List,Integer) - function in android.content.CropImageActivity
- checkCallingPermission(String) - function in android.content.CropImageActivity
- checkCallingUriPermission(Uri,Integer) - function in android.content.CropImageActivity
- checkCallingUriPermissions(List,Integer) - function in android.content.CropImageActivity
- checkInputConnectionProxy(View) - function in android.view.CropImageView
- checkLayoutParams(ViewGroup.LayoutParams) - function in android.widget.CropImageView
- checkPermission(String,Integer,Integer) - function in android.content.CropImageActivity
- checkSelfPermission(String) - function in android.content.CropImageActivity
- checkUriPermission(Uri,Integer,Integer,Integer) - function in android.content.CropImageActivity
- checkUriPermission(Uri,String,String,Integer,Integer,Integer) - function in android.content.CropImageActivity
- checkUriPermissions(List,Integer,Integer,Integer) - function in android.content.CropImageActivity
- childDrawableStateChanged(View) - function in android.view.CropImageView
- childHasTransientStateChanged(View,Boolean) - function in android.view.CropImageView
- cleanupLayoutState(View) - function in android.view.CropImageView
- clearAnimation() - function in android.view.CropImageView
- clearAspectRatio() - function in com.canhub.cropper.CropImageView
- Clears set aspect ratio values and sets fixed aspect ratio to FALSE.
- clearCallingIdentity() - function in android.content.CropFileProvider
- clearChildFocus(View) - function in android.view.CropImageView
- clearDisappearingChildren() - function in android.view.CropImageView
- clearFocus() - function in android.view.CropImageView
- clearImage() - function in com.canhub.cropper.CropImageView
- Clear the current image set for cropping.
- clearViewTranslationCallback() - function in android.view.CropImageView
- clearWallpaper() - function in android.content.CropImageActivity
- closeContextMenu() - function in android.app.CropImageActivity
- closeOptionsMenu() - function in androidx.appcompat.app.CropImageActivity
- com.canhub.cropper - package com.canhub.cropper
- com.canhub.cropper.databinding - package com.canhub.cropper.databinding
- computeHorizontalScrollExtent() - function in android.view.CropImageView
- computeHorizontalScrollOffset() - function in android.view.CropImageView
- computeHorizontalScrollRange() - function in android.view.CropImageView
- computeScroll() - function in android.view.CropImageView
- computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.CropImageView
- computeVerticalScrollExtent() - function in android.view.CropImageView
- computeVerticalScrollOffset() - function in android.view.CropImageView
- computeVerticalScrollRange() - function in android.view.CropImageView
- createAccessibilityNodeInfo() - function in android.view.CropImageView
- createAttributionContext(String) - function in android.content.CropImageActivity
- createConfigurationContext(Configuration) - function in android.content.CropImageActivity
- createContext(ContextParams) - function in android.content.CropImageActivity
- createContextForSplit(String) - function in android.content.CropImageActivity
- createContextMenu(ContextMenu) - function in android.view.CropImageView
- createDeviceProtectedStorageContext() - function in android.content.CropImageActivity
- createDisplayContext(Display) - function in android.content.CropImageActivity
- createIntent(Context,CropImageContractOptions) - function in com.canhub.cropper.CropImageContract
- createPackageContext(String,Integer) - function in android.content.CropImageActivity
- createPendingResult(Integer,Intent,Integer) - function in android.app.CropImageActivity
- createWindowContext(Integer,Bundle) - function in android.content.CropImageActivity
- createWindowContext(Display,Integer,Bundle) - function in android.content.CropImageActivity
- CropException - class in com.canhub.cropper
- CropException.Cancellation - class in com.canhub.cropper.CropException
- CropException.FailedToDecodeImage - class in com.canhub.cropper.CropException
- CropException.FailedToLoadBitmap - class in com.canhub.cropper.CropException
- CropFileProvider - class in com.canhub.cropper
- Providing a custom {@code FileProvider} prevents manifest {@code <provider>} name collisions.
- CropImage - class in com.canhub.cropper
- Helper to simplify crop image work like starting pick-image activity and handling camera/gallery intents.
- cropImage() - function in com.canhub.cropper.CropImageActivity
- Execute crop image and save the result tou output uri.
- CropImage.ActivityResult - class in com.canhub.cropper.CropImage
- Result data of Crop Image Activity.
- CropImage.ActivityResult.Companion - class in com.canhub.cropper.CropImage.ActivityResult
- CropImage.CancelledResult - class in com.canhub.cropper.CropImage
- CropImageActivity - class in com.canhub.cropper
- CropImageActivity.Source - class in com.canhub.cropper.CropImageActivity
- CropImageActivityBinding - class in com.canhub.cropper.databinding
- CropImageContract - class in com.canhub.cropper
- An ActivityResultContract to start an activity that allows the user to crop an image.
- CropImageContractOptions - class in com.canhub.cropper
- CropImageOptions - class in com.canhub.cropper
- CropImageView - class in com.canhub.cropper
- Custom view that provides cropping capabilities to an image.
- CropImageView.CropCornerShape - class in com.canhub.cropper.CropImageView
- Possible crop corner shape
- CropImageView.CropResult - class in com.canhub.cropper.CropImageView
- Result data of crop image.
- CropImageView.CropShape - class in com.canhub.cropper.CropImageView
- The possible cropping area shape.
- CropImageView.Guidelines - class in com.canhub.cropper.CropImageView
- CropImageView.OnCropImageCompleteListener - class in com.canhub.cropper.CropImageView
- Interface definition for a callback to be invoked when image async crop is complete.
- CropImageView.OnSetCropOverlayMovedListener - class in com.canhub.cropper.CropImageView
- Interface definition for a callback to be invoked when the crop overlay is released.
- CropImageView.OnSetCropOverlayReleasedListener - class in com.canhub.cropper.CropImageView
- Interface definition for a callback to be invoked when the crop overlay is released.
- CropImageView.OnSetCropWindowChangeListener - class in com.canhub.cropper.CropImageView
- Interface definition for a callback to be invoked when the crop overlay is released.
- CropImageView.OnSetImageUriCompleteListener - class in com.canhub.cropper.CropImageView
- Interface definition for a callback to be invoked when image async loading is complete.
- CropImageView.RequestSizeOptions - class in com.canhub.cropper.CropImageView
- Possible options for handling requested width/height for cropping.
- CropImageView.ScaleType - class in com.canhub.cropper.CropImageView
- Options for scaling the bounds of cropping image to the bounds of Crop Image View.
- CropImageViewBinding - class in com.canhub.cropper.databinding
- croppedImageAsync(Bitmap.CompressFormat,Integer,Integer,Integer,CropImageView.RequestSizeOptions,Uri) - function in com.canhub.cropper.CropImageView
- Cropped image based on the current crop window to the given uri.