Searched defs:targetBackground (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java172 * target {@link View#getBackground()} by default. If targetBackground is false,
179 public SetDrawableParameters(int id, boolean targetBackground, int alpha, argument
182 this.targetBackground = targetBackground;
191 targetBackground = parcel.readInt() != 0;
206 dest.writeInt(targetBackground ? 1 : 0);
227 if (targetBackground) {
249 boolean targetBackground; field in class:RemoteViews.SetDrawableParameters
711 * @param targetBackground If true, apply these parameters to the
726 public void setDrawableParameters(int viewId, boolean targetBackground, in argument
[all...]

Completed in 189 milliseconds