Searched refs:layout (Results 1 - 25 of 336) sorted by relevance

1234567891011>>

/packages/apps/Gallery3D/src/com/cooliris/app/
H A DRes.java31 public static final R.layout layout = new R.layout(); field in class:Res
/packages/apps/Mms/src/com/android/mms/layout/
H A DLayoutParameters.java18 package com.android.mms.layout;
33 * Get the width of current layout.
37 * Get the height of current layout.
41 * Get the width of the image region of current layout.
45 * Get the height of the text region of current layout.
49 * Get the type of current layout.
53 * Get the type description of current layout.
H A DHVGALayoutParameters.java18 package com.android.mms.layout;
38 "Bad layout type detected: " + type);
/packages/apps/Gallery/src/com/android/camera/
H A DActionMenuButton.java75 final Layout layout = getLayout();
80 rect.set(left + layout.getLineLeft(0) - PADDING_H,
81 top + layout.getLineTop(0) - PADDING_V,
82 Math.min(left + layout.getLineRight(0) + PADDING_H,
84 top + layout.getLineBottom(0) + PADDING_V);
/packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
H A DPartialSuggestionLauncher.java27 setContentView(R.layout.main);
/packages/apps/Mms/src/com/android/mms/model/
H A DLayoutModel.java20 import com.android.mms.layout.LayoutManager;
21 import com.android.mms.layout.LayoutParameters;
49 // Create default root-layout and regions.
140 * Get all regions except root-layout. The result is READ-ONLY.
184 public void changeTo(int layout) { argument
193 if (mLayoutType != layout) {
194 switch (layout) {
198 mLayoutType = layout;
205 mLayoutType = layout;
210 Log.w(TAG, "Unknown layout typ
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchableItemPreference.java34 setLayoutResource(R.layout.searchable_item_preference);
/packages/apps/Settings/src/com/android/settings/
H A DDateTimeSettingsSetupWizard.java32 setContentView(R.layout.date_time_settings_setupwizard);
H A DLocalePickerInSetupWizard.java40 return R.layout.locale_picker_in_setupwizard;
H A DProgressCategory.java32 setLayoutResource(R.layout.preference_progress_category);
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DUnknownRecord.java31 TextView text = (TextView) inflater.inflate(R.layout.tag_text, parent, false);
/packages/apps/Mms/src/com/android/mms/ui/
H A DDeliveryReportAdapter.java36 super(context, R.layout.delivery_report_list_item, R.id.recipient, items);
47 R.layout.delivery_report_list_item, viewGroup, false);
H A DSlideshowActivity.java76 * @return whether the Smil has MMS conformance layout.
90 Node layout = children.item(0);
91 if (layout == null || !"layout".equals(layout.getNodeName())) {
92 // The child is not layout element
95 NodeList layoutChildren = layout.getChildNodes();
97 // The 'layout' element has no child.
102 // The 'layout' element has no child.
108 // The 'layout' chil
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DCorpusViewInflater.java44 return inflateCorpusView(R.layout.corpus_grid_item, parentViewType);
48 return inflateCorpusView(R.layout.corpus_list_item, parentViewType);
H A DSuggestionViewInflater.java39 // The layout ids associated with each of the above classes.
41 R.layout.suggestion,
42 R.layout.contact_suggestion,
/packages/apps/Launcher2/src/com/android/launcher2/
H A DBubbleTextView.java122 final Layout layout = getLayout();
127 rect.set(left + layout.getLineLeft(0) - mPaddingH,
128 top + layout.getLineTop(0) - mPaddingV,
129 Math.min(left + layout.getLineRight(0) + mPaddingH, mScrollX + mRight - mLeft),
130 top + layout.getLineBottom(0) + mPaddingV);
H A DLiveFolder.java42 final int layout = isDisplayModeList(folderInfo) ?
43 R.layout.live_folder_list : R.layout.live_folder_grid;
44 return (LiveFolder) LayoutInflater.from(context).inflate(layout, null);
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DGridCameraManager.java37 public void centerCameraForSlot(LayoutInterface layout, int slotIndex, float baseConvergence, Vector3f deltaAnchorPositionIn, argument
55 GridCameraManager.getSlotPositionForSlotIndex(slotIndex, camera, layout, deltaAnchorPosition, position);
85 public boolean constrainCameraForSlot(LayoutInterface layout, int slotIndex, Vector3f deltaAnchorPositionIn, argument
101 GridCameraManager.getSlotPositionForSlotIndex(slotIndex, camera, layout, deltaAnchorPosition, position);
155 public void computeVisibleRange(MediaFeed feed, LayoutInterface layout, Vector3f deltaAnchorPositionIn, argument
189 GridCameraManager.getSlotPositionForSlotIndex(index, camera, layout, deltaAnchorPosition, position);
206 GridCameraManager.getSlotPositionForSlotIndex(firstVisibleSlotIndex, camera, layout, deltaAnchorPosition, position);
216 GridCameraManager.getSlotPositionForSlotIndex(lastVisibleSlotIndex, camera, layout, deltaAnchorPosition, position);
253 public static final void getSlotPositionForSlotIndex(int slotIndex, GridCamera camera, LayoutInterface layout, argument
255 layout
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DPinnedHeaderListView.java125 mHeaderView.layout(0, 0, mHeaderViewWidth, mHeaderViewHeight);
145 mHeaderView.layout(0, 0, mHeaderViewWidth, mHeaderViewHeight);
167 mHeaderView.layout(0, y, mHeaderViewWidth, mHeaderViewHeight + y);
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/
H A DProviderPreference.java42 setLayoutResource(R.layout.provider_preference);
/packages/apps/Browser/src/com/android/browser/
H A DAddNewBookmark.java26 * Custom layout for an item representing a bookmark in the browser.
45 factory.inflate(R.layout.add_new_bookmark, this);
/packages/apps/DeskClock/src/com/android/alarmclock/
H A DAnalogAppWidgetProvider.java40 R.layout.analog_appwidget);
/packages/apps/Email/src/com/android/email/activity/
H A DAccountShortcutPicker.java82 setContentView(R.layout.accounts);
89 R.layout.accounts_item, c, FROM_COLUMNS, TO_IDS);
102 public AccountsAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
103 super(context, layout, c, from, to);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryDetail.java38 setContentView(R.layout.preference_batteryhistory);
H A DBatteryHistoryPreference.java40 setLayoutResource(R.layout.preference_batteryhistory);

Completed in 2983 milliseconds

1234567891011>>