Searched defs:context (Results 1 - 13 of 13) sorted by path

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
H A DCameraControlPane.java156 public CameraControlPane(Context context, AttributeSet attrs) { argument
157 super(context, attrs, null, null);
160 setUpUI(context);
312 private void setUpUI(Context context) { argument
315 context.getResources().getString(R.string.camera_pane_title),
320 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
H A DCameraOps2.java38 public CameraOps2(Context context) { argument
39 mCameraManager = (CameraManager) context.getSystemService(Context.CAMERA_SERVICE);
H A DCheckableListAdapter.java42 public CheckableListAdapter(Context context, int resource, List<CheckableItem> objects) { argument
43 super(context, resource, objects);
44 mContext = context;
H A DControlPane.java75 public ControlPane(Context context, AttributeSet attrs, StatusListener listener, argument
77 super(context, attrs);
83 LayoutInflater inflater = (LayoutInflater)context.getSystemService
H A DFixedAspectSurfaceView.java45 public FixedAspectSurfaceView(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
50 context.getTheme().obtainStyledAttributes(attrs,
H A DImageReaderSubPane.java112 public ImageReaderSubPane(Context context, AttributeSet attrs) { argument
113 super(context, attrs);
116 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
H A DLogPane.java47 public LogPane(Context context, AttributeSet attrs) { argument
48 super(context, attrs);
54 TextView titleText = new TextView(context);
57 context.getResources().getDimension(R.dimen.pane_title_text));
63 mLogTextView = new TextView(context);
H A DPaneLayout.java73 public PaneLayout(Context context, AttributeSet attrs) { argument
74 super(context, attrs);
79 setUpUI(context, attrs);
82 public PaneLayout(Context context, AttributeSet attrs, String paneXmlName) { argument
83 super(context, attrs);
87 setUpUI(context, attrs);
98 private void setUpUI(Context context, AttributeSet attrs) { argument
101 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
108 context.getTheme().obtainStyledAttributes(attrs, R.styleable.PaneLayout, 0, 0);
183 public TargetPaneLayout(Context context, AttributeSe argument
200 CameraPaneLayout(Context context, AttributeSet attrs) argument
217 RequestPaneLayout(Context context, AttributeSet attrs) argument
235 BurstPaneLayout(Context context, AttributeSet attrs) argument
252 UtilPaneLayout(Context context, AttributeSet attrs) argument
[all...]
H A DRequestControlPane.java85 public RequestControlPane(Context context, AttributeSet attrs) { argument
86 super(context, attrs, null, null);
89 setUpUI(context);
142 private void setUpUI(Context context) { argument
145 context.getResources().getString(R.string.request_pane_title), mPaneId);
149 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
162 mOutputAdapter = new CheckableListAdapter(context, R.layout.checkable_list_item,
H A DSurfaceViewSubPane.java57 public SurfaceViewSubPane(Context context, AttributeSet attrs) { argument
58 super(context, attrs);
61 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
H A DTargetControlPane.java88 public TargetControlPane(Context context, AttributeSet attrs) { argument
89 super(context, attrs, null, null);
92 setUpUI(context);
164 private void setUpUI(Context context) { argument
168 context.getResources().getString(R.string.target_pane_title), mPaneId);
172 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
H A DTargetSubPane.java26 public TargetSubPane(Context context, AttributeSet attrs) { argument
27 super(context, attrs);
H A DTextureViewSubPane.java51 public TextureViewSubPane(Context context, AttributeSet attrs) { argument
52 super(context, attrs);
55 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);

Completed in 68 milliseconds