Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelTest.java110 verify(mCallback).onShowingDetail(any(), anyInt(), anyInt()); in testOpenDetailsWithExistingTile_NoException()
128 verify(mCallback, never()).onShowingDetail(any(), anyInt(), anyInt()); in testOpenDetailsWithNonExistingTile_NoException()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDetail.java159 void onShowingDetail(DetailAdapter detail, int x, int y); in onShowingDetail() method
322 public void onShowingDetail(final DetailAdapter detail, final int x, final int y) {
DQSPanel.java597 mCallback.onShowingDetail(detail, x, y); in fireShowingDetail()