/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourcePreviewHelper.java | 24 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 25 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.ImageControl; 26 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.ImageUtils; 27 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.RenderService; 28 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.SwtUtils; 37 import org.eclipse.swt.layout.GridData; 38 import org.eclipse.swt.layout.GridLayout;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowActivity.java | 77 * @return whether the Smil has MMS conformance layout. 91 Node layout = children.item(0); local 92 if (layout == null || !"layout".equals(layout.getNodeName())) { 93 // The child is not layout element 96 NodeList layoutChildren = layout.getChildNodes(); 98 // The 'layout' element has no child. 103 // The 'layout' element has no child. 109 // The 'layout' child is null [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
DigitalClockTest.java | 63 new DigitalClock(mContext, getAttributeSet(R.layout.digitalclock_layout)); 69 new DigitalClock(null, getAttributeSet(R.layout.digitalclock_layout)); 108 getAttributeSet(R.layout.digitalclock_layout));
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
ListFlipper.java | 71 setContentView(R.layout.rotating_list); 78 android.R.layout.simple_list_item_1, LIST_STRINGS_EN); 81 android.R.layout.simple_list_item_1, LIST_STRINGS_FR);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentHideShow.java | 41 setContentView(R.layout.fragment_hide_show); 75 View v = inflater.inflate(R.layout.labeled_text_edit, container, false); 101 View v = inflater.inflate(R.layout.labeled_text_edit, container, false); 106 // Note that you will often set this in the layout XML, but since 107 // we are sharing our layout with the other fragment we will customize
|
QuickContactsDemo.java | 65 ContactListItemAdapter adapter = new ContactListItemAdapter(this, R.layout.quick_contacts, c); 71 public ContactListItemAdapter(Context context, int layout, Cursor c) { 72 super(context, layout, c);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Animation3.java | 43 setContentView(R.layout.animation_3); 47 android.R.layout.simple_spinner_item, INTERPOLATORS); 48 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentHideShowSupport.java | 42 setContentView(R.layout.fragment_hide_show_support); 76 View v = inflater.inflate(R.layout.labeled_text_edit, container, false); 102 View v = inflater.inflate(R.layout.labeled_text_edit, container, false); 107 // Note that you will often set this in the layout XML, but since 108 // we are sharing our layout with the other fragment we will customize
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiDirectServicesList.java | 33 return inflater.inflate(R.layout.devices_list, container, false); 40 android.R.layout.simple_list_item_2, android.R.id.text1, 70 v = vi.inflate(android.R.layout.simple_list_item_2, null);
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
CardFlipActivity.java | 56 setContentView(R.layout.activity_card_flip); 174 return inflater.inflate(R.layout.fragment_card_front, container, false); 188 return inflater.inflate(R.layout.fragment_card_back, container, false);
|
/external/chromium_org/chrome/browser/ui/webui/print_preview/ |
print_preview_ui.cc | 473 base::DictionaryValue layout; local 474 layout.SetDouble(printing::kSettingMarginTop, page_layout.margin_top); 475 layout.SetDouble(printing::kSettingMarginLeft, page_layout.margin_left); 476 layout.SetDouble(printing::kSettingMarginBottom, page_layout.margin_bottom); 477 layout.SetDouble(printing::kSettingMarginRight, page_layout.margin_right); 478 layout.SetDouble(printing::kSettingContentWidth, page_layout.content_width); 479 layout.SetDouble(printing::kSettingContentHeight, page_layout.content_height); 480 layout.SetInteger(printing::kSettingPrintableAreaX, printable_area.x()); 481 layout.SetInteger(printing::kSettingPrintableAreaY, printable_area.y()); 482 layout.SetInteger(printing::kSettingPrintableAreaWidth [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
SliderPreference.java | 40 setWidgetLayoutResource(R.layout.slider_preference); 46 setWidgetLayoutResource(R.layout.slider_preference); 59 setWidgetLayoutResource(R.layout.slider_preference);
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListWithMailMessages.java | 41 setContentView(R.layout.list_with_button_above); 63 setListAdapter(new MyAdapter(this, R.layout.mail_message, messages)); 133 .inflate(R.layout.mail_message, null);
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
BaselineButtonsTest.java | 17 package android.widget.layout.linear; 26 import android.widget.layout.linear.BaselineButtons; 50 mLayout = activity.findViewById(R.id.layout); 74 assertEquals("Layout incorrect height", pauseHeight, mLayout.getHeight());
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListViewHeight.java | 45 setContentView(R.layout.linear_layout_listview_height); 51 mOuterLayout = findViewById(R.id.layout); 54 mAdapter = new ArrayAdapter<String>(this, android.R.layout.simple_dropdown_item_1line,
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
BitmapMutateActivity.java | 40 final FrameLayout layout = new FrameLayout(this); local 42 layout.addView(view, new FrameLayout.LayoutParams(480, 800, Gravity.CENTER)); 44 setContentView(layout);
|
BitmapsAlphaActivity.java | 37 final FrameLayout layout = new FrameLayout(this); local 38 layout.addView(view, new FrameLayout.LayoutParams(480, 800, Gravity.CENTER)); 39 setContentView(layout);
|
DisplayListLayersActivity.java | 83 LinearLayout layout = new LinearLayout(this); local 84 layout.setOrientation(LinearLayout.VERTICAL); 85 return layout;
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
SequenceTest.java | 42 setContentView(R.layout.fading_test); 51 mScene1 = Scene.getSceneForLayout(mSceneRoot, R.layout.fading_test, this); 52 mScene2 = Scene.getSceneForLayout(mSceneRoot, R.layout.fading_test_scene_2, this);
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
ResourceProvider.java | 109 // layout 111 org.chromium.content.R.layout.date_time_picker_dialog = 112 com.android.internal.R.layout.webviewchromium_date_time_picker_dialog; 113 org.chromium.content.R.layout.two_field_date_picker = 114 com.android.internal.R.layout.webviewchromium_two_field_date_picker; 116 org.chromium.ui.R.layout.color_picker_dialog_title = 117 com.android.internal.R.layout.webviewchromium_color_picker_dialog_title; 118 org.chromium.ui.R.layout.color_picker_dialog_content = 119 com.android.internal.R.layout.webviewchromium_color_picker_dialog_content; 120 org.chromium.ui.R.layout.color_picker_advanced_component [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ManageCachePage.java | 105 // Hack: our layout depends on other components on the screen. 125 mSlotView.layout(0, slotViewTop, right - left, slotViewBottom); 220 // We use different layout resources for different configs 222 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); local 223 if (layout.getVisibility() == View.VISIBLE) { 224 layout.removeAllViews(); 225 layout.addView(mFooterContent); 242 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); local 243 layout.removeAllViews(); 244 layout.setVisibility(View.INVISIBLE) 266 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); local [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlBar.java | 101 mSecondLevelIcon.layout(padding, 0, padding + size, size); 103 // Layout the zoom control if required. 105 mZoomControl.layout(padding + size, 0, width - padding - size, size); 109 mCameraPicker.layout(width - padding - size, 0, width - padding, size);
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ColorPreference.java | 42 setDialogLayoutResource(R.layout.grid_picker_dialog); 43 setListItemLayoutResource(R.layout.color_picker_item); 54 setWidgetLayoutResource(R.layout.preference_color);
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
FlipperDreamSettings.java | 61 setContentView(R.layout.settingslist); 71 R.layout.header, 72 R.layout.album,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvasViewer.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2; 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 20 import com.android.ide.eclipse.adt.internal.editors.layout.gre.RulesEngine; 87 * Returns the current layout editor's input.
|