Searched refs:mDocument (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/ |
D | RemoteComposeDocument.java | 29 CoreDocument mDocument = new CoreDocument(); field in RemoteComposeDocument 33 RemoteComposeBuffer.fromInputStream(inputStream, mDocument.getRemoteComposeState()); in RemoteComposeDocument() 34 mDocument.initFromBuffer(buffer); in RemoteComposeDocument() 38 return mDocument; in getDocument() 42 this.mDocument = document; in setDocument() 50 mDocument.initializeContext(context); in initializeContext() 57 return mDocument.getWidth(); in getWidth() 64 return mDocument.getHeight(); in getHeight() 78 mDocument.paint(context, theme); in paint() 87 return mDocument.needsRepaint(); in needsRepaint() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/ |
D | RemoteComposeCanvas.java | 40 RemoteComposeDocument mDocument = null; field in RemoteComposeCanvas 84 mDocument = value; in setDocument() 85 mDocument.initializeContext(mARContext); in setDocument() 86 setContentDescription(mDocument.getDocument().getContentDescription()); in setDocument() 95 if (mDocument == null) { in onViewAttachedToWindow() 98 Set<CoreDocument.ClickAreaRepresentation> clickAreas = mDocument in onViewAttachedToWindow() 113 -> mDocument.getDocument().performClick(area.getId())); in onViewAttachedToWindow() 128 if (mDocument == null) { in addClickListener() 131 mDocument.getDocument().addClickListener((id, metadata) -> callback.click(id, metadata)); in addClickListener() 173 mDocument.getDocument().onClick((float) mActionDownPoint.x, (float) mActionDownPoint.y); in performClick() [all …]
|
D | AndroidRemoteContext.java | 168 mDocument.addClickArea(id, contentDescription, left, top, right, bottom, metadata); in addClickArea()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | RemoteContext.java | 31 protected CoreDocument mDocument; field in RemoteContext 111 return mDocument; in getDocument() 123 this.mDocument = document; in setDocument() 135 mDocument.setVersion(majorVersion, minorVersion, patchVersion); in header() 136 mDocument.setWidth(width); in header() 137 mDocument.setHeight(height); in header() 138 mDocument.setRequiredCapabilities(capabilities); in header() 161 mDocument.setRootContentBehavior(scroll, alignment, sizing, mode); in setRootContentBehavior() 170 mDocument.setContentDescription(contentDescription); in setDocumentContentDescription()
|
D | CoreDocument.java | 366 context.mDocument = this; in initializeContext()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 578 protected final RemotePrintDocumentInfo mDocument; field in RemotePrintDocument.AsyncCommand 594 mDocument = document; in AsyncCommand() 758 mDocument.changed = false; in run() 802 if (changed || !equalsIgnoreSize(mDocument.info, info)) { in handleOnLayoutFinished() 805 mDocument.pagesWrittenToFile = null; in handleOnLayoutFinished() 806 mDocument.pagesInFileToPrint = null; in handleOnLayoutFinished() 807 mDocument.changed = true; in handleOnLayoutFinished() 811 mDocument.attributes = mNewAttributes; in handleOnLayoutFinished() 812 mDocument.metadata = mMetadata; in handleOnLayoutFinished() 813 mDocument.laidout = true; in handleOnLayoutFinished() [all …]
|
/frameworks/base/core/java/android/printservice/ |
D | PrintJob.java | 48 private final PrintDocument mDocument; field in PrintJob 60 mDocument = new PrintDocument(mCachedInfo.getId(), client, in PrintJob() 111 return mDocument; in getDocument()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 40730 Landroid/printservice/PrintJob;->mDocument:Landroid/printservice/PrintDocument;
|