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

  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 181 View nextChild = vGroup.getChildAt(i);
182 getContentDescription(nextChild, description);
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 357 DomTreeNode *nextChild() {
667 DomTreeNode *child = NodeToProcess->nextChild();
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 324 View nextChild = algorithmState.visibleChildren.get(childIndex + 1);
325 if (!draggedViews.contains(nextChild)) {
329 nextChild);
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java 845 final View nextChild = position + 1 < mTabStrip.getChildCount()
849 final int nextWidth = nextChild != null ? nextChild.getWidth() : 0;
    [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/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/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.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 
  /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 

Completed in 3087 milliseconds