HomeSort by relevance Sort by last modified time
    Searched defs:mRoot (Results 1 - 25 of 236) sorted by null

1 2 3 4 5 6 7 8 910

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SynchronizedHandler.java 26 private final GLRoot mRoot;
29 mRoot = Utils.checkNotNull(root);
34 mRoot.lockRenderThread();
38 mRoot.unlockRenderThread();
GLView.java 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()
    [all...]
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
OverlayTest.java 28 ViewGroup mRoot;
36 mRoot = (ViewGroup) mContainer.getParent();
43 mRoot.getOverlay().add(fadingButton);
48 mRoot.getOverlay().remove(fadingButton);
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ViewStubProxy.java 31 private View mRoot;
38 mRoot = inflated;
69 return mRoot != null;
80 return mRoot;
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 59 private ViewGroup mRoot;
74 mRoot = (ViewGroup) inflater.inflate(R.layout.focus_2, null);
77 mRoot.measure(500, 500);
78 mRoot.layout(0, 0, 500, 500);
80 mLeftButton = (Button) mRoot.findViewById(R.id.leftButton);
81 mCenterButton = (Button) mRoot.findViewById(R.id.centerButton);
82 mRightButton = (Button) mRoot.findViewById(R.id.rightButton);
104 mFocusFinder.findNextFocus(mRoot, mLeftButton, View.FOCUS_RIGHT));
111 mFocusFinder.findNextFocus(mRoot, mRightButton, View.FOCUS_LEFT));
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
OMAParser.java 19 private XMLNode mRoot;
23 mRoot = null;
31 return new MOTree(mRoot, urn);
44 if (mRoot == null)
45 mRoot = mCurrent;
MOTree.java 28 private final OMAConstructed mRoot;
47 mRoot = new MgmtTreeRoot(node, dtdRev);
50 buildNode(mRoot, child);
57 mRoot = root;
215 return mRoot;
222 sb.append(mRoot);
231 mRoot.marshal(out, 0);
266 mRoot.toXml(sb);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
XMLParser.java 24 private XMLNode mRoot;
35 return mRoot;
46 if (mRoot == null)
47 mRoot = mCurrent;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
OMAParser.java 20 private XMLNode mRoot;
24 mRoot = null;
32 return new MOTree(mRoot, urn);
39 return mRoot;
49 if (mRoot == null)
50 mRoot = mCurrent;
MOTree.java 25 private final OMAConstructed mRoot;
44 mRoot = new ManagementTreeRoot(node, dtdRev);
47 buildNode(mRoot, child);
54 mRoot = root;
219 return mRoot;
226 sb.append(mRoot);
235 mRoot.marshal(out, 0);
270 mRoot.toXml(sb);
  /frameworks/rs/cpu_ref/
rsCpuScript.h 121 RootFunc_t mRoot;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DrawIdler.java 23 private View mRoot;
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);
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildHelperTest.java 42 private File mRoot = null;
50 mRoot = FileUtil.createTempDir(ROOT_DIR_NAME);
59 FileUtil.recursiveDelete(mRoot);
60 mRoot = null;
66 mBase = new File(mRoot, BASE_DIR_NAME);
73 setProperty(mRoot.getAbsolutePath());
92 setProperty(mRoot.getAbsolutePath());
98 setProperty(mRoot.getAbsolutePath());
116 setProperty(mRoot.getAbsolutePath());
119 assertNotNull(mRoot);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 233 private final Cell mRoot = new Cell();
268 mRoot.next = first;
274 Cell cell = mRoot.next;
275 Cell prev = mRoot;
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportStorageProvider.java 50 private File mRoot;
55 mRoot = new File(getContext().getFilesDir(), "bugreports");
84 row.add(Document.COLUMN_DISPLAY_NAME, mRoot.getName());
85 row.add(Document.COLUMN_LAST_MODIFIED, mRoot.lastModified());
104 final File[] files = mRoot.listFiles();
174 final File file = new File(mRoot, name);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
PathMatcher.java 26 private Node mRoot = new Node();
29 mRoot = new Node();
34 Node current = mRoot;
44 Node current = mRoot;
DownloadCache.java 73 private final File mRoot;
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/Gallery2/src/com/android/gallery3d/util/
ProfileData.java 48 private Node mRoot;
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/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImageAnimation.java 66 private final ViewGroup mRoot;
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);
  /frameworks/base/core/java/android/view/
FocusFinder.java 620 private ViewGroup mRoot;
627 mRoot = null;
634 mRoot = root;
736 mRoot.offsetDescendantRectToMyCoords(view, rect);
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ConsoleReporterTest.java 61 private File mRoot = null;
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 53 View mRoot;
84 mLayout.addView(mExternalStoragePublicPicture.mRoot);
100 mLayout.addView(mExternalStoragePrivatePicture.mRoot);
116 mLayout.addView(mExternalStoragePrivateFile.mRoot);
363 item.mRoot = inflater.inflate(R.layout.external_storage_item, null);
364 TextView tv = (TextView)item.mRoot.findViewById(R.id.label);
367 tv = (TextView)item.mRoot.findViewById(R.id.path);
370 item.mCreate = (Button)item.mRoot.findViewById(R.id.create);
372 item.mDelete = (Button)item.mRoot.findViewById(R.id.delete);
  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 34 public ObjectManager mRoot;
50 if (mBackgroundObject != null && mRoot != null) {
53 mRoot.remove(mBackgroundObject);
55 mRoot = null;
110 mRoot = root;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryLoader.java 53 private final RootInfo mRoot;
66 mRoot = root;
91 mRoot.authority, mRoot.documentId);
131 cursor = new RootCursorWrapper(mUri.getAuthority(), mRoot.rootId, cursor, -1);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DomainMatcher.java 16 private final Label mRoot;
68 mRoot = new Label(Match.None);
70 mRoot.addDomain(secondaryLabel.iterator(), Match.Secondary);
73 mRoot.addDomain(primary.iterator(), Match.Primary);
86 Label label = mRoot;
116 return "Domain matcher " + mRoot;

Completed in 445 milliseconds

1 2 3 4 5 6 7 8 910