Searched defs:root (Results 101 - 125 of 141) sorted by relevance

123456

/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java220 public MenuView getMenuView(ViewGroup root) { argument
222 MenuView result = super.getMenuView(root);
H A DToolbar.java2262 public MenuView getMenuView(ViewGroup root) { argument
H A DRemoteViews.java280 public abstract void apply(View root, ViewGroup rootParent, argument
318 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) { argument
343 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { }
418 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { argument
419 final View view = root.findViewById(viewId);
424 final View emptyView = root.findViewById(emptyViewId);
453 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { argument
454 final View target = root.findViewById(viewId);
462 if (target == root) {
535 public void apply(View root, ViewGrou argument
631 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
694 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
767 apply(View root, ViewGroup rootParent, final OnClickHandler handler) argument
961 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1023 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1148 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1400 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1419 initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) argument
1476 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1528 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1542 initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) argument
1695 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1725 initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) argument
1790 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1836 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1887 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1978 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
2028 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
3554 ViewTree(View root) argument
[all...]
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java1369 public static void addToTrie(TrieNode root, String str, String value) { argument
1372 root = root.getOrCreateChild(str.charAt(index++));
1374 root.setValue(value);
1381 private static boolean matches(TrieNode root, String str) { argument
1384 root = root.getChild(str.charAt(index++));
1385 if (root == null) {
1387 } else if (root.exists()) {
1399 TrieNode root, AbstractMessageParse
1398 longestMatch( TrieNode root, AbstractMessageParser p, int start) argument
1408 longestMatch( TrieNode root, AbstractMessageParser p, int start, boolean smiley) argument
[all...]
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java208 * @param root The root node of the TTML document.
212 public static String extractText(TtmlNode root, long startUs, long endUs) { argument
214 extractText(root, startUs, endUs, text, false);
241 * @param root The root node of the TTML document.
245 public static String extractTtmlFragment(TtmlNode root, long startUs, long endUs) { argument
247 extractTtmlFragment(root, startUs, endUs, fragment);
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java341 private static OMAConstructed getInstanceNode(OMAConstructed root) throws OMAException { argument
342 for (OMANode child : root.getChildren()) {
504 private static OMANode buildHomeSPTree(HomeSP homeSP, OMAConstructed root, int instanceID) argument
506 OMANode providerSubNode = root.addChild(getInstanceString(instanceID),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java580 ViewGroup root = (ViewGroup) LayoutInflater.from(context)
582 setViews(root);
586 public void setViews(ViewGroup root) { argument
587 mMobileGroup = root;
588 mMobile = (ImageView) root.findViewById(R.id.mobile_signal);
589 mMobileDark = (ImageView) root.findViewById(R.id.mobile_signal_dark);
590 mMobileType = (ImageView) root.findViewById(R.id.mobile_type);
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java64 * Prefix for android:tag on Views with binding. The root View and include tags will not have
192 * The root View that this Binding is associated with.
226 protected ViewDataBinding(DataBindingComponent bindingComponent, View root, int localFieldCount) { argument
229 this.mRoot = root;
416 * binding is for a merge layout file, this will return the first root in the merge tag.
551 * Walks the view hierarchy under root and pulls out tagged Views, includes, and views with
556 * @param root The root of the view hierarchy to walk.
565 protected static Object[] mapBindings(DataBindingComponent bindingComponent, View root, argument
568 mapBindings(bindingComponent, root, binding
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DPasspointManagementObjectManager.java317 private static OMAConstructed getInstanceNode(OMAConstructed root) throws OMAException { argument
318 for (OMANode child : root.getChildren()) {
463 private static OMANode buildHomeSPTree(HomeSP homeSP, OMAConstructed root, int instanceID) argument
465 OMANode providerSubNode = root.addChild(getInstanceString(instanceID),
/frameworks/rs/
H A DrsFont.cpp757 const char * root = getenv("ANDROID_ROOT"); local
758 rsAssert(strlen(root) < 256);
759 strcpy(fullPath, root);
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java94 public MenuView getMenuView(ViewGroup root) { argument
97 R.layout.design_navigation_menu, root, false);
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaBrowserCompat.java92 * to the media browse service when connecting and retrieving the root id
147 * Gets the root id.
149 * Note that the root id may become invalid or change when when the
715 void onServiceConnected(Messenger callback, String root, MediaSessionCompat.Token session, argument
1004 public void onServiceConnected(final Messenger callback, final String root, argument
1016 mRootId = root;
1490 public void onServiceConnected(final Messenger callback, final String root, argument
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1607 public MenuView getMenuView(ViewGroup root) { argument
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp86 const char* root = getenv("ANDROID_DATA"); local
87 LOG_ALWAYS_FATAL_IF(root == NULL, "ANDROID_DATA not set");
88 String8 path(root);
319 const char* root = getenv("ANDROID_ROOT"); local
320 LOG_ALWAYS_FATAL_IF(root == NULL, "ANDROID_ROOT not set");
322 String8 path(root);
1185 * Pass in "" for the root dir.
1248 * Pass in "" for the root dir.
1811 * To be consistent, we want entries for the root directory. If
1812 * we're the root, ad
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DMetrics.java74 // root that is not explicitly recognized by the Metrics code (see {@link
350 * Logs a root visited event. Call this when the user clicks on a root in the RootsFragment.
658 * Generates an integer identifying the given root. For privacy, this function only recognizes a
695 private static @Root int sanitizeRoot(RootInfo root) { argument
696 if (root.isRecents()) {
697 // Recents root is special and only identifiable via this method call. Other roots are
701 return sanitizeRoot(root.getUri());
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java169 // Directory fragment state is defined by: root, document, query, type, selection
976 private void showNoResults(RootInfo root) { argument
978 showEmptyView(String.format(String.valueOf(msg), root.title), R.drawable.cabinet);
1132 private boolean canCopy(List<DocumentInfo> files, RootInfo root, DocumentInfo dest) { argument
1138 if (root.isDownloads()) {
1554 showNoResults(getDisplayState().stack.root);
1711 FragmentManager fm, RootInfo root, DocumentInfo doc, int anim) {
1712 create(fm, TYPE_NORMAL, root, doc, null, anim);
1719 public static void reloadSearch(FragmentManager fm, RootInfo root, DocumentInfo doc, argument
1724 df.mRoot = root;
1710 showDirectory( FragmentManager fm, RootInfo root, DocumentInfo doc, int anim) argument
1730 reload(FragmentManager fm, int type, RootInfo root, DocumentInfo doc, String query) argument
1741 create(FragmentManager fm, int type, RootInfo root, DocumentInfo doc, String query, int anim) argument
1760 buildStateKey(RootInfo root, DocumentInfo doc) argument
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp65 static bool isHidden(const char *root, const char *path) argument
98 String8 fullPath(root);
910 String8 root, remain(filePath), partialPath; local
912 root = remain.walkPath(&remain);
913 partialPath.appendPath(root);
915 const String8 rootStr(root);
983 // place at root of zip.
H A DResource.cpp793 status_t massageManifest(Bundle* bundle, sp<XMLNode> root) argument
795 root = root->searchElement(String16(), String16("manifest"));
796 if (root == NULL) {
804 if (!addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionCode",
808 const XMLNode::attribute_entry* attr = root->getAttribute(
815 if (!addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionName",
819 const XMLNode::attribute_entry* attr = root->getAttribute(
826 sp<XMLNode> vers = root->getChildElement(String16(), String16("uses-sdk"));
831 vers = XMLNode::newElement(root
1092 sp<XMLNode> root = XMLNode::newNamespace(filename, androidPrefix, androidNSUri); local
[all...]
H A DResourceTable.cpp49 sp<XMLNode> root = XMLNode::parse(target); local
50 if (root == NULL) {
54 return compileXmlFile(bundle, assets, resourceName, root, target, table, options);
65 sp<XMLNode> root = XMLNode::parse(target); local
66 if (root == NULL) {
70 return compileXmlFile(bundle, assets, resourceName, root, outTarget, table, options);
76 const sp<XMLNode>& root,
82 root->removeWhitespace(true, NULL);
84 root->removeWhitespace(false, NULL);
88 root
73 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<XMLNode>& root, const sp<AaptFile>& target, ResourceTable* table, int options) argument
4724 modifyForCompat(const Bundle* bundle, const String16& resourceName, const sp<AaptFile>& target, const sp<XMLNode>& root) argument
4932 processBundleFormat(const Bundle* bundle, const String16& resourceName, const sp<AaptFile>& target, const sp<XMLNode>& root) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java2289 public MenuView getMenuView(ViewGroup root) { argument
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java241 ViewNode root = win.mRoot;
243 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing initial root view " + root);
244 writeView(root, out, pwriter, 0);
403 WindowNode(AssistStructure assist, ViewRootImpl root) { argument
404 View view = root.getView();
411 mTitle = root.getTitle();
412 mDisplayId = root.getDisplayId();
415 if ((root.getWindowFlags()& WindowManager.LayoutParams.FLAG_SECURE) != 0) {
492 * Returns the {@link ViewNode} containing the root conten
[all...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java493 public Object obtain(View root, int virtualDescendantId); argument
495 public void setSource(Object info, View root, int virtualDescendantId); argument
504 public boolean removeChild(Object info, View root, int virtualDescendantId); argument
517 public void setParent(Object info, View root, int virtualDescendantId); argument
582 public void setTraversalBefore(Object info, View root, int virtualDescendantId); argument
585 public void setTraversalAfter(Object info, View root, int virtualDescendantId); argument
591 public void setLabelFor(Object info, View root, int virtualDescendantId); argument
594 public void setLabeledBy(Object info, View root, int virtualDescendantId); argument
640 public Object obtain(View root, int virtualDescendantId) { argument
690 public boolean removeChild(Object info, View root, in argument
930 setSource(Object info, View root, int virtualDescendantId) argument
955 setParent(Object info, View root, int virtualDescendantId) argument
1078 setTraversalBefore(Object info, View root, int virtualDescendantId) argument
1091 setTraversalAfter(Object info, View root, int virtualDescendantId) argument
1117 setLabelFor(Object info, View root, int virtualDescendantId) argument
1130 setLabeledBy(Object info, View root, int virtualDescendantId) argument
1493 obtain(View root, int virtualDescendantId) argument
1513 setSource(Object info, View root, int virtualDescendantId) argument
1553 setParent(Object info, View root, int virtualDescendantId) argument
1566 setLabelFor(Object info, View root, int virtualDescendantId) argument
1581 setLabeledBy(Object info, View root, int virtualDescendantId) argument
1883 removeChild(Object info, View root, int virtualDescendantId) argument
1900 setTraversalBefore(Object info, View root, int virtualDescendantId) argument
1915 setTraversalAfter(Object info, View root, int virtualDescendantId) argument
2352 obtain(View root, int virtualDescendantId) argument
2405 setSource(View root, int virtualDescendantId) argument
2506 addChild(View root, int virtualDescendantId) argument
2538 removeChild(View root, int virtualDescendantId) argument
2733 setParent(View root, int virtualDescendantId) argument
3459 setLabelFor(View root, int virtualDescendantId) argument
3507 setLabeledBy(View root, int virtualDescendantId) argument
3743 setTraversalBefore(View root, int virtualDescendantId) argument
3799 setTraversalAfter(View root, int virtualDescendantId) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java673 * Sets the source to be a virtual descendant of the given <code>root</code>.
674 * If <code>virtualDescendantId</code> is {@link View#NO_ID} the root
688 * @param root The root of the virtual subtree.
691 public void setSource(View root, int virtualDescendantId) { argument
693 mWindowId = (root != null) ? root.getAccessibilityWindowId() : UNDEFINED_ITEM_ID;
695 (root != null) ? root.getAccessibilityViewId() : UNDEFINED_ITEM_ID;
900 * Adds a virtual child which is a descendant of the given <code>root</cod
913 addChild(View root, int virtualDescendantId) argument
917 addChildInternal(View root, int virtualDescendantId, boolean checked) argument
942 removeChild(View root, int virtualDescendantId) argument
1175 setTraversalBefore(View root, int virtualDescendantId) argument
1235 setTraversalAfter(View root, int virtualDescendantId) argument
1473 setParent(View root, int virtualDescendantId) argument
2317 setLabelFor(View root, int virtualDescendantId) argument
2369 setLabeledBy(View root, int virtualDescendantId) argument
2678 obtain(View root, int virtualDescendantId) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java866 // root namespace means we should consider ourselves the top of the
1365 ViewRootImpl root = getViewRootImpl();
1444 // If we've changed apparent drag target, tell the view root which view
1447 // has entered its bounds. The root will see setDragFocus() calls all
1451 root.setDragFocus(target);
5882 * <li>The same as the root node's</li>
7816 * a specified root. This enables sorting of views based on their
7817 * coordinates without recomputing the position relative to the root
7839 public static ViewLocationHolder obtain(ViewGroup root, View view) { argument
7844 holder.init(root, vie
7907 init(ViewGroup root, View view) argument
[all...]
/frameworks/base/tests/UiBench/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 9199 milliseconds

123456