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

/frameworks/support/core-utils/java/android/support/v4/print/
H A DPrintHelper.java157 private static class PrintHelperImpl<RealHelper extends PrintHelperKitkat> class in class:PrintHelper
161 protected PrintHelperImpl(RealHelper helper) { method in class:PrintHelper.PrintHelperImpl
229 private static final class PrintHelperKitkatImpl extends PrintHelperImpl<PrintHelperKitkat> {
238 private static final class PrintHelperApi20Impl extends PrintHelperImpl<PrintHelperApi20> {
247 private static final class PrintHelperApi23Impl extends PrintHelperImpl<PrintHelperApi23> {
257 private static final class PrintHelperApi24Impl extends PrintHelperImpl<PrintHelperApi24> {

Completed in 758 milliseconds