/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridDropHandler.java | 107 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/ |
D | ManifestContentAssist.java | 61 int max = AdtUtils.getHighestKnownApiLevel(); in computeAttributeValues() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
D | RenameResourceXmlTextAction.java | 180 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/ |
D | NewItemSelectionDialog.java | 222 int max = -1; in getMostUsedXmlName() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
D | AndroidXmlFormattingStrategy.java | 254 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/ |
D | ExplodedRenderingHelper.java | 195 int max = -1; in combineLinearLayout() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtPlugin.java | 652 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/ |
D | ImageViewer.java | 426 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/ |
D | ConfigurationMatcher.java | 274 int start, max; in findAndSetCompatibleConfig() local
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | ScreenViewer.java | 215 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/ |
D | GLFunctionTraceViewer.java | 611 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/ |
D | VisualRefactoring.java | 591 protected static String getIndent(String line, int max) { in getIndent()
|