HomeSort by relevance Sort by last modified time
    Searched refs:nextChild (Results 1 - 25 of 30) 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);
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java     [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);
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 576 final View nextChild = getChildAt(i);
577 if (nextChild.getVisibility() == GONE) {
580 clipEdge = Math.min(clipEdge, nextChild.getTop());
    [all...]
  /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);
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 373 DomTreeNode *nextChild() {
801 DomTreeNode *child = NodeToProcess->nextChild();
    [all...]
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 253 nextChild = self.contents[position]
254 newChild.nextSibling = nextChild
257 newChildsLastElement.next = nextChild
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 363 View nextChild = getChildAt(i + nextChildDiff);
366 // ensure child's end is below nextChild's end
368 int nextEnd = mPrimaryOrientation.getDecoratedEnd(nextChild);
376 int nextStart = mPrimaryOrientation.getDecoratedStart(nextChild);
385 LayoutParams nextLp = (LayoutParams) nextChild.getLayoutParams();
    [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...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.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 
  /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/devtools/tools/lib/
commons-compress-1.8.1.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 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 488 milliseconds

1 2