|
4276 | 4276 | <Docs> |
4277 | 4277 | <param name="keyCode">The value in event.getKeyCode().</param> |
4278 | 4278 | <param name="e">Description of the key event.</param> |
4279 | | - <summary>Default implementation of <c>KeyEvent</c>.</summary> |
| 4279 | + <summary>Default implementation of <c>KeyEvent.Callback#onKeyLongPress(int, KeyEvent) |
| 4280 | + KeyEvent.Callback.onKeyLongPress()</c>: always returns false (doesn't handle |
| 4281 | + the event).</summary> |
4280 | 4282 | <returns>To be added.</returns> |
4281 | 4283 | <remarks> |
4282 | 4284 | <para> |
|
4331 | 4333 | <param name="keyCode">The value in event.getKeyCode().</param> |
4332 | 4334 | <param name="repeatCount">Number of pairs as returned by event.getRepeatCount().</param> |
4333 | 4335 | <param name="e">Description of the key event.</param> |
4334 | | - <summary>Default implementation of <c>KeyEvent</c>.</summary> |
| 4336 | + <summary>Default implementation of <c>KeyEvent.Callback#onKeyMultiple(int, int, KeyEvent) |
| 4337 | + KeyEvent.Callback.onKeyMultiple()</c>: always returns false (doesn't handle |
| 4338 | + the event).</summary> |
4335 | 4339 | <returns>To be added.</returns> |
4336 | 4340 | <remarks> |
4337 | 4341 | <para> |
|
7124 | 7128 | <Parameters /> |
7125 | 7129 | <Docs> |
7126 | 7130 | <summary>Postpone the entering activity transition when Activity was started with |
7127 | | - <c>android</c>.</summary> |
| 7131 | + <c>android.app.ActivityOptions#makeSceneTransitionAnimation(Activity, |
| 7132 | + android.util.Pair[])</c>.</summary> |
7128 | 7133 | <remarks> |
7129 | 7134 | <para> |
7130 | 7135 | <format type="text/html"> |
|
8084 | 8089 | </Parameters> |
8085 | 8090 | <Docs> |
8086 | 8091 | <param name="callback">Used to manipulate shared element transitions on the launched Activity.</param> |
8087 | | - <summary>When <c>android</c>.</summary> |
| 8092 | + <summary>When <c>android.app.ActivityOptions#makeSceneTransitionAnimation(Activity, |
| 8093 | + android.view.View, String)</c> was used to start an Activity, <var>callback</var> |
| 8094 | + will be called to handle shared elements on the <i>launched</i> Activity.</summary> |
8088 | 8095 | <remarks> |
8089 | 8096 | <para> |
8090 | 8097 | <format type="text/html"> |
|
8123 | 8130 | </Parameters> |
8124 | 8131 | <Docs> |
8125 | 8132 | <param name="callback">Used to manipulate shared element transitions on the launching Activity.</param> |
8126 | | - <summary>When <c>android</c>.</summary> |
| 8133 | + <summary>When <c>android.app.ActivityOptions#makeSceneTransitionAnimation(Activity, |
| 8134 | + android.view.View, String)</c> was used to start an Activity, <var>callback</var> |
| 8135 | + will be called to handle shared elements on the <i>launching</i> Activity.</summary> |
8127 | 8136 | <remarks> |
8128 | 8137 | <para> |
8129 | 8138 | <format type="text/html"> |
|
8449 | 8458 | <Docs> |
8450 | 8459 | <param name="locusId">a unique, stable id that identifies this <c>Activity</c> instance. LocusId |
8451 | 8460 | is an opaque ID that links this Activity's state to different Android concepts: |
8452 | | - <c>android</c>.content.pm.ShortcutInfo.Builder#setLocusId(android.content.LocusId) |
8453 | | - setLocusId}. LocusID is null by default or if you explicitly reset it.</param> |
| 8461 | + <c>android.content.pm.ShortcutInfo.Builder#setLocusId(android.content.LocusId) |
| 8462 | + setLocusId</c>. LocusID is null by default or if you explicitly reset it.</param> |
8454 | 8463 | <param name="bundle">extras set or updated as part of this locus context. This may help provide |
8455 | 8464 | additional metadata such as URLs, conversation participants specific to this |
8456 | 8465 | <c>Activity</c>'s context. Bundle can be null if additional metadata is not needed. |
|
10004 | 10013 | <param name="flagsValues">Desired values for any bits set in |
10005 | 10014 | <var>flagsMask</var></param> |
10006 | 10015 | <param name="extraFlags">Always set to 0.</param> |
10007 | | - <summary>Same as calling <c>#startIntentSenderForResult(IntentSender</c>, int, |
10008 | | - Intent, int, int, int, Bundle)} with no options.</summary> |
| 10016 | + <summary>Same as calling <c>#startIntentSenderForResult(IntentSender, int, |
| 10017 | + Intent, int, int, int, Bundle)</c> with no options.</summary> |
10009 | 10018 | <remarks> |
10010 | 10019 | <para> |
10011 | 10020 | <format type="text/html"> |
|
10152 | 10161 | <param name="flagsMask">To be added.</param> |
10153 | 10162 | <param name="flagsValues">To be added.</param> |
10154 | 10163 | <param name="extraFlags">To be added.</param> |
10155 | | - <summary>Same as calling <c>#startIntentSenderFromChild(Activity</c>, IntentSender, |
10156 | | - int, Intent, int, int, int, Bundle)} with no options.</summary> |
| 10164 | + <summary>Same as calling <c>#startIntentSenderFromChild(Activity, IntentSender, |
| 10165 | + int, Intent, int, int, int, Bundle)</c> with no options.</summary> |
10157 | 10166 | <remarks> |
10158 | 10167 | <para> |
10159 | 10168 | <format type="text/html"> |
|
0 commit comments