Searched defs:layout (Results 1 - 25 of 38) sorted by relevance

12

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferAdapter.java60 public BluetoothOppTransferAdapter(Context context, int layout, Cursor c) { argument
61 super(context, layout, c);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMultiLineTexture.java32 private MultiLineTexture(Layout layout) { argument
33 super(layout.getWidth(), layout.getHeight());
34 mLayout = layout;
41 Layout layout = new StaticLayout(text, 0, text.length(), paint,
44 return new MultiLineTexture(layout);
H A DDetailsHelper.java51 public void layout(int left, int top, int right, int bottom) { method in class:DetailsHelper
56 view.layout(0, top, view.getMeasuredWidth(), top + view.getMeasuredHeight());
/packages/apps/Browser/src/com/android/browser/view/
H A DPieListView.java42 public void layout(int anchorX, int anchorY, boolean left, float angle, method in class:PieListView
44 super.layout(anchorX, anchorY, left, angle, pHeight);
62 view.layout(mLeft, top, mLeft + mChildWidth, top + mChildHeight);
H A DPieStackView.java60 public void layout(int anchorX, int anchorY, boolean left, float angle, method in class:PieStackView
62 super.layout(anchorX, anchorY, left, angle, pHeight);
79 view.layout(x, top, x + mChildWidth, top + mChildHeight);
H A DBasePieView.java112 public void layout(int anchorX, int anchorY, boolean left, float angle, method in class:BasePieView
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);
H A DPieMenu.java71 public void layout(int anchorX, int anchorY, boolean onleft, float angle, method in interface:PieMenu.PieView
268 view.layout(x, y, x + w, y + h);
455 pv.layout(x, y, onTheLeft(), angle, getHeight());
/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;
40 "Bad layout type detected: " + type);
H A DLayoutManager.java18 package com.android.mms.layout;
25 * MMS presentation layout management.
/packages/apps/Camera/src/com/android/camera/ui/
H A DOverlayRenderer.java66 public void layout(int left, int top, int right, int bottom) { method in class:OverlayRenderer
H A DRenderOverlay.java38 public void layout(int left, int top, int right, int bottom); method in interface:RenderOverlay.Renderer
139 public void layout(int left, int top, int right, int bottom) { method in class:RenderOverlay.RenderView
141 super.layout(left, top, right, bottom);
144 renderer.layout(left, top, right, bottom);
H A DZoomRenderer.java98 public void layout(int l, int t, int r, int b) { method in class:ZoomRenderer
99 super.layout(l, t, r, b);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPageBottomControls.java60 public PhotoPageBottomControls(Delegate delegate, Context context, RelativeLayout layout) { argument
62 mParentLayout = layout;
67 .inflate(R.layout.photopage_bottom_controls, mParentLayout, false);
122 // Force a layout change
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFocusHelper.java534 final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex);
535 final ShortcutAndWidgetContainer children = layout.getShortcutsAndWidgets();
536 final View newIcon = getIconInDirection(layout, children, -1, 1);
567 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, argument
570 final int cellCountX = layout.getCountX();
607 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, argument
609 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, argument
614 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
623 private static View getClosestIconOnLine(CellLayout layout, ViewGrou argument
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowEditor.java196 public void changeLayout(int layout) { argument
197 mModel.getLayout().changeTo(layout);
/packages/apps/Music/src/com/android/music/
H A DMediaPickerActivity.java78 setContentView(R.layout.media_picker_activity);
87 R.layout.track_list_item,
232 PickListAdapter(Context context, int layout, Cursor cursor, String[] from, int[] to) { argument
233 super(context, layout, cursor, from, to);
H A DPlaylistBrowserActivity.java140 setContentView(R.layout.media_picker_activity);
152 R.layout.track_list_item,
568 int layout, Cursor cursor, String[] from, int[] to) {
569 super(context, layout, cursor, from, to);
567 PlaylistListAdapter(Context context, PlaylistBrowserActivity currentactivity, int layout, Cursor cursor, String[] from, int[] to) argument
H A DQueryBrowserActivity.java153 setContentView(R.layout.query_activity);
160 R.layout.track_list_item,
362 int layout, Cursor cursor, String[] from, int[] to) {
363 super(context, layout, cursor, from, to);
361 QueryListAdapter(Context context, QueryBrowserActivity currentactivity, int layout, Cursor cursor, String[] from, int[] to) argument
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSimpleAdapter.java82 public SelectCalendarsSimpleAdapter(Context context, int layout, Cursor c) { argument
84 mLayout = layout;
217 // Full screen layout
251 // Tablet layout
/packages/apps/Mms/src/com/android/mms/model/
H A DLayoutModel.java25 import com.android.mms.layout.LayoutManager;
26 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/Settings/src/com/android/settings/
H A DUserDictionarySettings.java91 com.android.internal.R.layout.preference_list_fragment, container, false);
155 R.layout.user_dictionary_item, mCursor,
263 public MyAdapter(Context context, int layout, Cursor c, String[] from, int[] to, argument
265 super(context, layout, c, from, to);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DMoreSuggestions.java55 public int layout(final SuggestedWords suggestions, final int fromPos, final int maxWidth, method in class:MoreSuggestions.MoreSuggestionsParam
178 public Builder layout(final SuggestedWords suggestions, final int fromPos, method in class:MoreSuggestions.Builder
186 final int count = mParams.layout(suggestions, fromPos, maxWidth, minWidth, maxRow,
/packages/apps/Email/src/com/android/email/activity/
H A DMessagesAdapter.java142 public void setLayout(ThreePaneLayout layout) { argument
143 mLayout = layout;

Completed in 489 milliseconds

12