/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | InputDensityDialog.java | 63 for (Density density : Density.values()) { in createDialogArea() 64 if (density == Density.NODPI) { in createDialogArea() 67 if (density.getDpiValue() == sDpi) { in createDialogArea() 70 s.add(getLabel(density)); in createDialogArea() 80 private static String getLabel(Density density) { in getLabel() argument 81 return String.format("%1$s (%2$d)", density.getShortDisplayValue(), density.getDpiValue()); in getLabel() 99 for (Density density : Density.values()) { in close() 100 if (description.equals(getLabel(density))) { in close() 101 sDpi = density.getDpiValue(); in close()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion1-expected-completion5.txt | 2 50dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
|
D | completionvalues1-expected-completion66.txt | 2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
|
D | completionvalues1-expected-completion67.txt | 2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
|
D | completionvalues1-expected-completion24.txt | 2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
|
D | completion1-expected-completion4.txt | 2 50dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | ViewMetadataRepository.java | 782 public static Margins getInsets(String fqcn, Density density, String theme) { in getInsets() argument 786 if (density == Density.HIGH) { in getInsets() 794 } else if (density == Density.MEDIUM) { in getInsets() 802 } else if (density == Density.LOW) { in getInsets() 812 if (density == Density.HIGH) { in getInsets() 820 } else if (density == Density.MEDIUM) { in getInsets() 828 } else if (density == Density.LOW) { in getInsets() 838 if (density == Density.HIGH) { in getInsets() 843 } else if (density == Density.MEDIUM) { in getInsets()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | VaryingConfiguration.java | 282 Density density = getDensity(d); in getDevice() local 283 if (density == Density.TV || density == Density.LOW) { in getDevice()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | AdtPrefs.java | 465 public void setMonitorDensity(float density) { in setMonitorDensity() argument 466 mMonitorDensity = density; in setMonitorDensity() 470 store.setValue(PREFS_MONITOR_DENSITY, density); in setMonitorDensity()
|
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/ |
D | LabelView.java | 87 mTextPaint.setTextSize(16 * getResources().getDisplayMetrics().density); in initLabelView()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | UiElementPullParser.java | 120 Density density, IProject project) { in UiElementPullParser() argument 125 mDensity = density; in UiElementPullParser()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | RenderPreview.java | 884 Density density = mConfiguration.getDensity(); in paint() local 885 if (density == Density.TV || density == Density.LOW) { in paint()
|
D | RenderPreviewManager.java | 1009 DensityQualifier density = c.getDensityQualifier(); in addScreenSizePreviews() local 1010 if (density != null) { in addScreenSizePreviews() 1011 Density d = density.getValue(); in addScreenSizePreviews()
|
D | LayoutCanvas.java | 1656 Density density = configComposite.getConfiguration().getDensity(); in getInsets() local 1657 return ViewMetadataRepository.getInsets(fqcn, density, theme); in getInsets()
|
/sdk/eclipse/ |
D | changes.txt | 467 resolution/density combinations from
|