Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DBaseUi.java234 if (tab.inForeground()) { in onProgressChanged()
241 if (tab.inForeground()) { in bookmarkedStatusHasChanged()
250 if (tab.inForeground()) { in onPageStopped()
598 if (t != null && t.inForeground()) { in updateLockIconToLatest()
625 if (tab.inForeground()) { in setUrlTitle()
632 if (tab.inForeground()) { in setFavicon()
DDeviceAccountLogin.java92 if (mTab.inForeground()) { in run()
119 if (mTab.inForeground()) { in displayLoginUi()
DController.java901 (tab.inForeground() && !didUserStopLoading() in onProgressChanged()
902 || !tab.inForeground())) { in onProgressChanged()
1026 if (tab.inForeground() && !handler.suppressDialog()) { in onReceivedHttpAuthRequest()
1072 assert tab.inForeground(); in showAutoLogin()
1079 assert tab.inForeground(); in hideAutoLogin()
1126 if (tab.inForeground()) { in showCustomView()
DNavigationBarTablet.java313 if (tab != null && tab.inForeground()) { in showHideStar()
DTab.java1508 boolean inForeground() { in inForeground() method in Tab