OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPrototype
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java
375
private final PrinterCapabilitiesInfo
mPrototype
;
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
.mResolutions.size()
[
all
...]
PrinterInfo.java
220
private final PrinterInfo
mPrototype
;
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
.mDescription = description
[
all
...]
PrintDocumentInfo.java
276
private final PrintDocumentInfo
mPrototype
;
295
mPrototype
= new PrintDocumentInfo();
296
mPrototype
.mName = name;
314
mPrototype
.mPageCount = pageCount;
331
mPrototype
.mContentType = type;
341
return new PrintDocumentInfo(
mPrototype
);
PrintJobInfo.java
672
private final PrintJobInfo
mPrototype
;
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
.mAdvancedOptions = new Bundle()
[
all
...]
/frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java
[
all
...]
Completed in 55 milliseconds