HomeSort by relevance Sort by last modified time
    Searched refs:child (Results 226 - 250 of 3822) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
pth_blockedsig.c 22 fprintf (stdout, "thread CHILD sending SIGUSR1 to thread MAIN\n");
35 pthread_t child; local
50 if (pthread_create (&child, NULL, child_main, NULL) != 0)
53 pthread_join (child, NULL);
  /frameworks/base/core/java/android/widget/
TextSwitcher.java 57 * @throws IllegalArgumentException if child is not an instance of
61 public void addView(View child, int index, ViewGroup.LayoutParams params) {
62 if (!(child instanceof TextView)) {
67 super.addView(child, index, params);
  /frameworks/base/core/java/com/android/internal/widget/
DialogViewAnimator.java 55 final View child = getChildAt(i); local
56 if (getMeasureAllChildren() || child.getVisibility() != GONE) {
57 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
61 mMatchParentChildren.add(child);
64 measureChildWithMargins(child, widthMeasureSpec, 0, heightMeasureSpec, 0);
71 maxWidth = Math.max(maxWidth, child.getMeasuredWidth()
73 state |= child.getMeasuredWidthAndState() & MEASURED_STATE_MASK;
77 maxHeight = Math.max(maxHeight, child.getMeasuredHeight()
79 state |= (child.getMeasuredHeightAndState() >> MEASURED_HEIGHT_STATE_SHIFT)
109 final View child = mMatchParentChildren.get(i) local
    [all...]
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
CustomLayout.java 43 View child = getChildAt(i); local
44 CustomLayout.LayoutParams lp = (CustomLayout.LayoutParams) child.getLayoutParams();
45 child.layout(lp.mLeft, lp.mTop, lp.mRight, lp.mBottom);
  /frameworks/support/design/src/android/support/design/widget/
CoordinatorLayout.java 84 * <li>As a container for a specific interaction with one or more child views</li>
87 * <p>By specifying {@link CoordinatorLayout.Behavior Behaviors} for child views of a
90 * used as a child of a CoordinatorLayout using the
99 * to an arbitrary descendant of the CoordinatorLayout, but it may not be the anchored child itself
100 * or a descendant of the anchored child. This can be used to place floating views relative to
104 * view insets the CoordinatorLayout. Any child views which are set to dodge the same inset edges by
380 final View child = getChildAt(i); local
381 final LayoutParams lp = (LayoutParams) child.getLayoutParams();
388 * Populate a list with the current child views, sorted such that the topmost views
398 final View child = getChildAt(childIndex) local
421 final View child = topmostChildList.get(i); local
733 final View child = mDependencySortedChildren.get(i); local
796 final View child = getChildAt(i); local
845 final View child = mDependencySortedChildren.get(i); local
1220 final View child = mDependencySortedChildren.get(i); local
1410 final View child = dependents.get(i); local
1470 final View child = getChildAt(i); local
2889 final View child = getChildAt(i); local
2909 final View child = getChildAt(i); local
    [all...]
  /frameworks/support/design/tests/src/android/support/design/custom/
TestFloatingBehavior.java 38 public boolean layoutDependsOn(CoordinatorLayout parent, TextView child, View dependency) {
43 public boolean onDependentViewChanged(CoordinatorLayout parent, TextView child,
45 ViewCompat.setTranslationY(child, Math.min(0,
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdatagetdata.java 33 * Retrieve the character data from the second child
66 CharacterData child; local
71 child = (CharacterData) nameNode.getFirstChild();
72 childData = child.getData();
characterdatagetlength.java 34 * child of the first employee and examine the
66 CharacterData child; local
72 child = (CharacterData) nameNode.getFirstChild();
73 childValue = child.getData();
characterdataindexsizeerrdeletedataoffsetgreater.java 35 * Retrieve the character data of the last child of the
73 CharacterData child; local
77 child = (CharacterData) nameNode.getFirstChild();
82 child.deleteData(40, 3);
characterdataindexsizeerrinsertdataoffsetgreater.java 35 * Retrieve the character data of the last child of the
72 CharacterData child; local
76 child = (CharacterData) nameNode.getFirstChild();
81 child.insertData(40, "ABC");
characterdataindexsizeerrreplacedataoffsetgreater.java 35 * Retrieve the character data of the last child of the
73 CharacterData child; local
77 child = (CharacterData) nameNode.getFirstChild();
82 child.replaceData(40, 3, "ABC");
characterdataindexsizeerrsubstringoffsetgreater.java 35 * Retrieve the character data of the last child of the
72 CharacterData child; local
77 child = (CharacterData) nameNode.getFirstChild();
82 badString = child.substringData(40, 3);
characterdatasubstringexceedsvalue.java 35 * Retrieve the character data from the second child
70 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
76 substring = child.substringData(9, 10);
characterdatasubstringvalue.java 34 * Retrieve the character data from the second child
69 CharacterData child; local
74 child = (CharacterData) nameNode.getFirstChild();
75 substring = child.substringData(0, 8);
hc_characterdatagetdata.java 33 * Retrieve the character data from the second child
65 CharacterData child; local
70 child = (CharacterData) nameNode.getFirstChild();
71 childData = child.getData();
hc_characterdatagetlength.java 34 * child of the first employee and examine the
65 CharacterData child; local
71 child = (CharacterData) nameNode.getFirstChild();
72 childValue = child.getData();
hc_characterdataindexsizeerrdeletedataoffsetgreater.java 35 * Retrieve the character data of the last child of the
72 CharacterData child; local
76 child = (CharacterData) nameNode.getFirstChild();
81 child.deleteData(40, 3);
hc_characterdataindexsizeerrinsertdataoffsetgreater.java 35 * Retrieve the character data of the last child of the
71 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
80 child.deleteData(40, 3);
hc_characterdataindexsizeerrreplacedataoffsetgreater.java 35 * Retrieve the character data of the last child of the
72 CharacterData child; local
76 child = (CharacterData) nameNode.getFirstChild();
81 child.deleteData(40, 3);
hc_characterdataindexsizeerrsubstringoffsetgreater.java 35 * Retrieve the character data of the last child of the
71 CharacterData child; local
76 child = (CharacterData) nameNode.getFirstChild();
81 badString = child.substringData(40, 3);
hc_characterdatasubstringexceedsvalue.java 35 * Retrieve the character data from the second child
69 CharacterData child; local
74 child = (CharacterData) nameNode.getFirstChild();
75 substring = child.substringData(9, 10);
hc_characterdatasubstringvalue.java 34 * Retrieve the character data from the second child
68 CharacterData child; local
73 child = (CharacterData) nameNode.getFirstChild();
74 substring = child.substringData(0, 8);
hc_nodelistindexnotzero.java 36 * employee and access its fourth child by using an index
69 Node child; local
75 child = employeeList.item(3);
76 childName = child.getNodeName();
hc_nodelistreturnfirstitem.java 32 * employee and access its first child by invoking the
65 Node child; local
71 child = employeeList.item(0);
72 childName = child.getNodeName();
namednodemapchildnoderange.java 31 * The range of valid child node indices is 0 to Length -1.
34 * last child of the third employee and traverse the
69 Node child; local
77 child = attributes.item(0);
78 child = attributes.item(1);

Completed in 512 milliseconds

1 2 3 4 5 6 7 8 91011>>