Lines Matching defs:root

240         public abstract void apply(View root, ViewGroup rootParent,
348 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
349 final View view = root.findViewById(viewId);
354 final View emptyView = root.findViewById(emptyViewId);
383 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
384 final View target = root.findViewById(viewId);
392 if (target == root) {
458 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
459 final View target = root.findViewById(viewId);
554 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
555 final View target = root.findViewById(viewId);
558 // Ensure that we are applying to an AppWidget root
561 "AppWidgets (root id: " + viewId + ")");
617 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
618 final View target = root.findViewById(viewId);
621 // Ensure that we are applying to an AppWidget root
624 "AppWidgets (root id: " + viewId + ")");
690 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
691 final View target = root.findViewById(viewId);
699 ApplicationInfo appInfo = root.getContext().getApplicationInfo();
854 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
855 final View target = root.findViewById(viewId);
916 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
917 final View view = root.findViewById(viewId);
1034 public void apply(View root, ViewGroup rootParent,
1038 ra.apply(root, rootParent, handler);
1286 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
1287 final View view = root.findViewById(viewId);
1367 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
1368 final Context context = root.getContext();
1369 final ViewGroup target = (ViewGroup) root.findViewById(viewId);
1497 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
1498 final TextView target = (TextView) root.findViewById(viewId);
1556 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
1557 final TextView target = (TextView) root.findViewById(viewId);
1602 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
1603 final View target = root.findViewById(viewId);
1658 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
1659 final TextView target = (TextView) root.findViewById(viewId);
1818 // We only store a bitmap cache in the root of the RemoteViews.
1915 * Reutrns the layout id of the root layout associated with this RemoteViews. In the case
1916 * that the RemoteViews has both a landscape and portrait root, this will return the layout
2791 " that does not share the same root layout id.");
2851 // We only write the bitmap cache if we are the root RemoteViews, as this cache
2872 // We only write the bitmap cache if we are the root RemoteViews, as this cache