Home | History | Annotate | Download | only in ui

Lines Matching defs:mRoot

62     private GLRoot mRoot;
116 Utils.assertTrue(mParent == null && mRoot == null);
122 Utils.assertTrue(mParent == null && mRoot != null);
152 if (mRoot != null) {
153 component.onAttachToRoot(mRoot);
200 return mRoot;
432 mRoot = root;
442 mRoot = null;
446 if (mRoot != null) {
447 mRoot.lockRenderThread();
452 if (mRoot != null) {
453 mRoot.unlockRenderThread();