HomeSort by relevance Sort by last modified time
    Searched refs:controlBar (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 347 View controlBar = inflater.inflate(
350 (ImageView) controlBar.findViewById(R.id.review_thumbnail);
359 View controlBar = inflater.inflate(
361 controlBar.findViewById(R.id.btn_cancel).setOnClickListener(this);
363 (ImageView) controlBar.findViewById(R.id.btn_retake);
366 controlBar.findViewById(R.id.btn_play).setOnClickListener(this);
367 controlBar.findViewById(R.id.btn_done).setOnClickListener(this);
    [all...]
Camera.java     [all...]

Completed in 136 milliseconds