Searched refs:targetBackground (Results 1 – 1 of 1) sorted by relevance
1009 SetDrawableTint(int id, boolean targetBackground, in SetDrawableTint() argument1012 this.targetBackground = targetBackground; in SetDrawableTint()1019 targetBackground = parcel.readInt() != 0; in SetDrawableTint()1026 dest.writeInt(targetBackground ? 1 : 0); in writeToParcel()1038 if (targetBackground) { in apply()1055 boolean targetBackground; field in RemoteViews.SetDrawableTint2876 public void setDrawableTint(int viewId, boolean targetBackground,2878 addAction(new SetDrawableTint(viewId, targetBackground, colorFilter, mode));