HomeSort by relevance Sort by last modified time
    Searched full:descendant (Results 51 - 75 of 326) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Group.java 409 /** Converts coordinates for this group to those of a descendant actor. The descendant does not need to be a direct child.
410 * @throws IllegalArgumentException if the specified actor is not a descendant of this group. */
411 public Vector2 localToDescendantCoordinates (Actor descendant, Vector2 localCoords) {
412 Group parent = descendant.parent;
413 if (parent == null) throw new IllegalArgumentException("Child is not a descendant: " + descendant);
416 // Then from each parent down to the descendant.
417 descendant.parentToLocalCoordinates(localCoords);
  /external/parameter-framework/upstream/parameter/
VirtualSubsystem.h 53 * Fill Syncer Set From descendant nodes
InstanceConfigurableElement.h 101 // Syncer set (descendant)
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ItemAlignment.java 30 * using descendant view by id match.
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 305 * Given a coordinate relative to the descendant, find the coordinate in a parent view's
308 * @param descendant The descendant to which the passed coordinate is relative.
311 * @param includeRootScroll Whether or not to account for the scroll of the descendant:
312 * sometimes this is relevant as in a child's coordinates within the descendant.
313 * @return The factor by which this descendant is scaled relative to this DragLayer. Caution
317 public static float getDescendantCoordRelativeToParent(View descendant, View root,
323 View v = descendant;
336 if (v0 != descendant || includeRootScroll) {
355 public static float mapCoordInSelfToDescendent(View descendant, View root
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIteratorSorted.java 120 if(walker.isDocOrdered() && (axis == Axis.DESCENDANT ||
170 // if(walker.isDocOrdered() && (axis == Axis.DESCENDANT ||
DescendantIterator.java 37 * descendant, descendant-or-self, or "//foo" patterns.
111 m_axis = Axis.DESCENDANT;
  /external/compiler-rt/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
29 * "descendant" here means they are part of the same chain, created with
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 99 // Test that this_id is a descendant of prev_id (or they are simply equal).
100 // "descendant" here means that are part of the same chain, created with
  /external/libxml2/doc/examples/
xpath2.c 153 * order because xmlNodeSetContent can actually free up descendant
155 * in reverse order ensure that descendant are accessed first, before
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ViewsStateBundle.java 31 * descendant views must have a unique view id or their content will be messed together; no way of
33 * will inevitably have two descendant views with same view id, we also need save the views when
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
29 * "descendant" here means they are part of the same chain, created with
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
29 * "descendant" here means they are part of the same chain, created with
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
29 * "descendant" here means they are part of the same chain, created with
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
29 * "descendant" here means they are part of the same chain, created with
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
29 * "descendant" here means they are part of the same chain, created with
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
29 * "descendant" here means they are part of the same chain, created with
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
29 * "descendant" here means they are part of the same chain, created with
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
29 * "descendant" here means they are part of the same chain, created with
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 75 * separator instead, which indicated a <i>descendant</i> instead of a child.
78 * <code>node2</code> which are descendant of a node named <code>node1</code> located anywhere in
85 * descendant.
91 * <code>//child1</code> will match any <i>descendant</i> named <code>child1</code>. If several
96 * the attribute <code>price</code> of any <code>child1</code> descendant.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 404 * Gets the bounds of the given descendant that relative to this view.
406 public boolean getBoundsOf(GLView descendant, Rect out) {
409 GLView view = descendant;
417 out.set(xoffset, yoffset, xoffset + descendant.getWidth(),
418 yoffset + descendant.getHeight());
  /frameworks/base/docs/html/training/design-navigation/
multiple-sizes.jd 8 next.title=Providing Descendant and Lateral Navigation
9 next.link=descendant-lateral.html
116 <p>In the next lesson we discuss <em>descendant</em> and <em>lateral</em> navigation, and explore more ways of grouping screens to maximize the intuitiveness and speed of content access in the application's user interface.</p>
  /frameworks/support/compat/java/android/support/v4/view/
NestedScrollingParent.java 40 * React to a descendant view initiating a nestable scroll operation, claiming the
43 * <p>This method will be called in response to a descendant view invoking
187 * is currently acting as a nested scrolling parent for one or more descendant views in
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyboardAccessibilityNodeProvider.java 175 * view, i.e. a descendant of the host View, with the given <code>virtualViewId</code> or
178 * A virtual descendant is an imaginary View that is reported as a part of
190 * @return A populated {@link AccessibilityNodeInfoCompat} for a virtual descendant or the host
  /external/google-breakpad/src/processor/
static_contained_range_map-inl.h 82 // if it has a more-specific descendant that also contains it. If it does,

Completed in 772 milliseconds

1 23 4 5 6 7 8 91011>>