Searched defs:root (Results 126 - 130 of 130) sorted by relevance

123456

/frameworks/support/navigation/integration-tests/safeargs-testapp/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... HDF { long hdfptr org.clearsilver.jni.JniHdf root private org.clearsilver.CSFileLoader fileLoader static org. ...
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/core/java/android/view/
H A DView.java2682 * Default for the root view. The gravity determines the text alignment, ALIGN_NORMAL,
3153 * Flag indicating that the view is a root of a keyboard navigation cluster.
3754 * a View is a root of virtual view hierarchy and may contain the searched
7085 * the parent hierarchy and requesting that the root view place new focus.
7090 * root view place new focus
7117 final View root = getRootView();
7118 return root != null && root.requestFocus();
7997 final ViewStructure root = structure.newChild(0);
7998 populateVirtualStructure(root, provide
11090 findUserSetNextFocus(View root, @FocusDirection int direction) argument
11129 findUserSetNextKeyboardNavigationCluster(View root, @FocusDirection int direction) argument
11144 findViewInsideOutShouldExist(View root, int id) argument
24352 inflate(Context context, @LayoutRes int resource, ViewGroup root) argument
[all...]

Completed in 348 milliseconds

123456