Searched refs:mRoot (Results 1 – 8 of 8) sorted by relevance
40 private View mRoot; field in ConfirmationViewHandler83 mRoot = LayoutInflater.from(mContext).inflate(R.layout.confirmation_dialog, null); in createView()85 mMessage = (TextView) mRoot.findViewById(R.id.message); in createView()86 mCurrentPageText = (TextView) mRoot.findViewById(R.id.current_page_text); in createView()87 mIcon = (ImageView) mRoot.findViewById(R.id.icon); in createView()88 mButtonBarContainer = mRoot.findViewById(R.id.button_bar_container); in createView()89 mContent = (ViewGroup) mRoot.findViewById(R.id.content); in createView()90 mScrollingContainer = (ScrollView) mRoot.findViewById(R.id.scrolling_container); in createView()91 mHorizontalButtonBar = (ViewGroup) mRoot.findViewById(R.id.horizontal_button_bar); in createView()92 mVerticalButtonBar = (ViewGroup) mRoot.findViewById(R.id.vertical_button_bar); in createView()[all …]
62 private GLRoot mRoot; field in GLView116 Utils.assertTrue(mParent == null && mRoot == null); in attachToRoot()122 Utils.assertTrue(mParent == null && mRoot != null); in detachFromRoot()152 if (mRoot != null) { in addComponent()153 component.onAttachToRoot(mRoot); in addComponent()200 return mRoot; in getGLRoot()432 mRoot = root; in onAttachToRoot()442 mRoot = null; in onDetachFromRoot()446 if (mRoot != null) { in lockRendering()447 mRoot.lockRenderThread(); in lockRendering()[all …]
26 private final GLRoot mRoot; field in SynchronizedHandler29 mRoot = Utils.checkNotNull(root); in SynchronizedHandler()34 mRoot.lockRenderThread(); in dispatchMessage()38 mRoot.unlockRenderThread(); in dispatchMessage()
23 private View mRoot; field in DrawIdler40 if (mRoot == rootView) { in setRootView()42 } else if (mRoot != null) { in setRootView()43 mRoot.getViewTreeObserver().removeOnPreDrawListener(mIdleReader); in setRootView()46 mRoot = rootView; in setRootView()48 if (mRoot != null) { in setRootView()49 mRoot.getViewTreeObserver().addOnPreDrawListener(mIdleReader); in setRootView()
66 private final ViewGroup mRoot; field in TransitionImageAnimation87 mRoot = root; in TransitionImageAnimation()182 TransitionImageView view = new TransitionImageView(mRoot.getContext()); in addTransitionSource()183 mRoot.addView(view); in addTransitionSource()188 mRoot.addOnLayoutChangeListener(mInitializeClip); in addTransitionSource()199 mRoot.postDelayed(mCancelTransitionRunnable, mTransitionTimeoutMs); in startCancelTimer()288 mRoot.removeView(view); in startTransition()306 mRoot.removeView(iv); in cancelTransition()
73 private final File mRoot; field in DownloadCache82 mRoot = Utils.checkNotNull(root); in DownloadCache()205 if (!mRoot.isDirectory()) mRoot.mkdirs(); in initialize()206 if (!mRoot.isDirectory()) { in initialize()207 throw new RuntimeException("cannot create " + mRoot.getAbsolutePath()); in initialize()235 for (File file : mRoot.listFiles()) { in onCreate()321 tempFile = File.createTempFile("cache", ".tmp", mRoot); in run()
26 private Node mRoot = new Node(); field in PathMatcher29 mRoot = new Node(); in PathMatcher()34 Node current = mRoot; in add()44 Node current = mRoot; in match()
48 private Node mRoot; field in ProfileData55 mRoot = new Node(null, -1); // The id of the root node is unused. in ProfileData()60 mRoot = new Node(null, -1); in reset()80 Node node = mRoot; in addSample()113 writeAllStacks(mRoot, 0); in dumpToFile()