/frameworks/base/services/core/java/com/android/server/am/ |
D | LockTaskNotify.java | 64 public void show(boolean starting) { in show() argument 66 if (starting) { in show()
|
D | CompatModePackages.java | 369 ActivityRecord starting = stack.restartPackage(packageName); in setPackageScreenCompatModeLocked() local 387 if (starting != null) { in setPackageScreenCompatModeLocked() 388 starting.ensureActivityConfigurationLocked(0 /* globalChanges */, in setPackageScreenCompatModeLocked() 392 stack.ensureActivitiesVisibleLocked(starting, 0, !PRESERVE_WINDOWS); in setPackageScreenCompatModeLocked()
|
D | ActivityStack.java | 1587 private boolean isStackTranslucent(ActivityRecord starting, int stackBehindId) { in isStackTranslucent() argument 1600 if (!r.visible && r != starting) { in isStackTranslucent() 1636 int shouldBeVisible(ActivityRecord starting) { in shouldBeVisible() argument 1669 return (topStack.isStackTranslucent(starting, DOCKED_STACK_ID)) ? STACK_VISIBLE in shouldBeVisible() 1704 && topStack.isStackTranslucent(starting, stackBehindTopId)) { in shouldBeVisible() 1739 if (!stack.isStackTranslucent(starting, INVALID_STACK_ID)) { in shouldBeVisible() 1765 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() argument 1781 final int stackVisibility = shouldBeVisible(starting); in ensureActivitiesVisibleLocked() 1786 && (isInStackLocked(starting) == null); in ensureActivitiesVisibleLocked() 1832 if (r != starting) { in ensureActivitiesVisibleLocked() [all …]
|
D | ProcessRecord.java | 78 boolean starting; // True if the process is being started field in ProcessRecord 255 pw.println(starting); in dump()
|
D | ActivityRecord.java | 1650 void makeVisibleIfNeeded(ActivityRecord starting) { in makeVisibleIfNeeded() argument 1652 if (state == RESUMED || this == starting) { in makeVisibleIfNeeded() 1654 "Not making visible, r=" + this + " state=" + state + " starting=" + starting); in makeVisibleIfNeeded()
|
D | ActivityManagerService.java | 20189 boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, 20191 return updateConfigurationLocked(values, starting, initLocale, false /* deferResume */); 20194 boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, 20197 return updateConfigurationLocked(values, starting, initLocale, false /* persistent */, 20204 private boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, 20206 return updateConfigurationLocked(values, starting, initLocale, persistent, userId, 20220 private boolean updateConfigurationLocked(Configuration values, ActivityRecord starting, 20235 kept = ensureConfigAndVisibilityAfterUpdate(starting, changes); 20398 boolean updateDisplayOverrideConfigurationLocked(Configuration values, ActivityRecord starting, 20400 … return updateDisplayOverrideConfigurationLocked(values, starting, deferResume /* deferResume */, [all …]
|
D | ActivityStackSupervisor.java | 3386 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() argument 3396 stack.ensureActivitiesVisibleLocked(starting, configChanges, preserveWindows); in ensureActivitiesVisibleLocked()
|
/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/cmds/uiautomator/cmds/uiautomator/ |
D | uiautomator | 29 # before starting the Java code. This offloads the task of class loading 87 # we are done with jars, starting with parameters now
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 12 # starting with '#' are ignored.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | ActivityTestsBase.java | 185 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() argument
|
/frameworks/rs/script_api/ |
D | rs_vector_math.spec | 28 functions. Functions with a name starting with<ul>
|
D | rs_math.spec | 42 functions. Functions with a name starting with<ul>
|
/frameworks/base/media/java/android/media/ |
D | AudioRecord.java | 1032 private void handleFullVolumeRec(boolean starting) { in handleFullVolumeRec() argument 1039 ias.forceRemoteSubmixFullVolume(starting, mICallBack); in handleFullVolumeRec()
|
/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/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 351 void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange);
|
D | AudioPolicyManager.cpp | 5411 bool starting, bool stateChange) in AudioPolicyManager() argument 5428 stream, starting, outputDesc->mDevice, stateChange); in AudioPolicyManager() 5437 setStreamMute(stream, starting, mPrimaryOutput); in AudioPolicyManager() 5445 setStreamMute(stream, starting, mPrimaryOutput); in AudioPolicyManager() 5448 if (starting) { in AudioPolicyManager()
|
/frameworks/rs/script_api/include/ |
D | rs_vector_math.rsh | 29 * functions. Functions with a name starting with
|
D | rs_graphics.rsh | 765 * start: starting index in the range
|
D | rs_math.rsh | 44 * functions. Functions with a name starting with
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 91 to. Specify the starting host port number that lldb-
|
/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/opt/telephony/proto/ |
D | telephony.proto | 91 // starting from smallest value range.
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 1740 // until the app transition is starting to animate, in milliseconds. 1747 // Logged when we execute an app transition and we drew a starting window. This indicates the 1748 // delay from startActivity until the starting window was drawn.
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |