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

1 2

  /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);
  /frameworks/base/core/java/android/transition/
Scene.java 37 private ViewGroup mLayout; // alternative to layoutId
42 * <code>layoutId</code> parameter. If such a Scene has already been created for
44 * This caching of layoutId-based scenes enables sharing of common scenes
50 * @param layoutId The id of a standard layout resource file.
55 public static Scene getSceneForLayout(ViewGroup sceneRoot, int layoutId, Context context) {
62 Scene scene = scenes.get(layoutId);
66 scene = new Scene(sceneRoot, layoutId, context);
67 scenes.put(layoutId, scene);
89 * the hierarchy specified by the layoutId resource file.
91 * <p>This method is hidden because layoutId-based scenes should b
    [all...]
  /external/robolectric/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsBasicTile.java 41 public QuickSettingsBasicTile(Context context, AttributeSet attrs, int layoutId) {
49 addView(LayoutInflater.from(context).inflate(layoutId, null),
58 void setContent(int layoutId, LayoutInflater inflater) {
QuickSettingsTileView.java 53 void setContent(int layoutId, LayoutInflater inflater) {
54 mContentLayoutId = layoutId;
55 inflater.inflate(layoutId, this);
63 Log.e(TAG, "Not reinflating content: No layoutId set");
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java 65 public static String getLayoutName(final int layoutId) {
66 switch (layoutId) {
74 default: return "UNKNOWN<" + layoutId + ">";
  /frameworks/base/core/java/android/widget/
RemoteViewsListAdapter.java 106 int layoutId = mRemoteViewsList.get(position).getLayoutId();
107 return mViewTypes.indexOf(layoutId);
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 103 final int layoutId, final int fieldId) {
104 return constructAdapter(context, layoutId, fieldId, false /* disable pseudolocales */);
108 final int layoutId, final int fieldId, final boolean isInDeveloperMode) {
197 return new ArrayAdapter<LocaleInfo>(context, layoutId, fieldId, localeInfos) {
203 view = inflater.inflate(layoutId, parent, false);
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 137 final int layoutId;
140 layoutId = R.layout.confirm_backup;
143 layoutId = R.layout.confirm_restore;
171 setContentView(layoutId);
189 if (layoutId == R.layout.confirm_backup) {
201 if (layoutId == R.layout.confirm_backup) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 173 public View getView(final int layoutId) {
174 return mViewsCache.get(layoutId);
181 public void put(final int layoutId, final View view) {
182 mViewsCache.put(layoutId, view);
305 final int layoutId;
307 layoutId = R.layout.conversation_item_view_wide;
310 layoutId = R.layout.conversation_item_view_normal_spacious;
312 layoutId = R.layout.conversation_item_view_normal;
316 ViewGroup view = (ViewGroup) cache.getView(layoutId);
318 view = (ViewGroup) LayoutInflater.from(context).inflate(layoutId, null)
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardActivityLauncher.java 62 public int layoutId;
90 int layoutId = resolved.activityInfo.metaData.getInt(META_DATA_KEYGUARD_LAYOUT);
91 if (layoutId == 0) {
96 info.layoutId = layoutId;
CameraWidgetFrame.java 180 return widgetInfo.layoutId > 0 ?
195 widgetView = cameraInflater.inflate(widgetInfo.layoutId, null, false);
KeyguardHostView.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/core/java/android/appwidget/
AppWidgetHostView.java 384 int layoutId = remoteViews.getLayoutId();
388 if (content == null && layoutId == mLayoutId) {
409 mLayoutId = layoutId;
561 int layoutId = mInfo.initialLayout;
568 layoutId = kgLayoutId == 0 ? layoutId : kgLayoutId;
571 defaultView = inflater.inflate(layoutId, this, false);
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java 178 private View inflate(int layoutId, ViewGroup parent) {
179 return LayoutInflater.from(getContext()).inflate(layoutId, parent, false);
  /packages/apps/Settings/src/com/android/settings/
ZonePicker.java 95 boolean sortedByName, int layoutId) {
105 layoutId,
  /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);
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 65 private void layout(final int layoutId) {
69 mActivity.setContentView(layoutId);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsFragment.java 206 public Item(int layoutId) {
207 mLayoutId = layoutId;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoingFragment.java 98 final int layoutId = mSettingsMode
102 final View view = inflater.inflate(layoutId, container, false);
AccountSetupIncomingFragment.java 119 final int layoutId = mSettingsMode
123 final View view = inflater.inflate(layoutId, container, false);
  /frameworks/base/core/java/android/app/
Notification.java     [all...]

Completed in 449 milliseconds

1 2