Searched refs:modes (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
D | drm_file.c | 501 static const int modes[4] = in DRM_file_open() local 518 if ((res = open(tmpPathBuf1, modes[mode], 0777)) == -1) in DRM_file_open()
|
/frameworks/base/docs/html/sdk/ |
D | android-2.0-highlights.jd | 77 <img src="images/2.0/camera-modes.png" class="screenshot" alt="" /><br/> 92 a contact's information and communication modes. For example, a user can tap a
|
D | android-1.6-highlights.jd | 84 Users can quickly toggle between still and video capture modes. Additionally, the gallery
|
D | OLD_RELEASENOTES.jd | 318 …<li>ADT has launch modes for device target selection. Automatic mode will: 1) launch an emulator …
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-element.jd | 92 "{@code singleInstance}" launch modes can only be at the root of a task, 94 modes. (See also the <code><a href="#lmode">launchMode</a></code> 323 <dd>An instruction on how the activity should be launched. There are four modes 338 The modes fall into two main groups, with "{@code standard}" and 360 The "{@code standard}" and "{@code singleTop}" modes differ from each other 377 The "{@code singleTask}" and "{@code singleInstance}" modes also differ from 388 <p>For more information on launch modes and their interaction with Intent 671 The system will automatically select one of these modes depending
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 79 child. A MeasureSpec can be in one of three modes:</p>
|
/frameworks/base/docs/html/guide/developing/ |
D | eclipse-adt.jd | 202 target modes</a> below.</p> 258 modes</a>).</p> 269 <h3 id="AutoAndManualTargetModes">Automatic and manual target modes</h3>
|
/frameworks/base/docs/html/guide/topics/ |
D | fundamentals.jd | 27 <li><a href="#lmodes">Launch modes</a></li> 652 <h3 id="lmodes">Launch modes</h3> 655 There are four different launch modes that can be assigned to an {@code 667 The modes differ from each other on these four points: 673 For the "{@code standard}" and "{@code singleTop}" modes, it's the task that 682 In contrast, the "{@code singleTask}" and "{@code singleInstance}" modes mark 708 The other three modes permit multiple activities to belong to the task. 773 For more on launch modes, see the description of the 860 and then come back to it later. For this reason, the two launch modes 1475 The two modes are not entirely separate. You can bind to a service that
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | available-resources.jd | 1219 <em>searchMode</em> - If provided and non-zero, this sets additional modes for control 1242 example, you can declare two modes at once, like this:
|
D | localization.jd | 628 <td>Test the localized strings in both landscape and portrait display modes.</td>
|
/frameworks/base/docs/html/guide/publishing/ |
D | app-signing.jd | 84 for Eclipse and the Ant build tool offer two signing modes — <em>debug mode</em>
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 1068 singleInstance. These modes also enable multiple instances of your
|