Searched refs:colorBackground (Results 1 – 4 of 4) sorted by relevance
44 private int colorBackground = -1; field in AospThemeImpl66 android.R.attr.colorBackground, in AospThemeImpl()80 colorBackground = array.getColor(/* index= */ 7, /* defValue= */ -1); in AospThemeImpl()
100 ColorDrawable colorBackground = (ColorDrawable) mTextAndBackground.getBackground(); in onFinishInflate() local101 mBackgroundColor = colorBackground.getColor(); in onFinishInflate()104 colorBackground, null); in onFinishInflate()
204 newTasks.add(new Task(t.key, t.colorPrimary, t.colorBackground, t.isDockable, in copyOf()
140 int color = task == null ? Color.BLACK : task.colorBackground | 0xFF000000; in bind()