Home
last modified time | relevance | path

Searched refs:px (Results 1 – 15 of 15) sorted by relevance

/sdk/templates/docs/
Ddefault.css37 margin: 48px 64px 48px 320px;
43 border-bottom: 1px solid #33b5e5;
47 border-bottom: 2px solid #33b5e5;
57 border-radius: 2px;
58 padding: 2px 0;
71 width: 256px;
73 margin: 32px 0;
74 padding: 16px 0 16px 32px;
76 font-size: 14px;
77 line-height: 16px;
[all …]
/sdk/eclipse/sites/external/web/
Dsite.css2 td.spacer {padding-bottom: 10px; padding-top: 10px;}
7 … font-style: normal; font-weight: bold; font-size: 9pt; color: white; border-top:10px solid white;}
11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
/sdk/eclipse/sites/internal/web/
Dsite.css2 td.spacer {padding-bottom: 10px; padding-top: 10px;}
7 … font-style: normal; font-weight: bold; font-size: 9pt; color: white; border-top:10px solid white;}
11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DConvertToDpFix.java72 int px = Integer.parseInt(numberString); in apply() local
73 int dp = px * 160 / dpi; in apply()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-completion4.txt7 50px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion67.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion66.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion24.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLayoutTestBase.java322 public int pxToDp(int px) { in pxToDp() argument
324 return px / 3; in pxToDp()
/sdk/eclipse/
Ddictionary.txt232 px
Dchanges.txt187 that include each other, using px instead of dp units, hardcoded
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DLinearLayoutRule.java454 final int px, py, pw, ph;
456 px = b.x;
459 px = bounds.x + offsetX;
469 Rect within = new Rect(px, py, pw, ph);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java1727 int px = getColumnWidth(newColumn - 1, 1); in splitColumn() local
1729 px -= getColumnActualWidth(newColumn - 1); in splitColumn()
1731 int dp = mRulesEngine.pxToDp(px); in splitColumn()
1812 int px = getRowHeight(newRow - 1, 1); in splitRow() local
1814 px -= getRowActualHeight(newRow - 1); in splitRow()
1816 int dp = mRulesEngine.pxToDp(px); in splitRow()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DClientRulesEngine.java662 public int pxToDp(int px) {
665 return (int) (px * 160 / dpi);
/sdk/
Dchanges.txt108 that include each other, using px instead of dp units, hardcoded