OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overlays
(Results
1 - 15
of
15
) sorted by null
/device/sample/products/
backup_overlay.mk
22
PRODUCT_PACKAGE_OVERLAYS := device/sample/
overlays
/backup
/packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayType.java
28
* Get
overlays
35
final OverlayType[]
overlays
= new OverlayType[4];
local
36
overlays
[0] = new OverlayType(context.getString(R.string.overlay_preview_center),
38
overlays
[1] = new OverlayType(context.getString(R.string.overlay_preview_bottom),
40
overlays
[2] = new OverlayType(context.getString(R.string.overlay_preview_center),
42
overlays
[3] = new OverlayType(context.getString(R.string.overlay_preview_bottom),
45
return
overlays
;
/frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java
286
* and
overlays
if the current duration of the transactions become greater
343
* Invalidate the begin transition if any effects and
overlays
overlap
347
* @param
overlays
List of
overlays
to check for transition overlap
349
private void invalidateBeginTransition(List<Effect> effects, List<Overlay>
overlays
) {
372
for (Overlay overlay :
overlays
) {
386
* Invalidate the end transition if any effects and
overlays
overlap
414
final List<Overlay>
overlays
= getAllOverlays();
local
415
for (Overlay overlay :
overlays
) {
469
* Adjust the start time and/or duration of
overlays
475
final List<Overlay>
overlays
= getAllOverlays();
local
[
all
...]
Transition.java
293
List<Overlay>
overlays
;
local
297
overlays
= m.getAllOverlays();
298
for (Overlay overlay :
overlays
) {
360
* Check how many effects and
overlays
overlap with transition and
391
* Check how many effects and
overlays
overlap with transition and
413
* Check how many effects and
overlays
overlap with transition and
VideoEditorImpl.java
72
private static final String TAG_OVERLAYS = "
overlays
";
817
final List<Overlay>
overlays
= mediaItem.getAllOverlays();
local
818
if (
overlays
.size() > 0) {
819
for (Overlay overlay :
overlays
) {
1412
final List<Overlay>
overlays
= mediaItem.getAllOverlays();
local
[
all
...]
MediaArtistNativeHelper.java
2544
final List<Overlay>
overlays
= m.getAllOverlays();
local
[
all
...]
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieMediaItem.java
127
final List<Overlay>
overlays
= mediaItem.getAllOverlays();
local
128
for (Overlay overlay :
overlays
) {