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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java318 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) { method in class:RemoteViews.Action
1419 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) { method in class:RemoteViews.ReflectionAction
1542 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) { method in class:RemoteViews.ViewGroupAction
1725 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) { method in class:RemoteViews.TextViewDrawableAction
3321 mActions[i] = mRV.mActions.get(i).initActionAsync(mTree, mParent, mHandler);

Completed in 53 milliseconds