HomeSort by relevance Sort by last modified time
    Searched full:descendant (Results 26 - 50 of 347) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 291 * Determine the rect of the descendant in this DragLayer's coordinates
293 * @param descendant The descendant whose coordinates we want to find.
295 * @return The factor by which this descendant is scaled relative to this DragLayer.
297 public float getDescendantRectRelativeToSelf(View descendant, Rect r) {
300 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
302 mTmpXY[0] + descendant.getWidth(), mTmpXY[1] + descendant.getHeight());
313 * Given a coordinate relative to the descendant, find the coordinate in this DragLayer's
316 * @param descendant The descendant to which the passed coordinate is relative
    [all...]
  /external/chromium_org/media/tools/layout_tests/testname/
media.csv 4 compositing/overflow/overflow-compositing-descendant.html,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 171 // A descendant browsing context's document has a non-empty fullscreen element stack.
173 for (Frame* descendant = document()->frame() ? document()->frame()->tree().traverseNext() : 0; descendant; descendant = descendant->tree().traverseNext()) {
174 if (fullscreenElementFrom(descendant->document())) {
282 // 3. Let descendants be all the doc's descendant browsing context's documents with a non-empty fullscreen
286 for (Frame* descendant = document()->frame() ? document()->frame()->tree().traverseNext() : 0; descendant; descendant = descendant->tree().traverseNext())
    [all...]
NodeIterator.cpp 178 // node is a descendant of the node being removed.
187 // a descendant of the node being removed.
205 // a descendant of the node being removed.
216 // a descendant of the node being removed.
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.h 13 // Given a top-level window handle, it enumerates all descendant windows
55 // This method initialized the monitoring of hung windows. All descendant
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.h 12 // Given a top-level window handle, it enumerates all descendant windows
53 // This method initialized the monitoring of hung windows. All descendant
  /frameworks/base/docs/html/training/design-navigation/
index.jd 38 <dt><strong><a href="descendant-lateral.html">Providing Descendant and Lateral Navigation</a></strong></dt>
  /frameworks/base/docs/html/training/implementing-navigation/
index.jd 74 <dt><strong><a href="descendant.html">Implementing Descendant Navigation</a></strong></dt>
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementgetelementsbytagnamespecialvalue.java 34 * Create a NodeList of all the descendant elements
36 * The method should return all the descendant children(6)
hc_elementgetelementsbytagnameaccessnodelist.java 32 * of all descendant Elements in the order the children
35 * Create a NodeList of all the descendant elements
hc_elementgetelementsbytagnamespecialvalue.java 34 * Create a NodeList of all the descendant elements
36 * The method should return all the descendant children(6)
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS03.java 35 * of all descendant Elements with a given local name and namespace URI in the
38 * Create a NodeList of all the descendant elements
getElementsByTagNameNS04.java 35 * of all descendant Elements with a given local name and namespace URI in the
38 * Create a NodeList of all the descendant elements
getElementsByTagNameNS05.java 35 * of all descendant Elements with a given local name and namespace URI in the
38 * Create a NodeList of all the descendant elements
getElementsByTagNameNS06.java 35 * of all descendant Elements with a given local name and namespace URI in the
38 * Create a NodeList of all the descendant elements
getElementsByTagNameNS07.java 35 * of all descendant Elements with a given local name and namespace URI in the
38 * Create a NodeList of all the descendant elements
getElementsByTagNameNS10.java 35 * of all descendant Elements with a given local name and namespace URI in the
38 * Create a NodeList of all the descendant elements of the document element
getElementsByTagNameNS11.java 35 * of all descendant Elements with a given local name and namespace URI in the
38 * Create a NodeList of all the descendant elements
getElementsByTagNameNS12.java 35 * of all descendant Elements with a given local name and namespace URI in the
38 * Create a NodeList of all the descendant elements
getElementsByTagNameNS13.java 35 * of all descendant Elements with a given local name and namespace URI in the
38 * Create a NodeList of all the descendant elements
getElementsByTagNameNS14.java 35 * of all descendant Elements with a given local name and namespace URI in the
38 * Create a NodeList of all the descendant elements
  /external/chromium_org/chrome/test/chromedriver/js/
focus.js 22 // - You cannot focus a descendant of a content editable node
  /external/chromium_org/ui/webui/resources/js/cr/ui/
focus_manager.js 24 * Determines whether the |child| is a descendant of |parent| in the page's
28 * @return {boolean} True if |child| is a descendant of |parent|.
169 // If the element being focused is a descendant of the currently visible
176 // Focus event handlers for descendant elements might dispatch another
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutWithDefaultTouchRecepient.java 29 * touch events to a particular descendant. This is for the unlock screen, so
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Keywords.java 57 /** descendant-or-self axes string. */
58 private static final String FROM_DESCENDANTS_STRING = "descendant";
62 "descendant-or-self";

Completed in 431 milliseconds

12 3 4 5 6 7 8 91011>>