Home
last modified time | relevance | path

Searched defs:cellInd (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHomeAppIcon.java132 public WorkspaceAppIcon dragToHotseat(int cellInd) { in dragToHotseat()
135 String.format("want to drag the icon to hotseat cell %d", cellInd)) in dragToHotseat() argument
163 boolean isInHotseatCell(int cellInd) { in isInHotseatCell()
DWorkspace.java333 public HomeAppIcon getHotseatAppIcon(int cellInd) { in getHotseatAppIcon()
/packages/apps/Launcher3/tests/multivalentTests/shared/com/android/launcher3/testing/shared/
DHotseatCellCenterRequest.java26 public final int cellInd; field in HotseatCellCenterRequest
57 private HotseatCellCenterRequest(int cellInd) { in HotseatCellCenterRequest()