Home
last modified time | relevance | path

Searched refs:maxHeight (Results 1 – 5 of 5) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DMaxHeightScrollView.java31 public void setMaxHeight(int maxHeight) { in setMaxHeight() argument
32 mMaxHeight = maxHeight; in setMaxHeight()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreview.java737 int maxHeight = RenderPreviewManager.getMaxHeight(); in getScale() local
739 && (width > maxWidth || height > maxHeight)) { in getScale()
743 return maxHeight / (double) height; in getScale()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-completion39.txt18 android:maxHeight : Makes the TextView be at most this many pixels tall. [dimension]
Dcompletion5-expected-completion40.txt18 android:maxHeight : Makes the TextView be at most this many pixels tall. [dimension]
Dcompletionvalues1-expected-completion32.txt163 android:maxHeight : An optional argument to supply a maximum height for this view. [dimension]