Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java250 int totalVisibleShortcuts = 0; in assignMarginsAndBackgrounds() local
254 totalVisibleShortcuts++; in assignMarginsAndBackgrounds()
285 if (totalVisibleShortcuts == 1) { in assignMarginsAndBackgrounds()
287 } else if (totalVisibleShortcuts > 1) { in assignMarginsAndBackgrounds()
290 } else if (numVisibleShortcut == (totalVisibleShortcuts - 1)) { in assignMarginsAndBackgrounds()