List of usage examples for android.app Fragment subclass-usage
From source file my.madet.uniteninfo.OpenVPN.java
public class OpenVPN extends Fragment { protected static final int BILLING_RESPONSE_RESULT_OK = 0; private SharedPreferences sharedPref; private IInAppBillingService mService;
From source file edu.cmu.hcii.hangg.beeksbeacon.Fragments.ManageBeaconFragment.java
/** * The main beacon management UI. Depending on the status of the beacon, presents the * activate, deactivate and decommission options. Also allows simple CRUD operations * on the beacon's attachments. */ public class ManageBeaconFragment extends Fragment {
From source file com.lahiru.test.cameraapp.Camera2VideoFragment.java
public class Camera2VideoFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { private static final int SENSOR_ORIENTATION_DEFAULT_DEGREES = 90; private static final int SENSOR_ORIENTATION_INVERSE_DEGREES = 270; private static final SparseIntArray DEFAULT_ORIENTATIONS = new SparseIntArray();
From source file com.pvjunkies.fieldcam.CameraFragment.java
public class CameraFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { private static final int SENSOR_ORIENTATION_DEFAULT_DEGREES = 90; private static final int SENSOR_ORIENTATION_INVERSE_DEGREES = 270; private static final SparseIntArray DEFAULT_ORIENTATIONS = new SparseIntArray();
From source file com.android.messaging.ui.mediapicker.MediaPicker.java
/** * Fragment used to select or capture media to be added to the message */ public class MediaPicker extends Fragment implements DraftMessageSubscriptionDataProvider { /** The listener interface for events from the media picker */ public interface MediaPickerListener {
From source file com.example.android.camera2video.Camera2VideoFragment.java
public class Camera2VideoFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { private static final int SENSOR_ORIENTATION_DEFAULT_DEGREES = 90; private static final int SENSOR_ORIENTATION_INVERSE_DEGREES = 270; private static final SparseIntArray DEFAULT_ORIENTATIONS = new SparseIntArray();
From source file com.blueverdi.rosietheriveter.SitesFragment.java
public class SitesFragment extends Fragment implements OnClickListener { private static final String TAG = "SitesFragment"; private static final String IMAGE_SOURCE = "site_images"; private static final String MAP_VIEW = "mapView"; private static final String ROSIE_MAP = "rosie.map"; private ArrayList<Site> sites;
From source file com.digitalvotingpass.camera.CameraFragment.java
public class CameraFragment extends Fragment implements FragmentCompat.OnRequestPermissionsResultCallback { // tag for the log and the error dialog private static final String TAG = "CameraFragment"; private static final String FRAGMENT_DIALOG = "dialog"; private static final int DELAY_BETWEEN_OCR_THREADS_MILLIS = 500;
From source file com.sj.android.appusage.activities.UsageListFragment.java
/**
* A basic sample which shows how to use
* {@link com.example.android.common.view.SlidingTabLayout} to display a custom
* {@link ViewPager} title strip which gives continuous feedback to the user
* when scrolling.
*/
From source file com.mebene.ACHud.Camera2VideoFragment2.java
public class Camera2VideoFragment2 extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { private static final int SENSOR_ORIENTATION_DEFAULT_DEGREES = 90; private static final int SENSOR_ORIENTATION_INVERSE_DEGREES = 270; private static final SparseIntArray DEFAULT_ORIENTATIONS = new SparseIntArray();