Searched refs:dividerView (Results 1 – 3 of 3) sorted by relevance
93 DividerView dividerView = getComponent(Divider.class).getView(); in handleDockKey() local94 DividerSnapAlgorithm snapAlgorithm = dividerView.getSnapAlgorithm(); in handleDockKey()95 int dividerPosition = dividerView.getCurrentPosition(); in handleDockKey()101 dividerView.startDragging(true /* animate */, false /* touching */); in handleDockKey()102 dividerView.stopDragging(target.position, 0f, false /* avoidDismissStart */, in handleDockKey()
481 TextView dividerView = findViewById(R.id.pkg_divider);487 dividerView.setVisibility(View.VISIBLE);490 dividerView.setVisibility(View.GONE);
262 final TextView dividerView = mNotificationInfo.findViewById(R.id.pkg_divider); in testBindNotification_noDelegate() local263 assertEquals(GONE, dividerView.getVisibility()); in testBindNotification_noDelegate()294 final TextView dividerView = mNotificationInfo.findViewById(R.id.pkg_divider); in testBindNotification_delegate() local295 assertEquals(VISIBLE, dividerView.getVisibility()); in testBindNotification_delegate()