Home
last modified time | relevance | path

Searched refs:EXTRA_REQUEST_LAYOUT_ONFOCUS (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridActivity.java54 public static final String EXTRA_REQUEST_LAYOUT_ONFOCUS = "requestLayoutOnFocus"; field in GridActivity
137 mRequestLayoutOnFocus = intent.getBooleanExtra(EXTRA_REQUEST_LAYOUT_ONFOCUS, in onCreate()
DGridWidgetTest.java1453 intent.putExtra(GridActivity.EXTRA_REQUEST_LAYOUT_ONFOCUS, true); in testNonFocusableLoseInFastLayout()
1973 intent.putExtra(GridActivity.EXTRA_REQUEST_LAYOUT_ONFOCUS, true); in testChangeLayoutInChild()
2055 intent.putExtra(GridActivity.EXTRA_REQUEST_LAYOUT_ONFOCUS, true); in testChildStates()