am c2d6e51d: Merge "The undefined media sizes for both orientations not properly constructed." into klp-dev
* commit 'c2d6e51d6c27eb8f3ca917b467e4a6d55d10cdc8': The undefined media sizes for both orientations not properly constructed.
This commit is contained in:
@@ -282,7 +282,7 @@ public final class PrintAttributes implements Parcelable {
|
||||
*/
|
||||
public static final MediaSize UNKNOWN_PORTRAIT =
|
||||
new MediaSize("UNKNOWN_PORTRAIT", "android",
|
||||
R.string.mediasize_unknown_portrait, Integer.MAX_VALUE, 1);
|
||||
R.string.mediasize_unknown_portrait, 1, Integer.MAX_VALUE);
|
||||
|
||||
/**
|
||||
* Unknown media size in landscape mode.
|
||||
@@ -293,7 +293,7 @@ public final class PrintAttributes implements Parcelable {
|
||||
*/
|
||||
public static final MediaSize UNKNOWN_LANDSCAPE =
|
||||
new MediaSize("UNKNOWN_LANDSCAPE", "android",
|
||||
R.string.mediasize_unknown_landscape, 1, Integer.MAX_VALUE);
|
||||
R.string.mediasize_unknown_landscape, Integer.MAX_VALUE, 1);
|
||||
|
||||
// ISO sizes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user