/frameworks/base/services/core/java/com/android/server/wm/ |
D | EnsureActivitiesVisibleHelper.java | 56 void reset(ActivityRecord starting, int configChanges, boolean preserveWindows, in reset() argument 58 mStarting = starting; in reset() 84 void process(@Nullable ActivityRecord starting, int configChanges, boolean preserveWindows, in process() argument 86 reset(starting, configChanges, preserveWindows, notifyClients); in process() 99 && (starting == null || !starting.isDescendantOf(mContiner)); in process() 103 PooledLambda.__(ActivityRecord.class), starting, resumeTopActivity); in process() 108 private void setActivityVisibilityState(ActivityRecord r, ActivityRecord starting, in setActivityVisibilityState() argument 154 r.makeActiveIfNeeded(r.mClientVisibilityDeferred ? null : starting); in setActivityVisibilityState() 196 private void makeVisibleAndRestartIfNeeded(ActivityRecord starting, int configChanges, in makeVisibleAndRestartIfNeeded() argument 209 if (r != starting) { in makeVisibleAndRestartIfNeeded() [all …]
|
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.ensureActivitiesVisible(starting, 0, !PRESERVE_WINDOWS); in setPackageScreenCompatModeLocked()
|
D | RootWindowContainer.java | 1777 boolean ensureVisibilityAndConfig(ActivityRecord starting, int displayId, in ensureVisibilityAndConfig() argument 1798 starting != null && starting.mayFreezeScreenLocked() in ensureVisibilityAndConfig() 1799 ? starting.appToken : null, in ensureVisibilityAndConfig() 1805 if (starting != null) { in ensureVisibilityAndConfig() 1806 starting.reportDescendantOrientationChangeIfNeeded(); in ensureVisibilityAndConfig() 1808 if (starting != null && markFrozenIfConfigChanged && config != null) { in ensureVisibilityAndConfig() 1809 starting.frozenBeforeDestroy = true; in ensureVisibilityAndConfig() 1814 return displayContent.updateDisplayOverrideConfigurationLocked(config, starting, in ensureVisibilityAndConfig() 1982 void ensureActivitiesVisible(ActivityRecord starting, int configChanges, in ensureActivitiesVisible() argument 1984 ensureActivitiesVisible(starting, configChanges, preserveWindows, true /* notifyClients */); in ensureActivitiesVisible() [all …]
|
D | ActivityStack.java | 1283 void ensureActivitiesVisible(@Nullable ActivityRecord starting, int configChanges, in ensureActivitiesVisible() argument 1285 ensureActivitiesVisible(starting, configChanges, preserveWindows, true /* notifyClients */); in ensureActivitiesVisible() 1304 void ensureActivitiesVisible(@Nullable ActivityRecord starting, int configChanges, in ensureActivitiesVisible() argument 1311 starting, configChanges, preserveWindows, notifyClients); in ensureActivitiesVisible() 2859 ActivityRecord starting = topRunningActivity(); in restartPackage() local 2864 PooledLambda.__(ActivityRecord.class), starting, packageName); in restartPackage() 2868 return starting; in restartPackage() 2872 ActivityRecord r, ActivityRecord starting, String packageName) { in restartPackage() argument 2875 if (starting != null && r == starting && r.mVisibleRequested) { in restartPackage()
|
D | Task.java | 3148 boolean isTranslucent(ActivityRecord starting) { in isTranslucent() argument 3153 PooledLambda.__(ActivityRecord.class), starting); in isTranslucent() 3159 private static boolean isOpaqueActivity(ActivityRecord r, ActivityRecord starting) { in isOpaqueActivity() argument 3166 if (!r.visibleIgnoringKeyguard && r != starting) { in isOpaqueActivity() 3637 boolean shouldBeVisible(ActivityRecord starting) { 3638 return getVisibility(starting) != STACK_VISIBILITY_INVISIBLE; 3647 int getVisibility(ActivityRecord starting) { 3664 final int parentVisibility = parent.asTask().getVisibility(starting); 3686 shouldBeVisible = hasRunningActivities || isInTask(starting) != null 3698 if (other.isTranslucent(starting)) { [all …]
|
D | ActivityTaskManagerService.java | 5133 boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, in updateConfigurationLocked() argument 5135 return updateConfigurationLocked(values, starting, initLocale, false /* deferResume */); in updateConfigurationLocked() 5138 boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, in updateConfigurationLocked() argument 5141 return updateConfigurationLocked(values, starting, initLocale, false /* persistent */, in updateConfigurationLocked() 5157 private boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, in updateConfigurationLocked() argument 5159 return updateConfigurationLocked(values, starting, initLocale, persistent, userId, in updateConfigurationLocked() 5173 boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, in updateConfigurationLocked() argument 5186 kept = ensureConfigAndVisibilityAfterUpdate(starting, changes); in updateConfigurationLocked() 5787 boolean ensureConfigAndVisibilityAfterUpdate(ActivityRecord starting, int changes) { in ensureConfigAndVisibilityAfterUpdate() argument 5792 if (changes != 0 && starting == null) { in ensureConfigAndVisibilityAfterUpdate() [all …]
|
D | TaskDisplayArea.java | 1784 void ensureActivitiesVisible(ActivityRecord starting, int configChanges, in ensureActivitiesVisible() argument 1790 stack.ensureActivitiesVisible(starting, configChanges, preserveWindows, in ensureActivitiesVisible()
|
/frameworks/base/libs/hwui/hwui/ |
D | AnimatedImageDrawable.cpp | 146 const bool starting = mStarting; in onDraw() local 162 } else if (starting) { in onDraw()
|
/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/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 | plugin_hooks.md | 64 …/plugin/src/com/android/systemui/plugins/ActivityStarter.java) - Allows starting of intents while …
|
D | clock-plugins.md | 20 burn-in testing is a good starting point to assess the pixel shifting
|
/frameworks/av/ |
D | MainlineFiles.cfg | 5 # rest are path prefixes starting at root of the project
|
/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/packages/BackupEncryption/proto/ |
D | backup_chunks_metadata.proto | 93 // Ordered start positions of chunks. i.e., the file is the chunk starting at this position, 94 // 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/media/java/android/media/ |
D | AudioRecord.java | 1197 private void handleFullVolumeRec(boolean starting) { in handleFullVolumeRec() argument 1204 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/rs/tests/lldb/ |
D | README.txt | 91 to. Specify the starting host port number that lldb-
|