Searched refs:SetDrawableParameters (Results 1 – 1 of 1) sorted by relevance
495 private class SetDrawableParameters extends Action { class in RemoteViews496 public SetDrawableParameters(int id, boolean targetBackground, int alpha, in SetDrawableParameters() method in RemoteViews.SetDrawableParameters506 public SetDrawableParameters(Parcel parcel) { in SetDrawableParameters() method in RemoteViews.SetDrawableParameters988 case SetDrawableParameters.TAG: in RemoteViews()989 mActions.add(new SetDrawableParameters(parcel)); in RemoteViews()1329 addAction(new SetDrawableParameters(viewId, targetBackground, alpha, in setDrawableParameters()