Searched refs:opened (Results 1 – 25 of 36) sorted by relevance
12
/frameworks/media/libvideoeditor/osal/src/ |
D | M4OSA_Mutex.c | 61 M4OSA_Bool opened = M4OSA_FALSE; in M4OSA_mutexOpen() local 87 opened = M4OSA_TRUE; in M4OSA_mutexOpen() 95 if(!opened) in M4OSA_mutexOpen()
|
/frameworks/base/docs/html/sdk/ |
D | android-1.5.jd | 82 …mg", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 115 <div class="toggleable opened"> 117 …<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px"…
|
D | android-2.3.4.jd | 75 …mg", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 108 <div class="toggleable opened"> 110 …<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px"…
|
D | android-2.0.jd | 77 …mg", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 106 <div class="toggleable opened"> 108 …<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px"…
|
D | win-usb.jd | 78 …mg", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 110 <div class="toggleable opened"> 112 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
|
D | android-1.6.jd | 84 …mg", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 117 <div class="toggleable opened"> 119 …<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px"…
|
D | android-2.1.jd | 77 <div class="toggle-content opened" style="padding-left:1em;"> 80 <img src="{@docRoot}assets/images/triangle-opened.png"
|
D | OLD_RELEASENOTES.jd | 88 …ditor. Files located in <project>/res/layout[-qualifiers]/ will be opened with the new layou… 100 …ce qualifier indicates that the opened file matches the value of the qualifier. A warning sign ind… 102 …<li>If a different version of the opened layout matches the new configuration selection (in a diff…
|
D | android-2.3.3.jd | 69 <div class="toggle-content opened" style="padding-left:1em;"> 72 <img src="{@docRoot}assets/images/triangle-opened.png"
|
D | tools-notes.jd | 36 …mg", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 69 <div class="toggleable opened"> 71 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
|
D | android-2.2.jd | 78 <div class="toggle-content opened" style="padding-left:1em;"> 81 <img src="{@docRoot}assets/images/triangle-opened.png"
|
D | android-2.0.1.jd | 84 …mg", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png"));
|
D | android-2.3.jd | 72 …mg", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 105 <div class="toggleable opened"> 107 …<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px"…
|
D | eclipse-adt.jd | 79 …mg", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 112 <div class="toggleable opened"> 114 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" 382 opened files as well as on device size and orientation changes to
|
D | compatibility-library.jd | 53 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" />
|
D | android-3.2.jd | 74 <div class="toggle-content opened" style="padding-left:1em;"> 77 <img src="{@docRoot}assets/images/triangle-opened.png"
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 101 any properties of the dialog each time it is opened. This method is called 102 every time a dialog is opened, whereas {@link android.app.Activity#onCreateDialog(int)} is only 103 called the very first time a dialog is opened. If you don't define 105 remain the same as it was the previous time it was opened. This method is also passed the dialog's 414 …$(".toggle-img", toggleable).attr("title", "hide").attr("src", "/assets/images/triangle-opened.png…
|
D | declaring-layout.jd | 48 with the XML file opened, select the <strong>Layout</strong> tab.</li>
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-tabwidget.jd | 93 …<p>At the end, we call <code>setCurrentTab()</code> to define which tab should be opened by defaul…
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-spinner.jd | 93 each item when the widget is opened ({@code simple_spinner_dropdown_item} is
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | color-list-resource.jd | 105 tab is opened); "false" if this item should be used when the object is not selected.</dd>
|
/frameworks/base/docs/html/sdk/ndk/ |
D | index.jd | 30 …img", toggleable).attr("title", "hide").attr("src", "{@docRoot}assets/images/triangle-opened.png"); 63 "{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px">
|
/frameworks/base/docs/html/resources/faq/ |
D | commontasks.jd | 173 based upon the data and various parameters you pass in. A screen is opened by 190 <p>The next snippet requests that a Web page be opened by specifying the VIEW action, 267 Activity.finish()} on itself, or the activity that opened the screen can call
|
/frameworks/base/docs/html/guide/topics/fundamentals/ |
D | tasks-and-back-stack.jd | 64 order in which each activity is opened.</p> 151 using the BACK key, each instance of the activity is revealed in the order they were opened (each
|
/frameworks/base/docs/html/guide/topics/usb/ |
D | accessory.jd | 441 file descriptor that you opened by calling {@link android.os.ParcelFileDescriptor#close close()}.
|
12