Searched defs:root (Results 51 - 75 of 83) sorted by relevance

1234

/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DListMenuPresenter.java100 public MenuView getMenuView(ViewGroup root) { argument
103 R.layout.abc_expanded_menu_layout, root, false);
H A DMenuPopupHelper.java252 public MenuView getMenuView(ViewGroup root) { argument
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c52 static int loadLibraries(cnode *root);
53 static int loadLibrary(cnode *root, const char *name);
54 static int loadEffects(cnode *root);
57 static int addSubEffect(cnode *root);
465 cnode *root; local
472 root = config_node("", "");
473 config_load(root, data);
474 loadLibraries(root);
475 loadEffects(root);
476 config_free(root);
483 loadLibraries(cnode *root) argument
499 loadLibrary(cnode *root, const char *name) argument
564 addSubEffect(cnode *root) argument
620 loadEffects(cnode *root) argument
636 loadEffect(cnode *root) argument
[all...]
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java148 View root = null;
150 root = mViewRootImpl.mView;
152 root = findViewByAccessibilityId(accessibilityViewId);
154 if (root != null && isShown(root)) {
155 mPrefetcher.prefetchAccessibilityNodeInfos(root, virtualDescendantId, flags, infos);
224 View root = null;
226 root = findViewByAccessibilityId(accessibilityViewId);
228 root = mViewRootImpl.mView;
230 if (root !
955 prefetchDescendantsOfRealNode(View root, List<AccessibilityNodeInfo> outInfos) argument
1008 prefetchPredecessorsOfVirtualNode(AccessibilityNodeInfo root, View providerHost, AccessibilityNodeProvider provider, List<AccessibilityNodeInfo> outInfos) argument
1083 prefetchDescendantsOfVirtualNode(AccessibilityNodeInfo root, AccessibilityNodeProvider provider, List<AccessibilityNodeInfo> outInfos) argument
[all...]
H A DViewDebug.java456 public static View findView(View root, String parameter) { argument
463 View view = root.getRootView();
469 final int id = root.getResources().getIdentifier(parameter, null, null);
470 return root.getRootView().findViewById(id);
476 private static void invalidate(View root, String parameter) { argument
477 final View view = findView(root, parameter);
483 private static void requestLayout(View root, String parameter) { argument
484 final View view = findView(root, parameter);
486 root.post(new Runnable() {
494 private static void profile(View root, OutputStrea argument
525 profileViewAndChildren(final View view, BufferedWriter out, boolean root) argument
656 captureLayers(View root, final DataOutputStream clientStream) argument
728 outputDisplayList(View root, String parameter) argument
734 outputDisplayList(View root, View target) argument
738 capture(View root, final OutputStream clientStream, String parameter) argument
746 capture(View root, final OutputStream clientStream, View captureView) argument
805 dump(View root, boolean skipChildren, boolean includeProperties, OutputStream clientStream) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java161 public MenuView getMenuView(ViewGroup root) { argument
162 MenuView result = super.getMenuView(root);
H A DDatePicker.java1120 private void trySetContentDescription(View root, int viewId, int contDescResId) { argument
1121 View target = root.findViewById(viewId);
H A DRemoteViews.java238 public abstract void apply(View root, ViewGroup rootParent, argument
346 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { argument
347 final View view = root.findViewById(viewId);
352 final View emptyView = root.findViewById(emptyViewId);
381 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { argument
382 final View target = root.findViewById(viewId);
390 if (target == root) {
456 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { argument
457 final View target = root.findViewById(viewId);
552 public void apply(View root, ViewGrou argument
615 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
688 apply(View root, ViewGroup rootParent, final OnClickHandler handler) argument
852 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
914 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1032 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1270 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1351 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1425 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1469 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1515 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
1571 apply(View root, ViewGroup rootParent, OnClickHandler handler) argument
[all...]
H A DToolbar.java1886 public MenuView getMenuView(ViewGroup root) { argument
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopupHelper.java264 public MenuView getMenuView(ViewGroup root) { argument
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java88 * to the media browse service when connecting and retrieving the root id
241 * Gets the root id.
243 * Note that the root id may become invalid or change when when the
386 final String root, final MediaSession.Token session, final Bundle extra) {
401 mRootId = root;
790 public void onConnect(final String root, final MediaSession.Token session, argument
794 mediaBrowser.onServiceConnected(this, root, session, extras);
385 onServiceConnected(final IMediaBrowserServiceCallbacks callback, final String root, final MediaSession.Token session, final Bundle extra) argument
/frameworks/base/tools/aapt/
H A DXMLNode.cpp554 sp<XMLNode> root = XMLNode::parse(file); local
555 if (root == NULL) {
558 root->removeWhitespace(stripAll, cDataTags);
561 NOISY(root->print());
563 status_t err = root->flatten(rsc, !keepComments, false);
617 if (state.root == NULL) {
621 return state.root;
1206 st->root = node;
1227 st->root = node;
H A DAaptAssets.cpp66 static bool isHidden(const char *root, const char *path) argument
99 String8 fullPath(root);
934 String8 root, remain(filePath), partialPath; local
936 root = remain.walkPath(&remain);
937 partialPath.appendPath(root);
939 const String8 rootStr(root);
1007 // place at root of zip.
H A DResource.cpp768 status_t massageManifest(Bundle* bundle, sp<XMLNode> root) argument
770 root = root->searchElement(String16(), String16("manifest"));
771 if (root == NULL) {
779 if (!addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionCode",
783 const XMLNode::attribute_entry* attr = root->getAttribute(
790 if (!addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionName",
794 const XMLNode::attribute_entry* attr = root->getAttribute(
801 sp<XMLNode> vers = root->getChildElement(String16(), String16("uses-sdk"));
806 vers = XMLNode::newElement(root
1064 sp<XMLNode> root = XMLNode::newNamespace(filename, androidPrefix, androidNSUri); local
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuPresenter.java160 public MenuView getMenuView(ViewGroup root) { argument
161 MenuView result = super.getMenuView(root);
H A DToolbar.java1918 public MenuView getMenuView(ViewGroup root) { argument
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java123 * Sets the source to be a virtual descendant of the given <code>root</code>.
124 * If <code>virtualDescendantId</code> equals to {@link View#NO_ID} the root
133 * @param root The root of the virtual subtree.
136 public void setSource(View root, int virtualDescendantId) { argument
140 important = (root != null) ? root.isImportantForAccessibility() : true;
145 mSourceWindowId = (root != null) ? root.getAccessibilityWindowId() : UNDEFINED;
146 final int rootViewId = (root !
[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.java220 * @param root The root node of the TTML document.
224 public static String extractText(TtmlNode root, long startUs, long endUs) { argument
226 extractText(root, startUs, endUs, text, false);
253 * @param root The root node of the TTML document.
257 public static String extractTtmlFragment(TtmlNode root, long startUs, long endUs) { argument
259 extractTtmlFragment(root, startUs, endUs, fragment);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java125 private static final String EXTRA_ROOT = "root";
132 public static void showNormal(FragmentManager fm, RootInfo root, DocumentInfo doc, int anim) { argument
133 show(fm, TYPE_NORMAL, root, doc, null, anim);
136 public static void showSearch(FragmentManager fm, RootInfo root, String query, int anim) { argument
137 show(fm, TYPE_SEARCH, root, null, query, anim);
144 private static void show(FragmentManager fm, int type, RootInfo root, DocumentInfo doc, argument
148 args.putParcelable(EXTRA_ROOT, root);
173 private static String buildStateKey(RootInfo root, DocumentInfo doc) { argument
175 builder.append(root != null ? root
[all...]
H A DDocumentsActivity.java184 // Hide roots when we're managing a specific root
280 protected void onPostExecute(RootInfo root) { argument
284 if (root != null) {
285 onRootPicked(root, true);
287 Log.w(TAG, "Failed to find root: " + mRootUri);
420 final RootInfo root = getCurrentRoot();
424 root != null ? root.loadToolbarIcon(mToolbar.getContext()) : null);
444 mToolbar.setTitle(root.title);
541 final RootInfo root
912 onRootPicked(RootInfo root, boolean closeDrawer) argument
932 PickRootTask(RootInfo root) argument
[all...]
/frameworks/rs/
H A DrsFont.cpp761 const char * root = getenv("ANDROID_ROOT"); local
762 rsAssert(strlen(root) < 256);
763 strcpy(fullPath, root);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1614 public MenuView getMenuView(ViewGroup root) { argument
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp95 const char* root = getenv("ANDROID_DATA"); local
96 LOG_ALWAYS_FATAL_IF(root == NULL, "ANDROID_DATA not set");
97 String8 path(root);
327 const char* root = getenv("ANDROID_ROOT"); local
328 LOG_ALWAYS_FATAL_IF(root == NULL, "ANDROID_ROOT not set");
330 String8 path(root);
1190 * Pass in "" for the root dir.
1253 * Pass in "" for the root dir.
1818 * To be consistent, we want entries for the root directory. If
1819 * we're the root, ad
[all...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java193 public Object obtain(View root, int virtualDescendantId); argument
195 public void setSource(Object info, View root, int virtualDescendantId); argument
214 public void setParent(Object info, View root, int virtualDescendantId); argument
278 public void setTraversalBefore(Object info, View root, int virtualDescendantId); argument
281 public void setTraversalAfter(Object info, View root, int virtualDescendantId); argument
301 public Object obtain(View root, int virtualDescendantId) { argument
576 public void setSource(Object info, View root, int virtualDescendantId) { argument
601 public void setParent(Object info, View root, int virtualDescendantId) { argument
720 public void setTraversalBefore(Object info, View root, int virtualDescendantId) { argument
733 public void setTraversalAfter(Object info, View root, in argument
976 obtain(View root, int virtualDescendantId) argument
996 setSource(Object info, View root, int virtualDescendantId) argument
1036 setParent(Object info, View root, int virtualDescendantId) argument
1208 setTraversalBefore(Object info, View root, int virtualDescendantId) argument
1228 setTraversalAfter(Object info, View root, int virtualDescendantId) argument
1622 obtain(View root, int virtualDescendantId) argument
1675 setSource(View root, int virtualDescendantId) argument
1776 addChild(View root, int virtualDescendantId) argument
1953 setParent(View root, int virtualDescendantId) argument
[all...]

Completed in 1507 milliseconds

1234