Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_vedio
Commits
6a386574
Commit
6a386574
authored
Aug 03, 2023
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优惠友盟Bug
parent
95c2af77
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
+6
-8
DrawExpressManager.kt
...in/java/com/mints/helivideo/ad/draw/DrawExpressManager.kt
+2
-2
SplashManager.kt
.../main/java/com/mints/helivideo/ad/splash/SplashManager.kt
+3
-2
TxVideoActivity.kt
...rc/main/java/com/mints/helivideo/video/TxVideoActivity.kt
+0
-3
SuperShortVideoView.java
...ava/com/mints/helivideo/video/tx/SuperShortVideoView.java
+1
-1
No files found.
video/app/src/main/java/com/mints/helivideo/ad/draw/DrawExpressManager.kt
View file @
6a386574
...
...
@@ -109,8 +109,8 @@ class DrawExpressManager {
* 2:如果是信息流模板广告,宽度设置为希望的宽度,高度设置为0(0为高度选择自适应参数)
*/
.
setImageAcceptedSize
(
UIUtils
.
getScreenWidth
(
activity
),
UIUtils
.
getScreenHeight
(
activity
)
UIUtils
.
getScreenWidth
(
MintsApplication
.
getContext
()
),
UIUtils
.
getScreenHeight
(
MintsApplication
.
getContext
()
)
)
.
setMediationAdSlot
(
MediationAdSlot
.
Builder
()
...
...
video/app/src/main/java/com/mints/helivideo/ad/splash/SplashManager.kt
View file @
6a386574
...
...
@@ -10,6 +10,7 @@ import com.bytedance.sdk.openadsdk.mediation.MediationConstant
import
com.bytedance.sdk.openadsdk.mediation.ad.MediationAdSlot
import
com.bytedance.sdk.openadsdk.mediation.ad.MediationSplashRequestInfo
import
com.mints.helivideo.BuildConfig
import
com.mints.helivideo.MintsApplication
import
com.mints.helivideo.ad.AdStatusListener
import
com.mints.helivideo.utils.GromorePrintUtil
import
com.mints.helivideo.utils.LogUtil
...
...
@@ -51,8 +52,8 @@ object SplashManager {
val
adslot
=
AdSlot
.
Builder
()
.
setCodeId
(
BuildConfig
.
GROMORE_SPLASH_CODE
)
.
setImageAcceptedSize
(
UIUtils
.
getScreenWidth
(
activity
),
UIUtils
.
getScreenHeight
(
activity
)
UIUtils
.
getScreenWidth
(
MintsApplication
.
getContext
()
),
UIUtils
.
getScreenHeight
(
MintsApplication
.
getContext
()
)
)
.
setMediationAdSlot
(
MediationAdSlot
.
Builder
()
...
...
video/app/src/main/java/com/mints/helivideo/video/TxVideoActivity.kt
View file @
6a386574
...
...
@@ -2,8 +2,6 @@ package com.mints.helivideo.video
import
android.app.Dialog
import
android.os.Bundle
import
android.os.Handler
import
android.os.Looper
import
android.view.View
import
com.google.gson.Gson
import
com.mints.helivideo.R
...
...
@@ -27,7 +25,6 @@ import com.mints.helivideo.ui.widgets.DialogListener
import
com.mints.helivideo.ui.widgets.VideoEpisodeDialog
import
com.mints.helivideo.ui.widgets.VipCountDialog
import
com.mints.helivideo.utils.AppPreferencesManager
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.SpanUtils
import
com.mints.helivideo.video.tx.VideoModel
import
com.mints.helivideo.video.tx.adapter.TxVideoAdapter
...
...
video/app/src/main/java/com/mints/helivideo/video/tx/SuperShortVideoView.java
View file @
6a386574
...
...
@@ -41,7 +41,7 @@ public class SuperShortVideoView extends RelativeLayout {
private
int
mCurrentPosition
=
0
;
private
List
<
VideoMultiItemEntity
>
mList
;
private
List
<
VideoMultiItemEntity
>
mList
=
new
ArrayList
<>()
;
public
SuperShortVideoView
(
Context
context
)
{
this
(
context
,
null
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment