HomeSort by relevance Sort by last modified time
    Searched defs:initialIndent (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 338 String initialIndent = null;
342 initialIndent = context.getSecond();
350 String styleString = computeStyleDeclaration(createFile, initialIndent);
396 private String computeStyleDeclaration(boolean createFile, String initialIndent) {
411 if (initialIndent == null) {
412 initialIndent = indent;
413 } else if (initialIndent.length() > 0) {
414 indent = initialIndent;
416 sb.append(initialIndent);
429 sb.append(initialIndent).append(indent)
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 176 milliseconds