HomeSort by relevance Sort by last modified time
    Searched defs:layoutId (Results 1 - 25 of 58) sorted by null

1 2 3

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionViewInflater.java 43 * @param layoutId resource ID of layout to use.
47 int layoutId, Context context) {
50 mLayoutId = layoutId;
65 int layoutId = mLayoutId;
66 convertView = getInflater().inflate(layoutId, parent, false);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteViews.java 25 private int layoutId;
28 public void __constructor__(String packageName, int layoutId) {
30 this.layoutId = layoutId;
40 return layoutId;
ShadowAppWidgetManager.java 86 int layoutId = views.getLayoutId();
87 if (widgetInfo.layoutId != layoutId || alwaysRecreateViewsDuringUpdate) {
88 widgetInfo.view = createWidgetView(layoutId);
89 widgetInfo.layoutId = layoutId;
121 widgetInfo.view = createWidgetView(widgetInfo.layoutId);
215 private int layoutId;
219 public WidgetInfo(View view, int layoutId, AppWidgetProvider appWidgetProvider) {
221 this.layoutId = layoutId
    [all...]
ShadowDialog.java 32 private int layoutId;
71 layoutId = layoutResID;
155 if (layoutId > 0 && context != null) {
156 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null);
221 return layoutId;
238 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null);
  /frameworks/base/core/java/android/widget/
RemoteViewsListAdapter.java 106 int layoutId = mRemoteViewsList.get(position).getLayoutId();
107 return mViewTypes.indexOf(layoutId);
RemoteViewsAdapter.java     [all...]
  /development/samples/training/ads-and-ux/src/com/example/training/ads/
AdsCatalogActivity.java 118 int layoutId = layouts[mNum];
119 View v = inflater.inflate(layoutId, container, false);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
PreviewInflater.java 84 widgetView = appInflater.inflate(widgetInfo.layoutId, null, false);
110 int layoutId = metaData.getInt(META_DATA_KEYGUARD_LAYOUT);
111 if (layoutId == 0) {
116 info.layoutId = layoutId;
194 int layoutId;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
BridgeActionBar.java 59 int layoutId;
61 layoutId = context.getFrameworkResourceValue(layoutName.getResourceType(),
64 layoutId = context.getProjectResourceValue(layoutName.getResourceType(),
68 if (layoutId == 0) {
84 getInflater(context).inflate(layoutId, mEnclosingLayout, mEnclosingLayout != null);
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DataBindingUtil.java 69 * Use this version only if <code>layoutId</code> is unknown in advance. Otherwise, use
73 * @param layoutId The layout resource ID of the layout to inflate.
82 * the layoutId wasn't for a binding layout.
86 public static <T extends ViewDataBinding> T inflate(LayoutInflater inflater, int layoutId,
88 return inflate(inflater, layoutId, parent, attachToParent, sDefaultComponent);
94 * Use this version only if <code>layoutId</code> is unknown in advance. Otherwise, use
98 * @param layoutId The layout resource ID of the layout to inflate.
108 * the layoutId wasn't for a binding layout.
112 LayoutInflater inflater, int layoutId, @Nullable ViewGroup parent,
116 final View view = inflater.inflate(layoutId, parent, attachToParent)
    [all...]
ViewDataBinding.java 546 int layoutId) {
547 return DataBindingUtil.bind(bindingComponent, view, layoutId);
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ImageCardView.java 203 int layoutId = R.layout.lb_image_card_view_themed_badge_right;
205 layoutId = R.layout.lb_image_card_view_themed_badge_left;
207 mBadgeImage = (ImageView) inflater.inflate(layoutId, mInfoArea, false);
  /packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreviewFactory.java 152 int layoutId = R.layout.attachment_single_image;
155 layoutId = R.layout.attachment_single_image;
158 layoutId = R.layout.attachment_multiple_image;
161 layoutId = R.layout.attachment_chooser_image;
167 final View view = layoutInflater.inflate(layoutId, parent, false /* attachToRoot */);
211 int layoutId = R.layout.attachment_single_vcard;
214 layoutId = R.layout.attachment_single_vcard;
217 layoutId = R.layout.attachment_multiple_vcard;
220 layoutId = R.layout.attachment_chooser_vcard;
226 final View view = layoutInflater.inflate(layoutId, parent, false /* attachToRoot */)
    [all...]
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 139 final int layoutId;
142 layoutId = R.layout.confirm_backup;
145 layoutId = R.layout.confirm_restore;
173 setContentView(layoutId);
216 if (layoutId == R.layout.confirm_backup) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 333 String layoutId = getId(layout);
334 if (layoutId.length() > 0) {
346 doc, mSelectionStart, mSelectionEnd, layoutId, id);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityContainer.java 138 int layoutId = getLayoutIdFor(securityMode);
139 if (view == null && layoutId != 0) {
141 if (DEBUG) Log.v(TAG, "inflating id = " + layoutId);
142 View v = inflater.inflate(layoutId, mSecurityViewFlipper, false);
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c     [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 433 int layoutId = remoteViews.getLayoutId();
437 if (content == null && layoutId == mLayoutId) {
458 mLayoutId = layoutId;
518 int layoutId = remoteViews.getLayoutId();
522 if (layoutId == mLayoutId && mView != null) {
527 new ViewApplyListener(remoteViews, layoutId, true),
537 new ViewApplyListener(remoteViews, layoutId, false),
547 public ViewApplyListener(RemoteViews views, int layoutId, boolean isReapply) {
549 mLayoutId = layoutId;
690 int layoutId = mInfo.initialLayout
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 86 int layoutId = targetRes.getIdentifier(layoutName, "xml", pkg);
89 if (layoutId == 0) {
94 layoutId = targetRes.getIdentifier(layoutName, "xml", pkg);
98 if (layoutId == 0) {
100 layoutId = targetRes.getIdentifier(LAYOUT_RES, "xml", pkg);
103 if (layoutId == 0) {
107 return new AutoInstallsLayout(context, appWidgetHost, callback, targetRes, layoutId,
172 int layoutId, String rootTag) {
182 mLayoutId = layoutId;
206 protected int parseLayout(int layoutId, ArrayList<Long> screenIds
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 158 public View getView(final int layoutId) {
159 return mViewsCache.get(layoutId);
166 public void put(final int layoutId, final View view) {
167 mViewsCache.put(layoutId, view);
249 final int layoutId = R.layout.conversation_item_view;
251 ViewGroup view = (ViewGroup) cache.getView(layoutId);
253 view = (ViewGroup) LayoutInflater.from(context).inflate(layoutId, null);
254 cache.put(layoutId, view);
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 

Completed in 1942 milliseconds

1 2 3