/frameworks/base/services/core/java/com/android/server/am/ |
D | LockTaskNotify.java | 63 public void show(boolean starting) { in show() argument 65 if (starting) { in show()
|
D | CompatModePackages.java | 325 ActivityRecord starting = stack.restartPackage(packageName); in setPackageScreenCompatModeLocked() local 343 if (starting != null) { in setPackageScreenCompatModeLocked() 344 stack.ensureActivityConfigurationLocked(starting, 0); in setPackageScreenCompatModeLocked() 347 stack.ensureActivitiesVisibleLocked(starting, 0); in setPackageScreenCompatModeLocked()
|
D | ActivityStack.java | 1215 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { in ensureActivitiesVisibleLocked() argument 1260 if (r != starting) { in ensureActivitiesVisibleLocked() 1269 if (r != starting) { in ensureActivitiesVisibleLocked() 1277 if (r != starting) { in ensureActivitiesVisibleLocked() 1297 if (r.state != ActivityState.RESUMED && r != starting) { in ensureActivitiesVisibleLocked() 4051 ActivityRecord starting = topRunningActivityLocked(null); in restartPackage() local 4061 if (starting != null && a == starting && a.visible) { in restartPackage() 4062 a.startFreezingScreenLocked(starting.app, in restartPackage() 4069 return starting; in restartPackage()
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | index.jd | 6 next.link=starting.html 62 <dt><b><a href="starting.html">Starting an Activity</a></b></dt>
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | view-animation.jd | 30 set of parameters specific for that transformation (starting size and ending size for size 31 change, starting angle and ending angle for rotation, and so on), and also a set of common 103 <p>As an alternative to <code>startAnimation()</code>, you can define a starting time for the
|
/frameworks/testing/uiautomator/cmds/uiautomator/ |
D | uiautomator | 29 # before starting the Java code. This offloads the task of class loading 82 # we are done with jars, starting with parameters now
|
/frameworks/base/docs/html/distribute/users/ |
D | build-community.jd | 15 <a href="#starting-your-community">Starting Your Community</a> 46 <h2 id="starting-your-community"> 96 Any way you do it, starting your community early helps you build momentum as
|
D | know-your-user.jd | 63 starting and managing a community</a>.
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 12 # starting with '#' are ignored.
|
/frameworks/base/docs/html/tools/adk/ |
D | index.jd | 6 hobbyists to use as a starting point for building accessories for Android. Each ADK release is
|
/frameworks/base/media/java/android/media/ |
D | AudioRecord.java | 658 private void handleFullVolumeRec(boolean starting) { in handleFullVolumeRec() argument 665 ias.forceRemoteSubmixFullVolume(starting, mICallBack); in handleFullVolumeRec()
|
/frameworks/base/docs/html/design/style/ |
D | themes.jd | 31 desire is to have a more distinct look for your app, using one of the system themes as a starting
|
/frameworks/base/docs/html/tools/help/ |
D | MonkeyImage.jd | 214 The horizontal position of the pixel, starting with 0 at the left of the screen in the 221 The vertical position of the pixel, starting with 0 at the top of the screen in the 265 The horizontal position of the pixel, starting with 0 at the left of the screen in the 272 The vertical position of the pixel, starting with 0 at the top of the screen in the
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | voice.jd | 141 when starting and <code>CompletedActionStatus</code> when stopping.</dd> 157 when starting and <code>CompletedActionStatus</code> when stopping</dd> 174 when starting and <code>CompletedActionStatus</code> when stopping</dd>
|
/frameworks/base/docs/html/training/notepad/ |
D | index.jd | 50 tutorial before starting this one.</p> 66 the starting points for each of the exercises, while the
|
/frameworks/base/docs/html/training/animation/ |
D | zoom.jd | 176 <li>Calculate the starting and ending bounds for the {@link android.widget.ImageView}. 181 simultaneously, from the starting bounds to the ending bounds. These four animations are 205 // Calculate the starting and ending bounds for the zoomed-in image.
|
/frameworks/base/docs/html/training/load-data-background/ |
D | index.jd | 59 versions of classes, which support platforms starting with Android 1.6.
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-projects.jd | 22 Eclipse also takes care of starting the ADB host daemon for you, so you do not have to run this
|
/frameworks/base/docs/html/training/basics/intents/ |
D | result.jd | 45 {@link android.app.Activity#startActivityForResult startActivityForResult()}. When starting one of 52 <p>There's nothing special about the {@link android.content.Intent} object you use when starting
|
/frameworks/base/docs/html/guide/faq/ |
D | framework.jd | 13 running before starting it?</a></li> 126 <h2>How can I check if an Activity is already running before starting
|
/frameworks/base/docs/html/training/location/ |
D | index.jd | 43 starting point for adding location awareness to your own app.
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | Configurator.jd | 241 state before starting a uiautomator action.</div> 679 this wait before starting to search for the widget specified by the 880 state before starting a uiautomator action. 883 this wait before starting to search for the widget specified by the
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 177 sending data, starting a voice command, or performing some other type 370 starting an activity that defines itself as a new task. Maps and 385 shows how the system responds to user actions such as starting 395 Home is the starting place for most applications. (Some applications 818 starting the root activity again for that task: choose Home 915 before starting the activity, or catch an exception if starting the 992 procedure. These are examples of starting an activity 1036 already has a well-defined starting point, so probably does not need
|
/frameworks/base/docs/html/training/sharing/ |
D | shareaction.jd | 38 starting with API Level 14 and higher.</p>
|
/frameworks/opt/net/ims/ |
D | README.txt | 48 the mobile operator's IMS network. This class is the starting point for any IMS actions.
|