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.java234 int totalVisibleShortcuts = 0; in assignMarginsAndBackgrounds() local
238 totalVisibleShortcuts++; in assignMarginsAndBackgrounds()
267 if (totalVisibleShortcuts == 1) { in assignMarginsAndBackgrounds()
269 } else if (totalVisibleShortcuts > 1) { in assignMarginsAndBackgrounds()
272 } else if (numVisibleShortcut == (totalVisibleShortcuts - 1)) { in assignMarginsAndBackgrounds()