- ic_launcher - Static variable in class com.hp.mss.hpprint.R.drawable
-
- ic_mobile_printing - Static variable in class com.hp.mss.hpprint.R.drawable
-
- ic_mobile_printing_text - Static variable in class com.hp.mss.hpprint.R.drawable
-
- ic_printing_support_link - Static variable in class com.hp.mss.hpprint.R.id
-
- ic_printscreen_print_instructions - Static variable in class com.hp.mss.hpprint.R.drawable
-
- ic_support - Static variable in class com.hp.mss.hpprint.R.drawable
-
- icon - Static variable in class android.support.v7.appcompat.R.attr
-
- icon - Static variable in class android.support.v7.appcompat.R.id
-
- icon - Static variable in class com.hp.mss.hpprint.R.attr
-
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
- icon - Static variable in class com.hp.mss.hpprint.R.id
-
- iconifiedByDefault - Static variable in class android.support.v7.appcompat.R.attr
-
- iconifiedByDefault - Static variable in class com.hp.mss.hpprint.R.attr
-
Must be a boolean value, either "true
" or "false
".
- ifRoom - Static variable in class android.support.v7.appcompat.R.id
-
- ifRoom - Static variable in class com.hp.mss.hpprint.R.id
-
- image - Static variable in class android.support.v7.appcompat.R.id
-
- image - Static variable in class com.hp.mss.hpprint.R.id
-
- IMAGE_DIR - Static variable in class com.hp.mss.hpprint.util.ImageLoaderUtil
-
- ImageAsset - Class in com.hp.mss.hpprint.model.asset
-
One of the first objects you need to create in order to use our print workflow is the ImageAsset
object.
- ImageAsset(String, ImageAsset.MeasurementUnits, float, float) - Constructor for class com.hp.mss.hpprint.model.asset.ImageAsset
-
Constructor used to create the image asset.
- ImageAsset(Context, int, ImageAsset.MeasurementUnits, float, float) - Constructor for class com.hp.mss.hpprint.model.asset.ImageAsset
-
Constructor used to create an ImageAsset with a resource.
- ImageAsset(Context, String, ImageAsset.MeasurementUnits, float, float) - Constructor for class com.hp.mss.hpprint.model.asset.ImageAsset
-
Constructor used to create an ImageAsset with an asset located in the "assets" directory.
- ImageAsset(Context, Bitmap, ImageAsset.MeasurementUnits, float, float) - Constructor for class com.hp.mss.hpprint.model.asset.ImageAsset
-
Constructor used to create an ImageAsset with a bitmap.
- ImageAsset(Parcel) - Constructor for class com.hp.mss.hpprint.model.asset.ImageAsset
-
- ImageAsset.MeasurementUnits - Enum in com.hp.mss.hpprint.model.asset
-
This enum is used to tell the PrintJob how to read the size of the imageAsset.
- ImageLoaderUtil - Class in com.hp.mss.hpprint.util
-
This is used in the HP Print SDK to load images from URI's.
- ImageLoaderUtil() - Constructor for class com.hp.mss.hpprint.util.ImageLoaderUtil
-
- ImagePrintItem - Class in com.hp.mss.hpprint.model
-
Once you create an image asset, you need to associate it with a PrintItem object.
- ImagePrintItem(PrintAttributes.MediaSize, PrintAttributes.Margins, PrintItem.ScaleType, ImageAsset) - Constructor for class com.hp.mss.hpprint.model.ImagePrintItem
-
Create an ImagePrintItem with defined media size, scale type, and asset.
- ImagePrintItem(PrintAttributes.MediaSize, PrintItem.ScaleType, ImageAsset) - Constructor for class com.hp.mss.hpprint.model.ImagePrintItem
-
Create an ImagePrintItem without a defined margin.
- ImagePrintItem(PrintAttributes.MediaSize, PrintAttributes.Margins, ImageAsset) - Constructor for class com.hp.mss.hpprint.model.ImagePrintItem
-
Create an ImagePrintItem without a defined scale type.
- ImagePrintItem(PrintAttributes.Margins, PrintItem.ScaleType, ImageAsset) - Constructor for class com.hp.mss.hpprint.model.ImagePrintItem
-
Create an ImagePrintItem without defining a media size.
- ImagePrintItem(PrintItem.ScaleType, ImageAsset) - Constructor for class com.hp.mss.hpprint.model.ImagePrintItem
-
Create an ImagePrintItem without defining margin and media size.
- ImagePrintItem(PrintAttributes.Margins, ImageAsset) - Constructor for class com.hp.mss.hpprint.model.ImagePrintItem
-
Create an ImagePrintItem without a defined media size and scale type.
- ImagePrintItem(PrintAttributes.MediaSize, ImageAsset) - Constructor for class com.hp.mss.hpprint.model.ImagePrintItem
-
Create an ImagePrintItem without a defined margin and scale type.
- ImagePrintItem(ImageAsset) - Constructor for class com.hp.mss.hpprint.model.ImagePrintItem
-
Create an ImagePrintItem with only the asset.
- ImagePrintItem(Parcel) - Constructor for class com.hp.mss.hpprint.model.ImagePrintItem
-
- indeterminateProgressStyle - Static variable in class android.support.v7.appcompat.R.attr
-
- indeterminateProgressStyle - Static variable in class com.hp.mss.hpprint.R.attr
-
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
- info - Static variable in class android.support.v7.appcompat.R.id
-
- info - Static variable in class com.hp.mss.hpprint.R.id
-
- initialActivityCount - Static variable in class android.support.v7.appcompat.R.attr
-
- initialActivityCount - Static variable in class com.hp.mss.hpprint.R.attr
-
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
- install_hp_print_plugin_msg - Static variable in class com.hp.mss.hpprint.R.string
-
- install_print_plugin_msg - Static variable in class com.hp.mss.hpprint.R.string
-
- is4x5media - Static variable in class com.hp.mss.hpprint.util.PrintUtil
-
- isDebuggable(Context) - Static method in class com.hp.mss.hpprint.util.MetricsUtil
-
- isLightTheme - Static variable in class android.support.v7.appcompat.R.attr
-
- isLightTheme - Static variable in class com.hp.mss.hpprint.R.attr
-
Must be a boolean value, either "true
" or "false
".
- itemPadding - Static variable in class android.support.v7.appcompat.R.attr
-
- itemPadding - Static variable in class com.hp.mss.hpprint.R.attr
-
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".