Home | History | Annotate | Download | only in camera

Lines Matching refs:null

63     private static BitmapManager sManager = null;
73 if (status == null) {
91 status.mOptions = null;
100 if (status == null) {
116 if (status.mOptions != null) {
145 return null;
154 kind, null);
157 kind, null);
168 if (sManager == null) {
180 return null;
186 return null;
190 Bitmap b = BitmapFactory.decodeFileDescriptor(fd, null, options);