Searched refs:onShowingDetail (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSPanelTest.java | 110 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/ |
D | QSDetail.java | 159 void onShowingDetail(DetailAdapter detail, int x, int y); in onShowingDetail() method 322 public void onShowingDetail(final DetailAdapter detail, final int x, final int y) {
|
D | QSPanel.java | 597 mCallback.onShowingDetail(detail, x, y); in fireShowingDetail()
|