Searched refs:targetBackground (Results 1 – 2 of 2) sorted by relevance
1000 SetDrawableTint(int id, boolean targetBackground, in SetDrawableTint() argument1003 this.targetBackground = targetBackground; in SetDrawableTint()1010 targetBackground = parcel.readInt() != 0; in SetDrawableTint()1017 dest.writeInt(targetBackground ? 1 : 0); in writeToParcel()1029 if (targetBackground) { in apply()1046 boolean targetBackground; field in RemoteViews.SetDrawableTint2867 public void setDrawableTint(int viewId, boolean targetBackground,2869 addAction(new SetDrawableTint(viewId, targetBackground, colorFilter, mode));
89468 Landroid/widget/RemoteViews$SetDrawableTint;->targetBackground:Z