HomeSort by relevance Sort by last modified time
    Searched defs:colorItem (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
SliceTester.java 77 final SliceItem colorItem = SliceQuery.findSubtype(slice, FORMAT_INT, SUBTYPE_COLOR);
78 final int color = colorItem.getInt();
107 final SliceItem colorItem = SliceQuery.findSubtype(slice, FORMAT_INT, SUBTYPE_COLOR);
108 final int color = colorItem.getInt();
150 final SliceItem colorItem = SliceQuery.findSubtype(slice, FORMAT_INT, SUBTYPE_COLOR);
151 final int color = colorItem.getInt();
193 final SliceItem colorItem = SliceQuery.findSubtype(slice, FORMAT_INT, SUBTYPE_COLOR);
194 final int color = colorItem.getInt();
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
ShortcutView.java 83 SliceItem colorItem = mListContent.getColorItem();
84 if (colorItem == null) {
85 colorItem = SliceQuery.findSubtype(sliceContent.getSlice(), FORMAT_INT, SUBTYPE_COLOR);
87 final int color = colorItem != null
88 ? colorItem.getInt()
SliceView.java 625 final SliceItem colorItem = SliceQuery.findSubtype(
627 return colorItem != null
628 ? colorItem.getInt()

Completed in 89 milliseconds