HomeSort by relevance Sort by last modified time
    Searched defs:display (Results 1 - 25 of 602) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8084/
Android.mk 0 display-hals := libgralloc libcopybit liblight libvirtual
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
8 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8226/
Android.mk 0 display-hals := libgralloc libcopybit liblight libvirtual
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
8 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8960/
Android.mk 0 display-hals := libgralloc libgenlock libcopybit liblight
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
9 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8974/
Android.mk 0 display-hals := libgralloc libgenlock libcopybit liblight
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
9 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8994/
Android.mk 0 display-hals := libgralloc libcopybit liblight libmemtrack libqservice
2 display-hals += libhwcomposer liboverlay libqdutils libhdmi
5 include $(call all-named-subdir-makefiles,$(display-hals))
8 include $(call all-named-subdir-makefiles,$(display-hals))
  /ndk/tests/device/issue35933-lambda/jni/
issue35933-lambda.cpp 12 static void display(const char message[]) function
31 display("total");
  /frameworks/base/services/core/java/com/android/server/display/
DisplayBlanker.java 17 package com.android.server.display;
20 * Interface used to update the actual display state.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xtestext1.h 69 Display *display; member in struct:__anon30422
81 Display *display; member in struct:__anon30423
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xtestext1.h 68 Display *display; member in struct:__anon32290
80 Display *display; member in struct:__anon32291
86 int XTestFakeInput(register Display *dpy, char *action_list_addr, int action_list_size, int ack_flag);
87 int XTestGetInput(register Display *dpy, int action_handling);
88 int XTestQueryInputSize(register Display *dpy, unsigned long *size_return);
89 int XTestPressKey(Display *display, int device_id, unsigned long delay, unsigned int keycode, unsigned int key_action);
90 int XTestPressButton(Display * display, int device_id, unsigned long delay, unsigned int button_number, unsigned int button_act (…)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/guile/
common.scm 40 (define (display-address o file)
41 (display (number->string (object-address o) 16) file))
43 (define (display-pointer-address o file)
48 (display " @ " file)
49 (display (number->string address 16) file)))))
52 ;; We display _two_ addresses to show the object's identity:
60 (display "#<" file)
61 (display (class-name class) file)
62 (display #\space file)
63 (display-address o file
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
TraceviewLauncher.java 26 import org.eclipse.swt.widgets.Display;
44 Display display = workbench.getDisplay(); local
46 display.syncExec(new Runnable() {
  /cts/tests/tests/util/src/android/util/cts/
DisplayMetricsTest.java 21 import android.view.Display;
25 private Display initDisplay() {
29 Display display = windowManager.getDefaultDisplay(); local
30 assertNotNull(display);
31 return display;
45 Display display = initDisplay(); local
46 display.getMetrics(outMetrics);
49 assertEquals(display.getHeight(), metrics.heightPixels)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HierarchicalFolderSelectorAdapter.java 60 final TextView display = (TextView) view.findViewById(R.id.folder_name); local
67 display.setText(displayText, TextView.BufferType.SPANNABLE);
91 final SpannableStringBuilder display = new SpannableStringBuilder(); local
114 display.append(mContext.getResources().getString(formatString, topParentName,
117 display.append(mContext.getResources().getString(R.string.hierarchical_folder_top,
121 // If there is nothing appended to display, don't try to setSpan.
122 if (display.length() > 0) {
123 display.setSpan(new ForegroundColorSpan(R.color.hierarchical_folder_parent_color),
124 0, display.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
126 display.append(folderName)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_OrganizationsTest.java 26 String display = Organizations.getDisplayLabel(getContext(), local
28 assertEquals(label, display);
32 display = Organizations.getDisplayLabel(getContext(),
34 assertEquals(labels[Organizations.TYPE_OTHER - 1], display);
36 display = Organizations.getDisplayLabel(getContext(),
38 assertEquals(labels[Organizations.TYPE_WORK - 1], display);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DisplayTest.java 4 import android.view.Display;
17 Display display = Robolectric.newInstanceOf(Display.class); local
18 ShadowDisplay shadow = Robolectric.shadowOf(display);
30 display.getMetrics(metrics);
  /frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL_test.cpp 105 // Make there be no current display.
278 // Make there be no current display.
409 // Terminate and then initialize the display. All contexts, surfaces
411 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
415 EXPECT_TRUE(eglTerminate(display));
  /frameworks/support/v4/jellybean-mr1/android/support/v4/hardware/display/
DisplayManagerJellybeanMr1.java 17 package android.support.v4.hardware.display;
20 import android.view.Display;
27 public static Display getDisplay(Object displayManagerObj, int displayId) {
28 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplay(displayId);
31 public static Display[] getDisplays(Object displayManagerObj) {
32 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplays();
35 public static Display[] getDisplays(Object displayManagerObj, String category) {
36 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplays(category);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
debug.hpp 55 unit_test::const_string display; member in struct:boost::debug::dbg_startup_info
  /frameworks/support/v4/java/android/support/v4/hardware/display/
DisplayManagerCompat.java 17 package android.support.v4.hardware.display;
20 import android.view.Display;
26 * Helper for accessing features in {@link android.hardware.display.DisplayManager}
34 * Display category: Presentation displays.
45 "android.hardware.display.category.PRESENTATION";
51 * Gets an instance of the display manager given the context.
70 * Gets information about a logical display.
72 * The display metrics may be adjusted to provide compatibility
75 * @param displayId The logical display id.
76 * @return The display object, or null if there is no valid display with the given id
114 Display display = mWindowManager.getDefaultDisplay(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 35 import org.eclipse.swt.widgets.Display;
48 Display display = PlatformUI.createDisplay(); local
56 String sdkPath = findSdkPath(display);
67 boolean install = MessageDialog.openQuestion(new Shell(display),
74 AdtUpdateDialog window = new AdtUpdateDialog(new Shell(display), sdkLog, sdkPath);
82 stats.checkUserPermissionForPing(new Shell(display));
86 int returnCode = PlatformUI.createAndRunWorkbench(display,
93 display.dispose();
102 final Display display = workbench.getDisplay() local
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
NoCaptureVideoPermissionTest.java 21 import android.hardware.display.DisplayManager;
22 import android.hardware.display.VirtualDisplay;
53 + "as expected when creating public virtual display.");
76 + "as expected when creating secure virtual display.");
94 VirtualDisplay display = displayManager.createVirtualDisplay( local
97 display.release();
100 + "when creating private virtual display.");
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
IColorConstants.java 15 import org.eclipse.swt.widgets.Display;
84 * Invokes {@link Display#getSystemColor(int)} in UI thread.
88 final Display display = Display.getDefault(); local
89 display.syncExec(new Runnable() {
92 color[0] = display.getSystemColor(id);
  /cts/hostsidetests/theme/app/src/android/theme/app/
DisplayInfoActivity.java 23 import android.view.Display;
28 * An activity to display information about the device, including density
39 Display display = windowManager.getDefaultDisplay(); local
41 display.getMetrics(metrics);
  /cts/tests/tests/dpi/src/android/dpi/cts/
AspectRatioTest.java 26 import android.view.Display;
65 Display display = windowManager.getDefaultDisplay(); local
67 display.getRealMetrics(metrics);
ConfigurationTest.java 23 import android.view.Display;
37 Display display = windowManager.getDefaultDisplay(); local
39 display.getMetrics(metrics);

Completed in 708 milliseconds

1 2 3 4 5 6 7 8 91011>>