Searched defs:overlay (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DOverlayRenderer.java61 public void setOverlay(RenderOverlay overlay) { argument
62 mOverlay = overlay;
H A DRenderOverlay.java37 public void setOverlay(RenderOverlay overlay); argument
/packages/apps/Camera/src/com/android/camera/
H A DPreviewGestures.java88 public void setRenderOverlay(RenderOverlay overlay) { argument
89 mOverlay = overlay;
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteListView.java198 public void setDragShadowOverlay(ImageView overlay) { argument
199 mDragShadowOverlay = overlay;
/packages/apps/Camera2/src/com/android/camera/ui/
H A DBottomBar.java307 private void setOverlayBottomBar(boolean overlay) { argument
308 mOverLayBottomBar = overlay;
309 if (overlay) {
H A DModeListView.java1181 * of the controls and overlay.
2105 * Sets the overlay image to be drawn on top of the background.
2107 public void setBackgroundOverlay(Bitmap overlay) { argument
2108 mBackgroundOverlay = overlay;
2127 // background overlay already contains what's drawn in super.
/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/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1282 public void setLauncherOverlay(LauncherOverlay overlay) { argument
1283 mLauncherOverlay = overlay;

Completed in 198 milliseconds