Searched refs:layout (Results 176 - 200 of 648) sorted by relevance

1234567891011>>

/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
H A DApplicationsAdapter.java36 super(context, R.layout.application_list_item, c);
/packages/screensavers/WebView/src/com/android/dreams/web/
H A DScreensaver.java64 setContentView(R.layout.main);
/packages/apps/Camera/src/com/android/camera/
H A DPhotoController.java157 R.layout.more_setting_popup, null, false);
210 R.layout.timer_setting_popup, null, false);
217 R.layout.list_pref_setting_popup, null, false);
H A DVideoController.java139 R.layout.more_setting_popup, null, false);
169 R.layout.time_interval_popup, null, false);
176 R.layout.list_pref_setting_popup, null, false);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorAccountsChangedActivity.java90 setContentView(R.layout.contact_editor_accounts_changed_activity_with_picker);
107 setContentView(R.layout.contact_editor_accounts_changed_activity_with_text);
134 setContentView(R.layout.contact_editor_accounts_changed_activity_with_text);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactListFragment.java55 mFragmentContainer = (RelativeLayout) inflater.inflate(R.layout.quickcontact_list_fragment,
106 R.layout.quickcontact_list_item_address :
107 R.layout.quickcontact_list_item,
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java143 mHeaderTextView.layout(leftHeaderTextView,
149 mCountTextView.layout(leftCountTextView,
155 mHeaderDivider.layout(mPaddingLeft,
178 // itself, so there is no need to pass the layout request to the parent
H A DContactListItemView.java64 * The view uses no XML file for layout and all the measurements and layouts are done
67 * The layout puts the contact's photo on the right side of the view, the call icon (if present)
71 * The layout also supports a header (used as a header of a group of contacts) that is above the
78 // Style values for layout and appearance
114 * Where to put contact photo. This affects the other Views' layout or look-and-feel.
137 // Header layout data
487 mHeaderTextView.layout(isLayoutRtl ? leftBound : leftBound + mHeaderTextIndent,
492 mCountView.layout(rightBound - mCountView.getMeasuredWidth(),
497 mHeaderDivider.layout(leftBound,
526 photoView.layout(
[all...]
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSettingsEditQuickResponsesFragment.java102 private static final int resourceId = R.layout.quick_response_item;
197 R.layout.insert_quick_response,
244 int layoutId = R.layout.account_settings_edit_quick_responses_fragment;
H A DAccountSetupOptions.java82 setContentView(R.layout.account_setup_options);
124 android.R.layout.simple_spinner_item, checkFrequencies);
126 .setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
420 android.R.layout.simple_spinner_item, windowOptions);
422 .setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
H A DAccountSetupIncomingFragment.java106 ? R.layout.account_settings_incoming_fragment
107 : R.layout.account_setup_incoming_fragment;
146 android.R.layout.simple_spinner_item, securityTypes);
147 securityTypesAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
151 android.R.layout.simple_spinner_item, deletePolicies);
153 android.R.layout.simple_spinner_dropdown_item);
/packages/apps/Gallery2/src/com/android/camera/
H A DVideoMenu.java157 R.layout.more_setting_popup, null, false);
187 R.layout.time_interval_popup, null, false);
194 R.layout.list_pref_setting_popup, null, false);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSecondLevelIndicatorControlBar.java185 getChildAt(i).layout(offsetX, 0, offsetX + iconWidth, height);
189 // And layout the divider line.
191 mDivider.layout(offsetX, padding, (offsetX + mDivider.getMeasuredWidth()),
196 mCloseIcon.layout(offsetX, 0, (offsetX + iconWidth), height);
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowPresenter.java72 LayoutModel layout = ((SlideshowModel) mModel).getLayout();
74 width, layout.getLayoutWidth());
76 height, layout.getLayoutHeight());
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartView.java119 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
123 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
133 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java108 public void setColumnWidthFromLayout(int layout) { argument
110 View v = infalter.inflate(layout, this, false);
316 convertView = mInflater.inflate(R.layout.bookmark_grid_row, parent, false);
393 view = mInflater.inflate(R.layout.bookmark_group_view, parent, false);
417 mInflater.inflate(R.layout.bookmarks_header, null);
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DCameraSwitcher.java158 mParent = LayoutInflater.from(getContext()).inflate(R.layout.switcher_popup,
284 mPopup.layout(getRight() - w, getBottom() - h, getRight(), getBottom());
290 mPopup.layout(getRight() - w, getTop(), getRight(), getTop() + h);
294 mPopup.layout(getLeft(), getTop(), getLeft() + w, getTop() + h);
298 mPopup.layout(getLeft(), getBottom() - h, getLeft() + w, getBottom());
365 // request layout to make sure popup is laid out correctly on ICS
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DOverlayLinearLayout.java298 final View beginView = inflate(getContext(), R.layout.empty_timeline_item, null);
308 final View endView = inflate(getContext(), R.layout.empty_timeline_item, null);
317 mLeftHandle = (HandleView)inflate(getContext(), R.layout.left_handle_view, null);
320 mRightHandle = (HandleView)inflate(getContext(), R.layout.right_handle_view, null);
402 R.layout.overlay_item, null);
433 R.layout.overlay_item, null);
649 view.layout(left, 0, right, b - t);
659 view.layout(mResizingView.getLeft() - mHandleWidth,
665 view.layout(mResizingView.getRight(), mResizingView.getPaddingTop(),
670 view.layout(lef
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java208 mWordToSaveView = (TextView)inflater.inflate(R.layout.suggestion_word, null);
209 mLeftwardsArrowView = (TextView)inflater.inflate(R.layout.hint_add_to_dictionary, null);
210 mHintToSaveView = (TextView)inflater.inflate(R.layout.hint_add_to_dictionary, null);
329 public void layout(final SuggestedWords suggestedWords, final ViewGroup stripView, method in class:SuggestionStripView.SuggestionStripViewParams
416 // Make this inactive for touches in layout().
577 inflater.inflate(R.layout.suggestions_strip, this);
581 final TextView word = (TextView)inflater.inflate(R.layout.suggestion_word, null);
586 final View divider = inflater.inflate(R.layout.suggestion_divider, null);
590 mInfos.add((TextView)inflater.inflate(R.layout.suggestion_info, null));
596 mMoreSuggestionsContainer = inflater.inflate(R.layout
[all...]
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetService.java203 R.layout.appwidget_loading);
216 R.layout.appwidget_loading);
225 R.layout.appwidget_no_events);
235 R.layout.appwidget_day);
244 R.layout.widget_all_day_item);
246 views = new RemoteViews(mContext.getPackageName(), R.layout.widget_item);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSnapshotPage.java94 View view = inflater.inflate(R.layout.snapshots, container, false);
113 View item = inflater.inflate(R.layout.snapshot_item, mGrid, false);
161 // Create the header, re-use BookmarkItem (has the layout we want)
217 super(context, R.layout.snapshot_item, c, 0);
H A DPageDialogsHandler.java142 final View pageInfoView = factory.inflate(R.layout.page_info, null);
353 LinearLayout table = (LinearLayout)factory.inflate(R.layout.ssl_success, placeholder);
393 TextView textView = (TextView) inflater.inflate(R.layout.ssl_warning,
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculator.java67 setContentView(R.layout.main);
268 final View simplePage = inflater.inflate(R.layout.simple_pad, parent, false);
269 final View advancedPage = inflater.inflate(R.layout.advanced_pad, parent, false);
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCitiesActivity.java125 view = mInflater.inflate(R.layout.city_list_header, parent, false);
132 view = mInflater.inflate(R.layout.city_list_item, parent, false);
221 setContentView(R.layout.cities_activity);
/packages/apps/Email/src/com/android/email/activity/
H A DMessageListItemCoordinates.java37 * and record the coordinates of each element after layout. This will allows us
39 * layout in XML files.
137 * Returns the layout id to be inflated in this mode.
142 return R.layout.message_list_item_wide;
144 return R.layout.message_list_item_normal;
263 view.layout(0, 0, width, height);

Completed in 3488 milliseconds

1234567891011>>