Lines Matching defs:app

17 package android.app;
213 * {@link android.support.v4.app.FragmentActivity}. See the blog post
277 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentLayout.java
286 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentLayout.java
291 * the app:</p>
293 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentLayout.java
300 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentLayout.java
355 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentStack.java
362 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentStack.java
460 // Set to true when the app has requested that this fragment be hidden
464 // Set to true when the app has requested that this fragment be detached.
493 // Hint provided by the app that this fragment is currently visible to the user.
1076 * <p>An app may set this to false to indicate that the fragment's UI is
1248 * must be requested in your manifest, they should not be granted to your app,
1251 * the platform or a third-party app.
1256 * install time if requested in the manifest and the signature of your app matches
1257 * the signature of the app declaring the permissions.
1260 * If your app does not have the requested permissions the user will be presented
1268 * your app should be able to run without having this permission.
1283 * Calling this API for permissions already granted to your app would show UI
1284 * to the user to decide whether the app can still hold these permissions. This
1285 * can be useful if the way your app uses data guarded by the permissions
1361 * For example, if you write a camera app, requesting the camera permission
1363 * needed. If however, the app needs location for tagging photos then a non-tech
1368 * @param permission A permission your app wants to request.
1459 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentArguments.java
1476 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentArguments.java
1600 * <p>If your app's <code>targetSdkVersion</code> is {@link android.os.Build.VERSION_CODES#M}
3057 // If app has requested a specific animation, this is the one to use.
3060 // If app has requested a specific transition, this is the one to use.
3063 // If app has requested a specific transition style, this is the one to use.