HomeSort by relevance Sort by last modified time
    Searched refs:inForeground (Results 1 - 5 of 5) sorted by null

  /packages/apps/Browser/src/com/android/browser/
DeviceAccountLogin.java 92 if (mTab.inForeground()) {
119 if (mTab.inForeground()) {
BaseUi.java 233 if (tab.inForeground()) {
240 if (tab.inForeground()) {
249 if (tab.inForeground()) {
597 if (t != null && t.inForeground()) {
624 if (tab.inForeground()) {
631 if (tab.inForeground()) {
Controller.java 903 (tab.inForeground() && !didUserStopLoading()
904 || !tab.inForeground())) {
    [all...]
NavigationBarTablet.java 313 if (tab != null && tab.inForeground()) {
Tab.java     [all...]

Completed in 74 milliseconds