HomeSort by relevance Sort by last modified time
    Searched defs:overlay (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 1025 SkColor overlay = SkColorSetA( local
    [all...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 922 // If there is no theme overlay, don't tint the default frame,
985 SkBitmap* overlay = overlay_it->second; local
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 1590 Vector<const uc16> overlay = CharacterRange::GetWordBounds(); local
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java 301 * an overlay is overlapping with the end transition
306 * because an effect or an overlay overlaps with the beginning
315 final List<Overlay> adjustedOverlays = adjustOverlays();
321 * an overlay was not overlapping with the beginning or end transitions
349 private void invalidateBeginTransition(List<Effect> effects, List<Overlay> overlays) {
370 * an overlay.
372 for (Overlay overlay : overlays) {
374 * Check if the overlay overlaps with the end transition
376 if (overlay.getStartTime() < transitionDurationMs)
    [all...]
VideoEditorImpl.java 73 private static final String TAG_OVERLAY = "overlay";
817 final List<Overlay> overlays = mediaItem.getAllOverlays();
819 for (Overlay overlay : overlays) {
820 if (overlay instanceof OverlayFrame) {
821 final OverlayFrame overlayFrame = (OverlayFrame)overlay;
979 Overlay currentOverlay = null
1254 final Overlay overlay; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 82 private List<Overlay> mOverlays;
177 for (Overlay overlay : mOverlays) {
178 overlay.create(device);
181 for (Overlay overlay : mOverlays) {
182 overlay.paint(gc);
289 for (Overlay overlay : mOverlays) {
290 overlay.dispose()
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 575 // Replace any base level files in this category with any found from the overlay
576 // Also add any found only in the overlay.
577 sp<AaptAssets> overlay = assets->getOverlay(); local
581 while (overlay.get()) {
582 KeyedVector<String8, sp<ResourceTypeSet> >* overlayRes = overlay->getResources();
584 // get the overlay resources of the requested type
590 // non-overlay "baseset".
631 printf("found a match (" ZD ") for overlay file %s, for flavor %s\n",
640 printf("nothing matches overlay file %s, for flavor %s\n",
653 // this group doesn't exist (a file that's only in the overlay)
2351 sp<AaptAssets> overlay = assets->getOverlay(); local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 247 OMX_U32 ulFrostedGlassOvly; /* Frosted glass effect overlay */
418 VPP_OVERLAY *overlay; member in struct:VPP_COMPONENT_PRIVATE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 1199 int overlay(NCursesWindow& win) { function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1199 int overlay(NCursesWindow& win) { function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1199 int overlay(NCursesWindow& win) { function in class:NCursesWindow
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 62 private BufferedImage overlay; field in class:ScreenViewer
140 buildSlider(panel, "Overlay:", "0%", "100%", 0, 100, 30, 1).addChangeListener(
289 if (overlay != null && showOverlay) {
291 g2.drawImage(overlay, 0, image.getHeight() - overlay.getHeight(), null);
574 if (overlay != null) {
577 g2.drawImage(overlay, 0, image.getHeight() - overlay.getHeight(), null);
821 overlay = get();
  /external/netperf/
netlib.c 2454 } *overlay; local
2475 } *overlay; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 1346 milliseconds

12 3