Searched defs:mRoot (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSynchronizedHandler.java26 private final GLRoot mRoot; field in class:SynchronizedHandler
29 mRoot = Utils.checkNotNull(root);
34 mRoot.lockRenderThread();
38 mRoot.unlockRenderThread();
H A DGLView.java62 private GLRoot mRoot; field in class:GLView
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
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DPathMatcher.java26 private Node mRoot = new Node(); field in class:PathMatcher
29 mRoot = new Node();
34 Node current = mRoot;
44 Node current = mRoot;
H A DDownloadCache.java73 private final File mRoot; field in class:DownloadCache
82 mRoot = Utils.checkNotNull(root);
205 if (!mRoot.isDirectory()) mRoot.mkdirs();
206 if (!mRoot.isDirectory()) {
207 throw new RuntimeException("cannot create " + mRoot.getAbsolutePath());
235 for (File file : mRoot.listFiles()) {
321 tempFile = File.createTempFile("cache", ".tmp", mRoot);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DDrawIdler.java23 private View mRoot; field in class:DrawIdler
40 if (mRoot == rootView) {
42 } else if (mRoot != null) {
43 mRoot.getViewTreeObserver().removeOnPreDrawListener(mIdleReader);
46 mRoot = rootView;
48 if (mRoot != null) {
49 mRoot.getViewTreeObserver().addOnPreDrawListener(mIdleReader);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfileData.java48 private Node mRoot; field in class:ProfileData
55 mRoot = new Node(null, -1); // The id of the root node is unused.
60 mRoot = new Node(null, -1);
80 Node node = mRoot;
113 writeAllStacks(mRoot, 0);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/
H A DConfirmationViewHandler.java40 private View mRoot; field in class:ConfirmationViewHandler
83 mRoot = LayoutInflater.from(mContext).inflate(R.layout.confirmation_dialog, null);
85 mMessage = (TextView) mRoot.findViewById(R.id.message);
86 mCurrentPageText = (TextView) mRoot.findViewById(R.id.current_page_text);
87 mIcon = (ImageView) mRoot.findViewById(R.id.icon);
88 mButtonBarContainer = mRoot.findViewById(R.id.button_bar_container);
89 mContent = (ViewGroup) mRoot.findViewById(R.id.content);
90 mScrollingContainer = (ScrollView) mRoot.findViewById(R.id.scrolling_container);
91 mHorizontalButtonBar = (ViewGroup) mRoot.findViewById(R.id.horizontal_button_bar);
92 mVerticalButtonBar = (ViewGroup) mRoot
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DTransitionImageAnimation.java66 private final ViewGroup mRoot; field in class:TransitionImageAnimation
87 mRoot = root;
182 TransitionImageView view = new TransitionImageView(mRoot.getContext());
183 mRoot.addView(view);
188 mRoot.addOnLayoutChangeListener(mInitializeClip);
199 mRoot.postDelayed(mCancelTransitionRunnable, mTransitionTimeoutMs);
288 mRoot.removeView(view);
306 mRoot.removeView(iv);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 364 milliseconds