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

12

/packages/apps/Gallery2/jni/
H A Djni_egl_fence.cpp40 EGLDisplay display = eglGetCurrentDisplay(); local
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/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...]
H A DFolderSelectorAdapter.java330 final TextView display = (TextView) view.findViewById(R.id.folder_name);
331 if (display != null) {
332 display.setText(folderDisplay);
/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/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/
H A DDisplayActivity.java17 package com.android.tv.settings.device.display;
25 * Activity allowing the management of display settings.
H A DDisplayBrowseInfo.java17 package com.android.tv.settings.device.display;
55 SettingsConstant.PACKAGE + ".device.display.daydream.DaydreamActivity"))
63 SettingsConstant.PACKAGE + ".device.display.widi.WifiDisplayActivity"))
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
H A DDaydreamVoiceAction.java17 package com.android.tv.settings.device.display.daydream;
H A DNoneDreamInfoAction.java17 package com.android.tv.settings.device.display.daydream;
H A DDreamBackend.java17 package com.android.tv.settings.device.display.daydream;
/packages/apps/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java27 import android.hardware.display.DisplayManager;
28 import android.hardware.display.WifiDisplay;
29 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.
242 // The wifi display enabled setting may have changed.
246 // Update wifi display state.
250 // The wifi display featur
558 pairWifiDisplay(WifiDisplay display) argument
564 showWifiDisplayOptionsDialog(final WifiDisplay display) argument
693 WifiDisplayRoutePreference(Context context, MediaRouter.RouteInfo route, WifiDisplay display) argument
728 UnpairedWifiDisplayPreference(Context context, WifiDisplay display) argument
[all...]
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DSimStatus.java270 String display = mRes.getString(R.string.radioInfo_unknown);
274 display = mRes.getString(R.string.radioInfo_data_connected);
277 display = mRes.getString(R.string.radioInfo_data_suspended);
280 display = mRes.getString(R.string.radioInfo_data_connecting);
283 display = mRes.getString(R.string.radioInfo_data_disconnected);
287 setSummaryText(KEY_DATA_STATE, display);
292 String display = mRes.getString(R.string.radioInfo_unknown);
296 display = mRes.getString(R.string.radioInfo_service_in);
304 display = mRes.getString(R.string.radioInfo_service_out);
307 display
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DSurfaceTextureRenderer.java190 private static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { argument
192 if (!egl.eglChooseConfig(display, CONFIG_SPEC, null, 0, numConfig)) {
203 display, CONFIG_SPEC, configs, numConfigs, numConfig)) {
/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
H A DCalculatorHitSomeButtons.java170 CalculatorResult display = (CalculatorResult) mActivity.findViewById(R.id.result);
171 assertNotNull(display);
173 TextView box = (TextView) display;
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java579 String display = r.getString(R.string.radioInfo_unknown);
583 display = r.getString(R.string.radioInfo_service_in);
587 display = r.getString(R.string.radioInfo_service_emergency);
590 display = r.getString(R.string.radioInfo_service_off);
594 gsmState.setText(display);
609 String display = r.getString(R.string.radioInfo_unknown);
613 display = r.getString(R.string.radioInfo_phone_idle);
616 display = r.getString(R.string.radioInfo_phone_ringing);
619 display = r.getString(R.string.radioInfo_phone_offhook);
623 callState.setText(display);
[all...]
H A DDisplay.java40 setContentView(R.layout.display);
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DContactsUtils.java47 * Build the display title for the {@link Data#CONTENT_URI} entry in the
83 CharSequence display = "";
105 // Can't return display label for given mimetype.
106 return display;
112 display = labels[type - 1];
114 display = labels[defaultType - 1];
118 display = label;
121 return display;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageTinyPlanet.java149 display(canvas, bitmap);
153 private void display(Canvas canvas, Bitmap bitmap) { method in class:ImageTinyPlanet
/packages/apps/InCallUI/src/com/android/incallui/
H A DCircularRevealFragment.java148 final Display display = activity.getWindowManager().getDefaultDisplay();
150 display.getSize(size);
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DLetterTileProvider.java85 final String display = !TextUtils.isEmpty(displayName) ? displayName : address;
86 final char firstChar = display.charAt(0);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java122 Display display = wm.getDefaultDisplay();
124 display.getMetrics(dm);
128 display.getCurrentSizeRange(smallestSize, largestSize);
160 display.getRealSize(realSize);
/packages/apps/Camera/src/com/android/camera/
H A DMosaicPreviewRenderer.java245 private static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { argument
247 if (!egl.eglChooseConfig(display, CONFIG_SPEC, null, 0, numConfig)) {
258 display, CONFIG_SPEC, configs, numConfigs, numConfig)) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/widi/
H A DWifiDisplayActivity.java17 package com.android.tv.settings.device.display.widi;
20 import android.hardware.display.DisplayManager;
21 import android.hardware.display.WifiDisplayStatus;
35 * Activity allowing the selection of wifi display settings.
/packages/apps/Camera2/src/com/android/camera/util/
H A DAndroidServices.java27 import android.hardware.display.DisplayManager;
/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java389 Display display = currentActivity.getWindowManager().getDefaultDisplay();
390 int targetHeight = Math.min(display.getHeight(), display.getWidth());
394 targetHeight = display.getHeight();

Completed in 2410 milliseconds

12