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

/frameworks/base/include/androidfw/
H A DObbFile.h98 void setOverlay(bool overlay) { argument
99 if (overlay) {
/frameworks/base/media/java/android/media/videoeditor/
H A DOverlayFrame.java38 * This class is used to overlay an image on top of a media item.
76 * @param overlayId The overlay id
77 * @param bitmap The bitmap to be used as an overlay. The size of the
80 * @param startTimeMs The overlay start time in milliseconds
81 * @param durationMs The overlay duration in milliseconds
98 * restore the overlay after it was saved internally by the video editor.
101 * @param overlayId The overlay id
102 * @param filename The file name that contains the overlay.
103 * @param startTimeMs The overlay start time in milliseconds
104 * @param durationMs The overlay duratio
310 generateOverlayWithRenderingMode(MediaItem mediaItemsList, OverlayFrame overlay, int height , int width) argument
[all...]
H A DMediaItem.java200 for (Overlay overlay : mOverlays) {
201 ((OverlayFrame)overlay).invalidateGeneratedFiles();
405 * Add an overlay to the storyboard. This method invalidates a transition
406 * video clip if the overlay overlaps with a transition.
408 * @param overlay The overlay to add
410 * if the overlay id is not unique across all the overlays added
413 * @throws FileNotFoundException, IOException if overlay could not be saved
416 public void addOverlay(Overlay overlay) throws FileNotFoundException, IOException { argument
417 if (overlay
[all...]
H A DMediaArtistNativeHelper.java1943 * @param overlay The reference of OverlayFrame
1945 * @return The populated overlay settings in EffectSettings reference
1947 EffectSettings getOverlaySettings(OverlayFrame overlay) { argument
1951 effectSettings.startTime = (int)overlay.getStartTime();
1952 effectSettings.duration = (int)overlay.getDuration();
1959 if ((bitmap = overlay.getBitmap()) != null) {
1960 effectSettings.framingFile = overlay.getFilename();
1964 (overlay).save(mProjectPath);
1968 effectSettings.framingFile = overlay.getFilename();
2013 effectSettings.width = overlay
[all...]
/frameworks/base/tools/obbtool/
H A DMain.cpp43 {"overlay", optional_argument, NULL, 'o'},
54 , overlay(false)
62 bool overlay; member in class:PackageInfo
81 " -o sets the OBB overlay flag\n"
101 obb->setOverlay(info->overlay);
216 package_info.overlay = true;
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java68 public void setHorizontalScrollbarOverlay(boolean overlay) { argument
71 public void setVerticalScrollbarOverlay(boolean overlay) { argument
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java38 * A transparent overlay for gesture input that can be placed on top of other
777 void onGesturingStarted(GestureOverlayView overlay); argument
779 void onGesturingEnded(GestureOverlayView overlay); argument
783 void onGestureStarted(GestureOverlayView overlay, MotionEvent event); argument
785 void onGesture(GestureOverlayView overlay, MotionEvent event); argument
787 void onGestureEnded(GestureOverlayView overlay, MotionEvent event); argument
789 void onGestureCancelled(GestureOverlayView overlay, MotionEvent event); argument
793 void onGesturePerformed(GestureOverlayView overlay, Gesture gesture); argument
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp164 const sp<KeyCharacterMap>& overlay) {
165 if (overlay == NULL) {
169 return overlay;
173 for (size_t i = 0; i < overlay->mKeys.size(); i++) {
174 int32_t keyCode = overlay->mKeys.keyAt(i);
175 Key* key = overlay->mKeys.valueAt(i);
185 for (size_t i = 0; i < overlay->mKeysByScanCode.size(); i++) {
186 map->mKeysByScanCode.replaceValueFor(overlay->mKeysByScanCode.keyAt(i),
187 overlay->mKeysByScanCode.valueAt(i));
190 for (size_t i = 0; i < overlay
163 combine(const sp<KeyCharacterMap>& base, const sp<KeyCharacterMap>& overlay) argument
[all...]
H A DResourceTypes.cpp3067 // resource not present in overlay package, continue with the next package
3078 // package is an overlay package (ip != 0), this simply means the
3079 // overlay package did not specify a default.
3080 // Non-overlay packages are still required to provide a default.
3124 // are identical (diff == 0), or overlay packages will not take effect.
3344 // resource not present in overlay package, continue with the next package
3357 // package is an overlay package (ip != 0), this simply means the
3358 // overlay package did not specify a default.
3359 // Non-overlay packages are still required to provide a default.
4988 // If at this point id == 0, pkg is an overlay packag
5182 createIdmap(const ResTable& overlay, uint32_t originalCrc, uint32_t overlayCrc, void** outData, size_t* outSize) const argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java66 public void setHorizontalScrollbarOverlay(boolean overlay); argument
68 public void setVerticalScrollbarOverlay(boolean overlay); argument
H A DWebView.java515 * Specifies whether the horizontal scrollbar has overlay style.
517 * @param overlay true if horizontal scrollbar should have overlay style
519 public void setHorizontalScrollbarOverlay(boolean overlay) { argument
521 mProvider.setHorizontalScrollbarOverlay(overlay);
525 * Specifies whether the vertical scrollbar has overlay style.
527 * @param overlay true if vertical scrollbar should have overlay style
529 public void setVerticalScrollbarOverlay(boolean overlay) { argument
531 mProvider.setVerticalScrollbarOverlay(overlay);
[all...]
H A DWebViewClassic.java1920 public void setHorizontalScrollbarOverlay(boolean overlay) { argument
1921 mOverlayHorizontalScrollbar = overlay;
1928 public void setVerticalScrollbarOverlay(boolean overlay) { argument
1929 mOverlayVerticalScrollbar = overlay;
/frameworks/base/tools/aapt/
H A DAaptAssets.h585 inline void setOverlay(sp<AaptAssets>& overlay) { mOverlay = overlay; } argument
H A DResource.cpp575 // 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)
2556 sp<AaptAssets> overlay = assets->getOverlay(); local
[all...]
H A DResourceTable.cpp1744 bool overlay,
1765 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) {
1777 sourcePos.error("Resource does not already exist in overlay at '%s'; use <add-resource> to add.\n",
1782 sp<Entry> e = getEntry(package, type, name, sourcePos, overlay, params);
1796 if (overlay && replace) {
3470 bool overlay,
3476 if (overlay && !autoAddOverlay && mCanAddEntries.indexOf(entry) < 0) {
3477 sourcePos.error("Resource at %s appears in overlay but not"
3785 bool overlay,
3793 return t->getEntry(name, sourcePos, config, doSetIndex, overlay, mBundl
1738 startBag(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const String16& bagParent, const ResTable_config* params, bool overlay, bool replace, bool isId) argument
3466 getEntry(const String16& entry, const SourcePos& sourcePos, const ResTable_config* config, bool doSetIndex, bool overlay, bool autoAddOverlay) argument
3781 getEntry(const String16& package, const String16& type, const String16& name, const SourcePos& sourcePos, bool overlay, const ResTable_config* config, bool doSetIndex) argument
[all...]

Completed in 437 milliseconds