Searched refs:targetBackground (Results 1 – 1 of 1) sorted by relevance
496 public SetDrawableParameters(int id, boolean targetBackground, int alpha, in SetDrawableParameters() argument499 this.targetBackground = targetBackground; in SetDrawableParameters()508 targetBackground = parcel.readInt() != 0; in SetDrawableParameters()523 dest.writeInt(targetBackground ? 1 : 0); in writeToParcel()542 if (targetBackground) { in apply()564 boolean targetBackground; field in RemoteViews.SetDrawableParameters1327 public void setDrawableParameters(int viewId, boolean targetBackground, int alpha, in setDrawableParameters() argument1329 addAction(new SetDrawableParameters(viewId, targetBackground, alpha, in setDrawableParameters()