在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Android 8.0 系统自带 高通骁龙相机 SnapdragonCamera

Android 8.0 系统自带 高通骁龙相机 SnapdragonCamera

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.10M
  • 下载次数:1
  • 浏览次数:741
  • 发布时间:2021-11-24
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Android 8.0 系统自带 高通骁龙相机 SnapdragonCamera
【实例截图】
【核心代码】
SnapdragonCamera.rar
├── AndroidManifest.xml
├── Android.mk
├── CleanSpec.mk
├── jni
│   ├── Android.mk
│   ├── feature_mos
│   │   ├── doc
│   │   │   ├── feature_mos_API_doxyfile
│   │   │   └── Readme.txt
│   │   └── src
│   │   ├── mosaic
│   │   │   ├── AlignFeatures.cpp
│   │   │   ├── AlignFeatures.h
│   │   │   ├── Blend.cpp
│   │   │   ├── Blend.h
│   │   │   ├── CSite.h
│   │   │   ├── Delaunay.cpp
│   │   │   ├── Delaunay.h
│   │   │   ├── EdgePointerUtil.h
│   │   │   ├── Geometry.h
│   │   │   ├── ImageUtils.cpp
│   │   │   ├── ImageUtils.h
│   │   │   ├── Interp.h
│   │   │   ├── Log.h
│   │   │   ├── MatrixUtils.h
│   │   │   ├── Mosaic.cpp
│   │   │   ├── Mosaic.h
│   │   │   ├── MosaicTypes.h
│   │   │   ├── Pyramid.cpp
│   │   │   ├── Pyramid.h
│   │   │   ├── trsMatrix.cpp
│   │   │   └── trsMatrix.h
│   │   └── mosaic_renderer
│   │   ├── FrameBuffer.cpp
│   │   ├── FrameBuffer.h
│   │   ├── Renderer.cpp
│   │   ├── Renderer.h
│   │   ├── SurfaceTextureRenderer.cpp
│   │   ├── SurfaceTextureRenderer.h
│   │   ├── WarpRenderer.cpp
│   │   ├── WarpRenderer.h
│   │   ├── YVURenderer.cpp
│   │   └── YVURenderer.h
│   ├── feature_mos_jni.cpp
│   ├── feature_stab
│   │   ├── db_vlvm
│   │   │   ├── db_bundle.h
│   │   │   ├── db_feature_detection.cpp
│   │   │   ├── db_feature_detection.h
│   │   │   ├── db_feature_matching.cpp
│   │   │   ├── db_feature_matching.h
│   │   │   ├── db_framestitching.cpp
│   │   │   ├── db_framestitching.h
│   │   │   ├── db_image_homography.cpp
│   │   │   ├── db_image_homography.h
│   │   │   ├── db_metrics.h
│   │   │   ├── db_rob_image_homography.cpp
│   │   │   ├── db_rob_image_homography.h
│   │   │   ├── db_robust.h
│   │   │   ├── db_utilities_algebra.h
│   │   │   ├── db_utilities_camera.cpp
│   │   │   ├── db_utilities_camera.h
│   │   │   ├── db_utilities_constants.h
│   │   │   ├── db_utilities.cpp
│   │   │   ├── db_utilities_geometry.h
│   │   │   ├── db_utilities.h
│   │   │   ├── db_utilities_indexing.cpp
│   │   │   ├── db_utilities_indexing.h
│   │   │   ├── db_utilities_linalg.cpp
│   │   │   ├── db_utilities_linalg.h
│   │   │   ├── db_utilities_poly.cpp
│   │   │   ├── db_utilities_poly.h
│   │   │   ├── db_utilities_random.h
│   │   │   └── db_utilities_rotation.h
│   │   ├── doc
│   │   │   ├── dbreg_API_doxyfile
│   │   │   └── Readme.txt
│   │   └── src
│   │   ├── dbreg
│   │   │   ├── dbreg.cpp
│   │   │   ├── dbreg.h
│   │   │   ├── dbstabsmooth.cpp
│   │   │   ├── dbstabsmooth.h
│   │   │   ├── targetver.h
│   │   │   ├── vp_motionmodel.c
│   │   │   └── vp_motionmodel.h
│   │   └── dbregtest
│   │   ├── dbregtest.cpp
│   │   ├── PgmImage.cpp
│   │   ├── PgmImage.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── image_util_jni.cpp
│   ├── mosaic_renderer_jni.cpp
│   ├── mosaic_renderer_jni.h
│   ├── NOTICE
│   └── tinyplanet.cc
├── proguard.flags
├── proguard-project.txt
├── project.properties
├── res
│   ├── anim
│   │   ├── count_down_exit.xml
│   │   ├── on_screen_hint_enter.xml
│   │   ├── on_screen_hint_exit.xml
│   │   ├── player_out.xml
│   │   ├── slide_in_left.xml
│   │   ├── slide_in_right.xml
│   │   ├── slide_out_left.xml
│   │   └── slide_out_right.xml
│   ├── color
│   │   └── primary_text.xml
│   ├── drawable
│   │   ├── audio_encoding.png
│   │   ├── auto_blue.png
│   │   ├── auto.png
│   │   ├── auto_snapshot_size.png
│   │   ├── backlight.png
│   │   ├── beach.png
│   │   ├── beautify_on.png
│   │   ├── beautify.png
│   │   ├── beautify_progressbar_style.xml
│   │   ├── bg_pressed_exit_fading.xml
│   │   ├── bg_pressed.xml
│   │   ├── bg_shadow.xml
│   │   ├── bg_text_on_preview.xml
│   │   ├── blur.png
│   │   ├── btn_new_shutter_panorama.xml
│   │   ├── btn_new_shutter_video.xml
│   │   ├── btn_new_shutter.xml
│   │   ├── btn_pause_recording.xml
│   │   ├── btn_shutter_disabled.xml
│   │   ├── candlelight.png
│   │   ├── clock.png
│   │   ├── cloudy_blue.png
│   │   ├── cloudy.png
│   │   ├── continuous_shot.png
│   │   ├── countdown_timer.png
│   │   ├── crop_background.png
│   │   ├── crop_tiled_background.xml
│   │   ├── exposure.png
│   │   ├── face_detection.png
│   │   ├── filters.png
│   │   ├── flash_auto.png
│   │   ├── flash_off.png
│   │   ├── flash.png
│   │   ├── flower.png
│   │   ├── fluorescent_blue.png
│   │   ├── fluorescent.png
│   │   ├── front_back_camera.png
│   │   ├── gps_location.png
│   │   ├── hdr.png
│   │   ├── high_video_frame_rate.png
│   │   ├── icon_exposure_blue.png
│   │   ├── icon_exposure.png
│   │   ├── icon_iso_blue.png
│   │   ├── icon_iso.png
│   │   ├── icon_manual_blue.png
│   │   ├── icon_manual.png
│   │   ├── icon_white_balance_blue.png
│   │   ├── icon_white_balance.png
│   │   ├── icon_x.png
│   │   ├── ic_settings_selfiemirror.png
│   │   ├── ic_switch_gcam.png
│   │   ├── ic_ts_makeup_bg.9.png
│   │   ├── ic_ts_makeup_clean_selector.xml
│   │   ├── ic_ts_makeup_custom_selector.xml
│   │   ├── ic_ts_makeup_hline.png
│   │   ├── ic_ts_makeup_level_1_selector.xml
│   │   ├── ic_ts_makeup_level_2_selector.xml
│   │   ├── ic_ts_makeup_level_3_selector.xml
│   │   ├── ic_ts_makeup_level_off_selector.xml
│   │   ├── ic_ts_makeup_vline.png
│   │   ├── ic_ts_makeup_whiten_selector.xml
│   │   ├── image_stabilization.png
│   │   ├── incandecent_blue.png
│   │   ├── incandecent.png
│   │   ├── iso.png
│   │   ├── landscape.png
│   │   ├── list_border.xml
│   │   ├── list_selector.xml
│   │   ├── menu_save_photo.xml
│   │   ├── more_options.png
│   │   ├── night.png
│   │   ├── noise_reduction.png
│   │   ├── one_ui_shutter_1.png
│   │   ├── one_ui_shutter_2.png
│   │   ├── one_ui_shutter_3.png
│   │   ├── one_ui_shutter_4.png
│   │   ├── one_ui_shutter_5.png
│   │   ├── one_ui_shutter_6.png
│   │   ├── one_ui_shutter_anim.xml
│   │   ├── optizoom.png
│   │   ├── pano_direction_left_indicator.xml
│   │   ├── pano_direction_right_indicator.xml
│   │   ├── photo_capture.png
│   │   ├── photopage_bottom_button_background.xml
│   │   ├── picture_quality.png
│   │   ├── picture_size.png
│   │   ├── portrait.png
│   │   ├── promode_exposure.xml
│   │   ├── promode_iso.xml
│   │   ├── promode_manual.xml
│   │   ├── promode.png
│   │   ├── promode_white_balance.xml
│   │   ├── radial_menu.png
│   │   ├── refocus_button_disable.xml
│   │   ├── refocus_button_enable.xml
│   │   ├── restore_defaults.png
│   │   ├── scene_mode_view_border_selected.xml
│   │   ├── scene_mode_view_border.xml
│   │   ├── selected_dot.png
│   │   ├── selfie_flash.png
│   │   ├── setting_picker.xml
│   │   ├── settings.png
│   │   ├── shutter_button_anim.xml
│   │   ├── shutter_sound.png
│   │   ├── snow.png
│   │   ├── sports.png
│   │   ├── storage.png
│   │   ├── sunlight_blue.png
│   │   ├── sunlight.png
│   │   ├── sunset.png
│   │   ├── switch_inner_holo_dark.xml
│   │   ├── switch_track_holo_dark.xml
│   │   ├── thumb_filter_aqua.png
│   │   ├── thumb_filter_emboss.png
│   │   ├── thumb_filter_monochrome.png
│   │   ├── thumb_filter_negative.png
│   │   ├── thumb_filter_neon.png
│   │   ├── thumb_filter_nofilter.png
│   │   ├── thumb_filter_posterize.png
│   │   ├── thumb_filter_sepia.png
│   │   ├── thumb_filter_sketch.png
│   │   ├── thumb_filter_solarize.png
│   │   ├── tracking_focus.png
│   │   ├── transparent_button_background.xml
│   │   ├── ubifocus.png
│   │   ├── version_info.png
│   │   ├── video_capture.png
│   │   ├── video_duration.png
│   │   ├── video_encoding.png
│   │   ├── video_quality.png
│   │   ├── video_rotation.png
│   │   ├── video_stop.png
│   │   ├── white_balance.png
│   │   ├── white_dot.png
│   │   └── x.png
│   ├── drawable-hdpi
│   │   ├── actionbar_translucent.9.png
│   │   ├── background.jpg
│   │   ├── background_portrait.jpg
│   │   ├── bar_beautify_rectangle_blue.png
│   │   ├── bar_beautify_rectangle_white.png
│   │   ├── blur_buster.png
│   │   ├── bokeh_shutter_01.png
│   │   ├── bokeh_shutter_02.png
│   │   ├── bokeh_shutter_03.png
│   │   ├── bokeh_shutter_04.png
│   │   ├── bokeh_shutter_05.png
│   │   ├── bokeh_shutter_06.png
│   │   ├── bokeh_shutter_07.png
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   ├── btn_shutter_video_recording.png
│   │   ├── btn_video_shutter_recording_holo_large.png
│   │   ├── btn_video_shutter_recording_holo.png
│   │   ├── btn_video_shutter_recording_pressed_holo_large.png
│   │   ├── btn_video_shutter_recording_pressed_holo.png
│   │   ├── camera_crop.png
│   │   ├── chroma_flash.png
│   │   ├── exit_panorama.png
│   │   ├── ic_beautify_oval.png
│   │   ├── ic_bokeh_off.png
│   │   ├── ic_bokeh_on.png
│   │   ├── ic_btn_shutter_retake.png
│   │   ├── ic_control_play.png
│   │   ├── ic_effects_holo_light_large.png
│   │   ├── ic_effects_holo_light.png
│   │   ├── ic_effects_holo_light_xlarge.png
│   │   ├── ic_eis_menu.png
│   │   ├── ic_exposure_0.png
│   │   ├── ic_exposure_holo_light.png
│   │   ├── ic_exposure_n1.png
│   │   ├── ic_exposure_n2.png
│   │   ├── ic_exposure_n3.png
│   │   ├── ic_exposure_p1.png
│   │   ├── ic_exposure_p2.png
│   │   ├── ic_exposure_p3.png
│   │   ├── ic_flash_auto_holo_light.png
│   │   ├── ic_flash_off_holo_light.png
│   │   ├── ic_flash_on_holo_light.png
│   │   ├── ic_gallery_play_big.png
│   │   ├── ic_gallery_play.png
│   │   ├── ic_hdr_off.png
│   │   ├── ic_hdr_plus_disabled.png
│   │   ├── ic_hdr_plus_disabled_pressed.png
│   │   ├── ic_hdr_plus_normal.png
│   │   ├── ic_hdr_plus_normal_pressed.png
│   │   ├── ic_hdr.png
│   │   ├── ic_imagesize.png
│   │   ├── ic_indicator_ev_0.png
│   │   ├── ic_indicator_ev_n1.png
│   │   ├── ic_indicator_ev_n2.png
│   │   ├── ic_indicator_ev_n3.png
│   │   ├── ic_indicator_ev_p1.png
│   │   ├── ic_indicator_ev_p2.png
│   │   ├── ic_indicator_ev_p3.png
│   │   ├── ic_indicator_flash_auto.png
│   │   ├── ic_indicator_flash_off.png
│   │   ├── ic_indicator_flash_on.png
│   │   ├── ic_indicator_hdr_plus_on.png
│   │   ├── ic_indicator_loc_off.png
│   │   ├── ic_indicator_loc_on.png
│   │   ├── ic_indicator_sce_hdr.png
│   │   ├── ic_indicator_sce_off.png
│   │   ├── ic_indicator_sce_on.png
│   │   ├── ic_indicator_timer_off.png
│   │   ├── ic_indicator_timer_on.png
│   │   ├── ic_indicator_wb_cloudy.png
│   │   ├── ic_indicator_wb_daylight.png
│   │   ├── ic_indicator_wb_fluorescent.png
│   │   ├── ic_indicator_wb_off.png
│   │   ├── ic_indicator_wb_tungsten.png
│   │   ├── ic_location_off.png
│   │   ├── ic_location.png
│   │   ├── ic_menu_cancel_holo_light.png
│   │   ├── ic_menu_done_holo_light.png
│   │   ├── ic_menu_edit_holo_dark.png
│   │   ├── ic_menu_info_details.png
│   │   ├── ic_menu_revert_holo_dark.png
│   │   ├── ic_menu_savephoto_disabled.png
│   │   ├── ic_menu_savephoto.png
│   │   ├── ic_menu_share_holo_light.png
│   │   ├── ic_menu_tiny_planet.png
│   │   ├── ic_menu_trash_holo_light.png
│   │   ├── ic_muted_button.png
│   │   ├── ic_notification.png
│   │   ├── ic_pan_border_fast.9.png
│   │   ├── ic_pan_border_fast_large.9.png
│   │   ├── ic_pan_border_fast_xlarge.9.png
│   │   ├── ic_pan_left_indicator_fast_large.png
│   │   ├── ic_pan_left_indicator_fast.png
│   │   ├── ic_pan_left_indicator_fast_xlarge.png
│   │   ├── ic_pan_left_indicator_large.png
│   │   ├── ic_pan_left_indicator.png
│   │   ├── ic_pan_left_indicator_xlarge.png
│   │   ├── ic_pan_progression_large.png
│   │   ├── ic_pan_progression.png
│   │   ├── ic_pan_progression_xlarge.png
│   │   ├── ic_pan_right_indicator_fast_large.png
│   │   ├── ic_pan_right_indicator_fast.png
│   │   ├── ic_pan_right_indicator_fast_xlarge.png
│   │   ├── ic_pan_right_indicator_large.png
│   │   ├── ic_pan_right_indicator.png
│   │   ├── ic_pan_right_indicator_xlarge.png
│   │   ├── ic_pausing_indicator.png
│   │   ├── ic_recording_indicator.png
│   │   ├── ic_sce_action.png
│   │   ├── ic_scene_mode_antishake.png
│   │   ├── ic_scene_mode_auto.png
│   │   ├── ic_scene_mode_backlight.png
│   │   ├── ic_scene_mode_beach.png
│   │   ├── ic_scene_mode_black_auto.png
│   │   ├── ic_scene_mode_black_backlight.png
│   │   ├── ic_scene_mode_black_beach.png
│   │   ├── ic_scene_mode_black_best_photo.png
│   │   ├── ic_scene_mode_black_blur_buster.png
│   │   ├── ic_scene_mode_black_candlelight.png
│   │   ├── ic_scene_mode_black_chroma_flash.png
│   │   ├── ic_scene_mode_black_dual_camera.png
│   │   ├── ic_scene_mode_black_flowers.png
│   │   ├── ic_scene_mode_black_hdr.png
│   │   ├── ic_scene_mode_black_landscape.png
│   │   ├── ic_scene_mode_black_night.png
│   │   ├── ic_scene_mode_black_optizoom.png
│   │   ├── ic_scene_mode_black_panorama.png
│   │   ├── ic_scene_mode_black_portrait.png
│   │   ├── ic_scene_mode_black_pro_mode.png
│   │   ├── ic_scene_mode_black_sharp_photo.png
│   │   ├── ic_scene_mode_black_snow.png
│   │   ├── ic_scene_mode_black_sports.png
│   │   ├── ic_scene_mode_black_sunset.png
│   │   ├── ic_scene_mode_black_time_lapse.png
│   │   ├── ic_scene_mode_black_tracking_focus.png
│   │   ├── ic_scene_mode_black_ubifocus.png
│   │   ├── ic_scene_mode_candlelight.png
│   │   ├── ic_scene_mode_flower.png
│   │   ├── ic_scene_mode_hdr.png
│   │   ├── ic_scene_mode_landscape.png
│   │   ├── ic_scene_mode_night.png
│   │   ├── ic_scene_mode_optizoom.png
│   │   ├── ic_scene_mode_portrait.png
│   │   ├── ic_scene_mode_refocus.png
│   │   ├── ic_scene_mode_smartauto.png
│   │   ├── ic_scene_mode_snow.png
│   │   ├── ic_scene_mode_sports.png
│   │   ├── ic_scene_mode_sunset.png
│   │   ├── ic_scene_mode_text.png
│   │   ├── ic_sce_night.png
│   │   ├── ic_sce_off.png
│   │   ├── ic_sce_party.png
│   │   ├── ic_sce.png
│   │   ├── ic_sce_sunset.png
│   │   ├── ic_scn_holo_light_large.png
│   │   ├── ic_scn_holo_light.png
│   │   ├── ic_scn_holo_light_xlarge.png
│   │   ├── ic_settings_chromaflash.png
│   │   ├── ic_settings_continuous.png
│   │   ├── ic_settings_countdowntimer.png
│   │   ├── ic_settings_duration.png
│   │   ├── ic_settings_exposure.png
│   │   ├── ic_settings_facerec.png
│   │   ├── ic_settings_filter_on.png
│   │   ├── ic_settings_filter.png
│   │   ├── ic_settings_flash.png
│   │   ├── ic_settings_focus.png
│   │   ├── ic_settings_fps.png
│   │   ├── ic_settings_holo_light.png
│   │   ├── ic_settings_iso.png
│   │   ├── ic_settings_lightsource.png
│   │   ├── ic_settings_location.png
│   │   ├── ic_settings_picturesize.png
│   │   ├── ic_settings.png
│   │   ├── ic_settings_quality.png
│   │   ├── ic_settings_redeye.png
│   │   ├── ic_settings_reset.png
│   │   ├── ic_settings_scenemode.png
│   │   ├── ic_settings_shuttersound.png
│   │   ├── ic_settings_storage.png
│   │   ├── ic_snapshot_border.9.png
│   │   ├── ic_snapshot_border_large.9.png
│   │   ├── ic_snapshot_border_xlarge.9.png
│   │   ├── ic_switch_back.png
│   │   ├── ic_switch_camera.png
│   │   ├── ic_switcher_menu_indicator.png
│   │   ├── ic_switch_front.png
│   │   ├── ic_switch_pan.png
│   │   ├── ic_switch_photo_facing_holo_light_large.png
│   │   ├── ic_switch_photo_facing_holo_light.png
│   │   ├── ic_switch_photo_facing_holo_light_xlarge.png
│   │   ├── ic_switch_photosphere.png
│   │   ├── ic_switch_video_facing_holo_light_large.png
│   │   ├── ic_switch_video_facing_holo_light.png
│   │   ├── ic_switch_video_facing_holo_light_xlarge.png
│   │   ├── ic_switch_video.png
│   │   ├── ic_timelapse_none_large.png
│   │   ├── ic_timelapse_none.png
│   │   ├── ic_timelapse_none_xlarge.png
│   │   ├── ic_timer.png
│   │   ├── ic_ts_makeup_back.png
│   │   ├── ic_ts_makeup_clean.png
│   │   ├── ic_ts_makeup_clean_selected.png
│   │   ├── ic_ts_makeup_custom.png
│   │   ├── ic_ts_makeup_custom_selected.png
│   │   ├── ic_ts_makeup_level_1.png
│   │   ├── ic_ts_makeup_level_1_selected.png
│   │   ├── ic_ts_makeup_level_2.png
│   │   ├── ic_ts_makeup_level_2_selected.png
│   │   ├── ic_ts_makeup_level_3.png
│   │   ├── ic_ts_makeup_level_3_selected.png
│   │   ├── ic_ts_makeup_level_off.png
│   │   ├── ic_ts_makeup_level_off_selected.png
│   │   ├── ic_ts_makeup_off.png
│   │   ├── ic_ts_makeup_on.png
│   │   ├── ic_ts_makeup_whiten.png
│   │   ├── ic_ts_makeup_whiten_selected.png
│   │   ├── ic_unmuted_button.png
│   │   ├── ic_video_effects_background_fields_of_wheat_holo.png
│   │   ├── ic_video_effects_background_intergalactic_holo.png
│   │   ├── ic_video_effects_background_normal_holo_dark.png
│   │   ├── ic_video_effects_faces_big_eyes_holo_dark.png
│   │   ├── ic_video_effects_faces_big_mouth_holo_dark.png
│   │   ├── ic_video_effects_faces_big_nose_holo_dark.png
│   │   ├── ic_video_effects_faces_small_eyes_holo_dark.png
│   │   ├── ic_video_effects_faces_small_mouth_holo_dark.png
│   │   ├── ic_video_effects_faces_squeeze_holo_dark.png
│   │   ├── ic_view_photosphere.png
│   │   ├── ic_wb_auto.png
│   │   ├── ic_wb_cloudy.png
│   │   ├── ic_wb_fluorescent.png
│   │   ├── ic_wb_incandescent.png
│   │   ├── ic_wb_sunlight.png
│   │   ├── list_divider.9.png
│   │   ├── list_divider_large.9.png
│   │   ├── list_pressed_holo_light.9.png
│   │   ├── on_screen_hint_frame.9.png
│   │   ├── panel_undo_holo.9.png
│   │   ├── pick_the_best_photo.png
│   │   ├── pick_the_best_photo_selected.png
│   │   ├── pick_the_best_photo_unselected.png
│   │   ├── placeholder_locked.png
│   │   ├── preview.png
│   │   ├── remaining_sheets.png
│   │   ├── scene_panorama.png
│   │   ├── seekbar_hide.png
│   │   ├── seekbar_show.png
│   │   ├── sharp_photo.png
│   │   ├── shutter_button_0.png
│   │   ├── shutter_button_1.png
│   │   ├── shutter_button_2.png
│   │   ├── shutter_button_3.png
│   │   ├── shutter_button_4.png
│   │   ├── shutter_button_5.png
│   │   ├── shutter_button_6.png
│   │   ├── shutter_button_7.png
│   │   ├── shutter_button_dim.png
│   │   ├── shutter_button_stop.png
│   │   ├── shutter_button_video_dim.png
│   │   ├── shutter_button_video.png
│   │   ├── shutter_button_video_stop.png
│   │   ├── shutter_panorama_dim.png
│   │   ├── shutter_panorama.png
│   │   ├── switch_bg_focused_holo_dark.9.png
│   │   ├── switch_bg_holo_dark.9.png
│   │   ├── switch_thumb_activated_holo_dark.9.png
│   │   ├── switch_thumb_disabled_holo_dark.9.png
│   │   ├── switch_thumb_holo_dark.9.png
│   │   ├── switch_thumb_pressed_holo_dark.9.png
│   │   ├── toast_frame_holo.9.png
│   │   ├── tracking_focus.png
│   │   ├── video_continue.png
│   │   └── video_pause.png
│   ├── drawable-hdpi-v19
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   ├── btn_shutter_video_recording.png
│   │   ├── list_pressed_holo_light.9.png
│   │   └── menu_bg_pressed.png
│   ├── drawable-land-hdpi
│   │   ├── btn_video_shutter_recording_holo_xlarge.png
│   │   ├── btn_video_shutter_recording_pressed_holo_xlarge.png
│   │   └── switcher_bg.9.png
│   ├── drawable-land-mdpi
│   │   ├── btn_video_shutter_recording_holo_xlarge.png
│   │   ├── btn_video_shutter_recording_pressed_holo_xlarge.png
│   │   └── switcher_bg.9.png
│   ├── drawable-land-xhdpi
│   │   ├── btn_video_shutter_recording_holo_xlarge.png
│   │   ├── btn_video_shutter_recording_pressed_holo_xlarge.png
│   │   └── switcher_bg.9.png
│   ├── drawable-mdpi
│   │   ├── actionbar_translucent.9.png
│   │   ├── background.jpg
│   │   ├── background_portrait.jpg
│   │   ├── bar_beautify_rectangle_blue.png
│   │   ├── bar_beautify_rectangle_white.png
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   ├── btn_shutter_video_recording.png
│   │   ├── btn_video_shutter_recording_holo.png
│   │   ├── btn_video_shutter_recording_pressed_holo.png
│   │   ├── camera_crop.png
│   │   ├── ic_beautify_oval.png
│   │   ├── ic_bokeh_off.png
│   │   ├── ic_bokeh_on.png
│   │   ├── ic_btn_shutter_retake.png
│   │   ├── ic_control_play.png
│   │   ├── ic_effects_holo_light.png
│   │   ├── ic_effects_holo_light_xlarge.png
│   │   ├── ic_exposure_0.png
│   │   ├── ic_exposure_holo_light.png
│   │   ├── ic_exposure_n1.png
│   │   ├── ic_exposure_n2.png
│   │   ├── ic_exposure_n3.png
│   │   ├── ic_exposure_p1.png
│   │   ├── ic_exposure_p2.png
│   │   ├── ic_exposure_p3.png
│   │   ├── ic_flash_auto_holo_light.png
│   │   ├── ic_flash_off_holo_light.png
│   │   ├── ic_flash_on_holo_light.png
│   │   ├── ic_gallery_play_big.png
│   │   ├── ic_gallery_play.png
│   │   ├── ic_hdr_off.png
│   │   ├── ic_hdr_plus_disabled.png
│   │   ├── ic_hdr_plus_disabled_pressed.png
│   │   ├── ic_hdr_plus_normal.png
│   │   ├── ic_hdr_plus_normal_pressed.png
│   │   ├── ic_hdr.png
│   │   ├── ic_imagesize.png
│   │   ├── ic_indicator_ev_0.png
│   │   ├── ic_indicator_ev_n1.png
│   │   ├── ic_indicator_ev_n2.png
│   │   ├── ic_indicator_ev_n3.png
│   │   ├── ic_indicator_ev_p1.png
│   │   ├── ic_indicator_ev_p2.png
│   │   ├── ic_indicator_ev_p3.png
│   │   ├── ic_indicator_flash_auto.png
│   │   ├── ic_indicator_flash_off.png
│   │   ├── ic_indicator_flash_on.png
│   │   ├── ic_indicator_hdr_plus_on.png
│   │   ├── ic_indicator_loc_off.png
│   │   ├── ic_indicator_loc_on.png
│   │   ├── ic_indicator_sce_hdr.png
│   │   ├── ic_indicator_sce_off.png
│   │   ├── ic_indicator_sce_on.png
│   │   ├── ic_indicator_timer_off.png
│   │   ├── ic_indicator_timer_on.png
│   │   ├── ic_indicator_wb_cloudy.png
│   │   ├── ic_indicator_wb_daylight.png
│   │   ├── ic_indicator_wb_fluorescent.png
│   │   ├── ic_indicator_wb_off.png
│   │   ├── ic_indicator_wb_tungsten.png
│   │   ├── ic_location_off.png
│   │   ├── ic_location.png
│   │   ├── ic_menu_cancel_holo_light.png
│   │   ├── ic_menu_done_holo_light.png
│   │   ├── ic_menu_edit_holo_dark.png
│   │   ├── ic_menu_info_details.png
│   │   ├── ic_menu_revert_holo_dark.png
│   │   ├── ic_menu_savephoto_disabled.png
│   │   ├── ic_menu_savephoto.png
│   │   ├── ic_menu_share_holo_light.png
│   │   ├── ic_menu_tiny_planet.png
│   │   ├── ic_menu_trash_holo_light.png
│   │   ├── ic_notification.png
│   │   ├── ic_pan_border_fast.9.png
│   │   ├── ic_pan_border_fast_xlarge.9.png
│   │   ├── ic_pan_left_indicator_fast.png
│   │   ├── ic_pan_left_indicator_fast_xlarge.png
│   │   ├── ic_pan_left_indicator.png
│   │   ├── ic_pan_left_indicator_xlarge.png
│   │   ├── ic_pan_progression.png
│   │   ├── ic_pan_progression_xlarge.png
│   │   ├── ic_pan_right_indicator_fast.png
│   │   ├── ic_pan_right_indicator_fast_xlarge.png
│   │   ├── ic_pan_right_indicator.png
│   │   ├── ic_pan_right_indicator_xlarge.png
│   │   ├── ic_pausing_indicator.png
│   │   ├── ic_recording_indicator.png
│   │   ├── ic_sce_action.png
│   │   ├── ic_scene_mode_antishake.png
│   │   ├── ic_scene_mode_auto.png
│   │   ├── ic_scene_mode_backlight.png
│   │   ├── ic_scene_mode_beach.png
│   │   ├── ic_scene_mode_candlelight.png
│   │   ├── ic_scene_mode_flower.png
│   │   ├── ic_scene_mode_hdr.png
│   │   ├── ic_scene_mode_landscape.png
│   │   ├── ic_scene_mode_night.png
│   │   ├── ic_scene_mode_portrait.png
│   │   ├── ic_scene_mode_smartauto.png
│   │   ├── ic_scene_mode_snow.png
│   │   ├── ic_scene_mode_sports.png
│   │   ├── ic_scene_mode_sunset.png
│   │   ├── ic_scene_mode_text.png
│   │   ├── ic_sce_night.png
│   │   ├── ic_sce_off.png
│   │   ├── ic_sce_party.png
│   │   ├── ic_sce.png
│   │   ├── ic_sce_sunset.png
│   │   ├── ic_scn_holo_light.png
│   │   ├── ic_scn_holo_light_xlarge.png
│   │   ├── ic_settings_continuous.png
│   │   ├── ic_settings_countdowntimer.png
│   │   ├── ic_settings_duration.png
│   │   ├── ic_settings_exposure.png
│   │   ├── ic_settings_facerec.png
│   │   ├── ic_settings_flash.png
│   │   ├── ic_settings_focus.png
│   │   ├── ic_settings_fps.png
│   │   ├── ic_settings_holo_light.png
│   │   ├── ic_settings_iso.png
│   │   ├── ic_settings_lightsource.png
│   │   ├── ic_settings_location.png
│   │   ├── ic_settings_picturesize.png
│   │   ├── ic_settings.png
│   │   ├── ic_settings_quality.png
│   │   ├── ic_settings_redeye.png
│   │   ├── ic_settings_reset.png
│   │   ├── ic_settings_scenemode.png
│   │   ├── ic_settings_storage.png
│   │   ├── ic_snapshot_border.9.png
│   │   ├── ic_snapshot_border_xlarge.9.png
│   │   ├── ic_switch_back.png
│   │   ├── ic_switch_camera.png
│   │   ├── ic_switcher_menu_indicator.png
│   │   ├── ic_switch_front.png
│   │   ├── ic_switch_pan.png
│   │   ├── ic_switch_photo_facing_holo_light.png
│   │   ├── ic_switch_photo_facing_holo_light_xlarge.png
│   │   ├── ic_switch_photosphere.png
│   │   ├── ic_switch_video_facing_holo_light.png
│   │   ├── ic_switch_video_facing_holo_light_xlarge.png
│   │   ├── ic_switch_video.png
│   │   ├── ic_timelapse_none.png
│   │   ├── ic_timelapse_none_xlarge.png
│   │   ├── ic_timer.png
│   │   ├── ic_ts_makeup_back.png
│   │   ├── ic_ts_makeup_clean.png
│   │   ├── ic_ts_makeup_clean_selected.png
│   │   ├── ic_ts_makeup_custom.png
│   │   ├── ic_ts_makeup_custom_selected.png
│   │   ├── ic_ts_makeup_level_1.png
│   │   ├── ic_ts_makeup_level_1_selected.png
│   │   ├── ic_ts_makeup_level_2.png
│   │   ├── ic_ts_makeup_level_2_selected.png
│   │   ├── ic_ts_makeup_level_3.png
│   │   ├── ic_ts_makeup_level_3_selected.png
│   │   ├── ic_ts_makeup_level_off.png
│   │   ├── ic_ts_makeup_level_off_selected.png
│   │   ├── ic_ts_makeup_off.png
│   │   ├── ic_ts_makeup_on.png
│   │   ├── ic_ts_makeup_whiten.png
│   │   ├── ic_ts_makeup_whiten_selected.png
│   │   ├── ic_video_effects_background_fields_of_wheat_holo.png
│   │   ├── ic_video_effects_background_intergalactic_holo.png
│   │   ├── ic_video_effects_background_normal_holo_dark.png
│   │   ├── ic_video_effects_faces_big_eyes_holo_dark.png
│   │   ├── ic_video_effects_faces_big_mouth_holo_dark.png
│   │   ├── ic_video_effects_faces_big_nose_holo_dark.png
│   │   ├── ic_video_effects_faces_small_eyes_holo_dark.png
│   │   ├── ic_video_effects_faces_small_mouth_holo_dark.png
│   │   ├── ic_video_effects_faces_squeeze_holo_dark.png
│   │   ├── ic_view_photosphere.png
│   │   ├── ic_wb_auto.png
│   │   ├── ic_wb_cloudy.png
│   │   ├── ic_wb_fluorescent.png
│   │   ├── ic_wb_incandescent.png
│   │   ├── ic_wb_sunlight.png
│   │   ├── list_divider.9.png
│   │   ├── list_pressed_holo_light.9.png
│   │   ├── on_screen_hint_frame.9.png
│   │   ├── panel_undo_holo.9.png
│   │   ├── placeholder_locked.png
│   │   ├── preview.png
│   │   ├── remaining_sheets.png
│   │   ├── shutter_button_0.png
│   │   ├── shutter_button_1.png
│   │   ├── shutter_button_2.png
│   │   ├── shutter_button_3.png
│   │   ├── shutter_button_4.png
│   │   ├── shutter_button_5.png
│   │   ├── shutter_button_6.png
│   │   ├── shutter_button_7.png
│   │   ├── shutter_button_dim.png
│   │   ├── shutter_button_stop.png
│   │   ├── shutter_button_video_dim.png
│   │   ├── shutter_button_video.png
│   │   ├── shutter_button_video_stop.png
│   │   ├── shutter_panorama_dim.png
│   │   ├── shutter_panorama.png
│   │   ├── switch_bg_focused_holo_dark.9.png
│   │   ├── switch_bg_holo_dark.9.png
│   │   ├── switch_thumb_activated_holo_dark.9.png
│   │   ├── switch_thumb_disabled_holo_dark.9.png
│   │   ├── switch_thumb_holo_dark.9.png
│   │   ├── switch_thumb_pressed_holo_dark.9.png
│   │   ├── toast_frame_holo.9.png
│   │   ├── video_continue.png
│   │   └── video_pause.png
│   ├── drawable-mdpi-v19
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   ├── btn_shutter_video_recording.png
│   │   ├── list_pressed_holo_light.9.png
│   │   └── menu_bg_pressed.png
│   ├── drawable-nodpi
│   │   ├── brush_marker.png
│   │   ├── brush_spatter.png
│   │   └── geometry_shadow.9.png
│   ├── drawable-port-hdpi
│   │   ├── btn_video_shutter_recording_holo_xlarge.png
│   │   ├── btn_video_shutter_recording_pressed_holo_xlarge.png
│   │   └── switcher_bg.9.png
│   ├── drawable-port-mdpi
│   │   ├── btn_video_shutter_recording_holo_xlarge.png
│   │   ├── btn_video_shutter_recording_pressed_holo_xlarge.png
│   │   └── switcher_bg.9.png
│   ├── drawable-port-xhdpi
│   │   ├── btn_video_shutter_recording_holo_xlarge.png
│   │   ├── btn_video_shutter_recording_pressed_holo_xlarge.png
│   │   └── switcher_bg.9.png
│   ├── drawable-sw600dp
│   │   ├── bg_vidcontrol.png
│   │   ├── ic_pan_thumb.9.png
│   │   ├── ic_vidcontrol_pause.png
│   │   ├── ic_vidcontrol_play.png
│   │   ├── ic_vidcontrol_reload.png
│   │   ├── ic_video_thumb.png
│   │   └── scrubber_knob.png
│   ├── drawable-sw600dp-hdpi
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   └── btn_shutter_video_recording.png
│   ├── drawable-sw600dp-hdpi-v19
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   ├── btn_shutter_video_recording.png
│   │   └── switcher_bg.9.png
│   ├── drawable-sw600dp-land-hdpi
│   │   └── switcher_bg.9.png
│   ├── drawable-sw600dp-land-mdpi
│   │   └── switcher_bg.9.png
│   ├── drawable-sw600dp-land-xhdpi
│   │   └── switcher_bg.9.png
│   ├── drawable-sw600dp-mdpi
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   └── btn_shutter_video_recording.png
│   ├── drawable-sw600dp-mdpi-v19
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   └── btn_shutter_video_recording.png
│   ├── drawable-sw600dp-port-hdpi
│   │   └── switcher_bg.9.png
│   ├── drawable-sw600dp-port-mdpi
│   │   └── switcher_bg.9.png
│   ├── drawable-sw600dp-port-xhdpi
│   │   └── switcher_bg.9.png
│   ├── drawable-sw600dp-xhdpi
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   └── btn_shutter_video_recording.png
│   ├── drawable-sw600dp-xhdpi-v19
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   └── btn_shutter_video_recording.png
│   ├── drawable-sw600dp-xxhdpi
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   └── btn_shutter_video_recording.png
│   ├── drawable-sw600dp-xxhdpi-v19
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   └── btn_shutter_video_recording.png
│   ├── drawable-v19
│   │   ├── circle_bg_pressed_exit_fading.xml
│   │   ├── photopage_bottom_button_background.xml
│   │   └── transparent_button_background.xml
│   ├── drawable-xhdpi
│   │   ├── actionbar_translucent.9.png
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   ├── btn_shutter_video_recording.png
│   │   ├── btn_video_shutter_recording_holo.png
│   │   ├── btn_video_shutter_recording_pressed_holo.png
│   │   ├── camera_crop.png
│   │   ├── ic_btn_shutter_retake.png
│   │   ├── ic_effects_holo_light.png
│   │   ├── ic_effects_holo_light_xlarge.png
│   │   ├── ic_eis_menu.png
│   │   ├── ic_exposure_0.png
│   │   ├── ic_exposure_holo_light.png
│   │   ├── ic_exposure_n1.png
│   │   ├── ic_exposure_n2.png
│   │   ├── ic_exposure_n3.png
│   │   ├── ic_exposure_p1.png
│   │   ├── ic_exposure_p2.png
│   │   ├── ic_exposure_p3.png
│   │   ├── ic_flash_auto_holo_light.png
│   │   ├── ic_flash_off_holo_light.png
│   │   ├── ic_flash_on_holo_light.png
│   │   ├── ic_gallery_play_big.png
│   │   ├── ic_gallery_play.png
│   │   ├── ic_hdr_off.png
│   │   ├── ic_hdr_plus_disabled.png
│   │   ├── ic_hdr_plus_disabled_pressed.png
│   │   ├── ic_hdr_plus_normal.png
│   │   ├── ic_hdr_plus_normal_pressed.png
│   │   ├── ic_hdr.png
│   │   ├── ic_imagesize.png
│   │   ├── ic_indicator_ev_0.png
│   │   ├── ic_indicator_ev_n1.png
│   │   ├── ic_indicator_ev_n2.png
│   │   ├── ic_indicator_ev_n3.png
│   │   ├── ic_indicator_ev_p1.png
│   │   ├── ic_indicator_ev_p2.png
│   │   ├── ic_indicator_ev_p3.png
│   │   ├── ic_indicator_flash_auto.png
│   │   ├── ic_indicator_flash_off.png
│   │   ├── ic_indicator_flash_on.png
│   │   ├── ic_indicator_hdr_plus_on.png
│   │   ├── ic_indicator_loc_off.png
│   │   ├── ic_indicator_loc_on.png
│   │   ├── ic_indicator_sce_hdr.png
│   │   ├── ic_indicator_sce_off.png
│   │   ├── ic_indicator_sce_on.png
│   │   ├── ic_indicator_timer_off.png
│   │   ├── ic_indicator_timer_on.png
│   │   ├── ic_indicator_wb_cloudy.png
│   │   ├── ic_indicator_wb_daylight.png
│   │   ├── ic_indicator_wb_fluorescent.png
│   │   ├── ic_indicator_wb_off.png
│   │   ├── ic_indicator_wb_tungsten.png
│   │   ├── ic_location_off.png
│   │   ├── ic_location.png
│   │   ├── ic_menu_cancel_holo_light.png
│   │   ├── ic_menu_done_holo_light.png
│   │   ├── ic_menu_edit_holo_dark.png
│   │   ├── ic_menu_revert_holo_dark.png
│   │   ├── ic_menu_savephoto_disabled.png
│   │   ├── ic_menu_savephoto.png
│   │   ├── ic_menu_tiny_planet.png
│   │   ├── ic_muted_button.png
│   │   ├── ic_notification.png
│   │   ├── ic_pan_border_fast.9.png
│   │   ├── ic_pan_border_fast_xlarge.9.png
│   │   ├── ic_pan_left_indicator_fast.png
│   │   ├── ic_pan_left_indicator_fast_xlarge.png
│   │   ├── ic_pan_left_indicator.png
│   │   ├── ic_pan_left_indicator_xlarge.png
│   │   ├── ic_pan_progression.png
│   │   ├── ic_pan_progression_xlarge.png
│   │   ├── ic_pan_right_indicator_fast.png
│   │   ├── ic_pan_right_indicator_fast_xlarge.png
│   │   ├── ic_pan_right_indicator.png
│   │   ├── ic_pan_right_indicator_xlarge.png
│   │   ├── ic_pausing_indicator.png
│   │   ├── ic_recording_indicator.png
│   │   ├── ic_sce_action.png
│   │   ├── ic_scene_mode_antishake.png
│   │   ├── ic_scene_mode_auto.png
│   │   ├── ic_scene_mode_backlight.png
│   │   ├── ic_scene_mode_beach.png
│   │   ├── ic_scene_mode_candlelight.png
│   │   ├── ic_scene_mode_flower.png
│   │   ├── ic_scene_mode_hdr.png
│   │   ├── ic_scene_mode_landscape.png
│   │   ├── ic_scene_mode_night.png
│   │   ├── ic_scene_mode_optizoom.png
│   │   ├── ic_scene_mode_portrait.png
│   │   ├── ic_scene_mode_refocus.png
│   │   ├── ic_scene_mode_smartauto.png
│   │   ├── ic_scene_mode_snow.png
│   │   ├── ic_scene_mode_sports.png
│   │   ├── ic_scene_mode_sunset.png
│   │   ├── ic_scene_mode_text.png
│   │   ├── ic_sce_night.png
│   │   ├── ic_sce_off.png
│   │   ├── ic_sce_party.png
│   │   ├── ic_sce.png
│   │   ├── ic_sce_sunset.png
│   │   ├── ic_scn_holo_light.png
│   │   ├── ic_scn_holo_light_xlarge.png
│   │   ├── ic_settings_chromaflash.png
│   │   ├── ic_settings_continuous.png
│   │   ├── ic_settings_countdowntimer.png
│   │   ├── ic_settings_duration.png
│   │   ├── ic_settings_exposure.png
│   │   ├── ic_settings_facerec.png
│   │   ├── ic_settings_filter_on.png
│   │   ├── ic_settings_filter.png
│   │   ├── ic_settings_flash.png
│   │   ├── ic_settings_focus.png
│   │   ├── ic_settings_fps.png
│   │   ├── ic_settings_holo_light_01.png
│   │   ├── ic_settings_holo_light_02.png
│   │   ├── ic_settings_holo_light_03.png
│   │   ├── ic_settings_holo_light.png
│   │   ├── ic_settings_iso.png
│   │   ├── ic_settings_lightsource.png
│   │   ├── ic_settings_location.png
│   │   ├── ic_settings_picturesize.png
│   │   ├── ic_settings.png
│   │   ├── ic_settings_quality.png
│   │   ├── ic_settings_redeye.png
│   │   ├── ic_settings_reset.png
│   │   ├── ic_settings_scenemode.png
│   │   ├── ic_settings_storage.png
│   │   ├── ic_snapshot_border.9.png
│   │   ├── ic_snapshot_border_xlarge.9.png
│   │   ├── ic_switch_back.png
│   │   ├── ic_switch_camera.png
│   │   ├── ic_switcher_menu_indicator.png
│   │   ├── ic_switch_front.png
│   │   ├── ic_switch_pan.png
│   │   ├── ic_switch_photo_facing_holo_light.png
│   │   ├── ic_switch_photo_facing_holo_light_xlarge.png
│   │   ├── ic_switch_photosphere.png
│   │   ├── ic_switch_video_facing_holo_light.png
│   │   ├── ic_switch_video_facing_holo_light_xlarge.png
│   │   ├── ic_switch_video.png
│   │   ├── ic_timelapse_none.png
│   │   ├── ic_timelapse_none_xlarge.png
│   │   ├── ic_timer.png
│   │   ├── ic_ts_makeup_back.png
│   │   ├── ic_ts_makeup_clean.png
│   │   ├── ic_ts_makeup_clean_selected.png
│   │   ├── ic_ts_makeup_custom.png
│   │   ├── ic_ts_makeup_custom_selected.png
│   │   ├── ic_ts_makeup_level_1.png
│   │   ├── ic_ts_makeup_level_1_selected.png
│   │   ├── ic_ts_makeup_level_2.png
│   │   ├── ic_ts_makeup_level_2_selected.png
│   │   ├── ic_ts_makeup_level_3.png
│   │   ├── ic_ts_makeup_level_3_selected.png
│   │   ├── ic_ts_makeup_level_off.png
│   │   ├── ic_ts_makeup_level_off_selected.png
│   │   ├── ic_ts_makeup_off.png
│   │   ├── ic_ts_makeup_on.png
│   │   ├── ic_ts_makeup_whiten.png
│   │   ├── ic_ts_makeup_whiten_selected.png
│   │   ├── ic_unmuted_button.png
│   │   ├── ic_video_effects_background_fields_of_wheat_holo.png
│   │   ├── ic_video_effects_background_intergalactic_holo.png
│   │   ├── ic_video_effects_background_normal_holo_dark.png
│   │   ├── ic_video_effects_faces_big_eyes_holo_dark.png
│   │   ├── ic_video_effects_faces_big_mouth_holo_dark.png
│   │   ├── ic_video_effects_faces_big_nose_holo_dark.png
│   │   ├── ic_video_effects_faces_small_eyes_holo_dark.png
│   │   ├── ic_video_effects_faces_small_mouth_holo_dark.png
│   │   ├── ic_video_effects_faces_squeeze_holo_dark.png
│   │   ├── ic_view_photosphere.png
│   │   ├── ic_wb_auto.png
│   │   ├── ic_wb_cloudy.png
│   │   ├── ic_wb_fluorescent.png
│   │   ├── ic_wb_incandescent.png
│   │   ├── ic_wb_sunlight.png
│   │   ├── list_divider.9.png
│   │   ├── list_pressed_holo_light.9.png
│   │   ├── panel_undo_holo.9.png
│   │   ├── pick_the_best_photo.png
│   │   ├── pick_the_best_photo_selected.png
│   │   ├── pick_the_best_photo_unselected.png
│   │   ├── placeholder_locked.png
│   │   ├── preview.png
│   │   ├── remaining_sheets.png
│   │   ├── scene_panorama.png
│   │   ├── shutter_button_0.png
│   │   ├── shutter_button_1.png
│   │   ├── shutter_button_2.png
│   │   ├── shutter_button_3.png
│   │   ├── shutter_button_4.png
│   │   ├── shutter_button_5.png
│   │   ├── shutter_button_6.png
│   │   ├── shutter_button_7.png
│   │   ├── shutter_button_dim.png
│   │   ├── shutter_button_stop.png
│   │   ├── shutter_button_video_dim.png
│   │   ├── shutter_button_video.png
│   │   ├── shutter_button_video_stop.png
│   │   ├── shutter_panorama_dim.png
│   │   ├── shutter_panorama.png
│   │   ├── switch_bg_focused_holo_dark.9.png
│   │   ├── switch_bg_holo_dark.9.png
│   │   ├── switch_thumb_activated_holo_dark.9.png
│   │   ├── switch_thumb_disabled_holo_dark.9.png
│   │   ├── switch_thumb_holo_dark.9.png
│   │   ├── switch_thumb_pressed_holo_dark.9.png
│   │   ├── toast_frame_holo.9.png
│   │   ├── video_continue.png
│   │   └── video_pause.png
│   ├── drawable-xhdpi-v19
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   ├── btn_shutter_video_recording.png
│   │   ├── list_pressed_holo_light.9.png
│   │   └── menu_bg_pressed.png
│   ├── drawable-xxhdpi
│   │   ├── btn_shutter_default_disabled.png
│   │   ├── btn_shutter_pressed_disabled.png
│   │   ├── ic_eis_menu.png
│   │   ├── ic_hdr_plus_disabled.png
│   │   ├── ic_hdr_plus_disabled_pressed.png
│   │   ├── ic_hdr_plus_normal.png
│   │   ├── ic_hdr_plus_normal_pressed.png
│   │   ├── ic_indicator_hdr_plus_on.png
│   │   ├── ic_muted_button.png
│   │   ├── ic_notification.png
│   │   ├── ic_refocus_editor_cancel.png
│   │   ├── ic_refocus_editor_confirm.png
│   │   ├── ic_scene_mode_auto.png
│   │   ├── ic_scene_mode_backlight.png
│   │   ├── ic_scene_mode_beach.png
│   │   ├── ic_scene_mode_candlelight.png
│   │   ├── ic_scene_mode_flower.png
│   │   ├── ic_scene_mode_hdr.png
│   │   ├── ic_scene_mode_landscape.png
│   │   ├── ic_scene_mode_night.png
│   │   ├── ic_scene_mode_optizoom.png
│   │   ├── ic_scene_mode_portrait.png
│   │   ├── ic_scene_mode_refocus.png
│   │   ├── ic_scene_mode_snow.png
│   │   ├── ic_scene_mode_sports.png
│   │   ├── ic_scene_mode_sunset.png
│   │   ├── ic_settings_chromaflash.png
│   │   ├── ic_settings_filter_on.png
│   │   ├── ic_settings_filter.png
│   │   ├── ic_ts_makeup_back.png
│   │   ├── ic_ts_makeup_clean.png
│   │   ├── ic_ts_makeup_clean_selected.png
│   │   ├── ic_ts_makeup_custom.png
│   │   ├── ic_ts_makeup_custom_selected.png
│   │   ├── ic_ts_makeup_level_1.png
│   │   ├── ic_ts_makeup_level_1_selected.png
│   │   ├── ic_ts_makeup_level_2.png
│   │   ├── ic_ts_makeup_level_2_selected.png
│   │   ├── ic_ts_makeup_level_3.png
│   │   ├── ic_ts_makeup_level_3_selected.png
│   │   ├── ic_ts_makeup_level_off.png
│   │   ├── ic_ts_makeup_level_off_selected.png
│   │   ├── ic_ts_makeup_off.png
│   │   ├── ic_ts_makeup_on.png
│   │   ├── ic_ts_makeup_whiten.png
│   │   ├── ic_ts_makeup_whiten_selected.png
│   │   ├── ic_unmuted_button.png
│   │   ├── pick_the_best_photo.png
│   │   ├── pick_the_best_photo_selected.png
│   │   ├── pick_the_best_photo_unselected.png
│   │   ├── remaining_sheets.png
│   │   └── scene_panorama.png
│   ├── drawable-xxhdpi-v19
│   │   ├── btn_shutter_default.png
│   │   ├── btn_shutter_pressed.png
│   │   ├── btn_shutter_recording.png
│   │   ├── btn_shutter_video_default.png
│   │   ├── btn_shutter_video_pressed.png
│   │   ├── btn_shutter_video_recording.png
│   │   ├── list_pressed_holo_light.9.png
│   │   └── menu_bg_pressed.png
│   ├── layout
│   │   ├── bestpicture_action_dialog.xml
│   │   ├── bestpicture_editor.xml
│   │   ├── bestpicture_page.xml
│   │   ├── camera_controls.xml
│   │   ├── camera_filmstrip.xml
│   │   ├── camera.xml
│   │   ├── capture_module.xml
│   │   ├── countdown_setting_popup.xml
│   │   ├── count_down_to_capture.xml
│   │   ├── crop_actionbar.xml
│   │   ├── crop_activity.xml
│   │   ├── details_list.xml
│   │   ├── details.xml
│   │   ├── effect_setting_item.xml
│   │   ├── effect_setting_popup.xml
│   │   ├── face_view.xml
│   │   ├── filmstrip_bottom_controls.xml
│   │   ├── filter_mode_view.xml
│   │   ├── horiz_grid.xml
│   │   ├── in_line_setting_check_box.xml
│   │   ├── in_line_setting_menu.xml
│   │   ├── list_menu_item.xml
│   │   ├── list_menu.xml
│   │   ├── list_pref_setting_popup.xml
│   │   ├── list_sub_menu_item.xml
│   │   ├── list_sub_menu.xml
│   │   ├── menu_help.xml
│   │   ├── menu_indicators_keyguard.xml
│   │   ├── menu_indicators.xml
│   │   ├── more_setting_popup.xml
│   │   ├── one_ui_layout.xml
│   │   ├── overflow.xml
│   │   ├── pano_capture_module.xml
│   │   ├── pano_module_capture.xml
│   │   ├── pano_module_review.xml
│   │   ├── panorama_module.xml
│   │   ├── pano_review_control.xml
│   │   ├── photo_module.xml
│   │   ├── placeholder_progressbar.xml
│   │   ├── preferences_category.xml
│   │   ├── preference.xml
│   │   ├── pro_mode_layout.xml
│   │   ├── refocus_editor.xml
│   │   ├── review_module_control.xml
│   │   ├── rotate_dialog.xml
│   │   ├── rotate_text_toast.xml
│   │   ├── scene_mode_grid.xml
│   │   ├── scene_mode_instructional_landscape.xml
│   │   ├── scene_mode_instructional.xml
│   │   ├── scene_mode_label.xml
│   │   ├── scene_mode_menu_layout.xml
│   │   ├── scene_mode_menu_view.xml
│   │   ├── scene_mode_view.xml
│   │   ├── secure_album_placeholder.xml
│   │   ├── selfie_flash_view.xml
│   │   ├── setting_item.xml
│   │   ├── time_interval_picker.xml
│   │   ├── time_interval_popup.xml
│   │   ├── tinyplanet_editor.xml
│   │   ├── ts_makeup_item_view.xml
│   │   ├── ts_makeup_level_view_land.xml
│   │   ├── ts_makeup_level_view_port.xml
│   │   ├── ts_makeup_single_level_view_port.xml
│   │   ├── undo_bar.xml
│   │   ├── vertical_grid.xml
│   │   ├── video_module.xml
│   │   └── viewfinder_labels_video.xml
│   ├── layout-land
│   │   ├── keyguard_widget.xml
│   │   ├── on_screen_hint.xml
│   │   ├── review_module_control.xml
│   │   └── switcher_popup.xml
│   ├── layout-land-v19
│   │   └── switcher_popup.xml
│   ├── layout-port
│   │   ├── keyguard_widget.xml
│   │   ├── on_screen_hint.xml
│   │   └── switcher_popup.xml
│   ├── layout-port-v19
│   │   └── switcher_popup.xml
│   ├── menu
│   │   └── operations.xml
│   ├── mipmap-hdpi
│   │   ├── ic_launcher_camera.png
│   │   ├── ic_launcher_gallery.png
│   │   └── ic_launcher_video_camera.png
│   ├── mipmap-mdpi
│   │   ├── ic_launcher_camera.png
│   │   ├── ic_launcher_gallery.png
│   │   └── ic_launcher_video_camera.png
│   ├── mipmap-xhdpi
│   │   ├── ic_launcher_camera.png
│   │   └── ic_launcher_gallery.png
│   ├── mipmap-xxhdpi
│   │   └── ic_launcher_camera.png
│   ├── mipmap-xxxhdpi
│   │   └── ic_launcher_camera.png
│   ├── raw
│   │   ├── backdropper.graph
│   │   ├── beep_once.ogg
│   │   ├── beep_twice.ogg
│   │   ├── blank.jpg
│   │   ├── camera_click_x5.ogg
│   │   ├── focus_complete.ogg
│   │   ├── goofy_face.graph
│   │   └── video_record.ogg
│   ├── values
│   │   ├── arrays.xml
│   │   ├── attrs.xml
│   │   ├── bool.xml
│   │   ├── camera2arrays.xml
│   │   ├── colors.xml
│   │   ├── config.xml
│   │   ├── crop_colors.xml
│   │   ├── crop_dimens.xml
│   │   ├── dimens.xml
│   │   ├── ids.xml
│   │   ├── qcomarrays.xml
│   │   ├── qcomstrings.xml
│   │   ├── strings.xml
│   │   └── styles.xml
│   ├── values-af
│   │   └── strings.xml
│   ├── values-am
│   │   └── strings.xml
│   ├── values-ar
│   │   └── strings.xml
│   ├── values-az-rAZ
│   │   └── strings.xml
│   ├── values-bg
│   │   └── strings.xml
│   ├── values-ca
│   │   └── strings.xml
│   ├── values-cs
│   │   └── strings.xml
│   ├── values-da
│   │   └── strings.xml
│   ├── values-de
│   │   └── strings.xml
│   ├── values-el
│   │   └── strings.xml
│   ├── values-en-rGB
│   │   └── strings.xml
│   ├── values-en-rIN
│   │   └── strings.xml
│   ├── values-es
│   │   └── strings.xml
│   ├── values-es-rUS
│   │   └── strings.xml
│   ├── values-et
│   │   └── strings.xml
│   ├── values-et-rEE
│   │   └── strings.xml
│   ├── values-fa
│   │   └── strings.xml
│   ├── values-fi
│   │   └── strings.xml
│   ├── values-fr
│   │   └── strings.xml
│   ├── values-fr-rCA
│   │   └── strings.xml
│   ├── values-hi
│   │   └── strings.xml
│   ├── values-hr
│   │   └── strings.xml
│   ├── values-hu
│   │   └── strings.xml
│   ├── values-hy-rAM
│   │   └── strings.xml
│   ├── values-in
│   │   └── strings.xml
│   ├── values-it
│   │   └── strings.xml
│   ├── values-iw
│   │   └── strings.xml
│   ├── values-ja
│   │   └── strings.xml
│   ├── values-ka-rGE
│   │   └── strings.xml
│   ├── values-km-rKH
│   │   └── strings.xml
│   ├── values-ko
│   │   └── strings.xml
│   ├── values-land
│   │   ├── dimensions.xml
│   │   └── styles.xml
│   ├── values-large
│   │   ├── dimens.xml
│   │   └── filtershow_values.xml
│   ├── values-large-hdpi
│   │   └── drawable.xml
│   ├── values-lo-rLA
│   │   └── strings.xml
│   ├── values-lt
│   │   └── strings.xml
│   ├── values-lv
│   │   └── strings.xml
│   ├── values-mn-rMN
│   │   └── strings.xml
│   ├── values-ms
│   │   └── strings.xml
│   ├── values-ms-rMY
│   │   └── strings.xml
│   ├── values-nb
│   │   └── strings.xml
│   ├── values-ne-rNP
│   │   └── strings.xml
│   ├── values-nl
│   │   └── strings.xml
│   ├── values-notouch-v14
│   │   └── styles.xml
│   ├── values-pl
│   │   └── strings.xml
│   ├── values-port
│   │   ├── dimensions.xml
│   │   └── styles.xml
│   ├── values-pt
│   │   └── strings.xml
│   ├── values-pt-rPT
│   │   └── strings.xml
│   ├── values-ro
│   │   └── strings.xml
│   ├── values-ru
│   │   └── strings.xml
│   ├── values-si-rLK
│   │   └── strings.xml
│   ├── values-sk
│   │   └── strings.xml
│   ├── values-sl
│   │   └── strings.xml
│   ├── values-sr
│   │   └── strings.xml
│   ├── values-sv
│   │   └── strings.xml
│   ├── values-sw
│   │   └── strings.xml
│   ├── values-sw320dp
│   │   └── photoeditor_dimens.xml
│   ├── values-sw320dp-land
│   │   └── photoeditor_dimens.xml
│   ├── values-sw320dp-port
│   │   └── photoeditor_dimens.xml
│   ├── values-sw360dp
│   │   └── dimensions.xml
│   ├── values-sw360dp-land
│   │   └── dimensions.xml
│   ├── values-sw600dp
│   │   ├── dimensions.xml
│   │   ├── dimens.xml
│   │   └── photoeditor_dimens.xml
│   ├── values-sw600dp-hdpi
│   │   └── drawable.xml
│   ├── values-sw640dp
│   │   ├── dimens.xml
│   │   ├── drawable.xml
│   │   └── styles.xml
│   ├── values-sw800dp
│   │   ├── dimensions.xml
│   │   ├── dimens.xml
│   │   └── photoeditor_dimens.xml
│   ├── values-th
│   │   └── strings.xml
│   ├── values-tl
│   │   └── strings.xml
│   ├── values-tr
│   │   └── strings.xml
│   ├── values-uk
│   │   └── strings.xml
│   ├── values-v14
│   │   └── styles.xml
│   ├── values-v19
│   │   └── styles.xml
│   ├── values-vi
│   │   └── strings.xml
│   ├── values-w1024dp
│   │   └── strings.xml
│   ├── values-w480dp
│   │   └── bool.xml
│   ├── values-xlarge
│   │   ├── dimensions.xml
│   │   ├── dimens.xml
│   │   ├── drawable.xml
│   │   ├── filtershow_values.xml
│   │   └── styles.xml
│   ├── values-xlarge-land
│   │   └── drawable.xml
│   ├── values-xlarge-port
│   │   └── drawable.xml
│   ├── values-zh-rCN
│   │   └── strings.xml
│   ├── values-zh-rHK
│   │   └── strings.xml
│   ├── values-zh-rTW
│   │   └── strings.xml
│   ├── values-zu
│   │   └── strings.xml
│   └── xml
│   ├── camera_preferences.xml
│   ├── capture_preferences.xml
│   ├── setting_menu_preferences.xml
│   └── video_preferences.xml
├── rs
│   ├── rotator.rs
│   └── YuvToRgb.rs
├── src
│   ├── android
│   │   └── util
│   │   └── Pools.java
│   ├── com
│   │   └── android
│   │   └── camera
│   │   ├── AndroidCameraManagerImpl.java
│   │   ├── AnimationManager.java
│   │   ├── app
│   │   │   ├── AppManagerFactory.java
│   │   │   ├── CameraApp.java
│   │   │   ├── OrientationManager.java
│   │   │   └── PlaceholderManager.java
│   │   ├── BestpictureActivity.java
│   │   ├── BestpictureFragment.java
│   │   ├── CameraActivity.java
│   │   ├── CameraBackupAgent.java
│   │   ├── CameraButtonIntentReceiver.java
│   │   ├── CameraDisabledException.java
│   │   ├── CameraErrorCallback.java
│   │   ├── CameraHardwareException.java
│   │   ├── CameraHolder.java
│   │   ├── CameraManagerFactory.java
│   │   ├── CameraManager.java
│   │   ├── CameraModule.java
│   │   ├── CameraPreference.java
│   │   ├── CameraSettings.java
│   │   ├── CaptureModule.java
│   │   ├── CaptureUI.java
│   │   ├── ComboPreferences.java
│   │   ├── CountDownTimerPreference.java
│   │   ├── crop
│   │   │   ├── BoundedRect.java
│   │   │   ├── CropActivity.java
│   │   │   ├── CropDrawingUtils.java
│   │   │   ├── CropExtras.java
│   │   │   ├── CropMath.java
│   │   │   ├── CropObject.java
│   │   │   ├── CropView.java
│   │   │   ├── GeometryMathUtils.java
│   │   │   ├── ImageLoader.java
│   │   │   ├── SaveImage.java
│   │   │   └── Utils.java
│   │   ├── data
│   │   │   ├── AbstractLocalDataAdapterWrapper.java
│   │   │   ├── CameraDataAdapter.java
│   │   │   ├── CameraPreviewData.java
│   │   │   ├── DataUtils.java
│   │   │   ├── FixedFirstDataAdapter.java
│   │   │   ├── FixedLastDataAdapter.java
│   │   │   ├── InProgressDataWrapper.java
│   │   │   ├── LocalDataAdapter.java
│   │   │   ├── LocalData.java
│   │   │   ├── LocalDataList.java
│   │   │   ├── LocalMediaData.java
│   │   │   ├── LocalMediaObserver.java
│   │   │   ├── MediaDetails.java
│   │   │   ├── PanoramaMetadataLoader.java
│   │   │   ├── RotationTask.java
│   │   │   └── SimpleViewData.java
│   │   ├── DisableCameraReceiver.java
│   │   ├── drawable
│   │   │   └── TextDrawable.java
│   │   ├── exif
│   │   │   ├── ByteBufferInputStream.java
│   │   │   ├── CountedDataInputStream.java
│   │   │   ├── ExifData.java
│   │   │   ├── ExifInterface.java
│   │   │   ├── ExifInvalidFormatException.java
│   │   │   ├── ExifModifier.java
│   │   │   ├── ExifOutputStream.java
│   │   │   ├── ExifParser.java
│   │   │   ├── ExifReader.java
│   │   │   ├── ExifTag.java
│   │   │   ├── IfdData.java
│   │   │   ├── IfdId.java
│   │   │   ├── JpegHeader.java
│   │   │   ├── OrderedDataOutputStream.java
│   │   │   └── Rational.java
│   │   ├── Exif.java
│   │   ├── ExtendedFace.java
│   │   ├── FocusOverlayManager.java
│   │   ├── FocusStateListener.java
│   │   ├── IconListPreference.java
│   │   ├── imageprocessor
│   │   │   ├── filter
│   │   │   │   ├── BeautificationFilter.java
│   │   │   │   ├── BestpictureFilter.java
│   │   │   │   ├── BlurbusterFilter.java
│   │   │   │   ├── ChromaflashFilter.java
│   │   │   │   ├── ImageFilter.java
│   │   │   │   ├── OptizoomFilter.java
│   │   │   │   ├── SharpshooterFilter.java
│   │   │   │   ├── StillmoreFilter.java
│   │   │   │   ├── TrackingFocusFrameListener.java
│   │   │   │   └── UbifocusFilter.java
│   │   │   ├── FrameProcessor.java
│   │   │   ├── PostProcessor.java
│   │   │   └── ZSLQueue.java
│   │   ├── ImageTaskManager.java
│   │   ├── IntArray.java
│   │   ├── ListPreference.java
│   │   ├── LocationManager.java
│   │   ├── MediaSaveService.java
│   │   ├── MenuController.java
│   │   ├── MosaicFrameProcessor.java
│   │   ├── Mosaic.java
│   │   ├── MosaicPreviewRenderer.java
│   │   ├── MosaicRenderer.java
│   │   ├── mpo
│   │   │   ├── MpoData.java
│   │   │   ├── MpoIfdData.java
│   │   │   ├── MpoImageData.java
│   │   │   ├── MpoInterface.java
│   │   │   ├── MpoOutputStream.java
│   │   │   └── MpoTag.java
│   │   ├── OnClickAttr.java
│   │   ├── OnScreenHint.java
│   │   ├── OnScreenIndicators.java
│   │   ├── PanoCaptureFrameProcessor.java
│   │   ├── PanoCaptureModule.java
│   │   ├── PanoCaptureUI.java
│   │   ├── PanoProgressBar.java
│   │   ├── PanoUtil.java
│   │   ├── PauseButton.java
│   │   ├── PermissionsActivity.java
│   │   ├── PhotoController.java
│   │   ├── PhotoMenu.java
│   │   ├── PhotoModule.java
│   │   ├── PhotoUI.java
│   │   ├── PieController.java
│   │   ├── PreferenceGroup.java
│   │   ├── PreferenceInflater.java
│   │   ├── PreviewGestures.java
│   │   ├── ProxyLauncher.java
│   │   ├── RecordLocationPreference.java
│   │   ├── RefocusActivity.java
│   │   ├── SceneModeActivity.java
│   │   ├── SDCard.java
│   │   ├── SecureCameraActivity.java
│   │   ├── SettingsActivity.java
│   │   ├── SettingsManager.java
│   │   ├── ShutterButton.java
│   │   ├── SoundClips.java
│   │   ├── Storage.java
│   │   ├── SurfaceTextureRenderer.java
│   │   ├── Thumbnail.java
│   │   ├── tinyplanet
│   │   │   ├── TinyPlanetFragment.java
│   │   │   ├── TinyPlanetNative.java
│   │   │   └── TinyPlanetPreview.java
│   │   ├── TsMakeupManager.java
│   │   ├── ui
│   │   │   ├── AbstractSettingPopup.java
│   │   │   ├── Arrows.java
│   │   │   ├── AutoFitSurfaceView.java
│   │   │   ├── BestPictureActionDialogLayout.java
│   │   │   ├── Camera2FaceView.java
│   │   │   ├── CameraControls.java
│   │   │   ├── CameraRootView.java
│   │   │   ├── CheckedLinearLayout.java
│   │   │   ├── CountdownTimerPopup.java
│   │   │   ├── CountDownView.java
│   │   │   ├── DetailsDialog.java
│   │   │   ├── DotsViewItem.java
│   │   │   ├── DotsView.java
│   │   │   ├── ExpandedGridView.java
│   │   │   ├── FaceView.java
│   │   │   ├── FilmstripBottomControls.java
│   │   │   ├── FilmStripGestureRecognizer.java
│   │   │   ├── FilmStripView.java
│   │   │   ├── FlashToggleButton.java
│   │   │   ├── FocusIndicator.java
│   │   │   ├── InLineSettingCheckBox.java
│   │   │   ├── InLineSettingItem.java
│   │   │   ├── InLineSettingMenu.java
│   │   │   ├── ListMenuItem.java
│   │   │   ├── ListMenu.java
│   │   │   ├── ListPrefSettingPopup.java
│   │   │   ├── ListSubMenu.java
│   │   │   ├── MenuHelp.java
│   │   │   ├── ModuleSwitcher.java
│   │   │   ├── MoreSettingPopup.java
│   │   │   ├── OneUICameraControls.java
│   │   │   ├── OnIndicatorEventListener.java
│   │   │   ├── OverlayRenderer.java
│   │   │   ├── PanoCaptureProcessView.java
│   │   │   ├── PieItem.java
│   │   │   ├── PieMenuButton.java
│   │   │   ├── PieRenderer.java
│   │   │   ├── ProgressRenderer.java
│   │   │   ├── ProMode.java
│   │   │   ├── RenderOverlay.java
│   │   │   ├── Rotatable.java
│   │   │   ├── RotatableLayout.java
│   │   │   ├── RotateImageView.java
│   │   │   ├── RotateLayout.java
│   │   │   ├── RotateTextToast.java
│   │   │   ├── SelfieFlashView.java
│   │   │   ├── Switch.java
│   │   │   ├── TimeIntervalPopup.java
│   │   │   ├── TrackingFocusRenderer.java
│   │   │   ├── TwoStateImageView.java
│   │   │   ├── ZoomRenderer.java
│   │   │   └── ZoomView.java
│   │   ├── util
│   │   │   ├── AccessibilityUtils.java
│   │   │   ├── ApiHelper.java
│   │   │   ├── CameraUtil.java
│   │   │   ├── DoneHandler.java
│   │   │   ├── MotionEventHelper.java
│   │   │   ├── PersistUtil.java
│   │   │   ├── SettingTranslation.java
│   │   │   ├── VendorTagUtil.java
│   │   │   └── XmpUtil.java
│   │   ├── VideoController.java
│   │   ├── VideoMenu.java
│   │   ├── VideoModule.java
│   │   ├── VideoUI.java
│   │   ├── WideAnglePanoramaController.java
│   │   ├── WideAnglePanoramaModule.java
│   │   └── WideAnglePanoramaUI.java
│   └── org
│   └── codeaurora
│   └── snapcam
│   └── filter
│   ├── ClearSightImageProcessor.java
│   ├── ClearSightNativeEngine.java
│   ├── DDMNativeEngine.java
│   ├── GDepth.java
│   └── GImage.java
└── version.mk

164 directories, 1550 files

标签:

实例下载地址

Android 8.0 系统自带 高通骁龙相机 SnapdragonCamera

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警