Home | History | Annotate | Download | only in widget

Lines Matching refs:DOUBLE

281         static final int DOUBLE = 7;
329 case DOUBLE:
384 case DOUBLE:
385 out.writeDouble((Double) this.value);
424 case DOUBLE:
425 return double.class;
838 * Call a method taking one double on a view in the layout for this RemoteViews.
844 public void setDouble(int viewId, String methodName, double value) {
845 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.DOUBLE, value));