HomeSort by relevance Sort by last modified time
    Searched refs:rootParent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
RemoteViews.java 194 public abstract void apply(View root, ViewGroup rootParent,
303 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
338 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
422 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
527 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
532 if (!(rootParent instanceof AppWidgetHostView)) {
590 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
595 if (!(rootParent instanceof AppWidgetHostView)) {
609 AppWidgetHostView host = (AppWidgetHostView) rootParent;
663 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 766 UiElementNode rootParent = rootNode.getUiParent();
767 return (rootParent instanceof UiViewElementNode
768 && VIEW_MERGE.equals(rootParent.getDescriptor().getXmlName()));
    [all...]

Completed in 926 milliseconds