/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
GridViewRule.java | 17 package com.android.ide.common.layout;
|
ImageButtonRule.java | 17 package com.android.ide.common.layout; 37 // When dropping an include tag, ask the user which layout to include.
|
ImageViewRule.java | 17 package com.android.ide.common.layout; 37 // When dropping an include tag, ask the user which layout to include.
|
IncludeRule.java | 16 package com.android.ide.common.layout; 32 // When dropping an include tag, ask the user which layout to include. 36 node.editXml("Include Layout", 37 // Note -- the layout attribute is NOT in the Android namespace!
|
ListViewRule.java | 17 package com.android.ide.common.layout;
|
SeekBarRule.java | 17 package com.android.ide.common.layout;
|
WebViewRule.java | 17 package com.android.ide.common.layout;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
LayoutCreatorDialog.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration; 31 import org.eclipse.swt.layout.GridData; 32 import org.eclipse.swt.layout.GridLayout; 77 // parent's layout is a GridLayout as specified in the javadoc. 115 mStatusComposite.layout(); 145 mConfig.getFolderName(ResourceFolderType.LAYOUT), mFileName),
|
SelectThemeAction.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasAlternateSelection.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2;
|
Gesture.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2; 61 * layout attributes)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutContribution.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
|
ChangeViewContribution.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
|
ExtractIncludeContribution.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
|
ExtractIncludeWizard.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring; 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 26 import org.eclipse.swt.layout.GridData; 27 import org.eclipse.swt.layout.GridLayout; 68 nameLabel.setText("New Layout Name:"); 79 "Replace occurrences in all layouts with include to new layout"); 100 setErrorMessage("Provide a name for the new layout"); 104 ResourceType.LAYOUT);
|
ExtractStyleContribution.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
|
UnwrapContribution.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
|
WrapInContribution.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintEditAction.java | 20 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.DelegatingAction;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestAttribute.java | 16 package com.android.ide.common.layout;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeFactoryTest.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.gre; 22 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 23 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.CanvasViewInfo; 24 import com.android.ide.eclipse.adt.internal.editors.layout.uimodel.UiViewElementNode;
|
/cts/tests/tests/view/src/android/view/cts/ |
LayoutInflaterTest.java | 106 "android.widget.layout"); 211 com.android.cts.stub.R.layout.inflater_layout, null); 227 view = mLayoutInflater.inflate(R.layout.inflater_layout, 235 R.layout.inflater_layout, null, false); 252 view = mLayoutInflater.inflate(R.layout.inflater_layout, 258 view = mLayoutInflater.inflate(R.layout.inflater_layout, 266 R.layout.inflater_layout); 290 R.layout.inflater_layout); 295 R.layout.inflater_layout); 311 R.layout.inflater_layout) [all...] |
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
FmRxRdsConfig.java | 84 setContentView(R.layout.fmrxrdsconfig); 124 android.R.layout.simple_spinner_item, bandString); 127 .setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 135 android.R.layout.simple_spinner_item, channelSpaceString); 138 .setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 147 android.R.layout.simple_spinner_item, deEmpStrings); 150 .setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 159 android.R.layout.simple_spinner_item, modeStrings); 162 .setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 174 android.R.layout.simple_spinner_item, rdsSystemStrings) [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutTest.java | 25 import android.text.Layout.Alignment; 122 * Return the number of lines of text in this layout. 262 * in the top line of the Layout. 269 * Returns the number of extra pixels of descent padding in the bottom line of the Layout. 389 * Return the width to which this Layout is ellipsizing 398 StaticLayout layout = new StaticLayout(LAYOUT_TEXT, 0, LAYOUT_TEXT.length(), local 401 assertEquals(ellipsizedWidth, layout.getEllipsizedWidth()); 403 layout = new StaticLayout(LAYOUT_TEXT, 0, LAYOUT_TEXT.length(), 406 assertEquals(outerWidth, layout.getEllipsizedWidth()); 417 StaticLayout layout = new StaticLayout(editable, mDefaultPaint local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentDialogOrActivity.java | 37 setContentView(R.layout.fragment_dialog_or_activity); 75 View v = inflater.inflate(R.layout.hello_world, container, false);
|