OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullscreenDialogFragment
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/src/com/android/tv/dialog/
FullscreenDialogFragment.java
33
public class
FullscreenDialogFragment
extends SafeDismissDialogFragment {
34
public static final String DIALOG_TAG =
FullscreenDialogFragment
.class.getSimpleName();
39
* Creates a
FullscreenDialogFragment
. View class of viewLayoutResId should
42
public static
FullscreenDialogFragment
newInstance(int viewLayoutResId, String trackerLabel) {
43
FullscreenDialogFragment
f = new
FullscreenDialogFragment
();
104
* Interface for the view of {@link
FullscreenDialogFragment
}.
/packages/apps/TV/src/com/android/tv/ui/
FullscreenDialogView.java
32
import com.android.tv.dialog.
FullscreenDialogFragment
;
35
implements
FullscreenDialogFragment
.DialogView {
TvOverlayManager.java
49
import com.android.tv.dialog.
FullscreenDialogFragment
;
167
AVAILABLE_DIALOG_TAGS.add(
FullscreenDialogFragment
.DIALOG_TAG);
553
showDialogFragment(
FullscreenDialogFragment
.DIALOG_TAG,
554
FullscreenDialogFragment
.newInstance(R.layout.intro_dialog, INTRO_TRACKER_LABEL),
[
all
...]
Completed in 344 milliseconds