Searched refs:inactive (Results 1 – 9 of 9) sorted by relevance
46 …// Sent when the application is about to move from active to inactive state. This can occur for ce…56 …// Called as part of the transition from the background to the inactive state; here you can undo m…60 …// Restart any tasks that were paused (or not yet started) while the application was inactive. If …
674 LoaderInfo inactive = mInactiveLoaders.get(id); in restartLoader() local675 if (inactive != null) { in restartLoader()682 inactive.mDeliveredData = false; in restartLoader()683 inactive.destroy(); in restartLoader()
1735 final boolean inactive = !fragment.isInBackStack(); in removeFragment()1736 if (!fragment.mDetached || inactive) { in removeFragment()
44 void setAppInactive(String packageName, boolean inactive, int userId); in setAppInactive() argument
496 public void setAppInactive(String packageName, boolean inactive) { in setAppInactive() argument498 mService.setAppInactive(packageName, inactive, mContext.getUserId()); in setAppInactive()
43 // For inactive pixels with non-zero matte, dilated_depth is the depth of the
298 // The window manager has determined the user to be inactive via other means.
130 InactiveJob inactive = 1; field
1405 // The connection is inactive, or disconnected.