Searched refs:mPrototype (Results 1 – 6 of 6) sorted by relevance
479 if (mPrototype.mMediaSizes == null) { in addMediaSize()483 mPrototype.mMediaSizes.add(mediaSize); in addMediaSize()507 if (mPrototype.mResolutions == null) { in addResolution()538 mPrototype.mMinMargins = margins; in setMinMargins()569 mPrototype.mColorModes = colorModes; in setColorModes()616 if (mPrototype.mMediaSizes == null || mPrototype.mMediaSizes.isEmpty()) { in build()622 if (mPrototype.mResolutions == null || mPrototype.mResolutions.isEmpty()) { in build()628 if (mPrototype.mColorModes == 0) { in build()634 if (mPrototype.mDuplexModes == 0) { in build()638 if (mPrototype.mMinMargins == null) { in build()[all …]
296 private final PrintDocumentInfo mPrototype; field in PrintDocumentInfo.Builder315 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()
783 private final PrintJobInfo mPrototype; field in PrintJobInfo.Builder792 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()868 if (mPrototype.mAdvancedOptions == null) { in putAdvancedOption()[all …]
127 final JobStatus mPrototype; field in JobStatus.Builder130 mPrototype = new JobStatus(); in Builder()134 mPrototype = new JobStatus(from); in Builder()138 mPrototype.mId = id; in setId()143 mPrototype.mJobState = jobState; in setJobState()148 mPrototype.mJobResult = jobResult; in setJobResult()153 mPrototype.mCertificate = certificate; in setCertificate()158 mPrototype.mBlockedReasons.clear(); in clearBlockedReasons()163 mPrototype.mBlockedReasons.add(blockedReason); in addBlockedReason()168 return new JobStatus(mPrototype); in build()
1393 private MotionEvent mPrototype; field in TouchExplorer.SendHoverExitDelayed1401 mPrototype = MotionEvent.obtain(prototype); in post()1420 if (mPrototype != null) { in clear()1421 mPrototype.recycle(); in clear()1426 mPrototype = null; in clear()1445 mPrototype, in run()
44327 Landroid/print/PrintDocumentInfo$Builder;->mPrototype:Landroid/print/PrintDocumentInfo;44337 Landroid/print/PrinterCapabilitiesInfo$Builder;->mPrototype:Landroid/print/PrinterCapabilitiesInfo;44450 Landroid/print/PrintJobInfo$Builder;->mPrototype:Landroid/print/PrintJobInfo;