Searched defs:layout (Results 1 – 3 of 3) sorted by relevance
210 RemoteViews layout = buildLayout(context, appWidgetIds[i], mIsLargeLayout); in onUpdate() local225 RemoteViews layout; in onAppWidgetOptionsChanged() local
253 FrameLayout layout = new FrameLayout(getActivity()); in copyVisibleViews() local
435 public Builder setLayout(int layout) { in setLayout()