OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heightMils
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/print/
PrintAttributes.java
628
* @param
heightMils
The height in mils (thousands of an inch).
632
*
heightMils
is less than or equal to zero.
637
int widthMils, int
heightMils
) {
651
if (
heightMils
<= 0) {
652
throw new IllegalArgumentException("
heightMils
"
659
mHeightMils =
heightMils
;
673
* @param
heightMils
The height in mils (thousands of an inch).
676
* or the widthMils is less than or equal to zero or the
heightMils
is less
679
public MediaSize(String id, String label, int widthMils, int
heightMils
) {
690
if (
heightMils
<= 0)
[
all
...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintSpoolerService.java
740
private static final String ATTR_HEIGHT_MILS = "
heightMils
";
[
all
...]
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 300 milliseconds