Searched refs:display (Results 1 - 25 of 120) sorted by relevance

12345

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestScopedPreferences.java34 public void setShowDeviceRoot(boolean display) { argument
35 mShowDeviceRoot = display;
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DInstrumentClusterPresentation.java27 public InstrumentClusterPresentation(Context outerContext, Display display) { argument
28 super(outerContext, display);
/packages/apps/Settings/src/com/android/settings/
H A DDisplaySettings.java25 import com.android.settings.display.AmbientDisplayPreferenceController;
26 import com.android.settings.display.AutoBrightnessPreferenceController;
27 import com.android.settings.display.AutoRotatePreferenceController;
28 import com.android.settings.display.BrightnessLevelPreferenceController;
29 import com.android.settings.display.CameraGesturePreferenceController;
30 import com.android.settings.display.ColorModePreferenceController;
31 import com.android.settings.display.FontSizePreferenceController;
32 import com.android.settings.display.LiftToWakePreferenceController;
33 import com.android.settings.display.NightDisplayPreferenceController;
34 import com.android.settings.display
[all...]
/packages/apps/Gallery2/jni/
H A Djni_egl_fence.cpp40 EGLDisplay display = eglGetCurrentDisplay(); local
41 const char* eglExtensions = eglQueryString(display, EGL_EXTENSIONS);
60 EGLDisplay display = eglGetCurrentDisplay();
65 EGLSyncKHR fence = FuncEglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, NULL);
70 EGLint result = FuncEglClientWaitSyncKHR(display,
77 FuncEglDestroySyncKHR(display, fence);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java102 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { argument
107 display, eglConfig, EGL10.EGL_NO_CONTEXT, attribList);
112 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { argument
113 egl.eglDestroyContext(display, context);
149 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { argument
154 egl.eglChooseConfig(display, CONFIG_ATTRIBUTES, null, 0, numConfig);
165 egl.eglChooseConfig(display, CONFIG_ATTRIBUTES, configs, numConfigs, numConfig);
168 printConfigs(egl, display, configs);
172 return chooseConfig(egl, display, configs);
175 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, argument
203 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
212 printConfigs(EGL10 egl, EGLDisplay display, EGLConfig[] configs) argument
222 printConfig(EGL10 egl, EGLDisplay display, EGLConfig config) argument
[all...]
/packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
H A DSystemProximityWakeLock.java20 import android.hardware.display.DisplayManager;
21 import android.hardware.display.DisplayManager.DisplayListener;
77 LogUtil.i("SystemProximityWakeLock.onDisplayChanged", "display turned on");
86 Display display =
88 return display.getState() != Display.STATE_OFF;
H A DAnswerProximitySensor.java20 import android.hardware.display.DisplayManager;
67 LogUtil.i("AnswerProximitySensor.shouldUse", "display is already on");
108 Display display =
110 return display.getState() == Display.STATE_ON;
/packages/apps/Settings/src/com/android/settings/display/
H A DPowerManagerWrapper.java17 package com.android.settings.display;
H A DScreenZoomPreferenceFragmentForSetupWizard.java17 package com.android.settings.display;
H A DScreenZoomPreference.java17 package com.android.settings.display;
25 import com.android.settingslib.display.DisplayDensityUtils;
28 * Preference for changing the density of the display on which the preference
38 setFragment("com.android.settings.display.ScreenZoomSettings");
H A DNightDisplayPreferenceController.java14 package com.android.settings.display;
H A DMessageBubbleBackground.java17 package com.android.settings.display;
H A DScreenSaverPreferenceController.java14 package com.android.settings.display;
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowPowerManagerWrapper.java20 import com.android.settings.display.PowerManagerWrapper;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DHierarchicalFolderSelectorAdapter.java60 final TextView display = (TextView) view.findViewById(R.id.folder_name);
67 display.setText(displayText, TextView.BufferType.SPANNABLE);
91 final SpannableStringBuilder display = new SpannableStringBuilder();
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
[all...]
/packages/services/Car/evs/app/
H A DRenderBase.cpp48 // Hardcoded to RGBx output display
62 // Set up our OpenGL ES context associated with the default display (though we won't be visible)
63 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
64 if (display == EGL_NO_DISPLAY) {
65 ALOGE("Failed to get egl display");
71 if (!eglInitialize(display, &major, &minor)) {
82 if (!eglChooseConfig(display, config_attribs, &egl_config, 1, &num_configs)) {
91 sDummySurface = eglCreatePbufferSurface(display, egl_config, surface_attribs);
103 EGLContext context = eglCreateContext(display, egl_config, EGL_NO_CONTEXT, context_attribs);
111 if (!eglMakeCurrent(display, sDummySurfac
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
H A DDaydreamActivity.java17 package com.android.tv.settings.device.display.daydream;
H A DDaydreamVoiceAction.java17 package com.android.tv.settings.device.display.daydream;
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
H A DScopedPreferences.java37 void setShowDeviceRoot(boolean display); argument
70 public void setShowDeviceRoot(boolean display) { argument
71 mSharedPrefs.edit().putBoolean(INCLUDE_DEVICE_ROOT, display).apply();
/packages/apps/Gallery/src/com/android/camera/
H A DPhotoAppWidgetConfigure.java55 DisplayMetrics display = getResources().getDisplayMetrics();
56 int maxDimension = Math.max(display.heightPixels, display.widthPixels);
/packages/services/Car/evs/manager/
H A DEnumerator.cpp132 // We simply keep track of the most recently opened display instance.
137 // Request exclusive access to the EVS display
143 // Remember (via weak pointer) who we think the most recently opened display is so that
150 Return<void> Enumerator::closeDisplay(const ::android::sp<IEvsDisplay>& display) { argument
153 // Do we still have a display object we think should be active?
156 // Drop the active display
157 if (display.get() != pActiveDisplay.get()) {
158 ALOGW("Ignoring call to closeDisplay with unrecognzied display object.");
159 ALOGI("Got %p while active display is %p.", display
[all...]
/packages/services/Car/service/src/com/android/car/hal/
H A DInputHalService.java118 int display = v.value.int32Values.get(2);
121 ", display:" + display);
124 dispatchKeyEvent(listener, action, code, display);
128 private void dispatchKeyEvent(InputListener listener, int action, int code, int display) { argument
151 listener.onKeyEvent(event, display);
/packages/apps/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java26 import android.hardware.display.DisplayManager;
27 import android.hardware.display.WifiDisplay;
28 import android.hardware.display.WifiDisplayStatus;
69 * The wifi display routes are integrated together with other remote display routes
70 * from the media router. It may happen that wifi display isn't actually available
72 * remote display routes will continue to be made available.
247 // The wifi display enabled setting may have changed.
251 // Update wifi display state.
255 // The wifi display featur
561 pairWifiDisplay(WifiDisplay display) argument
567 showWifiDisplayOptionsDialog(final WifiDisplay display) argument
696 WifiDisplayRoutePreference(Context context, MediaRouter.RouteInfo route, WifiDisplay display) argument
731 UnpairedWifiDisplayPreference(Context context, WifiDisplay display) argument
[all...]
/packages/apps/Car/Settings/src/com/android/car/settings/display/
H A DBrightnessLineItem.java17 package com.android.car.settings.display;
29 * A LineItem that displays and sets display brightness.
H A DDisplaySettingsFragment.java16 package com.android.car.settings.display;

Completed in 1784 milliseconds

12345