Home
last modified time | relevance | path

Searched defs:max (Results 1 – 12 of 12) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java107 int max = BaseLayoutRule.getMaxMatchDistance(); in computeMatches() local
261 private void addLeftSideMatch(int x1, List<GridMatch> columnMatches, int max) { in addLeftSideMatch()
274 private void addRightSideMatch(int x2, List<GridMatch> columnMatches, int max) { in addRightSideMatch()
292 List<GridMatch> columnMatches, int max) { in addCenterColumnMatch()
309 private void addTopMatch(int y1, List<GridMatch> rowMatches, int max, int row, int rowY) { in addTopMatch()
320 private void addBottomMatch(int y2, List<GridMatch> rowMatches, int max) { in addBottomMatch()
335 private void addBaselineMatch(int dragBaseline, int y1, List<GridMatch> rowMatches, int max, in addBaselineMatch()
354 int max) { in addColumnGapMatch()
415 private void addRowGapMatch(Rect bounds, int y1, int y2, List<GridMatch> rowMatches, int max) { in addRowGapMatch()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestContentAssist.java61 int max = AdtUtils.getHighestKnownApiLevel(); in computeAttributeValues() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourceXmlTextAction.java180 int max = document.getLength(); in findResource() local
286 int max = document.getLength(); in findClassName() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DNewItemSelectionDialog.java222 int max = -1; in getMostUsedXmlName() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategy.java254 int max = regions.size(); in format() local
453 int max = document.getLength(); in createReplaceEdit() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodedRenderingHelper.java195 int max = -1; in combineLinearLayout() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java652 public PushbackReader(Reader reader, int max) { in PushbackReader()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DImageViewer.java426 int max = horizontalScroll + verticalBarSize + margin; in calcScrollBarSettings() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMatcher.java274 int start, max; in findAndSetCompatibleConfig() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DScreenViewer.java215 int min, int max, int value, int tick) { in buildSlider()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLFunctionTraceViewer.java611 int max = mVerticalScrollBar.getMaximum(); in updateVisibleRange() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java591 protected static String getIndent(String line, int max) { in getIndent()