Home
last modified time | relevance | path

Searched refs:targetBackground (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViews.java1009 SetDrawableTint(int id, boolean targetBackground, in SetDrawableTint() argument
1012 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.SetDrawableTint
2876 public void setDrawableTint(int viewId, boolean targetBackground,
2878 addAction(new SetDrawableTint(viewId, targetBackground, colorFilter, mode));