Home
last modified time | relevance | path

Searched refs:PrintContentView (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java35 import com.android.printspooler.widget.PrintContentView;
57 private final PrintContentView mContentView;
84 mContentView = (PrintContentView) activity.findViewById(R.id.options_content); in PrintPreviewController()
H A DPrintActivity.java103 import com.android.printspooler.widget.PrintContentView;
104 import com.android.printspooler.widget.PrintContentView.OptionsStateChangeListener;
105 import com.android.printspooler.widget.PrintContentView.OptionsStateController;
223 private PrintContentView mOptionsContent;
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java39 public final class PrintContentView extends ViewGroup implements View.OnClickListener { class
87 public PrintContentView(Context context, AttributeSet attrs) { in PrintContentView() method in PrintContentView