Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrinterCapabilitiesInfo.java446 private final PrinterCapabilitiesInfo mPrototype; field in PrinterCapabilitiesInfo.Builder
459 mPrototype = new PrinterCapabilitiesInfo(); in Builder()
477 if (mPrototype.mMediaSizes == null) { in addMediaSize()
478 mPrototype.mMediaSizes = new ArrayList<MediaSize>(); in addMediaSize()
480 final int insertionIndex = mPrototype.mMediaSizes.size(); in addMediaSize()
481 mPrototype.mMediaSizes.add(mediaSize); in addMediaSize()
484 mPrototype.mDefaults[PROPERTY_MEDIA_SIZE] = insertionIndex; in addMediaSize()
505 if (mPrototype.mResolutions == null) { in addResolution()
506 mPrototype.mResolutions = new ArrayList<Resolution>(); in addResolution()
508 final int insertionIndex = mPrototype.mResolutions.size(); in addResolution()
[all …]
DPrintDocumentInfo.java294 private final PrintDocumentInfo mPrototype; field in PrintDocumentInfo.Builder
313 mPrototype = new PrintDocumentInfo(); in Builder()
314 mPrototype.mName = name; in Builder()
333 mPrototype.mPageCount = pageCount; in setPageCount()
350 mPrototype.mContentType = type; in setContentType()
363 if (mPrototype.mPageCount == 0) { in build()
364 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN; in build()
366 return new PrintDocumentInfo(mPrototype); in build()
DPrintJobInfo.java771 private final PrintJobInfo mPrototype; field in PrintJobInfo.Builder
780 mPrototype = (prototype != null) in Builder()
791 mPrototype.mCopies = copies; in setCopies()
800 mPrototype.mAttributes = attributes; in setAttributes()
809 mPrototype.mPageRanges = pages; in setPages()
821 mPrototype.mProgress = progress; in setProgress()
831 mPrototype.mStatus = status; in setStatus()
843 if (mPrototype.mAdvancedOptions == null) { in putAdvancedOption()
844 mPrototype.mAdvancedOptions = new Bundle(); in putAdvancedOption()
846 mPrototype.mAdvancedOptions.putString(key, value); in putAdvancedOption()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java1213 private MotionEvent mPrototype; field in TouchExplorer.SendHoverExitDelayed
1219 mPrototype = MotionEvent.obtain(prototype); in post()
1237 mPrototype.recycle(); in clear()
1238 mPrototype = null; in clear()
1255 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT, in run()
/frameworks/base/config/
Dhiddenapi-private-dex.txt68091 Landroid/print/PrintDocumentInfo$Builder;->mPrototype:Landroid/print/PrintDocumentInfo;
68102 Landroid/print/PrinterCapabilitiesInfo$Builder;->mPrototype:Landroid/print/PrinterCapabilitiesInfo;
68226 Landroid/print/PrintJobInfo$Builder;->mPrototype:Landroid/print/PrintJobInfo;