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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java644 * target {@link View#getBackground()} by default. If targetBackground is false,
651 public SetDrawableParameters(int id, boolean targetBackground, int alpha, argument
654 this.targetBackground = targetBackground;
663 targetBackground = parcel.readInt() != 0;
678 dest.writeInt(targetBackground ? 1 : 0);
697 if (targetBackground) {
722 boolean targetBackground; field in class:RemoteViews.SetDrawableParameters
1948 * @param targetBackground If true, apply these parameters to the
1963 public void setDrawableParameters(int viewId, boolean targetBackground, in argument
[all...]

Completed in 58 milliseconds