Home
last modified time | relevance | path

Searched refs:mPrototype (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/print/
DPrinterCapabilitiesInfo.java448 private final PrinterCapabilitiesInfo mPrototype; field in PrinterCapabilitiesInfo.Builder
461 mPrototype = new PrinterCapabilitiesInfo(); in Builder()
479 if (mPrototype.mMediaSizes == null) { in addMediaSize()
480 mPrototype.mMediaSizes = new ArrayList<MediaSize>(); in addMediaSize()
482 final int insertionIndex = mPrototype.mMediaSizes.size(); in addMediaSize()
483 mPrototype.mMediaSizes.add(mediaSize); in addMediaSize()
486 mPrototype.mDefaults[PROPERTY_MEDIA_SIZE] = insertionIndex; in addMediaSize()
507 if (mPrototype.mResolutions == null) { in addResolution()
508 mPrototype.mResolutions = new ArrayList<Resolution>(); in addResolution()
510 final int insertionIndex = mPrototype.mResolutions.size(); in addResolution()
[all …]
DPrintDocumentInfo.java296 private final PrintDocumentInfo mPrototype; field in PrintDocumentInfo.Builder
315 mPrototype = new PrintDocumentInfo(); in Builder()
316 mPrototype.mName = name; in Builder()
335 mPrototype.mPageCount = pageCount; in setPageCount()
352 mPrototype.mContentType = type; in setContentType()
365 if (mPrototype.mPageCount == 0) { in build()
366 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN; in build()
368 return new PrintDocumentInfo(mPrototype); in build()
DPrintJobInfo.java783 private final PrintJobInfo mPrototype; field in PrintJobInfo.Builder
792 mPrototype = (prototype != null) in Builder()
803 mPrototype.mCopies = copies; in setCopies()
812 mPrototype.mAttributes = attributes; in setAttributes()
821 mPrototype.mPageRanges = pages; in setPages()
833 mPrototype.mProgress = progress; in setProgress()
843 mPrototype.mStatus = status; in setStatus()
855 if (mPrototype.mAdvancedOptions == null) { in putAdvancedOption()
856 mPrototype.mAdvancedOptions = new Bundle(); in putAdvancedOption()
858 mPrototype.mAdvancedOptions.putString(key, value); in putAdvancedOption()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchExplorer.java1660 private MotionEvent mPrototype; field in TouchExplorer.SendHoverExitDelayed
1668 mPrototype = MotionEvent.obtain(prototype); in post()
1687 if (mPrototype != null) { in clear()
1688 mPrototype.recycle(); in clear()
1693 mPrototype = null; in clear()
1713 mPrototype, ACTION_HOVER_EXIT, mRawEvent, mPointerIdBits, mPolicyFlags); in run()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt40361 Landroid/print/PrintDocumentInfo$Builder;->mPrototype:Landroid/print/PrintDocumentInfo;
40371 Landroid/print/PrinterCapabilitiesInfo$Builder;->mPrototype:Landroid/print/PrinterCapabilitiesInfo;
40484 Landroid/print/PrintJobInfo$Builder;->mPrototype:Landroid/print/PrintJobInfo;