SnapdragonCamera:Fix NullPointerException in monkey test

When R.layout.ts_makeup_item_view is pressed onMakeupLevel will
be called,but at this time the OpenCameraThread maybe has not
opened the camera, so the NullPointerException occurred,add a
judgement to avoid camera to be null.

Change-Id: Ia9a9e579a4e400e05deeeb2c36539a0ff95d3918
CRs-Fixed: 1060870
1 file changed