HomeSort by relevance Sort by last modified time
    Searched full:child (Results 1326 - 1350 of 1967) sorted by null

<<51525354555657585960>>

  /frameworks/base/docs/html/resources/tutorials/views/
hello-tabwidget.jd 179 because a {@link android.widget.TabWidget} must always be a child of a {@link
181 a tab is added to the {@link android.widget.TabHost}, it's automatically added to the child
  /frameworks/base/services/java/com/android/server/status/
StatusBarService.java 851 View child = null; local
854 child = remoteViews.apply(mContext, content);
859 if (child == null) {
863 content.addView(child);
868 notification.contentView = child;
881 View child = makeNotificationView(notification, parent); local
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 694 for (String child : children) {
695 rv += countTests(c, child);
  /frameworks/base/tools/aapt/
Resource.cpp 702 sp<XMLNode> child = children.editItemAt(i); local
703 String8 tag(child->getElementName());
705 fullyQualifyClassName(origPackage, child, String16("name"));
707 fullyQualifyClassName(origPackage, child, String16("name"));
708 fullyQualifyClassName(origPackage, child, String16("targetActivity"));
720 sp<XMLNode> child = children.editItemAt(i); local
721 String8 tag(child->getElementName());
723 XMLNode::attribute_entry* attr = child->editAttribute(
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
GenericEditorView.java 439 * Saves the visibility of the child EditTexts, and mHideOptional.
458 * Restores the visibility of the child EditTexts, and mHideOptional.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 220 for (UiElementNode child : ui_node.getUiChildren()) {
221 String name = child.getDescriptor().getXmlName();
  /bionic/libc/include/sys/
_errdefs.h 48 __BIONIC_ERRDEF( ECHILD , 10, "No child processes" )
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 32 * and an addition of a child field to the DFS info. In reality, the constant
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 248 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
DOM3Serializer.java 63 * byte[] bytes = "<parent><child/></parent>".getBytes();
ElemContext.java 48 * child element is done. Previously there was some redundant and error-prone
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
FilterExprIteratorSimple.java 302 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
FilterExprWalker.java 289 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
WalkingIterator.java 50 * it doesn't wish to load child walkers.
  /dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
Element.java 192 * Builds the child elements from the given Parser. By overwriting
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Text.java 20 * child of the element. If there is markup, it is parsed into the
  /development/simulator/app/
DeviceWindow.cpp 42 * Create a new DeviceWindow. This should be a child of PhoneWindow.
PhoneWindow.cpp 50 * Create a new PhoneWindow. This should be a child of the main frame.
89 /* make sure the child window gets destroyed -- not necessary? */
764 * We get one of these if the mouse moves over a child window, such as
815 * Under Mac OS X, the parent window is redrawn every time the child
    [all...]
  /external/clearsilver/python/examples/base/
CSPage.py 90 firstchild = hdfobj.child()
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 99 // the appropriate environment for a child process to execute the death
  /external/gtest/test/
gtest-death-test_test.cc 900 // child process exits with status 0:
915 // the (simulated) child process exits with status 1:
929 // Tests that the (simulated) child process executes the death test
946 // Tests that the (simulated) child process is aborted with the
    [all...]
  /external/icu4c/common/
rbbistbl.cpp 212 // The l. child of the val is the rhs expression from the assignment.
  /external/libxml2/include/libxml/
HTMLparser.h 283 * direct child of the specified element.
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.h 198 //Function to handle command completion from child nodes

Completed in 301 milliseconds

<<51525354555657585960>>