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

/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java367 private final PrinterCapabilitiesInfo mPrototype; field in class:PrinterCapabilitiesInfo.Builder
380 mPrototype = new PrinterCapabilitiesInfo();
398 if (mPrototype.mMediaSizes == null) {
399 mPrototype.mMediaSizes = new ArrayList<MediaSize>();
401 final int insertionIndex = mPrototype.mMediaSizes.size();
402 mPrototype.mMediaSizes.add(mediaSize);
405 mPrototype.mDefaults[PROPERTY_MEDIA_SIZE] = insertionIndex;
426 if (mPrototype.mResolutions == null) {
427 mPrototype.mResolutions = new ArrayList<Resolution>();
429 final int insertionIndex = mPrototype
[all...]
H A DPrinterInfo.java211 private final PrinterInfo mPrototype; field in class:PrinterInfo.Builder
230 mPrototype = new PrinterInfo();
231 mPrototype.mId = printerId;
232 mPrototype.mName = name;
233 mPrototype.mStatus = status;
242 mPrototype = new PrinterInfo();
243 mPrototype.copyFrom(other);
257 mPrototype.mStatus = status;
268 mPrototype.mName = name;
279 mPrototype
[all...]
H A DPrintDocumentInfo.java219 private final PrintDocumentInfo mPrototype; field in class:PrintDocumentInfo.Builder
235 mPrototype = new PrintDocumentInfo();
236 mPrototype.mName = name;
254 mPrototype.mPageCount = pageCount;
271 mPrototype.mContentType = type;
281 return new PrintDocumentInfo(mPrototype);
H A DPrintJobInfo.java608 private final PrintJobInfo mPrototype; field in class:PrintJobInfo.Builder
617 mPrototype = (prototype != null)
628 mPrototype.mCopies = copies;
637 mPrototype.mAttributes = attributes;
646 mPrototype.mPageRanges = pages;
675 return mPrototype;
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1433 private MotionEvent mPrototype; field in class:TouchExplorer.SendHoverExitDelayed
1439 mPrototype = MotionEvent.obtain(prototype);
1457 mPrototype.recycle();
1458 mPrototype = null;
1475 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT,

Completed in 53 milliseconds