Searched refs:overlay (Results 1 - 25 of 36) sorted by relevance

12

/packages/services/Telecomm/tests/
H A DAndroid.mk39 --auto-add-overlay \
/packages/apps/Camera/src/com/android/camera/ui/
H A DOverlayRenderer.java61 public void setOverlay(RenderOverlay overlay) { argument
62 mOverlay = overlay;
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DOverlayRenderer.java61 public void setOverlay(RenderOverlay overlay) { argument
62 mOverlay = overlay;
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java51 * {@link WebView} and a number of overlay views that draw on top of the WebView. In the Mail app,
52 * the WebView contains all HTML message bodies in a conversation, and the overlay views are the
54 * this container manages scrolling of the overlay views so that they move in tandem.
57 * Placing the WebView in the same container as the overlay views means we don't have to do a lot of
63 * Normally, it would make sense to put all overlay views into a {@link ListView}. But this view
65 * and we happen to know all of the overlay positions up front. So it didn't make sense to shoehorn
147 * The current set of overlay views in the view hierarchy. Looking through this map is faster
171 * The adapter index of the lowest overlay item that is above the top of the screen and reports
244 // WebView and the second pointer goes down on an overlay view.
246 // goes down on an overlay vie
655 onOverlayScrolledOff(final int adapterIndex, final OverlayView overlay, int overlayTop, int overlayBottom) argument
682 detachOverlay(OverlayView overlay, boolean removeFromContainer) argument
[all...]
/packages/apps/Camera2/
H A DAndroid.mk25 --auto-add-overlay \
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DShortcutIntentBuilder.java359 * Generates a phone number shortcut icon. Adds an overlay describing the type of the phone
379 // Create an overlay for the phone number type
380 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel);
382 if (overlay != null) {
400 overlay = TextUtils.ellipsize(overlay, textPaint, mIconSize, TruncateAt.END);
401 final float textWidth = textPaint.measureText(overlay, 0, overlay.length());
402 canvas.drawText(overlay, 0, overlay
[all...]
/packages/apps/DeskClock/
H A DAndroid.mk28 LOCAL_AAPT_FLAGS := --auto-add-overlay
/packages/apps/Calendar/
H A DAndroid.mk43 LOCAL_AAPT_FLAGS := --auto-add-overlay
/packages/apps/Contacts/
H A DAndroid.mk17 --auto-add-overlay \
/packages/apps/Dialer/
H A DAndroid.mk25 --auto-add-overlay \
/packages/apps/Email/tests/
H A DAndroid.mk35 LOCAL_AAPT_FLAGS := --auto-add-overlay
/packages/apps/FMRadio/
H A DAndroid.mk33 LOCAL_AAPT_FLAGS := --auto-add-overlay --extra-packages android.support.v7.cardview
/packages/apps/Gallery2/
H A DAndroid.mk28 LOCAL_AAPT_FLAGS := --auto-add-overlay
/packages/apps/Launcher3/tests/
H A DAndroid.mk29 LOCAL_AAPT_FLAGS := --auto-add-overlay
/packages/apps/PackageInstaller/
H A DAndroid.mk28 LOCAL_AAPT_FLAGS := --auto-add-overlay \
/packages/apps/TvSettings/QuickSettings/
H A DAndroid.mk31 LOCAL_AAPT_FLAGS += --auto-add-overlay \
/packages/apps/UnifiedEmail/tests/
H A DAndroid.mk33 LOCAL_AAPT_FLAGS := --auto-add-overlay
/packages/services/Mms/
H A DAndroid.mk30 LOCAL_AAPT_FLAGS := --auto-add-overlay
/packages/services/Telephony/
H A DAndroid.mk25 --auto-add-overlay \
/packages/apps/Launcher3/
H A DAndroid.mk35 LOCAL_AAPT_FLAGS := --auto-add-overlay
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
H A DViewGroupItemVerticalExplodeAnimation.java44 * presented in a popup window or view overlay on top of the original view group. The background
49 * the implementation utilizes ViewOverlay to perform highly performant overlay animations; for
113 final ViewGroupOverlay overlay = (ViewGroupOverlay) viewOverlay;
115 // Add a shadow layer to the overlay.
121 // defines whether the view overlay will be positioned.
134 overlay.add(shadowContainerLayer);
163 // Conditionally stage the snapshot in the overlay.
181 // Clean up the views added to overlay on animation finish.
182 overlay.remove(shadowContainerLayer);
/packages/apps/ContactsCommon/
H A DAndroid.mk28 --auto-add-overlay \
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteListView.java198 public void setDragShadowOverlay(ImageView overlay) { argument
199 mDragShadowOverlay = overlay;
/packages/apps/Exchange/
H A DAndroid.mk29 LOCAL_AAPT_FLAGS := --auto-add-overlay
/packages/apps/TvSettings/Settings/
H A DAndroid.mk36 LOCAL_AAPT_FLAGS := --auto-add-overlay \

Completed in 414 milliseconds

12