HomeSort by relevance Sort by last modified time
    Searched defs:nextChild (Results 1 - 25 of 27) sorted by null

1 2

  /external/autotest/frontend/client/src/autotest/common/
DomUtils.java 9 Element nextChild = child.getNextSiblingElement();
11 child = nextChild;
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 186 View nextChild = vGroup.getChildAt(i);
187 getContentDescription(nextChild, description);
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 373 DomTreeNode *nextChild() {
801 DomTreeNode *child = NodeToProcess->nextChild();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 218 View nextChild = algorithmState.visibleChildren.get(childIndex + 1);
219 if (!draggedViews.contains(nextChild)) {
223 nextChild);
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java 209 View nextChild = getChildAt(nextChildIndex);
211 findFocusables(nextChild, focusables);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 376 Node nextChild = lastElement != null ? lastElement.getNextSibling() : null;
378 root.insertBefore(indentNode, nextChild);
390 root.insertBefore(element, nextChild);
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 486 Element nextChild = children.get(index + 1);
487 String nextId = mRefactoring.ensureHasId(mRootEdit, nextChild, null);
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 1444 milliseconds

1 2