HomeSort by relevance Sort by last modified time
    Searched full:overlay (Results 701 - 725 of 1450) sorted by null

<<21222324252627282930>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 424 * To stress test overlay
456 mVideoEditorHelper.createOverlay(mediaItem1, "overlay" + i,
459 mediaItem1.removeOverlay("overlay"+i);
465 mVideoEditorHelper.createOverlay(mediaItem2, "overlay" + i,
468 mediaItem2.removeOverlay("overlay"+i);
475 mVideoEditorHelper.createOverlay(mediaItem1, "overlay" + i,
478 mediaItem1.removeOverlay("overlay"+i);
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 251 #drop-overlay {
263 #drop-overlay.line {
  /external/chromium-trace/trace-viewer/build/
parse_deps_test.py 150 base.require('overlay');
161 'overlay',
  /external/chromium-trace/trace-viewer/
trace_viewer.gyp 24 'src/ui/overlay.css',
100 'src/ui/overlay.js',
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/
main.html 62 <div id="error-container" class="overlay-container" hidden>
69 <div id="wallpaper-selection-container" class="overlay-container" hidden>
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.css 254 #port-forwarding-overlay {
266 #port-forwarding-overlay:not(.open) {
  /external/chromium_org/chrome/browser/resources/ntp_android/
bookmarks.css 178 /* Shade overlay for favicon's when pressed */
193 /* the color strip is an overlay across the bottom of the icon */
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.js 106 $('change-picture-overlay-confirm').addEventListener(
146 * Closes the overlay, returning to the main settings page.
  /external/chromium_org/chrome/browser/resources/options/
options.js 87 'do-not-track-confirm-overlay',
100 'spelling-confirm-overlay',
browser_options.js 54 // the settings page while an overlay is open would otherwise leave uber
157 OptionsPage.navigateToPage('keyboard-overlay');
160 OptionsPage.navigateToPage('pointer-overlay');
536 // Re-enable the controls in the startup overlay if necessary.
628 * method is used to ensure that a section associated with an overlay
629 * is visible when the overlay is closed.
754 // Note: SyncSetupOverlay.closeOverlay is a no-op if the overlay is
    [all...]
options_page.css 76 #overlay-container-1 {
79 #overlay-container-2 {
82 #overlay-container-3 {
  /external/chromium_org/content/browser/web_contents/
web_contents_view_guest.cc 111 WebContentsView* overlay, const gfx::Point& offset) {
112 platform_view_->SetOverlayView(overlay, offset);
web_contents_view_mac.mm 283 WebContentsView* overlay, const gfx::Point& offset) {
288 overlay_view_ = static_cast<WebContentsViewMac*>(overlay);
366 // overlay view installed.
  /external/chromium_org/printing/
page_setup_unittest.cc 57 // Calculate the overlay area.
131 // Calculate the overlay area.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h 136 static PassOwnPtr<InspectorTimelineAgent> create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorMemoryAgent* memoryAgent, InspectorDOMAgent* domAgent, InspectorOverlay* overlay, InspectorCompositeState* state, InspectorType type, InspectorClient* client)
138 return adoptPtr(new InspectorTimelineAgent(instrumentingAgents, pageAgent, memoryAgent, domAgent, overlay, state, type, client));
  /frameworks/base/services/input/
SpriteController.h 116 /* Sets the layer of the sprite, relative to the system sprite overlay layer.
117 * Layer 0 is the overlay layer, > 0 appear above this layer. */
  /packages/apps/Camera/src/com/android/camera/
PreviewGestures.java 88 public void setRenderOverlay(RenderOverlay overlay) {
89 mOverlay = overlay;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
PopupZoomer.java 73 // The padding used for drawing the overlay around the content, instead of directly above it.
75 // The radius of the overlay bubble, used for rounding the bitmap to draw underneath it.
131 Log.w(LOGTAG, "No corner radius resource for PopupZoomer overlay found.");
148 Log.w(LOGTAG, "No drawable resource for PopupZoomer overlay found.");
168 * @param overlayRadiusDimensoinResId Resource to be used to get overlay corner radius.
251 // Round the corners of the bitmap so it doesn't stick out around the overlay.
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditVideo.c     [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm 268 // Resolve overlay back to original window.
473 // If dragging the tab only moves the current window, do not show overlay
665 // background overlay drawn over it (see below) will be fully opaque.
697 // Use the same overlay for the selected state and for hover and alert glows;
702 // Draw the selected background / glow overlay.
707 // The alert glow overlay is like the selected state but at most at most
708 // 80% opaque. The hover glow brings up the overlay's opacity at most 50%.
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorPreviewTest.java 34 import android.media.videoeditor.Overlay;
544 * To test Preview : Preview of current Overlay applied
584 List<Overlay> overlayList = mediaVideoItem.getAllOverlays();
585 assertEquals("Overlay Size", 2, overlayList.size());
586 assertEquals("Overlay 1", overlayOnMvi1, overlayList.get(0));
587 assertEquals("Overlay 2", overlayOnMvi2, overlayList.get(1));
618 * To test Preview : Preview of current work having Overlay and Effect
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 453 * 12.Add Overlay 1 to the MediaItem 3: Frame Overlay with start time = 1 sec
459 mVideoEditorHelper.createOverlay(mediaItem3, "overlay",
568 * To test the performance of adding and removing the overlay to media item
602 overlayFrame[i] = new OverlayFrame(mediaVideoItem, "overlay" + i,
607 loggingInfo[0] = "Time taken to add & create Overlay :" + timeTaken;
615 loggingInfo[1] = "\n\tTime taken to remove Overlay :" +
    [all...]
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 6 """Generate keyboard layout and hotkey data for the keyboard overlay.
55 GRD_START = r' <!-- BEGIN GENERATED KEYBOARD OVERLAY STRINGS -->'
56 GRD_END = r' <!-- END GENERATED KEYBOARD OVERLAY STRINGS -->'
202 message_desc = 'The text in the keyboard overlay to explain the shortcut'
457 """Outputs the keyboard overlay data as a JSON file."""
  /external/aac/libAACdec/src/
rvlc.cpp 119 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
120 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
121 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
429 SHORT* pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
430 SHORT* pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
617 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
618 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
801 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_window_controller.mm 274 // Overlay never changes window width.
386 // For the duration of the overlay, hide the main contents and the header.
388 // to remember previous state, because the overlay view is always the last

Completed in 1882 milliseconds

<<21222324252627282930>>