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

  /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 56 private GLRoot mRoot;
107 Utils.assertTrue(mParent == null && mRoot == null);
113 Utils.assertTrue(mParent == null && mRoot != null);
143 if (mRoot != null) {
144 component.onAttachToRoot(mRoot);
191 return mRoot;
399 mRoot = root;
409 mRoot = null;
413 if (mRoot != null) {
414 mRoot.lockRenderThread()
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
TaskMonitorImpl.java 218 private final TaskMonitorImpl mRoot;
238 mRoot = taskMonitor;
246 return mRoot.isCancelRequested();
250 mRoot.setDescription(format, args);
254 mRoot.log(format, args);
258 mRoot.logError(format, args);
262 mRoot.logVerbose(format, args);
292 mRoot.internalIncProgress(realDelta);
297 return mRoot.displayPrompt(title, message);
301 return mRoot.displayLoginPasswordPrompt(title, message);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterNoWindow.java 426 private final ConsoleTaskMonitor mRoot;
446 mRoot = root;
454 return mRoot.isCancelRequested();
458 mRoot.setDescription(format, args);
462 mRoot.log(format, args);
466 mRoot.logError(format, args);
470 mRoot.logVerbose(format, args);
499 mRoot.internalIncProgress(realDelta);
504 return mRoot.displayPrompt(title, message);
508 return mRoot.displayLoginPasswordPrompt(title, message)
    [all...]
  /frameworks/base/core/java/android/util/
FinitePool.java 41 private T mRoot;
64 if (mRoot != null) {
65 element = mRoot;
66 mRoot = element.getNextPoolable();
85 element.setNextPoolable(mRoot);
87 mRoot = element;
  /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));
  /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 74 private final File mRoot;
84 mRoot = Utils.checkNotNull(root);
232 if (!mRoot.isDirectory()) mRoot.mkdirs();
233 if (!mRoot.isDirectory()) {
234 throw new RuntimeException("cannot create " + mRoot.getAbsolutePath());
262 for (File file : mRoot.listFiles()) {
350 tempFile = File.createTempFile("cache", ".tmp", mRoot);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLViewMock.java 22 GLRoot mRoot;
39 mRoot = root;
46 mRoot = null;
  /frameworks/base/core/java/android/view/
FocusFinder.java 535 private ViewGroup mRoot;
538 mRoot = null;
542 mRoot = root;
579 mRoot.offsetDescendantRectToMyCoords(view, rect);
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerDeltaVisitor.java 95 private final IWorkspaceRoot mRoot;
103 mRoot = ResourcesPlugin.getWorkspace().getRoot();
400 IResource resource = mRoot.findMember(path);
  /frameworks/base/libs/rs/driver/
rsdBcc.cpp 38 int (*mRoot)();
127 drv->mRoot = reinterpret_cast<int (*)()>(bccGetFuncAddr(drv->mBccScript, "root"));
170 script->mHal.info.root = drv->mRoot;
410 int ret = drv->mRoot();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 67 private UiElementNode mRoot;
115 mRoot = top;
126 push(mRoot);
286 Document doc = mRoot.getXmlDocument();
417 Document doc = mRoot.getXmlDocument();
474 // we have only one element left (mRoot), then we're done with the document.
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.h 250 const CachedRoot* mRoot;
  /frameworks/base/core/java/android/widget/
MediaController.java 74 private View mRoot;
100 mRoot = this;
108 if (mRoot != null)
109 initControllerView(mRoot);
234 mRoot = inflate.inflate(com.android.internal.R.layout.media_controller, null);
236 initControllerView(mRoot);
238 return mRoot;
500 if (mRoot == null || mPauseButton == null)
634 if (mRoot != null) {
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
FusionDictionary.java 135 public final Node mRoot;
139 mRoot = new Node();
143 mRoot = root;
173 final CharGroup t = findWordInTree(mRoot, bigram.mWord);
212 Node currentNode = mRoot;
217 int nodeIndex = findIndexOfChar(mRoot, word[charIndex]);
600 return new DictionaryIterator(mRoot.mData);
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 100 View mRoot;
375 mRoot = inflater.inflate(R.layout.bookmarks, container, false);
376 mEmptyView = mRoot.findViewById(android.R.id.empty);
378 mGrid = (BookmarkExpandableView) mRoot.findViewById(R.id.grid);
390 return mRoot;
550 mRoot.setPadding(0, paddingTop, 0, 0);
BrowserHistoryPage.java 85 private View mRoot;
152 mRoot.findViewById(R.id.history).setVisibility(View.GONE);
153 mRoot.findViewById(android.R.id.empty).setVisibility(View.VISIBLE);
155 mRoot.findViewById(R.id.history).setVisibility(View.VISIBLE);
156 mRoot.findViewById(android.R.id.empty).setVisibility(View.GONE);
208 mRoot = inflater.inflate(R.layout.history, container, false);
210 ViewStub stub = (ViewStub) mRoot.findViewById(R.id.pref_stub);
221 return mRoot;
225 mHistoryList = (ExpandableListView) mRoot.findViewById(R.id.history);
234 mGroupList = (ListView) mRoot.findViewById(android.R.id.list)
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 81 private ElementTime mRoot;
299 mRoot = root;
300 mAllEntries = getTimeline(mRoot, 0, Long.MAX_VALUE);
301 mMediaTimeUpdatedEvent = ((DocumentEvent) mRoot).createEvent("Event");
448 ((EventTarget) mRoot).dispatchEvent(mMediaTimeUpdatedEvent);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 103 private FileEntry mRoot;
608 if (mRoot == null) {
609 mRoot = new FileEntry(null /* parent */, "" /* name */, TYPE_DIRECTORY,
613 return mRoot;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 92 private List<Map.Entry<String, List<Attr>>> mRoot;
158 mCheckedView.setInput(mRoot);
235 mRoot = new ArrayList<Map.Entry<String, List<Attr>>>(
240 Collections.sort(mRoot, new Comparator<Map.Entry<String, List<Attr>>>() {
264 for (Map.Entry<String, List<Attr>> entry : mRoot) {
410 if (inputElement == mRoot) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 379 private CanvasViewInfo mRoot;
382 mRoot = root;
386 return mRoot;
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 914 milliseconds