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 288 public abstract void apply(View root, ViewGroup rootParent,
326 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
363 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { }
463 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
498 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
580 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
676 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
681 if (!(rootParent instanceof AppWidgetHostView)) {
739 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
744 if (!(rootParent instanceof AppWidgetHostView))
    [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 1113 milliseconds