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

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java178 * @param capturedChild Child view that was captured
181 public void onViewCaptured(View capturedChild, int activePointerId) {} argument
H A DDrawerLayout.java1674 public void onViewCaptured(View capturedChild, int activePointerId) { argument
1675 final LayoutParams lp = (LayoutParams) capturedChild.getLayoutParams();
H A DSlidingPaneLayout.java1322 public void onViewCaptured(View capturedChild, int activePointerId) { argument

Completed in 1169 milliseconds