Home
last modified time | relevance | path

Searched refs:maxWidth (Results 1 – 10 of 10) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion5-expected-applyCompletion40.diff1 Code completion in completion5.xml for android:id='@+id/button2'^ selecting android:maxWidth:
4 + android:id='@+id/button2' android:maxWidth="^"
Dcompletion5-expected-completion40.txt24 android:maxWidth : Makes the TextView be at most this many pixels wide. [dimension]
Dcompletion1-expected-completion39.txt24 android:maxWidth : Makes the TextView be at most this many pixels wide. [dimension]
Dcompletionvalues1-expected-completion32.txt166 android:maxWidth : An optional argument to supply a maximum width for this view. [dimension]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiTextAttributeNode.java138 ((TableWrapData)data).maxWidth = 100; in setTextWidget()
DUiListAttributeNode.java77 twd.maxWidth = 100; in createUiControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyEditor.java246 int maxWidth = 3 * height; in paint() local
248 if (imageWidth > maxWidth || imageHeight > height) { in paint()
251 if (scaledWidth > maxWidth) { in paint()
252 scale = maxWidth / (double) imageWidth; in paint()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DSectionHelper.java349 twd.maxWidth = AndroidXmlEditor.TEXT_WIDTH_HINT; in createFormText()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreview.java736 int maxWidth = RenderPreviewManager.getMaxWidth(); in getScale() local
739 && (width > maxWidth || height > maxHeight)) { in getScale()
741 return maxWidth / (double) width; in getScale()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiElementDetail.java386 twd.maxWidth = AndroidXmlEditor.TEXT_WIDTH_HINT; in createSubSectionTable()