HomeSort by relevance Sort by last modified time
    Searched full:includeroot (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 617 * @param includeRoot If true, include the root in the list, otherwise
621 public List<CanvasViewInfo> findAllViewInfos(boolean includeRoot) {
624 findAllViewInfos(infos, mLastValidViewInfoRoot, includeRoot);
631 boolean includeRoot) {
633 if (includeRoot || !canvasViewInfo.isRoot()) {
  /external/chromium/chrome/browser/resources/
filebrowse.html 772 function isPathUnderRoot(path, includeRoot) {
774 return (!includeRoot || path !== downloadpath)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 359 * @param includeRoot Whether to include the root (e.g. "Manifest") or not. Has no effect
363 public String getBreadcrumbTrailDescription(boolean includeRoot) {
369 if (!includeRoot && uiNode.getUiParent() == null) {
    [all...]

Completed in 147 milliseconds