Searched refs:isInForeground (Results 1 – 9 of 9) sorted by relevance
37 isInForeground = true in onCreate()50 isInForeground = true in onResume()86 isInForeground = false in onPause()
88 var isInForeground = false in <lambda>() variable in host.exp.exponent.experience.ReactNativeActivity345 isInForeground = true in <lambda>()360 if (isCrashed || !delegate.isInForeground) { in <lambda>()464 if (!delegate.isInForeground) { in <lambda>()
393 if (!isInForeground) { in <lambda>()417 if (!isInForeground) { in <lambda>()511 if (!isInForeground) { in <lambda>()
62 …boolean isInForeground = ProcessLifecycleOwner.get().getLifecycle().getCurrentState().isAtLeast(Li… in scheduleJob()64 if (context != null && mTask != null && !isInForeground) { in scheduleJob()
208 override val isInForeground: Boolean = false constant in host.exp.exponent.headless.InternalHeadlessAppLoader
314 val isInForeground: Boolean in <lambda>() constant