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

/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
H A DDeletionHelperFeatureProvider.java17 package com.android.storagemanager.overlay;
H A DFeatureFactoryImpl.java17 package com.android.storagemanager.overlay;
H A DStorageManagementJobProvider.java17 package com.android.storagemanager.overlay;
H A DFeatureFactory.java17 package com.android.storagemanager.overlay;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherExterns.java31 public void setLauncherOverlay(Launcher.LauncherOverlay overlay); argument
H A DLauncher.java529 * Call this after onCreate to set or clear overlay.
531 public void setLauncherOverlay(LauncherOverlay overlay) { argument
532 if (overlay != null) {
533 overlay.setOverlayCallbacks(new LauncherOverlayCallbacksImpl());
535 mWorkspace.setLauncherOverlay(overlay);
553 // overlay. So they shouldn't be accessible.
1119 * Called when the launcher is ready to use the overlay
1120 * @param callbacks A set of callbacks provided by Launcher in relation to the overlay
1127 * Called when the search overlay is shown.
1132 * Called when the search overlay i
[all...]
H A DWorkspace.java307 // Total over scrollX in the overlay direction.
310 // Total over scrollX in the overlay direction.
1394 public void setLauncherOverlay(LauncherOverlay overlay) { argument
1395 mLauncherOverlay = overlay;
1396 // A new overlay has been set. Reset event tracking
1417 // If we're overscrolling the overlay, we make sure to immediately reset the PagedView
1418 // to it's baseline position instead of letting the overscroll settle. The overlay handles
1419 // it's own settling, and every gesture to the overlay should be self-contained and start
1496 * The overlay scroll is being controlled locally, just update our overlay effec
[all...]
/packages/apps/Settings/src/com/android/settings/overlay/
H A DFeatureFactory.java17 package com.android.settings.overlay;
H A DFeatureFactoryImpl.java17 package com.android.settings.overlay;
H A DSurveyFeatureProvider.java16 package com.android.settings.overlay;
H A DSupportFeatureProvider.java17 package com.android.settings.overlay;
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DOverlayRenderer.java61 public void setOverlay(RenderOverlay overlay) { argument
62 mOverlay = overlay;
H A DRenderOverlay.java35 public void setOverlay(RenderOverlay overlay); argument
/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.java308 * Configure the bottom bar to either overlay a live preview, or render off
316 * @param overlay if true, treat bottom bar as overlaying the preview
318 private void setOverlayBottomBar(boolean overlay) { argument
319 mOverLayBottomBar = overlay;
320 if (overlay) {
H A DModeListView.java1191 * of the controls and overlay.
2110 * Sets the overlay image to be drawn on top of the background.
2112 public void setBackgroundOverlay(Bitmap overlay) { argument
2113 mBackgroundOverlay = overlay;
2132 // 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...]

Completed in 552 milliseconds