Searched refs:targetBackground (Results 1 – 1 of 1) sorted by relevance
1040 public SetDrawableParameters(int id, boolean targetBackground, int alpha, in SetDrawableParameters() argument1043 this.targetBackground = targetBackground; in SetDrawableParameters()1052 targetBackground = parcel.readInt() != 0; in SetDrawableParameters()1067 dest.writeInt(targetBackground ? 1 : 0); in writeToParcel()1086 if (targetBackground) { in apply()1111 boolean targetBackground; field in RemoteViews.SetDrawableParameters3038 public void setDrawableParameters(int viewId, boolean targetBackground, int alpha,3040 addAction(new SetDrawableParameters(viewId, targetBackground, alpha,