Searched defs:print (Results 51 - 68 of 68) sorted by relevance

123

/frameworks/support/core-utils/java/android/support/v4/print/
H A DPrintHelper.java17 package android.support.v4.print;
63 * Callback for observing when a print operation is completed.
64 * When print is finished either the system acquired the
65 * document to print or printing was cancelled.
70 * Called when a print operation is finished.
267 * Returns the PrintHelper that can be used to print images.
357 * @param jobName The print job name.
358 * @param bitmap The bitmap to print.
367 * @param jobName The print job name.
368 * @param bitmap The bitmap to print
[all...]
/frameworks/support/core-utils/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java17 package android.support.v4.print;
35 import android.print.PageRange;
36 import android.print.PrintAttributes;
37 import android.print.PrintAttributes.MediaSize;
38 import android.print.PrintDocumentAdapter;
39 import android.print.PrintDocumentInfo;
40 import android.print.PrintManager;
41 import android.print.pdf.PrintedPdfDocument;
99 * Whether the print subsystem handles min margins correctly. If not the print helpe
[all...]
/frameworks/base/core/java/android/print/
H A DPrintManager.java17 package android.print;
39 import android.print.PrintDocumentAdapter.LayoutResultCallback;
40 import android.print.PrintDocumentAdapter.WriteResultCallback;
66 * should be laid out for the currently selected print options resulting in an
70 * when the user selects some options from the print UI that may affect the way
79 * Print jobs are started by calling the {@link #print(String, PrintDocumentAdapter,
80 * PrintAttributes)} from an activity which results in bringing up the system print
81 * UI. Once the print UI is up, when the user changes a selected print option that
92 * Active print job
506 public @NonNull PrintJob print(@NonNull String printJobName, method in class:PrintManager
[all...]
H A DPrinterCapabilitiesInfo.java17 package android.print;
22 import android.print.PrintAttributes.ColorMode;
23 import android.print.PrintAttributes.DuplexMode;
24 import android.print.PrintAttributes.Margins;
25 import android.print.PrintAttributes.MediaSize;
26 import android.print.PrintAttributes.Resolution;
37 * of this class are created by a print service to report the
39 * printer specify how it can print content. For example, what
178 * Gets the default print attributes.
551 * only PrintAttributes#COLOR_MODE_MONOCHROME leads to a print spoole
[all...]
H A DPrintJobInfo.java17 package android.print;
39 * This class represents the description of a print job. The print job
40 * state includes properties such as its id, print attributes used for
41 * generating the content, and so on. Note that the print jobs state may
56 * Constant for matching any print job state.
63 * Constant for matching any print job state.
70 * Constant for matching any active print job state.
77 * Constant for matching any scheduled, i.e. delivered to a print
78 * service, print jo
[all...]
H A DPrintAttributes.java17 package android.print;
42 * This class represents the attributes of a print job. These attributes
44 * print attributes may state that the content should be laid out on a
152 * landscape. For example, a printer may not be able to print in a stripe
169 * landscape. For example, a printer may not be able to print in a stripe
210 * Gets whether this print attributes are in portrait orientation,
214 * @return Whether this print attributes are in portrait.
252 * Gets a new print attributes instance which is in portrait orientation,
290 * Gets a new print attributes instance which is in landscape orientation,
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java168 resultPrinter.print(testRunResult, runTime, testRunOutput);
194 System.out.print(pretty);
233 public void print(TestResult result, long runTime, Bundle testOutput); method in interface:UiAutomatorTestRunner.ResultReporter
349 public void print(TestResult result, long runTime, Bundle testOutput) { method in class:UiAutomatorTestRunner.WatcherResultPrinter
350 mPrinter.print(result, runTime, testOutput);
379 public void print(TestResult result, long runTime, Bundle testOutput) { method in class:UiAutomatorTestRunner.SimpleResultPrinter
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java518 print ("> ");
621 print (String s) method in class:ModelInterpreter
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DViewMatrix.java110 public void print() { method in class:ViewMatrix
/frameworks/av/media/mtp/
H A DMtpDevice.cpp279 void MtpDevice::print() { function in class:android::MtpDevice
283 mDeviceInfo->print();
292 property->print();
310 property->print();
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java17 package com.android.server.print;
35 import android.print.IPrintSpooler;
36 import android.print.IPrintSpoolerCallbacks;
37 import android.print.IPrintSpoolerClient;
38 import android.print.PrintJobId;
39 import android.print.PrintJobInfo;
40 import android.print.PrintManager;
41 import android.print.PrinterId;
59 * This represents the remote print spooler as a local object to the
116 /** Whether a thread is currently trying to {@link #bindLocked() bind to the print servic
[all...]
H A DUserState.java17 package com.android.server.print;
46 import android.print.IPrintDocumentAdapter;
47 import android.print.IPrintJobStateChangeListener;
48 import android.print.IPrintServicesChangeListener;
49 import android.print.IPrinterDiscoveryObserver;
50 import android.print.PrintAttributes;
51 import android.print.PrintJobId;
52 import android.print.PrintJobInfo;
53 import android.print.PrintManager;
54 import android.print
211 public Bundle print(@NonNull String printJobName, @NonNull IPrintDocumentAdapter adapter, method in class:UserState
[all...]
H A DRemotePrintService.java17 package com.android.server.print;
38 import android.print.PrintJobId;
39 import android.print.PrintJobInfo;
40 import android.print.PrintManager;
41 import android.print.PrinterId;
42 import android.print.PrinterInfo;
53 * This class represents a remote print service. It abstracts away the binding
109 * @see android.print.PrinterInfo.Builder#setHasCustomPrinterIcon()
310 // If the service has no print jobs and no active discovery
415 * @see android.print
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java1263 pw.print(" * "); pw.print(pkgName); pw.print(" / ");
1264 UserHandle.formatUid(pw, uid); pw.print(" / v");
1265 pw.print(vers); pw.println(":");
1274 pw.print(" (Not active: ");
1275 pw.print(pkgState.mProcesses.keyAt(iproc)); pw.println(")");
1278 pw.print(" Process ");
1279 pw.print(pkgState.mProcesses.keyAt(iproc));
1281 pw.print(" (mult
1753 void print(PrintWriter pw, long overallTime, boolean full) { method in class:ProcessStats.ProcessDataCollection
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp559 void AaptGroup::print(const String8& prefix) const function in class:AaptGroup
807 void AaptDir::print(const String8& prefix) const function in class:AaptDir
812 getDirs().valueAt(i)->print(prefix);
817 getFiles().valueAt(i)->print(prefix);
1579 void AaptAssets::print(const String8& prefix) const function in class:AaptAssets
1594 AaptDir::print(innerPrefix);
1602 d->print(innerInnerPrefix);
/frameworks/native/libs/binder/
H A DParcel.cpp2384 void Parcel::print(TextOutput& to, uint32_t /*flags*/) const function in class:Parcel
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp7056 void ResTable::print(bool inclValues) const function in class:android::ResTable
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 590 milliseconds

123