Searched defs:moveView (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java792 Result result = moveView(previousParent, newParentView, childView, index,
842 return moveView(previousParent, newParentView, childView, index, params);
857 Result result = moveView(previousParent, newParentView, childView, index, layoutParams);
884 private Result moveView(ViewGroup previousParent, final ViewGroup newParent, method in class:RenderSessionImpl
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java7720 mRecyclerView.mLayout.moveView(currentIndex, index);
7976 public void moveView(int fromIndex, int toIndex) { method in class:RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java7992 mRecyclerView.mLayout.moveView(currentIndex, index);
8248 public void moveView(int fromIndex, int toIndex) { method in class:RecyclerView.LayoutManager

Completed in 178 milliseconds