OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overlayType
(Results
1 - 5
of
5
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/
OverlaysAdapter.java
41
private final
OverlayType
[] mOverlays;
56
mOverlays =
OverlayType
.getOverlays(context);
92
final
OverlayType
overlayType
= mOverlays[position];
93
initiateLoad(
overlayType
.getType(),
overlayType
.getType(), viewHolder);
96
viewHolder.mNameView.setText(
overlayType
.getName());
OverlayTitleTemplatePicker.java
69
final int
overlayType
= ((
OverlayType
) mAdapter.getItem(position)).getType();
70
final Bundle bundle = MovieOverlay.buildUserAttributes(
overlayType
, "", "");
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java
237
* @param
overlayType
The overlay type
245
public static Bitmap buildOverlayBitmap(Context context, Bitmap inputBitmap, int
overlayType
,
257
switch (
overlayType
) {
283
throw new IllegalArgumentException("Unsupported overlay type: " +
overlayType
);
380
* @param
overlayType
The overlay type
388
public static void buildOverlayPreview(Context context, Canvas canvas, int
overlayType
,
390
switch (
overlayType
) {
406
throw new IllegalArgumentException("Unsupported overlay type: " +
overlayType
);
/external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js
739
var
overlayType
= dropPos;
744
overlayType
= 'below';
760
this.showDropOverlay_(rect,
overlayType
);
771
* @param {string}
overlayType
The position relative to the target rect.
774
showDropOverlay_: function(targetRect,
overlayType
) {
777
if (
overlayType
== 'on') {
789
if (
overlayType
!= 'on') {
791
if (
overlayType
== 'above') {
[
all
...]
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java
[
all
...]
Completed in 66 milliseconds