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

/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/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 DHVGALayoutParameters.java18 package com.android.mms.layout;
38 "Bad layout type detected: " + type);
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 DLayoutManager.java18 package com.android.mms.layout;
28 * MMS presentation layout management.
/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/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...]
H A DPathBarLayer.java160 private void layout() { method in class:PathBarLayer
181 layout();
H A DPopupMenu.java86 // Compute layout if needed.
88 layout();
216 private void layout() { method in class:PopupMenu
217 // Mark as not needing layout.
H A DTimeBar.java119 layout();
187 private void layout() { method in class:TimeBar
492 layout();
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowEditor.java175 public void changeLayout(int layout) { argument
176 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.java131 setContentView(R.layout.media_picker_activity);
143 R.layout.track_list_item,
559 int layout, Cursor cursor, String[] from, int[] to) {
560 super(context, layout, cursor, from, to);
558 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,
360 int layout, Cursor cursor, String[] from, int[] to) {
361 super(context, layout, cursor, from, to);
359 QueryListAdapter(Context context, QueryBrowserActivity currentactivity, int layout, Cursor cursor, String[] from, int[] to) argument
H A DAlbumBrowserActivity.java110 setContentView(R.layout.media_picker_activity);
122 R.layout.track_list_item,
530 int layout, Cursor cursor, String[] from, int[] to) {
531 super(context, layout, cursor, from, to);
529 AlbumListAdapter(Context context, AlbumBrowserActivity currentactivity, int layout, Cursor cursor, String[] from, int[] to) argument
H A DMusicPicker.java188 TrackListAdapter(Context context, ListView listView, int layout, argument
190 super(context, layout, null, from, to);
435 setContentView(R.layout.music_picker);
444 R.layout.music_picker_item, new String[] {},
H A DTrackBrowserActivity.java161 setContentView(R.layout.media_picker_activity);
205 mEditMode ? R.layout.edit_track_list_item : R.layout.track_list_item,
1401 int layout, Cursor cursor, String[] from, int[] to,
1403 super(context, layout, cursor, from, to);
1400 TrackListAdapter(Context context, TrackBrowserActivity currentactivity, int layout, Cursor cursor, String[] from, int[] to, boolean isnowplaying, boolean disablenowplayingindicator) argument
/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/Settings/src/com/android/settings/
H A DUserDictionarySettings.java82 setContentView(R.layout.list_content_with_empty_view);
133 android.R.layout.simple_list_item_1, mCursor,
206 View content = getLayoutInflater().inflate(R.layout.dialog_edittext, null);
266 public MyAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
267 super(context, layout, c, from, to);
/packages/apps/Camera/src/com/android/camera/ui/
H A DGLView.java295 public void layout(int left, int top, int right, int bottom) { method in class:GLView
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java276 mViewBody = (ViewGroup)inflater.inflate(R.layout.candidates, null);
334 View scaleUp = (View)inflater.inflate(R.layout.candidate_scale_up, null);
423 * Set the view layout
578 ViewGroup layout = mViewCandidateList2nd;
586 textView = (TextView) layout.getChildAt(mFullViewWordCount);
681 * @param layout AbsoluteLayout
686 private ViewGroup.LayoutParams buildLayoutParams(AbsoluteLayout layout, int width, int height) { argument
767 ViewGroup layout = mViewCandidateList2nd;
768 int size = layout.getChildCount();
770 View v = layout
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java479 // clip to padding, layout animation, animation listener, disappearing
551 child.layout(childLeft, 0, childLeft + childWidth, child.getMeasuredHeight());
815 final CellLayout layout = (CellLayout) getChildAt(i);
816 layout.setChildrenDrawnWithCacheEnabled(true);
817 layout.setChildrenDrawingCacheEnabled(true);
824 final CellLayout layout = (CellLayout) getChildAt(i);
825 layout.setChildrenDrawnWithCacheEnabled(false);
1043 final CellLayout layout = (CellLayout) getChildAt(cellInfo.screen);
1046 layout.cellToPoint(cellInfo.cellX, cellInfo.cellY, result);
1047 onDropExternal(result[0], result[1], info, layout, insertAtFirs
1197 estimateDropCell(int pixelX, int pixelY, int spanX, int spanY, View ignoreView, CellLayout layout, int[] recycle) argument
[all...]

Completed in 895 milliseconds