Home
last modified time | relevance | path

Searched refs:BrowseFrameLayout (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DBrowseFrameLayout.java26 public class BrowseFrameLayout extends FrameLayout { class
59 public BrowseFrameLayout(Context context) { in BrowseFrameLayout() method in BrowseFrameLayout
63 public BrowseFrameLayout(Context context, AttributeSet attrs) { in BrowseFrameLayout() method in BrowseFrameLayout
67 public BrowseFrameLayout(Context context, AttributeSet attrs, int defStyle) { in BrowseFrameLayout() method in BrowseFrameLayout
DTitleHelper.java42 private final BrowseFrameLayout.OnFocusSearchListener mOnFocusSearchListener =
43 new BrowseFrameLayout.OnFocusSearchListener() {
117 public BrowseFrameLayout.OnFocusSearchListener getOnFocusSearchListener() { in getOnFocusSearchListener()
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DRowsActivity.java21 import androidx.leanback.widget.BrowseFrameLayout;
52 BrowseFrameLayout frameLayout = findViewById(R.id.rows_frame); in setupTitleFragment()
DRowsSupportActivity.java24 import androidx.leanback.widget.BrowseFrameLayout;
55 BrowseFrameLayout frameLayout = findViewById(R.id.rows_frame); in setupTitleFragment()
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
DVerticalGridFragment.java28 import androidx.leanback.widget.BrowseFrameLayout;
211 BrowseFrameLayout browseFrameLayout = (BrowseFrameLayout) getView().findViewById( in setupFocusSearchListener()
DVerticalGridSupportFragment.java25 import androidx.leanback.widget.BrowseFrameLayout;
206 BrowseFrameLayout browseFrameLayout = (BrowseFrameLayout) getView().findViewById( in setupFocusSearchListener()
DDetailsSupportFragment.java41 import androidx.leanback.widget.BrowseFrameLayout;
326 BrowseFrameLayout mRootView;
440 mRootView = (BrowseFrameLayout) inflater.inflate( in onCreateView()
844 mRootView.setOnChildFocusListener(new BrowseFrameLayout.OnChildFocusListener() { in setupDpadNavigation()
868 mRootView.setOnFocusSearchListener(new BrowseFrameLayout.OnFocusSearchListener() { in setupDpadNavigation()
DDetailsFragment.java44 import androidx.leanback.widget.BrowseFrameLayout;
331 BrowseFrameLayout mRootView;
445 mRootView = (BrowseFrameLayout) inflater.inflate( in onCreateView()
849 mRootView.setOnChildFocusListener(new BrowseFrameLayout.OnChildFocusListener() { in setupDpadNavigation()
873 mRootView.setOnFocusSearchListener(new BrowseFrameLayout.OnFocusSearchListener() { in setupDpadNavigation()
DBrowseSupportFragment.java42 import androidx.leanback.widget.BrowseFrameLayout;
707 BrowseFrameLayout mBrowseFrame;
1065 private final BrowseFrameLayout.OnFocusSearchListener mOnFocusSearchListener =
1066 new BrowseFrameLayout.OnFocusSearchListener() {
1114 private final BrowseFrameLayout.OnChildFocusListener mOnChildFocusListener =
1115 new BrowseFrameLayout.OnChildFocusListener() {
1279 mBrowseFrame = (BrowseFrameLayout) root.findViewById(R.id.browse_frame); in onCreateView()
DBrowseFragment.java44 import androidx.leanback.widget.BrowseFrameLayout;
729 BrowseFrameLayout mBrowseFrame;
1087 private final BrowseFrameLayout.OnFocusSearchListener mOnFocusSearchListener =
1088 new BrowseFrameLayout.OnFocusSearchListener() {
1136 private final BrowseFrameLayout.OnChildFocusListener mOnChildFocusListener =
1137 new BrowseFrameLayout.OnChildFocusListener() {
1301 mBrowseFrame = (BrowseFrameLayout) root.findViewById(R.id.browse_frame); in onCreateView()
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
DmissingSinces.txt86 NO DOC BLOCK: android.support.v17.leanback.widget.BrowseFrameLayout Method setOnDispatchKeyListener…
/frameworks/support/leanback/api/
Dcurrent.txt1547 public class BrowseFrameLayout extends android.widget.FrameLayout {
1548 ctor public BrowseFrameLayout(android.content.Context);
1549 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
1550 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
1551 …method public androidx.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChildFocusListe…
1552 …method public androidx.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFocusSearchLis…
1553 …method public void setOnChildFocusListener(androidx.leanback.widget.BrowseFrameLayout.OnChildFocus…
1555 …method public void setOnFocusSearchListener(androidx.leanback.widget.BrowseFrameLayout.OnFocusSear…
1558 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
1563 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
/frameworks/support/leanback/api_legacy/
Dcurrent.txt1547 public class BrowseFrameLayout extends android.widget.FrameLayout {
1548 ctor public BrowseFrameLayout(android.content.Context);
1549 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
1550 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
1551 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
1552 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
1553 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
1555 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
1558 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
1563 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D27.0.0.txt1569 public class BrowseFrameLayout extends android.widget.FrameLayout {
1570 ctor public BrowseFrameLayout(android.content.Context);
1571 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
1572 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
1573 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
1574 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
1575 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
1577 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
1580 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
1585 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D27.1.0.txt1547 public class BrowseFrameLayout extends android.widget.FrameLayout {
1548 ctor public BrowseFrameLayout(android.content.Context);
1549 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
1550 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
1551 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
1552 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
1553 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
1555 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
1558 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
1563 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D28.0.0-alpha1.txt1547 public class BrowseFrameLayout extends android.widget.FrameLayout {
1548 ctor public BrowseFrameLayout(android.content.Context);
1549 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
1550 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
1551 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
1552 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
1553 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
1555 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
1558 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
1563 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D26.1.0.txt1661 public class BrowseFrameLayout extends android.widget.FrameLayout {
1662 ctor public BrowseFrameLayout(android.content.Context);
1663 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
1664 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
1665 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
1666 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
1667 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
1669 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
1672 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
1677 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D26.0.0.txt1661 public class BrowseFrameLayout extends android.widget.FrameLayout {
1662 ctor public BrowseFrameLayout(android.content.Context);
1663 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
1664 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
1665 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
1666 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
1667 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
1669 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
1672 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
1677 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
/frameworks/support/api/
D22.1.0.txt692 public class BrowseFrameLayout extends android.widget.FrameLayout {
693 ctor public BrowseFrameLayout(android.content.Context);
694 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
695 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
696 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
697 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
698 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
699 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
702 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
707 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D22.2.0.txt1031 public class BrowseFrameLayout extends android.widget.FrameLayout {
1032 ctor public BrowseFrameLayout(android.content.Context);
1033 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
1034 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
1035 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
1036 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
1037 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
1038 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
1041 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
1046 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D22.2.1.txt973 public class BrowseFrameLayout extends android.widget.FrameLayout {
974 ctor public BrowseFrameLayout(android.content.Context);
975 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
976 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
977 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
978 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
979 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
980 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
983 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
988 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D25.2.0.txt2613 public class BrowseFrameLayout extends android.widget.FrameLayout {
2614 ctor public BrowseFrameLayout(android.content.Context);
2615 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
2616 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
2617 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
2618 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
2619 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
2621 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
2624 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
2629 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D25.0.0.txt2287 public class BrowseFrameLayout extends android.widget.FrameLayout {
2288 ctor public BrowseFrameLayout(android.content.Context);
2289 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
2290 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
2291 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
2292 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
2293 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
2294 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
2297 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
2302 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D24.2.0.txt2233 public class BrowseFrameLayout extends android.widget.FrameLayout {
2234 ctor public BrowseFrameLayout(android.content.Context);
2235 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
2236 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
2237 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
2238 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
2239 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
2240 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
2243 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
2248 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]
D23.0.0.txt1386 public class BrowseFrameLayout extends android.widget.FrameLayout {
1387 ctor public BrowseFrameLayout(android.content.Context);
1388 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet);
1389 ctor public BrowseFrameLayout(android.content.Context, android.util.AttributeSet, int);
1390 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocusListener getOnChil…
1391 …method public android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearchListener getOnFoc…
1392 …ic void setOnChildFocusListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnChildFocus…
1393 …c void setOnFocusSearchListener(android.support.v17.leanback.widget.BrowseFrameLayout.OnFocusSearc…
1396 public static abstract interface BrowseFrameLayout.OnChildFocusListener {
1401 public static abstract interface BrowseFrameLayout.OnFocusSearchListener {
[all …]

12