Home
last modified time | relevance | path

Searched refs:starting (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/wm/
DCompatModePackages.java325 ActivityRecord starting = stack.restartPackage(packageName); in setPackageScreenCompatModeLocked() local
344 if (starting != null) { in setPackageScreenCompatModeLocked()
345 starting.ensureActivityConfiguration(0 /* globalChanges */, in setPackageScreenCompatModeLocked()
349 stack.ensureActivitiesVisibleLocked(starting, 0, !PRESERVE_WINDOWS); in setPackageScreenCompatModeLocked()
DActivityStack.java1918 boolean isStackTranslucent(ActivityRecord starting) { in isStackTranslucent() argument
1934 if (!r.visibleIgnoringKeyguard && r != starting) { in isStackTranslucent()
1974 boolean shouldBeVisible(ActivityRecord starting) { in shouldBeVisible() argument
1975 return getVisibility(starting) != STACK_VISIBILITY_INVISIBLE; in shouldBeVisible()
1984 int getVisibility(ActivityRecord starting) { in getVisibility() argument
2005 shouldBeVisible = hasRunningActivities || isInStackLocked(starting) != null in getVisibility()
2031 if (other.isStackTranslucent(starting)) { in getVisibility()
2040 gotTranslucentSplitScreenPrimary = other.isStackTranslucent(starting); in getVisibility()
2050 gotTranslucentSplitScreenSecondary = other.isStackTranslucent(starting); in getVisibility()
2120 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() argument
[all …]
DRootActivityContainer.java630 boolean ensureVisibilityAndConfig(ActivityRecord starting, int displayId, in ensureVisibilityAndConfig() argument
651 starting != null && starting.mayFreezeScreenLocked(starting.app) in ensureVisibilityAndConfig()
652 ? starting.appToken : null, in ensureVisibilityAndConfig()
655 if (starting != null && markFrozenIfConfigChanged && config != null) { in ensureVisibilityAndConfig()
656 starting.frozenBeforeDestroy = true; in ensureVisibilityAndConfig()
660 return mService.updateDisplayOverrideConfigurationLocked(config, starting, deferResume, in ensureVisibilityAndConfig()
807 void ensureActivitiesVisible(ActivityRecord starting, int configChanges, in ensureActivitiesVisible() argument
809 ensureActivitiesVisible(starting, configChanges, preserveWindows, true /* notifyClients */); in ensureActivitiesVisible()
815 void ensureActivitiesVisible(ActivityRecord starting, int configChanges, in ensureActivitiesVisible() argument
822 display.ensureActivitiesVisible(starting, configChanges, preserveWindows, in ensureActivitiesVisible()
DActivityTaskManagerService.java5147 boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, in updateConfigurationLocked() argument
5149 return updateConfigurationLocked(values, starting, initLocale, false /* deferResume */); in updateConfigurationLocked()
5152 boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, in updateConfigurationLocked() argument
5155 return updateConfigurationLocked(values, starting, initLocale, false /* persistent */, in updateConfigurationLocked()
5171 private boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, in updateConfigurationLocked() argument
5173 return updateConfigurationLocked(values, starting, initLocale, persistent, userId, in updateConfigurationLocked()
5187 boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, in updateConfigurationLocked() argument
5202 kept = ensureConfigAndVisibilityAfterUpdate(starting, changes); in updateConfigurationLocked()
5330 boolean updateDisplayOverrideConfigurationLocked(Configuration values, ActivityRecord starting, in updateDisplayOverrideConfigurationLocked() argument
5332 … return updateDisplayOverrideConfigurationLocked(values, starting, deferResume /* deferResume */, in updateDisplayOverrideConfigurationLocked()
[all …]
DActivityDisplay.java1311 void ensureActivitiesVisible(ActivityRecord starting, int configChanges, in ensureActivitiesVisible() argument
1315 stack.ensureActivitiesVisibleLocked(starting, configChanges, preserveWindows, in ensureActivitiesVisible()
/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp144 const bool starting = mStarting; in onDraw() local
160 } else if (starting) { in onDraw()
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md48 - `withStartDelay(int)`, for starting the animation after a given delay.
49 - `withStartVelocity(float)`, for starting the animation with the given start velocity.
71 - Often, animations will set starting values for properties before the animation begins. Property m…
73 …nConfigurator)`. This is a convenience method for starting animations on multiple child views, sta…
Dclock-plugins.md20 burn-in testing is a good starting point to assess the pixel shifting
Dplugin_hooks.md64 …/plugin/src/com/android/systemui/plugins/ActivityStarter.java) - Allows starting of intents while …
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dimage_and_kernel.rsh23 // The starting position of a kernel matrix in a buffer of a stack of kernel
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags12 # starting with '#' are ignored.
/frameworks/av/media/utils/
DEventLogTags.logtags12 # starting with '#' are ignored.
/frameworks/base/core/proto/android/server/
Dbackup_chunks_metadata.proto91 // Ordered start positions of chunks. i.e., the file is the chunk starting at this position,
92 // followed by the chunk starting at this position, followed by ... etc. You can compute the
/frameworks/rs/script_api/
Drs_vector_math.spec28 functions. Functions with a name starting with<ul>
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto1888 // until the app transition is starting to animate, in milliseconds.
1895 // Logged when we execute an app transition and we drew a starting window. This indicates the
1896 // delay from startActivity until the starting window was drawn.
4066 // NOTE: starting on OS MR1, it also added the following field:
4068 // NOTE: starting on OS P, it also added the following field:
4082 // NOTE: starting on OS P, it also added the following fields:
4101 // NOTE: starting on OS Q, it also added the following fields:
4121 // NOTE: starting on OS P, it also added the following fields:
4134 // NOTE: starting on OS P, this metric became a value for FIELD_AUTOFILL_AUTHENTICATION_STATUS
4141 // NOTE: starting on OS P, it also added the following fields:
[all …]
/frameworks/opt/net/ims/
DREADME.txt48 the mobile operator's IMS network. This class is the starting point for any IMS actions.
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityTestsBase.java831 boolean isStackTranslucent(ActivityRecord starting) { in isStackTranslucent() argument
839 return super.isStackTranslucent(starting); in isStackTranslucent()
/frameworks/base/media/java/android/media/
DAudioRecord.java1130 private void handleFullVolumeRec(boolean starting) { in handleFullVolumeRec() argument
1137 ias.forceRemoteSubmixFullVolume(starting, mICallBack); in handleFullVolumeRec()
/frameworks/base/packages/SystemUI/
DREADME.md8 The starting point for most of sysui code is a list of services that extend
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript363 // The following tests call nextafter in a loop starting at infinity
Dsingle_source_alloc.rscript28 // "index-of-the-cell-starting-from-zero". For vector types, the 'x' field
/frameworks/rs/script_api/include/
Drs_vector_math.rsh29 * functions. Functions with a name starting with
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt112 Modify Section 3.8.1 (Sync Objects), added by KHR_fence_sync, starting at
/frameworks/rs/tests/lldb/
DREADME.txt91 to. Specify the starting host port number that lldb-
/frameworks/av/media/tests/benchmark/
DREADME.md236 * MediaMuxer: includes creating the object, adding track, and starting the muxer.

12