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 128 public abstract void apply(View root, ViewGroup rootParent) throws ActionException;
186 public void apply(View root, ViewGroup rootParent) {
217 public void apply(View root, ViewGroup rootParent) {
298 public void apply(View root, ViewGroup rootParent) {
381 public void apply(View root, ViewGroup rootParent) {
386 if (!(rootParent instanceof AppWidgetHostView)) {
400 AppWidgetHostView host = (AppWidgetHostView) rootParent;
440 public void apply(View root, ViewGroup rootParent) {
536 public void apply(View root, ViewGroup rootParent) {
596 public void apply(View root, ViewGroup rootParent) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 738 UiElementNode rootParent = rootNode.getUiParent();
739 return (rootParent instanceof UiViewElementNode
740 && VIEW_MERGE.equals(rootParent.getDescriptor().getXmlName()));
    [all...]

Completed in 51 milliseconds