Searched refs:PrintOptionsLayout (Results 1 – 2 of 2) sorted by relevance
33 public final class PrintOptionsLayout extends ViewGroup { class37 public PrintOptionsLayout(Context context, AttributeSet attrs) { in PrintOptionsLayout() method in PrintOptionsLayout41 R.styleable.PrintOptionsLayout); in PrintOptionsLayout()
37 import com.android.printspooler.widget.PrintOptionsLayout;55 private final PrintOptionsLayout mPrintOptionsLayout;69 mPrintOptionsLayout = (PrintOptionsLayout) activity.findViewById(R.id.options_container); in PrintPreviewController()