Home
last modified time | relevance | path

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

123456

/frameworks/base/services/java/com/android/server/am/
DCompatModePackages.java298 ActivityRecord starting = stack.restartPackage(packageName); in setPackageScreenCompatModeLocked() local
316 if (starting != null) { in setPackageScreenCompatModeLocked()
317 stack.ensureActivityConfigurationLocked(starting, 0); in setPackageScreenCompatModeLocked()
320 stack.ensureActivitiesVisibleLocked(starting, 0); in setPackageScreenCompatModeLocked()
DActivityStack.java1022 final boolean ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { in ensureActivitiesVisibleLocked() argument
1023 return ensureActivitiesVisibleLocked(starting, configChanges, false); in ensureActivitiesVisibleLocked()
1026 final boolean ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() argument
1030 ensureActivitiesVisibleLocked(r, starting, null, configChanges, forceHomeShown); in ensureActivitiesVisibleLocked()
1037 final boolean ensureActivitiesVisibleLocked(ActivityRecord top, ActivityRecord starting, in ensureActivitiesVisibleLocked() argument
1081 if (r != starting && doThisProcess) { in ensureActivitiesVisibleLocked()
1091 if (r != starting) { in ensureActivitiesVisibleLocked()
1100 if (r != starting) { in ensureActivitiesVisibleLocked()
1115 if (r.state != ActivityState.RESUMED && r != starting) { in ensureActivitiesVisibleLocked()
3570 ActivityRecord starting = topRunningActivityLocked(null); in restartPackage() local
[all …]
DProcessRecord.java63 boolean starting; // True if the process is being started field in ProcessRecord
214 pw.println(starting); in dump()
/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/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/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/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/notepad/
Dindex.jd53 tutorial before starting this one.</p>
69 the starting points for each of the exercises, while the
/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/google/play-services/
Dwallet.jd16 before starting development. Note that Instant Buy is currently only available to
/frameworks/base/docs/html/training/sharing/
Dshareaction.jd38 starting with API Level 14 and higher.</p>
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd105 <p>Whether you’re modifying an existing Android application or starting one from scratch, this is
153 possible, define your starting Activity in the library project, and extend that Activity in your APK
154 project. Having a starting activity defined in the library project gives you a chance to put all
Dapi.jd145 <p>Whether you’re modifying an existing Android application or starting one from scratch, this is
193 possible, define your starting Activity in the library project, and extend that Activity in your APK
194 project. Having a starting activity defined in the library project gives you a chance to put all
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd161 notification with a gesture. Expanded notifications are available starting with Android 4.1.
427 part of the expanded notification feature available starting in Android 4.1.
514 {@link android.app.Activity} you're starting. There are two general situations:
521 You're starting an {@link android.app.Activity} that's part of the application's normal
564 {@link android.app.Activity} you're starting by adding a
585 element of the {@link android.app.Activity} you're starting.
812 To use a progress indicator on platforms starting with Android 4.0, call
/frameworks/base/docs/html/training/notify-user/
Dbuild-notification.jd97 of {@link android.app.Activity} you're starting. When you start an {@link

123456