List of usage examples for android.app Fragment subclass-usage
From source file com.material.katha.wifidirectmp3.DeviceDetailFragment.java
/** * A fragment that manages a particular peer and allows interaction with device * i.e. setting up network connection and transferring data. */ public class DeviceDetailFragment extends Fragment implements ConnectionInfoListener, Runnable { protected InputStream is;
From source file com.example.zhang1ks.testbottombar.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.razza.apps.iosched.session.SessionDetailFragment.java
/** * Displays the details about a session. The user can add/remove a session from the schedule, watch * a live stream if available, watch the session on YouTube, view the map, share the session, and * submit feedback. */ public class SessionDetailFragment extends Fragment
From source file com.silentcircle.accounts.AccountStep1.java
public class AccountStep1 extends Fragment implements View.OnClickListener { private AuthenticatorActivity mParent; private static final String[] mRequiredArray = { "username", "current_password" }; private JSONObject mCustomerData = new JSONObject();
From source file com.vmihalachi.turboeditor.fragment.EditorFragment.java
public class EditorFragment extends Fragment implements EditDialogFragment.EditDialogListener, SeekbarDialogFragment.onSeekbarDialogDismissed { private static final String TAG = "A0A"; private Editor mEditor;
From source file com.caseystalnaker.android.popinvideodemo.fragments.Camera2VideoFragment.java
public class Camera2VideoFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { private static final String LOGTAG = Camera2VideoFragment.class.getSimpleName(); private Context mContext; private TextView mCountdownText;
From source file com.movie.mood.Camera2BasicFragment.java
public class Camera2BasicFragment extends Fragment implements FragmentCompat.OnRequestPermissionsResultCallback { /** * Conversion from screen rotation to JPEG orientation. */ private static final SparseIntArray ORIENTATIONS = new SparseIntArray();
From source file com.meetingcpp.sched.session.SessionDetailFragment.java
/** * Displays the details about a session. The user can add/remove a session from the schedule, watch * a live stream if available, watch the session on YouTube, view the map, share the session, and * submit feedback. */ public class SessionDetailFragment extends Fragment
From source file com.evandroid.musica.fragment.LyricsViewFragment.java
public class LyricsViewFragment extends Fragment implements Lyrics.Callback, SwipeRefreshLayout.OnRefreshListener { private static BroadcastReceiver broadcastReceiver; public boolean lyricsPresentInDB; public boolean isActiveFragment = false; public boolean showTransitionAnim = true;
From source file com.example.android.camera2basic.Fragment.Camera2BasicFragment.java
public class Camera2BasicFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { public boolean isRecord = false; public void startRecord() {