Home
last modified time | relevance | path

Searched refs:dividerView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java93 DividerView dividerView = getComponent(Divider.class).getView(); in handleDockKey() local
94 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java481 TextView dividerView = findViewById(R.id.pkg_divider);
487 dividerView.setVisibility(View.VISIBLE);
490 dividerView.setVisibility(View.GONE);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java262 final TextView dividerView = mNotificationInfo.findViewById(R.id.pkg_divider); in testBindNotification_noDelegate() local
263 assertEquals(GONE, dividerView.getVisibility()); in testBindNotification_noDelegate()
294 final TextView dividerView = mNotificationInfo.findViewById(R.id.pkg_divider); in testBindNotification_delegate() local
295 assertEquals(VISIBLE, dividerView.getVisibility()); in testBindNotification_delegate()