Searched refs:px (Results 1 – 15 of 15) sorted by relevance
/sdk/templates/docs/ |
D | default.css | 37 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/ |
D | site.css | 2 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/ |
D | site.css | 2 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/ |
D | ConvertToDpFix.java | 72 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/ |
D | completion1-expected-completion4.txt | 7 50px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion67.txt | 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion66.txt | 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion24.txt | 7 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/ |
D | LayoutTestBase.java | 322 public int pxToDp(int px) { in pxToDp() argument 324 return px / 3; in pxToDp()
|
/sdk/eclipse/ |
D | dictionary.txt | 232 px
|
D | changes.txt | 187 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/ |
D | LinearLayoutRule.java | 454 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/ |
D | GridModel.java | 1727 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/ |
D | ClientRulesEngine.java | 662 public int pxToDp(int px) { 665 return (int) (px * 160 / dpi);
|
/sdk/ |
D | changes.txt | 108 that include each other, using px instead of dp units, hardcoded
|