Home
last modified time | relevance | path

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

123456

/frameworks/base/services/core/java/com/android/server/am/
DLockTaskNotify.java63 public void show(boolean starting) { in show() argument
65 if (starting) { in show()
DCompatModePackages.java325 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()
DActivityStack.java1215 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/
Dindex.jd6 next.link=starting.html
62 <dt><b><a href="starting.html">Starting an Activity</a></b></dt>
/frameworks/base/docs/html/guide/topics/graphics/
Dview-animation.jd30 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/
Duiautomator29 # 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/
Dbuild-community.jd15 <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
Dknow-your-user.jd63 starting and managing a community</a>.
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags12 # starting with '#' are ignored.
/frameworks/base/docs/html/tools/adk/
Dindex.jd6 hobbyists to use as a starting point for building accessories for Android. Each ADK release is
/frameworks/base/media/java/android/media/
DAudioRecord.java658 private void handleFullVolumeRec(boolean starting) { in handleFullVolumeRec() argument
665 ias.forceRemoteSubmixFullVolume(starting, mICallBack); in handleFullVolumeRec()
/frameworks/base/docs/html/design/style/
Dthemes.jd31 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/
DMonkeyImage.jd214 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/
Dvoice.jd141 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/
Dindex.jd50 tutorial before starting this one.</p>
66 the starting points for each of the exercises, while the
/frameworks/base/docs/html/training/animation/
Dzoom.jd176 <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/
Dindex.jd59 versions of classes, which support platforms starting with Android 1.6.
/frameworks/base/docs/html/tools/debugging/
Ddebugging-projects.jd22 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/
Dresult.jd45 {@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/
Dframework.jd13 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/
Dindex.jd43 starting point for adding location awareness to your own app.
/frameworks/base/docs/html/tools/help/uiautomator/
DConfigurator.jd241 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/
Dactivity_task_design.jd177 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/
Dshareaction.jd38 starting with API Level 14 and higher.</p>
/frameworks/opt/net/ims/
DREADME.txt48 the mobile operator's IMS network. This class is the starting point for any IMS actions.

123456