Searched refs:mDividerView (Results 1 – 1 of 1) sorted by relevance
44 View mDividerView; field in TaskOrganizerMultiWindowTest.SplitLayout85 mDividerView = new View(getContext()); in SplitLayout()86 mDividerView.setBackgroundColor(Color.BLACK); in SplitLayout()87 addView(mDividerView, lp2); in SplitLayout()88 mDividerView.setOnTouchListener(this); in SplitLayout()