HomeSort by relevance Sort by last modified time
    Searched refs:startChild (Results 1 - 5 of 5) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
ScrollbarHelper.java 26 * @param startChild View closest to start of the list. (top or left)
30 View startChild, View endChild, RecyclerView.LayoutManager lm,
32 if (lm.getChildCount() == 0 || state.getItemCount() == 0 || startChild == null ||
36 final int minPosition = Math.min(lm.getPosition(startChild),
38 final int maxPosition = Math.max(lm.getPosition(startChild),
47 orientation.getDecoratedStart(startChild));
48 final int itemRange = Math.abs(lm.getPosition(startChild) -
53 - orientation.getDecoratedStart(startChild)));
57 * @param startChild View closest to start of the list. (top or left)
61 View startChild, View endChild, RecyclerView.LayoutManager lm
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h 210 // Move all of the kids from |startChild| up to but excluding |endChild|. 0 can be passed as the |endChild| to denote
211 // that all the kids from |startChild| onwards should be moved.
212 void moveChildrenTo(RenderBoxModelObject* toBoxModelObject, RenderObject* startChild, RenderObject* endChild, bool fullRemoveInsert = false)
214 moveChildrenTo(toBoxModelObject, startChild, endChild, 0, fullRemoveInsert);
216 void moveChildrenTo(RenderBoxModelObject* toBoxModelObject, RenderObject* startChild, RenderObject* endChild, RenderObject* beforeChild, bool fullRemoveInsert = false);
RenderBoxModelObject.cpp 661 void RenderBoxModelObject::moveChildrenTo(RenderBoxModelObject* toBoxModelObject, RenderObject* startChild, RenderObject* endChild, RenderObject* beforeChild, bool fullRemoveInsert)
674 for (RenderObject* child = startChild; child && child != endChild; ) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 191 milliseconds