Home
last modified time | relevance | path

Searched refs:getCheckSetId (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGuidedActionDiffCallback.java56 return oldItem.getCheckSetId() == newItem.getCheckSetId() in areContentsTheSame()
DGuidedAction.java805 public int getCheckSetId() { in getCheckSetId() method in GuidedAction
930 } else if (getCheckSetId() != NO_CHECK_SET) { in onSaveInstanceState()
956 } else if (getCheckSetId() != NO_CHECK_SET) { in onRestoreInstanceState()
DGuidedActionAdapter.java419 int actionCheckSetId = action.getCheckSetId(); in handleCheckedActions()
426 if (a != action && a.getCheckSetId() == actionCheckSetId && a.isChecked()) { in handleCheckedActions()
DGuidedActionsStylist.java200 mAction != null && mAction.getCheckSetId() != GuidedAction.NO_CHECK_SET);
964 if (action.getCheckSetId() != GuidedAction.NO_CHECK_SET) { in onBindCheckMarkView()
966 int attrId = action.getCheckSetId() == GuidedAction.CHECKBOX_CHECK_SET_ID in onBindCheckMarkView()
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DGuidedStepActivity.java611 } else if (action.getCheckSetId() == GuidedAction.DEFAULT_CHECK_SET_ID) {
DGuidedStepSupportActivity.java614 } else if (action.getCheckSetId() == GuidedAction.DEFAULT_CHECK_SET_ID) {
/frameworks/support/leanback/api/
Dcurrent.txt1805 method public int getCheckSetId();
/frameworks/support/leanback/api_legacy/
Dcurrent.txt1804 method public int getCheckSetId();
D27.0.0.txt1826 method public int getCheckSetId();
D27.1.0.txt1804 method public int getCheckSetId();
D28.0.0-alpha1.txt1804 method public int getCheckSetId();
D26.1.0.txt1911 method public int getCheckSetId();
D26.0.0.txt1911 method public int getCheckSetId();
/frameworks/support/api/
D22.1.0.txt873 method public int getCheckSetId();
D22.2.0.txt1212 method public int getCheckSetId();
D22.2.1.txt1196 method public int getCheckSetId();
D25.2.0.txt2854 method public int getCheckSetId();
D25.0.0.txt2527 method public int getCheckSetId();
D24.2.0.txt2473 method public int getCheckSetId();
D23.0.0.txt1614 method public int getCheckSetId();
D23.1.1.txt1801 method public int getCheckSetId();
D25.4.0.txt3174 method public int getCheckSetId();
D23.2.1.txt1987 method public int getCheckSetId();
D26.0.0-alpha1.txt3517 method public int getCheckSetId();
D23.2.0.txt1987 method public int getCheckSetId();

12