/packages/apps/Email/res/layout-sw600dp/ |
message_compose.xml | 48 <include layout="@layout/compose_from"/> 50 <include layout="@layout/compose_area_recipients"/> 54 <include layout="@layout/compose_area_buttons"/> 83 <include layout="@layout/compose_body"/> 90 <include layout="@layout/quoted_text"/ [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SoftInputModes.java | 44 // See assets/res/any/layout/save_restore_state.xml for this 45 // view layout definition, which is being set here as 47 setContentView(R.layout.soft_input_modes); 51 android.R.layout.simple_spinner_item, mResizeModeLabels); 52 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
|
/external/chromium/chrome/browser/chromeos/login/ |
user_image_view.cc | 21 #include "views/layout/grid_layout.h" 38 // IDs of column sets for grid layout manager. 104 views::GridLayout* layout = new views::GridLayout(this); local 105 layout->SetInsets(GetInsets()); 106 SetLayoutManager(layout); 109 views::ColumnSet* column_set = layout->AddColumnSet(kTitleRow); 118 column_set = layout->AddColumnSet(kImagesRow); 132 column_set = layout->AddColumnSet(kSplitterRow); 139 column_set = layout->AddColumnSet(kButtonsRow); 147 // Fill the layout with rows and views now [all...] |
eula_view.cc | 45 #include "views/layout/grid_layout.h" 46 #include "views/layout/layout_constants.h" 47 #include "views/layout/layout_manager.h" 107 virtual void Layout(views::View* host) { 165 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local 166 SetLayoutManager(layout); 167 views::ColumnSet* column_set = layout->AddColumnSet(0); 170 layout->StartRow(0, 0); 175 layout->AddView(label); 176 layout->AddPaddingRow(0, views::kRelatedControlVerticalSpacing) 354 views::GridLayout* layout = new views::GridLayout(this); local [all...] |
/external/webkit/Source/WebKit/qt/examples/platformplugin/ |
WebNotificationPresenter.cpp | 39 QGridLayout* layout = new QGridLayout(this); local 40 layout->addWidget(new QLabel(data->title()), 0, 0, 1, 5); 46 layout->addWidget(label, 1, 0, 1, 1); 52 layout->addWidget(messageLabel, 1, messagePosition, 1, 5 - messagePosition); 53 setLayout(layout);
|
/frameworks/base/core/java/android/text/style/ |
IconMarginSpan.java | 24 import android.text.Layout; 45 boolean first, Layout layout) { 47 int itop = layout.getLineTop(layout.getLineForOffset(st));
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
toasts.jd | 12 <li>You can customize the toast layout to include images</li> 67 toast differently or even use your own layout instead of a simple text message. 95 <p>If a simple text message isn't enough, you can create a customized layout for your 96 toast notification. To create a custom layout, define a View layout, 100 <p>For example, you can create the layout for the toast visible in the screenshot to the right 125 ID to inflate the layout from the XML, as shown here:</p> 129 View layout = inflater.inflate(R.layout.toast_layout, 132 ImageView image = (ImageView) layout.findViewById(R.id.image) [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
SmallCircleActivity.java | 34 final LinearLayout layout = new LinearLayout(this); local 35 layout.setOrientation(LinearLayout.VERTICAL); 38 layout.addView(view, new LinearLayout.LayoutParams(PathView.SIZE, PathView.SIZE)); 41 layout.addView(view, new LinearLayout.LayoutParams(PathView.SIZE, PathView.SIZE)); 43 setContentView(layout);
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
ButtonActivity.java | 68 LinearLayout layout = new LinearLayout(this); local 69 layout.setOrientation(LinearLayout.VERTICAL); 70 layout.addView(myButton); 71 setContentView(layout); 72 mRootView = layout;
|
OneEditTextActivityNotSelected.java | 48 LinearLayout layout = new LinearLayout(this); local 49 layout.setOrientation(LinearLayout.VERTICAL); 58 layout.addView(button); 59 layout.addView(editText); 61 ((ScrollView) mRootView).addView(layout);
|
/packages/apps/Phone/res/layout/ |
emergency_dialer.xml | 17 <!-- Layout for the emergency dialer; see EmergencyDialer.java. --> 43 <include layout="@layout/dialpad" /> 46 <include layout="@layout/dialpad_additional_buttons" />
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
IncludeRule.java | 16 package com.android.ide.common.layout; 18 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.ATTR_LAYOUT; 30 // When dropping an include tag, ask the user which layout to include. 34 node.editXml("Include Layout", 35 // Note -- the layout attribute is NOT in the Android namespace!
|
RadioGroupRule.java | 16 package com.android.ide.common.layout; 18 import static com.android.ide.common.layout.LayoutConstants.ANDROID_URI; 19 import static com.android.ide.common.layout.LayoutConstants.ATTR_CHECKED; 20 import static com.android.ide.common.layout.LayoutConstants.ATTR_ID; 21 import static com.android.ide.common.layout.LayoutConstants.VALUE_TRUE;
|
/external/chromium/chrome/browser/chromeos/options/ |
vpn_config_view.cc | 21 #include "views/layout/grid_layout.h" 22 #include "views/layout/layout_constants.h" 278 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local 279 SetLayoutManager(layout); 282 views::ColumnSet* column_set = layout->AddColumnSet(column_view_set_id); 303 layout->StartRow(0, column_view_set_id); 304 layout->AddView(new views::Label(UTF16ToWide(l10n_util::GetStringUTF16( 309 layout->AddView(server_textfield_); 315 layout->AddView(server_text_); 318 layout->AddPaddingRow(0, views::kRelatedControlVerticalSpacing) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutMetadata.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.gle2; 18 import static com.android.ide.common.layout.LayoutConstants.ANDROID_LAYOUT_PREFIX; 19 import static com.android.ide.common.layout.LayoutConstants.ANDROID_URI; 20 import static com.android.ide.common.layout.LayoutConstants.ATTR_NUM_COLUMNS; 21 import static com.android.ide.common.layout.LayoutConstants.EXPANDABLE_LIST_VIEW; 22 import static com.android.ide.common.layout.LayoutConstants.GRID_VIEW; 23 import static com.android.ide.common.layout.LayoutConstants.LAYOUT_PREFIX; 29 import com.android.ide.eclipse.adt.internal.editors.layout.ProjectCallback; 30 import com.android.ide.eclipse.adt.internal.editors.layout.uimodel.UiViewElementNode; 48 /** The default layout to use for list items in expandable list views * 339 String layout = getProperty(editor, xmlNode, KEY_LV_ITEM); local [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
adt.jd | 17 <li><a href="#graphical-editor">Graphical Layout Editor</a> 25 <li><a href="#refactoring">Layout Factoring Support</a></li> 72 edit Android-specific XML files in a form-based UI. A graphical layout editor lets you design 148 <p class="note"><strong>Note:</strong> You can edit Android-specific XML files (such as a layout 159 <dt><strong>Graphical Layout Editor</strong></dt> 161 <dd>Edit and design your XML layout files with a drag and drop interface. The layout editor 164 <code>res/layout</code>. For more information, see <a href="#graphical-editor">Graphical Layout 193 as strings or layout files. You can access these enhancements by holding down the control key an [all...] |
/frameworks/base/core/java/android/text/ |
AndroidBidi.java | 19 import android.text.Layout.Directions; 37 case Layout.DIR_REQUEST_LTR: dir = 0; break; 38 case Layout.DIR_REQUEST_RTL: dir = 1; break; 39 case Layout.DIR_REQUEST_DEFAULT_LTR: dir = -2; break; 40 case Layout.DIR_REQUEST_DEFAULT_RTL: dir = -1; break; 45 result = (result & 0x1) == 0 ? Layout.DIR_LEFT_TO_RIGHT : Layout.DIR_RIGHT_TO_LEFT; 52 * @param dir base line direction, either Layout.DIR_LEFT_TO_RIGHT or 53 * Layout.DIR_RIGHT_TO_LEFT 64 int baseLevel = dir == Layout.DIR_LEFT_TO_RIGHT ? 0 : 1 [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
LayoutInflater_Delegate.java | 85 final int layout = attrs.getAttributeResourceValue(null, "layout", 0); local 86 if (layout == 0) { 87 final String value = attrs.getAttributeValue(null, "layout"); 89 throw new InflateException("You must specifiy a layout in the" 90 + " include tag: <include layout=\"@layout/layoutID\" />"); 92 throw new InflateException("You must specifiy a valid layout " 93 + "reference. The layout ID " + value + " is not valid."); 97 thisInflater.getContext().getResources().getLayout(layout); [all...] |
/packages/apps/Mms/src/com/android/mms/model/ |
LayoutModel.java | 20 import com.android.mms.layout.LayoutManager; 21 import com.android.mms.layout.LayoutParameters; 48 // Create default root-layout and regions. 83 throw new IllegalStateException("Root-Layout uninitialized."); 92 throw new IllegalStateException("Root-Layout uninitialized."); 139 * Get all regions except root-layout. The result is READ-ONLY. 183 public void changeTo(int layout) { 185 throw new IllegalStateException("Root-Layout uninitialized."); 192 if (mLayoutType != layout) { 193 switch (layout) { [all...] |
/external/icu4c/layoutex/ |
layoutex.vcxproj | 252 <CustomBuild Include="layout\ParagraphLayout.h">
253 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
255 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
256 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
258 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
259 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
261 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
262 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout
264 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
266 <CustomBuild Include="layout\playout.h"> [all...] |
layoutex.vcproj | 439 RelativePath=".\layout\ParagraphLayout.h" 446 CommandLine="copy "$(InputPath)" ..\..\include\layout
" 447 Outputs="..\..\include\layout\$(InputFileName)" 455 CommandLine="copy "$(InputPath)" ..\..\include\layout
" 456 Outputs="..\..\include\layout\$(InputFileName)" 464 CommandLine="copy "$(InputPath)" ..\..\include\layout
" 465 Outputs="..\..\include\layout\$(InputFileName)" 473 CommandLine="copy "$(InputPath)" ..\..\include\layout
" 474 Outputs="..\..\include\layout\$(InputFileName)" 479 RelativePath=".\layout\playout.h [all...] |
/external/valgrind/main/none/tests/ppc32/ |
round.c | 55 } layout; member in union:__anon12901 65 } layout; member in union:__anon12903 122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'), 123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo); 137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1); 152 if ((R.layout.sign != E.layout.sign) | [all...] |
/external/valgrind/main/none/tests/ppc64/ |
round.c | 55 } layout; member in union:__anon12928 65 } layout; member in union:__anon12930 122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'), 123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo); 137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1); 152 if ((R.layout.sign != E.layout.sign) | [all...] |
/external/clang/test/CodeGen/ |
blockstret.c | 48 const char *layout; // conditional on BLOCK_HAS_OBJC member in struct:block_descriptor_big 54 const char *layout; // conditional on BLOCK_HAS_OBJC member in struct:block_descriptor_small 66 struct block_layout_abi *layout = (struct block_layout_abi *)block; local 67 if ((layout->flags & BLOCK_HAS_OBJC_TYPE) != BLOCK_HAS_OBJC_TYPE) return 0; 68 if (layout->flags & BLOCK_HAS_COPY_DISPOSE) 69 return layout->descriptor->signature; 71 return ((struct block_descriptor_small *)layout->descriptor)->signature; 75 struct block_layout_abi *layout = (struct block_layout_abi *)block; local 77 return (layout->flags & want) == want;
|
/frameworks/base/core/java/android/widget/ |
ResourceCursorTreeAdapter.java | 42 * @param collapsedGroupLayout resource identifier of a layout file that 44 * @param expandedGroupLayout resource identifier of a layout file that 46 * @param childLayout resource identifier of a layout file that defines the 48 * @param lastChildLayout resource identifier of a layout file that defines 69 * @param collapsedGroupLayout resource identifier of a layout file that 71 * @param expandedGroupLayout resource identifier of a layout file that 73 * @param childLayout resource identifier of a layout file that defines the 87 * @param groupLayout resource identifier of a layout file that defines the 89 * @param childLayout resource identifier of a layout file that defines the
|