HomeSort by relevance Sort by last modified time
    Searched refs:mPrototype (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 446 private final PrinterCapabilitiesInfo mPrototype;
459 mPrototype = new PrinterCapabilitiesInfo();
477 if (mPrototype.mMediaSizes == null) {
478 mPrototype.mMediaSizes = new ArrayList<MediaSize>();
480 final int insertionIndex = mPrototype.mMediaSizes.size();
481 mPrototype.mMediaSizes.add(mediaSize);
484 mPrototype.mDefaults[PROPERTY_MEDIA_SIZE] = insertionIndex;
505 if (mPrototype.mResolutions == null) {
506 mPrototype.mResolutions = new ArrayList<Resolution>();
508 final int insertionIndex = mPrototype.mResolutions.size()
    [all...]
PrintDocumentInfo.java 291 private final PrintDocumentInfo mPrototype;
310 mPrototype = new PrintDocumentInfo();
311 mPrototype.mName = name;
330 mPrototype.mPageCount = pageCount;
347 mPrototype.mContentType = type;
360 if (mPrototype.mPageCount == 0) {
361 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN;
363 return new PrintDocumentInfo(mPrototype);
PrintJobInfo.java 771 private final PrintJobInfo mPrototype;
780 mPrototype = (prototype != null)
791 mPrototype.mCopies = copies;
800 mPrototype.mAttributes = attributes;
809 mPrototype.mPageRanges = pages;
821 mPrototype.mProgress = progress;
831 mPrototype.mStatus = status;
843 if (mPrototype.mAdvancedOptions == null) {
844 mPrototype.mAdvancedOptions = new Bundle();
846 mPrototype.mAdvancedOptions.putString(key, value)
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java     [all...]

Completed in 95 milliseconds