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

/packages/apps/EmergencyInfo/src/com/android/emergency/overlay/
H A DFeatureFactoryImpl.java1 package com.android.emergency.overlay;
H A DFeatureFactory.java16 package com.android.emergency.overlay;
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
H A DFeatureFactoryImpl.java17 package com.android.storagemanager.overlay;
H A DDeletionHelperFeatureProvider.java17 package com.android.storagemanager.overlay;
H A DFeatureFactory.java17 package com.android.storagemanager.overlay;
H A DStorageManagementJobProvider.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.java551 * Call this after onCreate to set or clear overlay.
553 public void setLauncherOverlay(LauncherOverlay overlay) { argument
554 if (overlay != null) {
555 overlay.setOverlayCallbacks(new LauncherOverlayCallbacksImpl());
557 mWorkspace.setLauncherOverlay(overlay);
1114 * Called when the launcher is ready to use the overlay
1115 * @param callbacks A set of callbacks provided by Launcher in relation to the overlay
2581 // overlay
H A DWorkspace.java310 // Total over scrollX in the overlay direction.
1326 public void setLauncherOverlay(LauncherOverlay overlay) { argument
1327 mLauncherOverlay = overlay;
1328 // A new overlay has been set. Reset event tracking
1341 // If we're overscrolling the overlay, we make sure to immediately reset the PagedView
1342 // to it's baseline position instead of letting the overscroll settle. The overlay handles
1343 // it's own settling, and every gesture to the overlay should be self-contained and start
1407 // When the overlay is moving, the fling or settle transition is controlled by the overlay.
1415 * The overlay scrol
[all...]
/packages/apps/Settings/src/com/android/settings/overlay/
H A DSurveyFeatureProvider.java16 package com.android.settings.overlay;
H A DFeatureFactory.java17 package com.android.settings.overlay;
H A DFeatureFactoryImpl.java17 package com.android.settings.overlay;
H A DSupportFeatureProvider.java17 package com.android.settings.overlay;
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DOverlayRenderer.java64 public void setOverlay(RenderOverlay overlay) { argument
65 mOverlay = overlay;
H A DRenderOverlay.java29 /** Focusing overlay. */
38 void setOverlay(RenderOverlay overlay); argument
/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/java/com/android/dialer/app/list/
H A DPhoneFavoriteListView.java182 public void setDragShadowOverlay(ImageView overlay) { argument
183 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 365 milliseconds