Searched defs:ViewTree (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java402 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
841 public Action initActionAsync(ViewTree root, ViewGroup rootParent,
1530 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
1668 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
1672 ViewTree target = root.findViewTreeById(viewId);
1682 final ViewTree tree = task.doInBackground();
1779 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
1783 ViewTree target = root.findViewTreeById(viewId);
1953 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
3570 private class AsyncApplyTask extends AsyncTask<Void, Void, ViewTree>
3877 private static class ViewTree { class in class:RemoteViews
3882 private ViewTree(View root) { method in class:RemoteViews.ViewTree
[all...]

Completed in 128 milliseconds