Searched refs:targetBackground (Results 1 – 2 of 2) sorted by relevance
1420 SetDrawableTint(@IdRes int id, boolean targetBackground, in SetDrawableTint() argument1423 this.targetBackground = targetBackground; in SetDrawableTint()1430 targetBackground = parcel.readInt() != 0; in SetDrawableTint()1437 dest.writeInt(targetBackground ? 1 : 0); in writeToParcel()1450 if (targetBackground) { in apply()1467 boolean targetBackground; field in RemoteViews.SetDrawableTint4478 public void setDrawableTint(@IdRes int viewId, boolean targetBackground,4480 addAction(new SetDrawableTint(viewId, targetBackground, colorFilter, mode));
72371 Landroid/widget/RemoteViews$SetDrawableTint;->targetBackground:Z