/frameworks/base/services/core/java/com/android/server/wm/ |
D | CompatModePackages.java | 325 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()
|
D | ActivityStack.java | 1918 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 …]
|
D | RootActivityContainer.java | 630 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()
|
D | ActivityTaskManagerService.java | 5147 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 …]
|
D | ActivityDisplay.java | 1311 void ensureActivitiesVisible(ActivityRecord starting, int configChanges, in ensureActivitiesVisible() argument 1315 stack.ensureActivitiesVisibleLocked(starting, configChanges, preserveWindows, in ensureActivitiesVisible()
|
/frameworks/base/libs/hwui/hwui/ |
D | AnimatedImageDrawable.cpp | 144 const bool starting = mStarting; in onDraw() local 160 } else if (starting) { in onDraw()
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 48 - `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…
|
D | clock-plugins.md | 20 burn-in testing is a good starting point to assess the pixel shifting
|
D | plugin_hooks.md | 64 …/plugin/src/com/android/systemui/plugins/ActivityStarter.java) - Allows starting of intents while …
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | image_and_kernel.rsh | 23 // The starting position of a kernel matrix in a buffer of a stack of kernel
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 12 # starting with '#' are ignored.
|
/frameworks/av/media/utils/ |
D | EventLogTags.logtags | 12 # starting with '#' are ignored.
|
/frameworks/base/core/proto/android/server/ |
D | backup_chunks_metadata.proto | 91 // 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/ |
D | rs_vector_math.spec | 28 functions. Functions with a name starting with<ul>
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1888 // 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/ |
D | README.txt | 48 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/ |
D | ActivityTestsBase.java | 831 boolean isStackTranslucent(ActivityRecord starting) { in isStackTranslucent() argument 839 return super.isStackTranslucent(starting); in isStackTranslucent()
|
/frameworks/base/media/java/android/media/ |
D | AudioRecord.java | 1130 private void handleFullVolumeRec(boolean starting) { in handleFullVolumeRec() argument 1137 ias.forceRemoteSubmixFullVolume(starting, mICallBack); in handleFullVolumeRec()
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 8 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/ |
D | math_fp16.rscript | 363 // The following tests call nextafter in a loop starting at infinity
|
D | single_source_alloc.rscript | 28 // "index-of-the-cell-starting-from-zero". For vector types, the 'x' field
|
/frameworks/rs/script_api/include/ |
D | rs_vector_math.rsh | 29 * functions. Functions with a name starting with
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 112 Modify Section 3.8.1 (Sync Objects), added by KHR_fence_sync, starting at
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 91 to. Specify the starting host port number that lldb-
|
/frameworks/av/media/tests/benchmark/ |
D | README.md | 236 * MediaMuxer: includes creating the object, adding track, and starting the muxer.
|