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

/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java375 private final PrinterCapabilitiesInfo mPrototype; field in class:PrinterCapabilitiesInfo.Builder
388 mPrototype = new PrinterCapabilitiesInfo();
406 if (mPrototype.mMediaSizes == null) {
407 mPrototype.mMediaSizes = new ArrayList<MediaSize>();
409 final int insertionIndex = mPrototype.mMediaSizes.size();
410 mPrototype.mMediaSizes.add(mediaSize);
413 mPrototype.mDefaults[PROPERTY_MEDIA_SIZE] = insertionIndex;
434 if (mPrototype.mResolutions == null) {
435 mPrototype.mResolutions = new ArrayList<Resolution>();
437 final int insertionIndex = mPrototype
[all...]
H A DPrintDocumentInfo.java276 private final PrintDocumentInfo mPrototype; field in class:PrintDocumentInfo.Builder
295 mPrototype = new PrintDocumentInfo();
296 mPrototype.mName = name;
314 mPrototype.mPageCount = pageCount;
331 mPrototype.mContentType = type;
344 if (mPrototype.mPageCount == 0) {
345 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN;
347 return new PrintDocumentInfo(mPrototype);
H A DPrinterInfo.java220 private final PrinterInfo mPrototype; field in class:PrinterInfo.Builder
241 mPrototype = new PrinterInfo();
242 mPrototype.mId = printerId;
243 mPrototype.mName = name;
244 mPrototype.mStatus = status;
253 mPrototype = new PrinterInfo();
254 mPrototype.copyFrom(other);
268 mPrototype.mStatus = status;
280 mPrototype.mName = name;
292 mPrototype
[all...]
H A DPrintJobInfo.java672 private final PrintJobInfo mPrototype; field in class:PrintJobInfo.Builder
681 mPrototype = (prototype != null)
692 mPrototype.mCopies = copies;
701 mPrototype.mAttributes = attributes;
710 mPrototype.mPageRanges = pages;
720 if (mPrototype.mAdvancedOptions == null) {
721 mPrototype.mAdvancedOptions = new Bundle();
723 mPrototype.mAdvancedOptions.putString(key, value);
733 if (mPrototype.mAdvancedOptions == null) {
734 mPrototype
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java1439 private MotionEvent mPrototype; field in class:TouchExplorer.SendHoverExitDelayed
1445 mPrototype = MotionEvent.obtain(prototype);
1463 mPrototype.recycle();
1464 mPrototype = null;
1481 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT,

Completed in 514 milliseconds