List of usage examples for android.app Fragment subclass-usage
From source file com.quectel.camera2test.Camera2RawFragment.java
/**
* A fragment that demonstrates use of the Camera2 API to capture RAW and JPEG photos.
* <p/>
* In this example, the lifecycle of a single request to take a photo is:
* <ul>
* <li>
From source file fiskinfoo.no.sintef.fiskinfoo.MapFragment.java
public class MapFragment extends Fragment { FragmentActivity listener; public static final String TAG = "Map"; private WebView browser; private BarentswatchApi barentswatchApi; private User user;
From source file com.example.android.camera2raw.Camera2RawFragment.java
/**
* A fragment that demonstrates use of the Camera2 API to capture RAW and JPEG photos.
* <p/>
* In this example, the lifecycle of a single request to take a photo is:
* <ul>
* <li>
From source file de.sourcestream.movieDB.controller.TVDetails.java
public class TVDetails extends Fragment implements ObservableScrollViewCallbacks { private MainActivity activity; private View rootView; private int currentId; private int timeOut;
From source file com.github.chenxiaolong.dualbootpatcher.switcher.InAppFlashingFragment.java
public class InAppFlashingFragment extends Fragment implements FirstUseDialogListener, RomIdSelectionDialogListener, NamedSlotIdInputDialogListener, ChangeInstallLocationDialogListener, GenericSingleChoiceDialogListener, BackupRestoreTargetsSelectionDialogListener, LoaderCallbacks<LoaderResult>, ServiceConnection, OnItemMovedOrDismissedListener { private static final int PERFORM_ACTIONS = 1234;
From source file co.taqat.call.ChatFragment.java
public class ChatFragment extends Fragment implements OnClickListener, LinphoneChatMessage.LinphoneChatMessageListener { private static final int ADD_PHOTO = 1337; private static final int MENU_DELETE_MESSAGE = 0; private static final int MENU_PICTURE_SMALL = 2; private static final int MENU_PICTURE_MEDIUM = 3;
From source file de.sourcestream.movieDB.controller.MovieDetails.java
public class MovieDetails extends Fragment implements ObservableScrollViewCallbacks { private MainActivity activity; private View rootView; private int currentId; private int timeOut;
From source file com.ape.camera2raw.Camera2RawFragment.java
/**
* A fragment that demonstrates use of the Camera2 API to capture RAW and JPEG photos.
* <p/>
* In this example, the lifecycle of a single request to take a photo is:
* <ul>
* <li>
From source file com.geecko.QuickLyric.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.android.settings.applications.CanBeOnSdCardChecker.java
/**
* Activity to pick an application that will be used to display installation information and
* options to uninstall/delete user data for system applications. This activity
* can be launched through Settings or via the ACTION_MANAGE_PACKAGE_STORAGE
* intent.
*/