Home | History | Annotate | Download | only in widget

Lines Matching defs:NULL

170             if (mWindow == null) {
189 if (mWindow != null) {
192 mWindow = null;
206 if (mWindow != null) {
244 if (mWindow == null) {
245 return null;
261 SurfaceInfo validMainWindowSurface = SurfaceInfo.NULL;
262 if (mView.getViewRootImpl() != null) {
265 if (mainWindowSurface != null && mainWindowSurface.isValid()) {
276 SurfaceInfo validSurfaceViewSurface = SurfaceInfo.NULL;
280 if (surfaceViewSurface != null && surfaceViewSurface.isValid()) {
288 mParentSurface = validMainWindowSurface != SurfaceInfo.NULL
317 if (mView.getViewRootImpl() != null) {
346 if (mContentCopySurface.mSurface == null || !mContentCopySurface.mSurface.isValid()) {
402 public static final SurfaceInfo NULL = new SurfaceInfo(null, 0, 0, false);
537 final RenderNode bitmapRenderNode = RenderNode.create(name, null);
586 if (mBitmap != null) {
616 if (mBitmap != null) {
680 callback = null;
689 if (mCallback != null) {
712 if (mWindow != null) {
724 if (mWindow == null) {
725 return null;