Rotation Fragment
An abstract class, inherited by fragments that need to be rotated without an extra layout.
Constructors
RotationFragment
Link copied to clipboard
fun RotationFragment()
Content copied to clipboard
Functions
clear Garbage
Link copied to clipboard
open override fun clearGarbage()
Content copied to clipboard
Set all listeners, ViewModels and shared references to null.
on Create View
Link copied to clipboard
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
Content copied to clipboard
Initializes the fragment.
remove This Fragment
Link copied to clipboard
Remove this fragment from the container to close it.
remove This Fragment For Rotation
Link copied to clipboard
Removes this fragment from the container to be able to rotate it.
rotate View
Link copied to clipboard
Rotates a view v by rotationDeg degrees and returns it.
Properties
ca
Link copied to clipboard
The activity that contains this fragment. TODO: Remove CameraActivity cast to make this class usable for all activities
containerView
Link copied to clipboard
subclassName
Link copied to clipboard
Inheritors
GalleryFragment
Link copied to clipboard
GalleryPreviewFragment
Link copied to clipboard
SelectDeviceFragment
Link copied to clipboard