Home
last modified time | relevance | path

Searched refs:getViewIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DStatusBarIconListTest.java86 assertEquals(0, statusBarIconList.getViewIndex(2, TAG_PRIMARY)); in testGetViewIndex_NoMultiples()
89 assertEquals(0, statusBarIconList.getViewIndex(0, TAG_PRIMARY)); in testGetViewIndex_NoMultiples()
91 assertEquals(1, statusBarIconList.getViewIndex(2, TAG_PRIMARY)); in testGetViewIndex_NoMultiples()
113 assertEquals(0, statusBarIconList.getViewIndex(1, TAG_PRIMARY)); in testGetViewIndex_MultipleIconsPerSlot()
117 assertEquals(0, statusBarIconList.getViewIndex(1, sb3Tag)); in testGetViewIndex_MultipleIconsPerSlot()
118 assertEquals(1, statusBarIconList.getViewIndex(1, TAG_PRIMARY)); in testGetViewIndex_MultipleIconsPerSlot()
120 assertEquals(2, statusBarIconList.getViewIndex(2, TAG_PRIMARY)); in testGetViewIndex_MultipleIconsPerSlot()
124 assertEquals(0, statusBarIconList.getViewIndex(1, sb4Tag)); in testGetViewIndex_MultipleIconsPerSlot()
125 assertEquals(1, statusBarIconList.getViewIndex(1, sb3Tag)); in testGetViewIndex_MultipleIconsPerSlot()
126 assertEquals(2, statusBarIconList.getViewIndex(1, TAG_PRIMARY)); in testGetViewIndex_MultipleIconsPerSlot()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconControllerImpl.java96 int viewIndex = getViewIndex(getSlotIndex(slot.getName()), holder.getTag()); in addIconGroup()
144 int viewIndex = getViewIndex(index, holder.getTag()); in addSystemIcon()
217 int viewIndex = getViewIndex(getSlotIndex(slot), 0); in setExternalIcon()
286 int viewIndex = getViewIndex(slotIndex, holder.getTag()); in removeAllIconsForSlot()
299 int viewIndex = getViewIndex(index, 0); in removeIcon()
304 int viewIndex = getViewIndex(index, holder.getTag()); in handleSet()
DStatusBarIconList.java80 public int getViewIndex(int slotIndex, int tag) { in getViewIndex() method in StatusBarIconList
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
DRemoteBridgeClient.java136 public Result getViewIndex(Object viewObject) { in getViewIndex() method in RemoteBridgeClient
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java454 public Result getViewIndex(Object viewObject) { in getViewIndex() method in Bridge