Searched defs:DividerView (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | DividerView.java | 52 public class DividerView extends FrameLayout implements View.OnTouchListener { class 112 public DividerView(@NonNull Context context) { in DividerView() method in DividerView 116 public DividerView(@NonNull Context context, in DividerView() method in DividerView 121 public DividerView(@NonNull Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in DividerView() method in DividerView 125 public DividerView(@NonNull Context context, @Nullable AttributeSet attrs, int defStyleAttr, in DividerView() method in DividerView
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
H A D | DividerView.java | 78 public class DividerView extends FrameLayout implements OnTouchListener, class 262 public DividerView(Context context) { in DividerView() method in DividerView 266 public DividerView(Context context, @Nullable AttributeSet attrs) { in DividerView() method in DividerView 270 public DividerView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in DividerView() method in DividerView 274 public DividerView(Context context, @Nullable AttributeSet attrs, int defStyleAttr, in DividerView() method in DividerView
|