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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java891 ReflectionAction ra = new ReflectionAction(viewId, methodName, ReflectionAction.BITMAP,
911 private class ReflectionAction extends Action { class in class:RemoteViews
935 ReflectionAction(int viewId, String methodName, int type, Object value) { method in class:RemoteViews.ReflectionAction
942 ReflectionAction(Parcel in) { method in class:RemoteViews.ReflectionAction
1165 return "ReflectionAction" + this.methodName + this.type;
1532 case ReflectionAction.TAG:
1533 mActions.add(new ReflectionAction(parcel));
2049 addAction(new ReflectionAction(viewI
[all...]

Completed in 90 milliseconds