Searched defs:dragHandle (Results 1 – 3 of 3) sorted by relevance
45 public void bindViews(ViewGroup viewRoot, ViewGroup topEndContainer, View dragHandle, in bindViews()
410 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) { in dragHandle() method in TextViewActions429 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex, in dragHandle() method in TextViewActions
189 View dragHandle = mDragHandles[i]; in onLayout() local