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.java89 assertEquals(0, statusBarIconList.getViewIndex(2, TAG_PRIMARY)); in testGetViewIndex_NoMultiples()
92 assertEquals(0, statusBarIconList.getViewIndex(0, TAG_PRIMARY)); in testGetViewIndex_NoMultiples()
94 assertEquals(1, statusBarIconList.getViewIndex(2, TAG_PRIMARY)); in testGetViewIndex_NoMultiples()
116 assertEquals(0, statusBarIconList.getViewIndex(1, TAG_PRIMARY)); in testGetViewIndex_MultipleIconsPerSlot()
120 assertEquals(0, statusBarIconList.getViewIndex(1, sb3Tag)); in testGetViewIndex_MultipleIconsPerSlot()
121 assertEquals(1, statusBarIconList.getViewIndex(1, TAG_PRIMARY)); in testGetViewIndex_MultipleIconsPerSlot()
123 assertEquals(2, statusBarIconList.getViewIndex(2, TAG_PRIMARY)); in testGetViewIndex_MultipleIconsPerSlot()
127 assertEquals(0, statusBarIconList.getViewIndex(1, sb4Tag)); in testGetViewIndex_MultipleIconsPerSlot()
128 assertEquals(1, statusBarIconList.getViewIndex(1, sb3Tag)); in testGetViewIndex_MultipleIconsPerSlot()
129 assertEquals(2, statusBarIconList.getViewIndex(1, TAG_PRIMARY)); in testGetViewIndex_MultipleIconsPerSlot()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconControllerImpl.java98 int viewIndex = getViewIndex(getSlotIndex(slot.getName()), holder.getTag()); in addIconGroup()
146 int viewIndex = getViewIndex(index, holder.getTag()); in addSystemIcon()
222 int viewIndex = getViewIndex(getSlotIndex(slot), 0); in setExternalIcon()
289 int viewIndex = getViewIndex(slotIndex, holder.getTag()); in removeAllIconsForSlot()
301 int viewIndex = getViewIndex(index, 0); in removeIcon()
306 int viewIndex = getViewIndex(index, holder.getTag()); in handleSet()
DStatusBarIconList.java81 public int getViewIndex(int slotIndex, int tag) { in getViewIndex() method in StatusBarIconList
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
DRemoteBridgeClient.java139 public Result getViewIndex(Object viewObject) { in getViewIndex() method in RemoteBridgeClient
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java463 public Result getViewIndex(Object viewObject) { in getViewIndex() method in Bridge