Searched refs:targetBackground (Results 1 – 1 of 1) sorted by relevance
812 public SetDrawableParameters(int id, boolean targetBackground, int alpha, in SetDrawableParameters() argument815 this.targetBackground = targetBackground; in SetDrawableParameters()824 targetBackground = parcel.readInt() != 0; in SetDrawableParameters()839 dest.writeInt(targetBackground ? 1 : 0); in writeToParcel()858 if (targetBackground) { in apply()883 boolean targetBackground; field in RemoteViews.SetDrawableParameters2217 public void setDrawableParameters(int viewId, boolean targetBackground, int alpha, in setDrawableParameters() argument2219 addAction(new SetDrawableParameters(viewId, targetBackground, alpha, in setDrawableParameters()