Searched refs:attempts (Results 1 – 4 of 4) sorted by relevance
75 int attempts = 0; in scrollBackToBeginning() local77 attempts++; in scrollBackToBeginning()78 if (attempts > maxAttempts) { in scrollBackToBeginning()156 int attempts = 0; in launchApp() local158 attempts++; in launchApp()159 if (attempts > maxScrollAttempts) { in launchApp()
347 int attempts = 0; in launchApp() local348 while (attempts++ < maxScrollAttempts) { in launchApp()394 if (attempts == maxScrollAttempts) { in launchApp()
97 int attempts = 0; in openSidePanel() local99 && attempts++ < OPEN_SIDE_PANEL_MAX_ATTEMPTS) { in openSidePanel()102 if (attempts == OPEN_SIDE_PANEL_MAX_ATTEMPTS) { in openSidePanel()
649 for (int attempts = 0; attempts < MAX_ADD_NETWORK_BUTTON_ATTEMPTS; ++attempts) { in loadAddNetworkMenu()749 for (int attempts = 0; found == null && attempts < MAX_SCROLL_ATTEMPTS; ++attempts) { in scrollToObject()