/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
NewXmlFileAction.java | 28 * It displays the Android New XML file wizard.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewSampleProjectWizard.java | 23 * This displays the new project wizard pre-configured for samples only.
|
NewTestProjectWizard.java | 23 * This is really the {@link NewProjectWizard} that only displays the "test project" pages.
|
/system/sepolicy/tools/sepolicy-analyze/ |
README | 37 Displays duplicate allow rules, i.e. pairs of allow rules that 51 Displays domains in the policy that are permissive, i.e. avc 59 Displays the boolean names in the policy (if any). 66 Displays the types associated with the specified attribute name.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
provide.exp | 23 # a.out objdump displays the file header inside the text segment,
|
size.exp | 23 # a.out objdump displays the file header inside the text segment,
|
/docs/source.android.com/src/devices/graphics/ |
arch-sf-hwc.jd | 59 <p>Device displays refresh at a certain rate, typically 60 frames per second on 136 <h2 id=virtual-displays>Virtual displays</h2> 140 and one or more virtual displays that make composited output available within 141 the system. Virtual displays can be used to record the screen or send it over a 144 <p>Virtual displays may share the same set of layers as the main display 147 displays.</p> 149 <p>In older versions of Android, virtual displays were always composited with 186 <h2 id=simulate-secondary>Case Study: Simulate secondary displays</h2> 201 settings, select <strong>Simulate secondary displays</strong>, and enable [all...] |
/frameworks/base/core/java/android/app/ |
Presentation.java | 57 * because there may be multiple displays attached. Rather than trying to guess 104 * displays that are attached to the system including displays that may be used 107 * The display manager keeps track of all displays in the system. However, not all 108 * displays are appropriate for showing presentations. For example, if an activity 112 * Here's how to identify suitable displays for showing presentations using 129 * manager to enumerate displays and show content on multiple presentation displays 138 * @see DisplayManager for information on how to enumerate displays and receive 139 * notifications when displays are added or removed [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc.cpp | 96 hwc_display_contents_1_t** displays) { 99 hwc_display_contents_1_t *list = displays[i]; 106 * to be invoked in current cycle on all the active displays 121 hwc_display_contents_1_t** displays) { 127 hwc_display_contents_1_t *list = displays[dpy]; 175 hwc_display_contents_1_t** displays) { 179 hwc_display_contents_1_t *list = displays[i]; 205 hwc_display_contents_1_t** displays) { 209 hwc_display_contents_1_t *list = displays[i]; 352 hwc_display_contents_1_t** displays) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Terminal_Suite.py | 154 """title displays custom title - Does the title for the window contain a custom title? """ 158 """title displays device name - Does the title for the window contain the device name? """ 162 """title displays file name - Does the title for the window contain the file name? """ 166 """title displays shell path - Does the title for the window contain the shell path? """ 170 """title displays window size - Does the title for the window contain the window size? """
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Terminal_Suite.py | 154 """title displays custom title - Does the title for the window contain a custom title? """ 158 """title displays device name - Does the title for the window contain the device name? """ 162 """title displays file name - Does the title for the window contain the file name? """ 166 """title displays shell path - Does the title for the window contain the shell path? """ 170 """title displays window size - Does the title for the window contain the window size? """
|
/frameworks/base/services/core/java/com/android/server/display/ |
WifiDisplayAdapter.java | 49 * Connects to Wifi displays that implement the Miracast protocol. 56 * This class is responsible for connecting to Wifi displays and mediating 71 // Unique id prefix for wifi displays 296 List<WifiDisplay> displays = new ArrayList<WifiDisplay>( local 308 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(), 314 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(), 317 mDisplays = displays.toArray(WifiDisplay.EMPTY_ARRAY); 329 // Consult the list of available displays and update the name if needed. 472 // Check whether any of the available displays changed canConnect status.
|
/cts/tests/tests/display/src/android/display/cts/ |
DisplayTest.java | 124 private Display getSecondaryDisplay(Display[] displays) { 125 for (Display display : displays) { 137 Display[] displays = mDisplayManager.getDisplays(); local 138 assertNotNull(displays); 139 assertTrue(2 <= displays.length); 142 for (Display display : displays) {
|
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 31 * This ListFragment displays a list of cheeses, with a clickable view on each item whichs displays
|
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/ |
MainActivity.java | 36 * Our main Activity in this sample. Displays a grid of items which an image and title. When the 91 * {@link android.widget.BaseAdapter} which displays items.
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/ |
template-params.xml | 29 displays action items. It covers inflating items from a menu resource, as well as adding 65 which displays action items. It covers inflating items from a menu resource,
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 31 * This ListFragment displays a list of cheeses, with a clickable view on each item whichs displays
|
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/ |
MainActivity.java | 36 * Our main Activity in this sample. Displays a grid of items which an image and title. When the 91 * {@link android.widget.BaseAdapter} which displays items.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SecureDialogActivity.java | 35 * and will not be visible on non-secure displays even when mirrored. 44 * "Overlay Display" created using the "Simulate secondary displays" option in
|
SecureSurfaceViewActivity.java | 35 * and will not be visible on non-secure displays even when mirrored. 44 * "Overlay Display" created using the "Simulate secondary displays" option in
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Hover.java | 43 * This activity displays a few buttons and text fields and entices the user 44 * to hover over them using a mouse or touch pad. It displays feedback reporting
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
BusinessCardActivity.java | 34 * contact's name and phone number. When the query completes, the activity displays 116 * Displays contact information: name and phone number.
|
/development/samples/browseable/ActionBarCompat-ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/ |
PopupListFragment.java | 31 * This ListFragment displays a list of cheeses, with a clickable view on each item whichs displays
|
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/ |
MainActivity.java | 36 * Our main Activity in this sample. Displays a grid of items which an image and title. When the 91 * {@link android.widget.BaseAdapter} which displays items.
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
HeadlinesFragment.java | 31 * Fragment that displays the news headlines for a particular news category. 33 * This Fragment displays a list with the news headlines for a particular news category.
|