正在查看: Telegram v11.13.0 应用的 PeerStoriesView.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Telegram v11.13.0 应用的 PeerStoriesView.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package org.telegram.ui.Stories;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.LayoutTransition;
import android.animation.ValueAnimator;
import android.app.Activity;
import android.app.Dialog;
import android.content.ClipData;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffColorFilter;
import android.graphics.Rect;
import android.graphics.RectF;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.text.SpannableStringBuilder;
import android.text.Spanned;
import android.text.TextUtils;
import android.text.style.CharacterStyle;
import android.text.style.ClickableSpan;
import android.text.style.URLSpan;
import android.view.Menu;
import android.view.MotionEvent;
import android.view.SurfaceView;
import android.view.TextureView;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewPropertyAnimator;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.collection.LongSparseArray;
import androidx.core.content.ContextCompat;
import androidx.core.graphics.ColorUtils;
import androidx.core.math.MathUtils;
import androidx.core.view.inputmethod.InputContentInfoCompat;
import androidx.core.widget.NestedScrollView;
import androidx.recyclerview.widget.ChatListItemAnimator;
import com.google.android.exoplayer2.util.Consumer;
import java.io.File;
import java.net.URLDecoder;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Locale;
import java.util.Objects;
import java.util.concurrent.CountDownLatch;
import org.telegram.messenger.AccountInstance;
import org.telegram.messenger.AndroidUtilities;
import org.telegram.messenger.AnimationNotificationsLocker;
import org.telegram.messenger.ApplicationLoader;
import org.telegram.messenger.BotWebViewVibrationEffect;
import org.telegram.messenger.BuildVars;
import org.telegram.messenger.ChannelBoostsController;
import org.telegram.messenger.ChatObject;
import org.telegram.messenger.ContactsController;
import org.telegram.messenger.DialogObject;
import org.telegram.messenger.Emoji;
import org.telegram.messenger.FileLoader;
import org.telegram.messenger.FileLog;
import org.telegram.messenger.ImageLocation;
import org.telegram.messenger.ImageReceiver;
import org.telegram.messenger.LocaleController;
import org.telegram.messenger.MediaController;
import org.telegram.messenger.MediaDataController;
import org.telegram.messenger.MessageObject;
import org.telegram.messenger.MessagesController;
import org.telegram.messenger.MessagesStorage;
import org.telegram.messenger.NotificationCenter;
import org.telegram.messenger.NotificationsController;
import org.telegram.messenger.R;
import org.telegram.messenger.SendMessagesHelper;
import org.telegram.messenger.SharedConfig;
import org.telegram.messenger.UserConfig;
import org.telegram.messenger.UserObject;
import org.telegram.messenger.Utilities;
import org.telegram.messenger.VideoEditedInfo;
import org.telegram.messenger.browser.Browser;
import org.telegram.messenger.video.VideoPlayerHolderBase;
import org.telegram.tgnet.ConnectionsManager;
import org.telegram.tgnet.RequestDelegate;
import org.telegram.tgnet.TLObject;
import org.telegram.tgnet.TLRPC;
import org.telegram.tgnet.tl.TL_account;
import org.telegram.tgnet.tl.TL_stories;
import org.telegram.ui.AccountFrozenAlert;
import org.telegram.ui.ActionBar.ActionBar;
import org.telegram.ui.ActionBar.ActionBarMenuItem;
import org.telegram.ui.ActionBar.ActionBarMenuSubItem;
import org.telegram.ui.ActionBar.ActionBarPopupWindow;
import org.telegram.ui.ActionBar.AdjustPanLayoutHelper;
import org.telegram.ui.ActionBar.AlertDialog;
import org.telegram.ui.ActionBar.BaseFragment;
import org.telegram.ui.ActionBar.BottomSheet;
import org.telegram.ui.ActionBar.SimpleTextView;
import org.telegram.ui.ActionBar.Theme;
import org.telegram.ui.AvatarPreviewer$AvatarView$;
import org.telegram.ui.AvatarPreviewer$Layout$;
import org.telegram.ui.Cells.TextSelectionHelper;
import org.telegram.ui.ChatActivity;
import org.telegram.ui.ChooseSpeedLayout;
import org.telegram.ui.Components.AlertsCreator;
import org.telegram.ui.Components.AnimatedEmojiDrawable;
import org.telegram.ui.Components.AnimatedEmojiSpan;
import org.telegram.ui.Components.AnimatedFloat;
import org.telegram.ui.Components.AnimatedTextView;
import org.telegram.ui.Components.AvatarDrawable;
import org.telegram.ui.Components.AvatarsImageView;
import org.telegram.ui.Components.BackupImageView;
import org.telegram.ui.Components.BitmapShaderTools;
import org.telegram.ui.Components.Bulletin;
import org.telegram.ui.Components.BulletinFactory;
import org.telegram.ui.Components.ChatActivityEnterView;
import org.telegram.ui.Components.ChatAttachAlert;
import org.telegram.ui.Components.ChatAttachAlertDocumentLayout;
import org.telegram.ui.Components.ColoredImageSpan;
import org.telegram.ui.Components.CombinedDrawable;
import org.telegram.ui.Components.CubicBezierInterpolator;
import org.telegram.ui.Components.CustomPopupMenu;
import org.telegram.ui.Components.EditTextCaption;
import org.telegram.ui.Components.EmojiPacksAlert;
import org.telegram.ui.Components.EmojiView;
import org.telegram.ui.Components.HashtagActivity;
import org.telegram.ui.Components.HintView;
import org.telegram.ui.Components.InstantCameraView;
import org.telegram.ui.Components.LayoutHelper;
import org.telegram.ui.Components.LoadingDrawable;
import org.telegram.ui.Components.MediaActivity;
import org.telegram.ui.Components.MentionsContainerView;
import org.telegram.ui.Components.Premium.LimitReachedBottomSheet;
import org.telegram.ui.Components.Premium.PremiumFeatureBottomSheet;
import org.telegram.ui.Components.RLottieDrawable;
import org.telegram.ui.Components.RLottieImageView;
import org.telegram.ui.Components.RadialProgress;
import org.telegram.ui.Components.Reactions.AnimatedEmojiEffect;
import org.telegram.ui.Components.Reactions.ReactionImageHolder;
import org.telegram.ui.Components.Reactions.ReactionsEffectOverlay;
import org.telegram.ui.Components.Reactions.ReactionsLayoutInBubble;
import org.telegram.ui.Components.Reactions.ReactionsUtils;
import org.telegram.ui.Components.ReactionsContainerLayout;
import org.telegram.ui.Components.ScaleStateListAnimator;
import org.telegram.ui.Components.ShareAlert;
import org.telegram.ui.Components.SharedMediaLayout;
import org.telegram.ui.Components.SizeNotifierFrameLayout;
import org.telegram.ui.Components.SpeedIconDrawable;
import org.telegram.ui.Components.TranslateAlert2;
import org.telegram.ui.Components.URLSpanMono;
import org.telegram.ui.Components.URLSpanNoUnderline;
import org.telegram.ui.Components.URLSpanReplacement;
import org.telegram.ui.Components.URLSpanUserMention;
import org.telegram.ui.Components.voip.CellFlickerDrawable;
import org.telegram.ui.EmojiAnimationsOverlay;
import org.telegram.ui.LaunchActivity;
import org.telegram.ui.MessageStatisticActivity;
import org.telegram.ui.PinchToZoomHelper;
import org.telegram.ui.PremiumPreviewFragment;
import org.telegram.ui.ProfileActivity;
import org.telegram.ui.ReportBottomSheet;
import org.telegram.ui.Stars.StarsIntroActivity;
import org.telegram.ui.Stories.DialogStoriesCell;
import org.telegram.ui.Stories.PeerStoriesView;
import org.telegram.ui.Stories.SelfStoriesPreviewView;
import org.telegram.ui.Stories.StoriesController;
import org.telegram.ui.Stories.StoryCaptionView;
import org.telegram.ui.Stories.StoryViewer;
import org.telegram.ui.Stories.recorder.ButtonWithCounterView;
import org.telegram.ui.Stories.recorder.CaptionContainerView;
import org.telegram.ui.Stories.recorder.DraftsController;
import org.telegram.ui.Stories.recorder.HintView2;
import org.telegram.ui.Stories.recorder.StoryEntry;
import org.telegram.ui.Stories.recorder.StoryPrivacyBottomSheet;
import org.telegram.ui.Stories.recorder.StoryRecorder;
import org.telegram.ui.WrappedResourceProvider;
public abstract class PeerStoriesView extends SizeNotifierFrameLayout implements NotificationCenter.NotificationCenterDelegate {
public static boolean DISABLE_STORY_REPOSTING = false;
private static int activeCount;
private boolean BIG_SCREEN;
private boolean allowDrawSurface;
Runnable allowDrawSurfaceRunnable;
private boolean allowRepost;
private boolean allowShare;
private boolean allowShareLink;
private float alpha;
boolean animateKeyboardOpening;
private float animatingKeyboardHeight;
private boolean attachedToWindow;
private final AvatarDrawable avatarDrawable;
private final BitmapShaderTools bitmapShaderTools;
private TL_stories.TL_premium_boostsStatus boostsStatus;
private final LinearLayout bottomActionsLinearLayout;
private ChannelBoostsController.CanApplyBoost canApplyBoost;
private Runnable cancellableViews;
private ValueAnimator changeBoundAnimator;
ChatActivityEnterView chatActivityEnterView;
private ChatAttachAlert chatAttachAlert;
boolean checkBlackoutMode;
private int classGuid;
int count;
private int currentAccount;
private long currentImageTime;
public final StoryItemHolder currentStory;
ArrayList day;
Delegate delegate;
private boolean deletedPeer;
private long dialogId;
ArrayList documentsToPrepare;
private boolean drawAnimatedEmojiAsMovingReaction;
private boolean drawReactionEffect;
public boolean editOpened;
ActionBarMenuSubItem editStoryItem;
private boolean editedPrivacy;
private EmojiAnimationsOverlay emojiAnimationsOverlay;
private AnimatedEmojiEffect emojiReactionEffect;
private int enterViewBottomOffset;
private StoryFailView failView;
private ViewPropertyAnimator failViewAnimator;
public boolean forceUpdateOffsets;
PeerHeaderView headerView;
private boolean imageChanged;
private final ImageReceiver imageReceiver;
boolean inBlackoutMode;
Paint inputBackgroundPaint;
private InstantCameraView instantCameraView;
boolean isActive;
private boolean isCaptionPartVisible;
boolean isChannel;
private boolean isEditing;
private boolean isFailed;
boolean isGroup;
private boolean isLongPressed;
boolean isPremiumBlocked;
private boolean isRecording;
boolean isSelf;
private boolean isUploading;
private boolean isVisible;
ValueAnimator keyboardAnimator;
public boolean keyboardVisible;
float lastAnimatingKeyboardHeight;
private long lastDrawTime;
int lastKeyboardHeight;
private boolean lastNoThumb;
int lastOpenedKeyboardHeight;
private final ImageReceiver leftPreloadImageReceiver;
private final FrameLayout likeButtonContainer;
private ReactionsContainerLayout likesReactionLayout;
private float likesReactionShowProgress;
private boolean likesReactionShowing;
private AnimatedFloat linesAlpha;
private int linesCount;
private int linesPosition;
private int listPosition;
private HintView mediaBanTooltip;
private MentionsContainerView mentionContainer;
private boolean messageSent;
private boolean movingReaction;
private int movingReactionFromSize;
private int movingReactionFromX;
private int movingReactionFromY;
private float movingReactionProgress;
private final FrameLayout muteIconContainer;
private final RLottieImageView muteIconView;
private float muteIconViewAlpha;
private final ImageView noSoundIconView;
final AnimationNotificationsLocker notificationsLocker;
private Runnable onImageReceiverThumbLoaded;
private final ImageView optionsIconView;
private ValueAnimator outAnimator;
private float outT;
RoundRectOutlineProvider outlineProvider;
private boolean paused;
public PinchToZoomHelper pinchToZoomHelper;
final VideoPlayerSharedScope playerSharedScope;
CustomPopupMenu popupMenu;
private final ArrayList preloadReactionHolders;
private LinearLayout premiumBlockedText;
private TextView premiumBlockedText1;
private TextView premiumBlockedText2;
private float prevToHideProgress;
private int previousSelectedPotision;
private final StoryPrivacyButton privacyButton;
private HintView2 privacyHint;
float progressToDismiss;
private AnimatedFloat progressToHideInterface;
float progressToKeyboard;
AnimatedFloat progressToRecording;
float progressToReply;
AnimatedFloat progressToStickerExpanded;
AnimatedFloat progressToTextA;
private ImageReceiver reactionEffectImageReceiver;
private AnimatedEmojiDrawable reactionMoveDrawable;
private ImageReceiver reactionMoveImageReceiver;
private int reactionsContainerIndex;
ReactionsContainerLayout reactionsContainerLayout;
private AnimatedTextView.AnimatedTextDrawable reactionsCounter;
private AnimatedFloat reactionsCounterProgress;
private boolean reactionsCounterVisible;
private HintView2 reactionsLongpressTooltip;
private Runnable reactionsTooltipRunnable;
private int realKeyboardHeight;
private TextView replyDisabledTextView;
private ImageView repostButton;
private FrameLayout repostButtonContainer;
private AnimatedTextView.AnimatedTextDrawable repostCounter;
private AnimatedFloat repostCounterProgress;
private boolean repostCounterVisible;
private final Theme.ResourcesProvider resourcesProvider;
private final ImageReceiver rightPreloadImageReceiver;
private int selectedPosition;
private View selfAvatarsContainer;
private AvatarsImageView selfAvatarsView;
private TextView selfStatusView;
private FrameLayout selfView;
public ShareAlert shareAlert;
private final ImageView shareButton;
final SharedResources sharedResources;
private int shiftDp;
private final Runnable showTapToSoundHint;
boolean showViewsProgress;
private HintView2 soundTooltip;
private ActionBarMenuSubItem speedItem;
private ChooseSpeedLayout speedLayout;
long starsPriceBlocked;
private boolean stealthModeIsActive;
StoriesController storiesController;
private StoriesLikeButton storiesLikeButton;
private StoryMediaAreasView storyAreasView;
private final StoryCaptionView storyCaptionView;
public FrameLayout storyContainer;
private CaptionContainerView storyEditCaptionView;
final ArrayList storyItems;
private final StoryLinesDrawable storyLines;
private StoryPositionView storyPositionView;
private final StoryViewer storyViewer;
private boolean switchEventSent;
private int totalStoriesCount;
public boolean unsupported;
private FrameLayout unsupportedContainer;
Runnable updateStealthModeTimer;
final ArrayList uploadingStories;
ArrayList uriesToPrepare;
private boolean userCanSeeViews;
TL_stories.PeerStories userStories;
public long videoDuration;
private float viewsThumbAlpha;
private SelfStoriesPreviewView.ImageHolder viewsThumbImageReceiver;
private float viewsThumbPivotY;
private float viewsThumbScale;
private boolean wasBigScreen;
class AnonymousClass17 extends ChatActivityEnterView {
private int chatActivityEnterViewAnimateFromTop;
int lastContentViewHeight;
private Animator messageEditTextAnimator;
int messageEditTextPredrawHeigth;
int messageEditTextPredrawScrollY;
AnonymousClass17(Activity activity, SizeNotifierFrameLayout sizeNotifierFrameLayout, ChatActivity chatActivity, boolean z, Theme.ResourcesProvider resourcesProvider) {
super(activity, sizeNotifierFrameLayout, chatActivity, z, resourcesProvider);
}
private void checkRecording() {
FrameLayout frameLayout;
boolean z = PeerStoriesView.this.isRecording;
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.isRecording = peerStoriesView.chatActivityEnterView.isRecordingAudioVideo() || PeerStoriesView.this.chatActivityEnterView.seekbarVisible() || ((frameLayout = ((ChatActivityEnterView) this).recordedAudioPanel) != null && frameLayout.getVisibility() == 0);
if (z != PeerStoriesView.this.isRecording) {
PeerStoriesView peerStoriesView2 = PeerStoriesView.this;
if (peerStoriesView2.isActive) {
peerStoriesView2.delegate.setIsRecording(peerStoriesView2.isRecording);
}
invalidate();
PeerStoriesView.this.storyContainer.invalidate();
}
}
public void lambda$checkAnimation$0(ValueAnimator valueAnimator) {
((ChatActivityEnterView) this).animatedTop = (int) ((Float) valueAnimator.getAnimatedValue()).floatValue();
?? r2 = PeerStoriesView.this;
r2.forceUpdateOffsets = true;
r2.invalidate();
invalidate();
}
public void lambda$checkAnimation$1(ValueAnimator valueAnimator) {
((ChatActivityEnterView) this).messageEditText.setOffsetY(((Float) valueAnimator.getAnimatedValue()).floatValue());
}
public void checkAnimation() {
int backgroundTop = getBackgroundTop();
int i = this.chatActivityEnterViewAnimateFromTop;
if (i != 0 && backgroundTop != i) {
int i2 = (((ChatActivityEnterView) this).animatedTop + i) - backgroundTop;
((ChatActivityEnterView) this).animatedTop = i2;
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.forceUpdateOffsets = true;
if (peerStoriesView.changeBoundAnimator != null) {
PeerStoriesView.this.changeBoundAnimator.removeAllListeners();
PeerStoriesView.this.changeBoundAnimator.cancel();
}
View view = ((ChatActivityEnterView) this).topView;
if (view != null && view.getVisibility() == 0) {
((ChatActivityEnterView) this).topView.setTranslationY(((ChatActivityEnterView) this).animatedTop + ((1.0f - ((ChatActivityEnterView) this).topViewEnterProgress) * r2.getLayoutParams().height));
View view2 = ((ChatActivityEnterView) this).topLineView;
if (view2 != null) {
view2.setTranslationY(((ChatActivityEnterView) this).animatedTop);
}
}
PeerStoriesView.this.invalidate();
PeerStoriesView.this.changeBoundAnimator = ValueAnimator.ofFloat(i2, 0.0f);
PeerStoriesView.this.changeBoundAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
@Override
public final void onAnimationUpdate(ValueAnimator valueAnimator) {
PeerStoriesView.AnonymousClass17.this.lambda$checkAnimation$0(valueAnimator);
}
});
PeerStoriesView.this.changeBoundAnimator.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animator) {
PeerStoriesView.this.invalidate();
((ChatActivityEnterView) AnonymousClass17.this).animatedTop = 0;
AnonymousClass17 anonymousClass17 = AnonymousClass17.this;
PeerStoriesView.this.forceUpdateOffsets = true;
if (((ChatActivityEnterView) anonymousClass17).topView != null && ((ChatActivityEnterView) AnonymousClass17.this).topView.getVisibility() == 0) {
((ChatActivityEnterView) AnonymousClass17.this).topView.setTranslationY(((ChatActivityEnterView) AnonymousClass17.this).animatedTop + ((1.0f - ((ChatActivityEnterView) AnonymousClass17.this).topViewEnterProgress) * ((ChatActivityEnterView) AnonymousClass17.this).topView.getLayoutParams().height));
if (((ChatActivityEnterView) AnonymousClass17.this).topLineView != null) {
((ChatActivityEnterView) AnonymousClass17.this).topLineView.setTranslationY(((ChatActivityEnterView) AnonymousClass17.this).animatedTop);
}
}
PeerStoriesView.this.changeBoundAnimator = null;
}
});
PeerStoriesView.this.changeBoundAnimator.setDuration(250L);
PeerStoriesView.this.changeBoundAnimator.setInterpolator(ChatListItemAnimator.DEFAULT_INTERPOLATOR);
PeerStoriesView.this.changeBoundAnimator.start();
this.chatActivityEnterViewAnimateFromTop = 0;
}
if (((ChatActivityEnterView) this).shouldAnimateEditTextWithBounds) {
float measuredHeight = (this.messageEditTextPredrawHeigth - ((ChatActivityEnterView) this).messageEditText.getMeasuredHeight()) + (this.messageEditTextPredrawScrollY - ((ChatActivityEnterView) this).messageEditText.getScrollY());
EditTextCaption editTextCaption = ((ChatActivityEnterView) this).messageEditText;
editTextCaption.setOffsetY(editTextCaption.getOffsetY() - measuredHeight);
ValueAnimator ofFloat = ValueAnimator.ofFloat(((ChatActivityEnterView) this).messageEditText.getOffsetY(), 0.0f);
ofFloat.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
@Override
public final void onAnimationUpdate(ValueAnimator valueAnimator) {
PeerStoriesView.AnonymousClass17.this.lambda$checkAnimation$1(valueAnimator);
}
});
Animator animator = this.messageEditTextAnimator;
if (animator != null) {
animator.cancel();
}
this.messageEditTextAnimator = ofFloat;
ofFloat.setDuration(250L);
ofFloat.setInterpolator(ChatListItemAnimator.DEFAULT_INTERPOLATOR);
ofFloat.start();
((ChatActivityEnterView) this).shouldAnimateEditTextWithBounds = false;
}
this.lastContentViewHeight = getMeasuredHeight();
}
public boolean dispatchTouchEvent(android.view.MotionEvent r6) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.AnonymousClass17.dispatchTouchEvent(android.view.MotionEvent):boolean");
}
public void extendActionMode(Menu menu) {
ChatActivity.fillActionModeMenu(menu, (TLRPC.EncryptedChat) null, false);
}
protected void isRecordingStateChanged() {
super.isRecordingStateChanged();
checkRecording();
}
protected void onLineCountChanged(int i, int i2) {
if (PeerStoriesView.this.chatActivityEnterView != null) {
((ChatActivityEnterView) this).shouldAnimateEditTextWithBounds = true;
this.messageEditTextPredrawHeigth = ((ChatActivityEnterView) this).messageEditText.getMeasuredHeight();
this.messageEditTextPredrawScrollY = ((ChatActivityEnterView) this).messageEditText.getScrollY();
invalidate();
PeerStoriesView.this.invalidate();
this.chatActivityEnterViewAnimateFromTop = PeerStoriesView.this.chatActivityEnterView.getBackgroundTop();
}
}
protected boolean sendMessageInternal(boolean z, int i, long j, boolean z2) {
if (!MessagesController.getInstance(PeerStoriesView.this.currentAccount).isFrozen()) {
return super.sendMessageInternal(z, i, j, z2);
}
AccountFrozenAlert.show(PeerStoriesView.this.currentAccount);
return false;
}
public void setHorizontalPadding(float f, float f2, boolean z) {
float f3 = (-f) * (1.0f - f2);
if (PeerStoriesView.this.premiumBlockedText != null) {
PeerStoriesView.this.premiumBlockedText.setTranslationX(-f3);
}
super.setHorizontalPadding(f, f2, z);
}
protected boolean showConfirmAlert(Runnable runnable) {
return PeerStoriesView.this.applyMessageToChat(runnable);
}
protected void updateRecordInterface(int i, boolean z) {
super.updateRecordInterface(i, z);
checkRecording();
}
}
class AnonymousClass18 implements ChatActivityEnterView.ChatActivityEnterViewDelegate {
AnonymousClass18() {
}
public void lambda$onMessageSend$0(long j) {
PeerStoriesView.this.afterMessageSend(j <= 0);
}
public void bottomPanelTranslationYChanged(float f) {
ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$bottomPanelTranslationYChanged(this, f);
}
public boolean checkCanRemoveRestrictionsByBoosts() {
return ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$checkCanRemoveRestrictionsByBoosts(this);
}
public void didPressAttachButton() {
PeerStoriesView.this.openAttachMenu();
}
public void didPressSuggestionButton() {
ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$didPressSuggestionButton(this);
}
public int getContentViewHeight() {
return ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$getContentViewHeight(this);
}
public ChatActivity.ReplyQuote getReplyQuote() {
return ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$getReplyQuote(this);
}
public TL_stories.StoryItem getReplyToStory() {
return PeerStoriesView.this.currentStory.storyItem;
}
public TLRPC.TL_channels_sendAsPeers getSendAsPeers() {
return ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$getSendAsPeers(this);
}
public boolean hasForwardingMessages() {
return ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$hasForwardingMessages(this);
}
public boolean hasScheduledMessages() {
return ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$hasScheduledMessages(this);
}
public boolean isVideoRecordingPaused() {
return PeerStoriesView.this.instantCameraView != null && PeerStoriesView.this.instantCameraView.isPaused();
}
public int measureKeyboardHeight() {
return ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$measureKeyboardHeight(this);
}
public void needChangeVideoPreviewState(int i, float f) {
if (PeerStoriesView.this.instantCameraView != null) {
PeerStoriesView.this.instantCameraView.changeVideoPreviewState(i, f);
}
}
public void needSendTyping() {
}
public void needShowMediaBanHint() {
String str;
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (peerStoriesView.isGroup) {
peerStoriesView.showPremiumBlockedToast();
return;
}
if (peerStoriesView.mediaBanTooltip == null) {
PeerStoriesView.this.mediaBanTooltip = new HintView(PeerStoriesView.this.getContext(), 9, PeerStoriesView.this.resourcesProvider);
PeerStoriesView.this.mediaBanTooltip.setVisibility(8);
?? r1 = PeerStoriesView.this;
r1.addView(((PeerStoriesView) r1).mediaBanTooltip, LayoutHelper.createFrame(-2, -2.0f, 51, 10.0f, 0.0f, 10.0f, 0.0f));
}
long j = PeerStoriesView.this.dialogId;
MessagesController messagesController = MessagesController.getInstance(PeerStoriesView.this.currentAccount);
long j2 = PeerStoriesView.this.dialogId;
if (j >= 0) {
str = UserObject.getFirstName(messagesController.getUser(Long.valueOf(j2)));
} else {
TLRPC.Chat chat = messagesController.getChat(Long.valueOf(-j2));
str = chat != null ? chat.title : "";
}
PeerStoriesView.this.mediaBanTooltip.setText(AndroidUtilities.replaceTags(LocaleController.formatString(PeerStoriesView.this.chatActivityEnterView.isInVideoMode() ? R.string.VideoMessagesRestrictedByPrivacy : R.string.VoiceMessagesRestrictedByPrivacy, new Object[]{str})));
PeerStoriesView.this.mediaBanTooltip.showForView(PeerStoriesView.this.chatActivityEnterView.getAudioVideoButtonContainer(), true);
}
public void needStartRecordAudio(int i) {
}
public void needStartRecordVideo(int i, boolean z, int i2, int i3, long j, long j2) {
PeerStoriesView.this.checkInstantCameraView();
if (PeerStoriesView.this.instantCameraView != null) {
if (i == 0) {
PeerStoriesView.this.instantCameraView.showCamera(false);
return;
}
if (i == 1 || i == 3 || i == 4) {
PeerStoriesView.this.instantCameraView.send(i, z, i2, i3, j, j2);
} else if (i == 2 || i == 5) {
PeerStoriesView.this.instantCameraView.cancel(i == 2);
}
}
}
public void onAttachButtonHidden() {
}
public void onAttachButtonShow() {
}
public void onAudioVideoInterfaceUpdated() {
}
public void onContextMenuClose() {
ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$onContextMenuClose(this);
}
public void onContextMenuOpen() {
ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$onContextMenuOpen(this);
}
public void onEditTextScroll() {
ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$onEditTextScroll(this);
}
public void onKeyboardRequested() {
ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$onKeyboardRequested(this);
}
public void onMessageEditEnd(boolean z) {
}
public void onMessageSend(CharSequence charSequence, boolean z, int i, final long j) {
if (PeerStoriesView.this.isRecording) {
AndroidUtilities.runOnUIThread(new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass18.this.lambda$onMessageSend$0(j);
}
}, 200L);
} else {
PeerStoriesView.this.afterMessageSend(j <= 0);
}
}
public void onPreAudioVideoRecord() {
}
public void onSendLongClick() {
}
public void onStickersExpandedChange() {
PeerStoriesView.this.requestLayout();
}
public void onStickersTab(boolean z) {
}
public void onSwitchRecordMode(boolean z) {
}
public void onTextChanged(CharSequence charSequence, boolean z, boolean z2) {
if (PeerStoriesView.this.mentionContainer == null) {
PeerStoriesView.this.createMentionsContainer();
}
if (PeerStoriesView.this.mentionContainer.getAdapter() != null) {
PeerStoriesView.this.mentionContainer.setDialogId(PeerStoriesView.this.dialogId);
PeerStoriesView.this.mentionContainer.getAdapter().setUserOrChat(MessagesController.getInstance(PeerStoriesView.this.currentAccount).getUser(Long.valueOf(PeerStoriesView.this.dialogId)), MessagesController.getInstance(PeerStoriesView.this.currentAccount).getChat(Long.valueOf(-PeerStoriesView.this.dialogId)));
PeerStoriesView.this.mentionContainer.getAdapter().searchUsernameOrHashtag(charSequence, PeerStoriesView.this.chatActivityEnterView.getCursorPosition(), (ArrayList) null, false, false);
}
PeerStoriesView.this.invalidate();
}
public void onTextSelectionChanged(int i, int i2) {
}
public void onTextSpansChanged(CharSequence charSequence) {
}
public void onTrendingStickersShowed(boolean z) {
ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$onTrendingStickersShowed(this, z);
}
public void onUpdateSlowModeButton(View view, boolean z, CharSequence charSequence) {
}
public void onWindowSizeChanged(int i) {
}
public boolean onceVoiceAvailable() {
TLRPC.User user;
return (PeerStoriesView.this.dialogId < 0 || (user = MessagesController.getInstance(PeerStoriesView.this.currentAccount).getUser(Long.valueOf(PeerStoriesView.this.dialogId))) == null || UserObject.isUserSelf(user) || user.bot) ? false : true;
}
public void openScheduledMessages() {
ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$openScheduledMessages(this);
}
public void prepareMessageSending() {
ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$prepareMessageSending(this);
}
public void scrollToSendingMessage() {
ChatActivityEnterView.ChatActivityEnterViewDelegate.-CC.$default$scrollToSendingMessage(this);
}
public void toggleVideoRecordingPause() {
if (PeerStoriesView.this.instantCameraView != null) {
PeerStoriesView.this.instantCameraView.togglePause();
}
}
}
class AnonymousClass20 implements MentionsContainerView.Delegate {
AnonymousClass20() {
}
public void lambda$onStickerSelected$0(TLRPC.TL_document tL_document, String str, Object obj, Long l) {
SendMessagesHelper.getInstance(PeerStoriesView.this.currentAccount).sendSticker(tL_document, str, PeerStoriesView.this.dialogId, (MessageObject) null, (MessageObject) null, PeerStoriesView.this.currentStory.storyItem, (ChatActivity.ReplyQuote) null, (MessageObject.SendAnimationData) null, true, 0, false, obj, (String) null, 0, l.longValue(), PeerStoriesView.this.chatActivityEnterView.getSendMonoForumPeerId(), PeerStoriesView.this.chatActivityEnterView.getSendMessageSuggestionParams());
PeerStoriesView.this.chatActivityEnterView.addStickerToRecent(tL_document);
PeerStoriesView.this.chatActivityEnterView.setFieldText("");
PeerStoriesView.this.afterMessageSend(l.longValue() <= 0);
}
public void lambda$sendBotInlineResult$1(TLRPC.BotInlineResult botInlineResult, boolean z, int i, Long l) {
long contextBotId = PeerStoriesView.this.mentionContainer.getAdapter().getContextBotId();
HashMap hashMap = new HashMap();
hashMap.put("id", botInlineResult.id);
hashMap.put("query_id", "" + botInlineResult.query_id);
hashMap.put("bot", "" + contextBotId);
hashMap.put("bot_name", PeerStoriesView.this.mentionContainer.getAdapter().getContextBotName());
SendMessagesHelper.prepareSendingBotContextResult(PeerStoriesView.this.storyViewer.fragment, PeerStoriesView.this.getAccountInstance(), botInlineResult, hashMap, PeerStoriesView.this.dialogId, (MessageObject) null, (MessageObject) null, PeerStoriesView.this.currentStory.storyItem, (ChatActivity.ReplyQuote) null, z, i, (String) null, 0, l.longValue());
PeerStoriesView.this.chatActivityEnterView.setFieldText("");
PeerStoriesView.this.afterMessageSend(l.longValue() <= 0);
MediaDataController.getInstance(PeerStoriesView.this.currentAccount).increaseInlineRating(contextBotId);
}
public void addEmojiToRecent(String str) {
PeerStoriesView.this.chatActivityEnterView.addEmojiToRecent(str);
}
public Paint.FontMetricsInt getFontMetrics() {
return PeerStoriesView.this.chatActivityEnterView.getEditField().getPaint().getFontMetricsInt();
}
public void onStickerSelected(final TLRPC.TL_document tL_document, final String str, final Object obj) {
AlertsCreator.ensurePaidMessageConfirmation(PeerStoriesView.this.currentAccount, PeerStoriesView.this.dialogId, 1, new Utilities.Callback() {
public final void run(Object obj2) {
PeerStoriesView.AnonymousClass20.this.lambda$onStickerSelected$0(tL_document, str, obj, (Long) obj2);
}
});
}
public void replaceText(int i, int i2, CharSequence charSequence, boolean z) {
PeerStoriesView.this.chatActivityEnterView.replaceWithText(i, i2, charSequence, z);
}
public void sendBotInlineResult(final TLRPC.BotInlineResult botInlineResult, final boolean z, final int i) {
AlertsCreator.ensurePaidMessageConfirmation(PeerStoriesView.this.currentAccount, PeerStoriesView.this.dialogId, 1, new Utilities.Callback() {
public final void run(Object obj) {
PeerStoriesView.AnonymousClass20.this.lambda$sendBotInlineResult$1(botInlineResult, z, i, (Long) obj);
}
});
}
}
class AnonymousClass35 implements ReactionsContainerLayout.ReactionsContainerDelegate {
AnonymousClass35() {
}
public void lambda$onReactionClickedInternal$0(View view, ReactionsLayoutInBubble.VisibleReaction visibleReaction, boolean z, boolean z2) {
onReactionClickedInternal(view, visibleReaction, z, z2, false);
}
public void lambda$onReactionClickedInternal$1() {
PeerStoriesView.this.openChat();
}
public void lambda$onReactionClickedInternal$2(boolean r17, org.telegram.ui.Components.Reactions.ReactionsLayoutInBubble.VisibleReaction r18, android.view.View r19, java.lang.Long r20) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.AnonymousClass35.lambda$onReactionClickedInternal$2(boolean, org.telegram.ui.Components.Reactions.ReactionsLayoutInBubble$VisibleReaction, android.view.View, java.lang.Long):void");
}
public boolean drawBackground() {
return ReactionsContainerLayout.ReactionsContainerDelegate.-CC.$default$drawBackground(this);
}
public void drawRoundRect(Canvas canvas, RectF rectF, float f, float f2, float f3, int i, boolean z) {
float f4 = -f2;
float f5 = -f3;
PeerStoriesView.this.bitmapShaderTools.setBounds(f4, f5, PeerStoriesView.this.getMeasuredWidth() + f4, PeerStoriesView.this.getMeasuredHeight() + f5);
if (f > 0.0f) {
canvas.drawRoundRect(rectF, f, f, PeerStoriesView.this.bitmapShaderTools.paint);
canvas.drawRoundRect(rectF, f, f, PeerStoriesView.this.inputBackgroundPaint);
} else {
canvas.drawRect(rectF, PeerStoriesView.this.bitmapShaderTools.paint);
canvas.drawRect(rectF, PeerStoriesView.this.inputBackgroundPaint);
}
}
public boolean needEnterText() {
return PeerStoriesView.this.needEnterText();
}
public void onEmojiWindowDismissed() {
PeerStoriesView.this.delegate.requestAdjust(false);
}
public void onReactionClicked(View view, ReactionsLayoutInBubble.VisibleReaction visibleReaction, boolean z, boolean z2) {
onReactionClickedInternal(view, visibleReaction, z, z2, !z);
}
void onReactionClickedInternal(final View view, final ReactionsLayoutInBubble.VisibleReaction visibleReaction, final boolean z, final boolean z2, boolean z3) {
if (z3 && PeerStoriesView.this.applyMessageToChat(new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass35.this.lambda$onReactionClickedInternal$0(view, visibleReaction, z, z2);
}
})) {
return;
}
AlertsCreator.ensurePaidMessageConfirmation(PeerStoriesView.this.currentAccount, PeerStoriesView.this.dialogId, 1, new Utilities.Callback() {
public final void run(Object obj) {
PeerStoriesView.AnonymousClass35.this.lambda$onReactionClickedInternal$2(z, visibleReaction, view, (Long) obj);
}
});
}
}
class AnonymousClass37 implements ReactionsContainerLayout.ReactionsContainerDelegate {
AnonymousClass37() {
}
public void lambda$onReactionClicked$0(ValueAnimator valueAnimator, boolean[] zArr, ValueAnimator valueAnimator2) {
PeerStoriesView.this.movingReactionProgress = ((Float) valueAnimator.getAnimatedValue()).floatValue();
PeerStoriesView.this.invalidate();
if (PeerStoriesView.this.movingReactionProgress <= 0.8f || zArr[0]) {
return;
}
zArr[0] = true;
PeerStoriesView.this.drawReactionEffect = true;
try {
PeerStoriesView.this.performHapticFeedback(3);
} catch (Exception unused) {
}
}
public void lambda$onReactionClicked$1(ReactionsLayoutInBubble.VisibleReaction visibleReaction, View view) {
TLRPC.TL_availableReaction tL_availableReaction;
PeerStoriesView.this.movingReaction = true;
final boolean[] zArr = {false};
final StoriesLikeButton storiesLikeButton = PeerStoriesView.this.storiesLikeButton;
storiesLikeButton.animate().alpha(0.0f).scaleX(0.8f).scaleY(0.8f).setListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animator) {
AndroidUtilities.removeFromParent(storiesLikeButton);
}
}).setDuration(150L).start();
int dp = AndroidUtilities.dp(8.0f);
PeerStoriesView.this.storiesLikeButton = new StoriesLikeButton(PeerStoriesView.this.getContext(), PeerStoriesView.this.sharedResources);
PeerStoriesView.this.storiesLikeButton.setPadding(dp, dp, dp, dp);
PeerStoriesView.this.likeButtonContainer.addView(PeerStoriesView.this.storiesLikeButton, LayoutHelper.createFrame(40, 40, 3));
if (PeerStoriesView.this.reactionMoveDrawable != null) {
PeerStoriesView.this.reactionMoveDrawable.removeView(PeerStoriesView.this);
PeerStoriesView.this.reactionMoveDrawable = null;
}
if (PeerStoriesView.this.emojiReactionEffect != null) {
PeerStoriesView.this.emojiReactionEffect.removeView(PeerStoriesView.this);
PeerStoriesView.this.emojiReactionEffect = null;
}
PeerStoriesView.this.drawAnimatedEmojiAsMovingReaction = false;
if (visibleReaction.documentId != 0) {
PeerStoriesView.this.drawAnimatedEmojiAsMovingReaction = true;
PeerStoriesView.this.reactionMoveDrawable = new AnimatedEmojiDrawable(2, PeerStoriesView.this.currentAccount, visibleReaction.documentId);
PeerStoriesView.this.reactionMoveDrawable.addView(PeerStoriesView.this);
} else if (visibleReaction.emojicon != null && (tL_availableReaction = (TLRPC.TL_availableReaction) MediaDataController.getInstance(PeerStoriesView.this.currentAccount).getReactionsMap().get(visibleReaction.emojicon)) != null) {
PeerStoriesView.this.reactionMoveImageReceiver.setImage((ImageLocation) null, (String) null, ImageLocation.getForDocument(tL_availableReaction.select_animation), "60_60", (ImageLocation) null, (String) null, (Drawable) null, 0L, (String) null, (Object) null, 0);
PeerStoriesView.this.reactionEffectImageReceiver.setImage(ImageLocation.getForDocument(tL_availableReaction.around_animation), ReactionsEffectOverlay.getFilterForAroundAnimation(), (Drawable) null, (String) null, (Object) null, 0);
if (PeerStoriesView.this.reactionEffectImageReceiver.getLottieAnimation() != null) {
PeerStoriesView.this.reactionEffectImageReceiver.getLottieAnimation().setCurrentFrame(0, false, true);
}
}
PeerStoriesView.this.storiesLikeButton.setReaction(visibleReaction);
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (peerStoriesView.isChannel) {
TL_stories.StoryItem storyItem = peerStoriesView.currentStory.storyItem;
if (storyItem.sent_reaction == null) {
if (storyItem.views == null) {
storyItem.views = new TL_stories.TL_storyViews();
}
TL_stories.StoryItem storyItem2 = PeerStoriesView.this.currentStory.storyItem;
TL_stories.StoryViews storyViews = storyItem2.views;
storyViews.reactions_count++;
ReactionsUtils.applyForStoryViews((TLRPC.Reaction) null, storyItem2.sent_reaction, storyViews);
PeerStoriesView.this.updateUserViews(true);
}
}
if (visibleReaction.documentId != 0 && PeerStoriesView.this.storiesLikeButton.emojiDrawable != null) {
PeerStoriesView peerStoriesView2 = PeerStoriesView.this;
peerStoriesView2.emojiReactionEffect = AnimatedEmojiEffect.createFrom(peerStoriesView2.storiesLikeButton.emojiDrawable, false, true);
PeerStoriesView.this.emojiReactionEffect.setView(PeerStoriesView.this);
}
PeerStoriesView peerStoriesView3 = PeerStoriesView.this;
peerStoriesView3.storiesController.setStoryReaction(peerStoriesView3.dialogId, PeerStoriesView.this.currentStory.storyItem, visibleReaction);
int[] iArr = new int[2];
view.getLocationInWindow(iArr);
int[] iArr2 = new int[2];
PeerStoriesView.this.getLocationInWindow(iArr2);
PeerStoriesView.this.movingReactionFromX = iArr[0] - iArr2[0];
PeerStoriesView.this.movingReactionFromY = iArr[1] - iArr2[1];
PeerStoriesView.this.movingReactionFromSize = view.getMeasuredHeight();
final ValueAnimator ofFloat = ValueAnimator.ofFloat(0.0f, 1.0f);
PeerStoriesView.this.movingReactionProgress = 0.0f;
PeerStoriesView.this.invalidate();
final StoriesLikeButton storiesLikeButton2 = PeerStoriesView.this.storiesLikeButton;
storiesLikeButton2.setAllowDrawReaction(false);
storiesLikeButton2.prepareAnimateReaction(visibleReaction);
ofFloat.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
@Override
public final void onAnimationUpdate(ValueAnimator valueAnimator) {
PeerStoriesView.AnonymousClass37.this.lambda$onReactionClicked$0(ofFloat, zArr, valueAnimator);
}
});
ofFloat.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animator) {
PeerStoriesView.this.movingReaction = false;
PeerStoriesView.this.movingReactionProgress = 1.0f;
PeerStoriesView.this.invalidate();
boolean[] zArr2 = zArr;
if (!zArr2[0]) {
zArr2[0] = true;
PeerStoriesView.this.drawReactionEffect = true;
try {
PeerStoriesView.this.performHapticFeedback(3);
} catch (Exception unused) {
}
}
storiesLikeButton2.setAllowDrawReaction(true);
storiesLikeButton2.animateVisibleReaction();
if (PeerStoriesView.this.reactionMoveDrawable != null) {
PeerStoriesView.this.reactionMoveDrawable.removeView(PeerStoriesView.this);
PeerStoriesView.this.reactionMoveDrawable = null;
}
}
});
ofFloat.setDuration(220L);
ofFloat.start();
PeerStoriesView.this.showLikesReaction(false);
}
public boolean drawBackground() {
return ReactionsContainerLayout.ReactionsContainerDelegate.-CC.$default$drawBackground(this);
}
public void drawRoundRect(Canvas canvas, RectF rectF, float f, float f2, float f3, int i, boolean z) {
ReactionsContainerLayout.ReactionsContainerDelegate.-CC.$default$drawRoundRect(this, canvas, rectF, f, f2, f3, i, z);
}
public boolean needEnterText() {
PeerStoriesView.this.delegate.requestAdjust(false);
return false;
}
public void onEmojiWindowDismissed() {
ReactionsContainerLayout.ReactionsContainerDelegate.-CC.$default$onEmojiWindowDismissed(this);
}
public void onReactionClicked(final View view, final ReactionsLayoutInBubble.VisibleReaction visibleReaction, boolean z, boolean z2) {
Runnable runnable = new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass37.this.lambda$onReactionClicked$1(visibleReaction, view);
}
};
if (z) {
runnable.run();
} else {
PeerStoriesView.this.applyMessageToChat(runnable);
}
}
}
class AnonymousClass4 extends HwFrameLayout {
boolean drawOverlayed;
final CellFlickerDrawable loadingDrawable;
final AnimatedFloat loadingDrawableAlpha;
final AnimatedFloat loadingDrawableAlpha2;
final AnimatedFloat progressToAudio;
final AnimatedFloat progressToFullBlackoutA;
boolean splitDrawing;
final SharedResources val$sharedResources;
final StoryViewer val$storyViewer;
AnonymousClass4(Context context, SharedResources sharedResources, StoryViewer storyViewer) {
super(context);
this.val$sharedResources = sharedResources;
this.val$storyViewer = storyViewer;
CubicBezierInterpolator cubicBezierInterpolator = CubicBezierInterpolator.DEFAULT;
this.progressToAudio = new AnimatedFloat(this, 150L, cubicBezierInterpolator);
this.progressToFullBlackoutA = new AnimatedFloat(this, 150L, cubicBezierInterpolator);
this.loadingDrawable = new CellFlickerDrawable(32, 102, 240);
AnimatedFloat animatedFloat = new AnimatedFloat(this);
this.loadingDrawableAlpha2 = animatedFloat;
AnimatedFloat animatedFloat2 = new AnimatedFloat(this);
this.loadingDrawableAlpha = animatedFloat2;
animatedFloat.setDuration(500L);
animatedFloat2.setDuration(100L);
}
private void drawLines(android.graphics.Canvas r22) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.AnonymousClass4.drawLines(android.graphics.Canvas):void");
}
public void lambda$drawLines$0() {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (peerStoriesView.delegate != null) {
if (!peerStoriesView.isUploading && !PeerStoriesView.this.isEditing && !PeerStoriesView.this.isFailed) {
PeerStoriesView.this.delegate.shouldSwitchToNext();
} else if (PeerStoriesView.this.currentStory.isVideo()) {
PeerStoriesView.this.playerSharedScope.player.loopBack();
} else {
PeerStoriesView.this.currentImageTime = 0L;
}
}
}
@Override
protected void dispatchDraw(android.graphics.Canvas r17) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.AnonymousClass4.dispatchDraw(android.graphics.Canvas):void");
}
@Override
protected boolean drawChild(Canvas canvas, View view, long j) {
if (view == PeerStoriesView.this.storyAreasView) {
return true;
}
if (!this.splitDrawing) {
return super.drawChild(canvas, view, j);
}
if (Bulletin.getVisibleBulletin() == null || view != Bulletin.getVisibleBulletin().getLayout()) {
return super.drawChild(canvas, view, j);
}
if (this.drawOverlayed) {
return super.drawChild(canvas, view, j);
}
return true;
}
@Override
protected void onAttachedToWindow() {
super.onAttachedToWindow();
PeerStoriesView.this.emojiAnimationsOverlay.onAttachedToWindow();
Bulletin.addDelegate(this, new Bulletin.Delegate() {
public boolean allowLayoutChanges() {
return Bulletin.Delegate.-CC.$default$allowLayoutChanges(this);
}
public boolean bottomOffsetAnimated() {
return Bulletin.Delegate.-CC.$default$bottomOffsetAnimated(this);
}
public boolean clipWithGradient(int i) {
return i == 1 || i == 2 || i == 3;
}
public int getBottomOffset(int i) {
if (PeerStoriesView.this.BIG_SCREEN) {
return 0;
}
return AndroidUtilities.dp(64.0f);
}
public int getTopOffset(int i) {
return AndroidUtilities.dp(58.0f);
}
public void onBottomOffsetChange(float f) {
Bulletin.Delegate.-CC.$default$onBottomOffsetChange(this, f);
}
public void onHide(Bulletin bulletin) {
Delegate delegate;
if (bulletin == null || bulletin.tag != 2 || (delegate = PeerStoriesView.this.delegate) == null) {
return;
}
delegate.setBulletinIsVisible(false);
}
public void onShow(Bulletin bulletin) {
Delegate delegate;
if (bulletin == null || bulletin.tag != 2 || (delegate = PeerStoriesView.this.delegate) == null) {
return;
}
delegate.setBulletinIsVisible(true);
}
});
}
@Override
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();
PeerStoriesView.this.emojiAnimationsOverlay.onDetachedFromWindow();
Bulletin.removeDelegate(this);
Delegate delegate = PeerStoriesView.this.delegate;
if (delegate != null) {
delegate.setBulletinIsVisible(false);
}
}
@Override
protected void onMeasure(int i, int i2) {
float f;
FrameLayout.LayoutParams layoutParams = (FrameLayout.LayoutParams) PeerStoriesView.this.muteIconContainer.getLayoutParams();
if (PeerStoriesView.this.drawLinesAsCounter()) {
layoutParams.rightMargin = AndroidUtilities.dp(2.0f);
f = 55.0f;
} else {
layoutParams.rightMargin = AndroidUtilities.dp(42.0f);
f = 15.0f;
}
layoutParams.topMargin = AndroidUtilities.dp(f);
super.onMeasure(i, i2);
}
}
class AnonymousClass5 extends StoryCaptionView {
final Theme.ResourcesProvider val$resourcesProvider;
final StoryViewer val$storyViewer;
AnonymousClass5(Context context, Theme.ResourcesProvider resourcesProvider, StoryViewer storyViewer, Theme.ResourcesProvider resourcesProvider2) {
super(context, resourcesProvider);
this.val$storyViewer = storyViewer;
this.val$resourcesProvider = resourcesProvider2;
}
public void lambda$onEmojiClick$4(StoryViewer storyViewer, Theme.ResourcesProvider resourcesProvider, TLRPC.InputStickerSet inputStickerSet) {
ArrayList arrayList = new ArrayList(1);
arrayList.add(inputStickerSet);
Dialog emojiPacksAlert = new EmojiPacksAlert(storyViewer.fragment, getContext(), resourcesProvider, arrayList);
Delegate delegate = PeerStoriesView.this.delegate;
if (delegate != null) {
delegate.showDialog(emojiPacksAlert);
}
}
public void lambda$onLinkLongPress$0(URLSpan uRLSpan, View view, String str, Theme.ResourcesProvider resourcesProvider, DialogInterface dialogInterface, int i) {
if (i == 0) {
onLinkClick(uRLSpan, view);
} else if (i == 1) {
AndroidUtilities.addToClipboard(str);
BulletinFactory.of(PeerStoriesView.this.storyContainer, resourcesProvider).createCopyLinkBulletin().show();
}
}
public void lambda$onReplyClick$3(StoryCaptionView.Reply reply, final StoryViewer storyViewer, Theme.ResourcesProvider resourcesProvider, TL_stories.StoryItem storyItem) {
if (storyItem == null) {
BulletinFactory.of(PeerStoriesView.this.storyContainer, resourcesProvider).createSimpleBulletin(R.raw.story_bomb2, LocaleController.getString(R.string.StoryNotFound)).setTag(3).show(true);
return;
}
BaseFragment lastFragment = LaunchActivity.getLastFragment();
if (lastFragment == null) {
return;
}
storyItem.dialogId = reply.peerId.longValue();
StoryViewer createOverlayStoryViewer = lastFragment.createOverlayStoryViewer();
createOverlayStoryViewer.open(getContext(), storyItem, (StoryViewer.PlaceProvider) null);
createOverlayStoryViewer.setOnCloseListener(new Runnable() {
@Override
public final void run() {
StoryViewer.this.updatePlayingMode();
}
});
storyViewer.updatePlayingMode();
}
private void processExternalUrl(int i, String str, CharacterStyle characterStyle, boolean z) {
boolean z2;
if (!z && !AndroidUtilities.shouldShowUrlInAlert(str)) {
if (i == 0) {
Browser.openUrl(getContext(), Uri.parse(str), true, true, (Browser.Progress) null);
return;
} else if (i == 1) {
Browser.openUrl(getContext(), Uri.parse(str), false, false, (Browser.Progress) null);
return;
} else {
if (i == 2) {
Browser.openUrl(getContext(), Uri.parse(str), false, true, (Browser.Progress) null);
return;
}
return;
}
}
if (i != 0 && i != 2) {
if (i == 1) {
AlertsCreator.showOpenUrlAlert(this.val$storyViewer.fragment, str, true, true, false, (Browser.Progress) null, this.val$resourcesProvider);
return;
}
return;
}
if (characterStyle instanceof URLSpanReplacement) {
URLSpanReplacement uRLSpanReplacement = (URLSpanReplacement) characterStyle;
if (uRLSpanReplacement.getTextStyleRun() != null && (uRLSpanReplacement.getTextStyleRun().flags & 1024) != 0) {
z2 = true;
AlertsCreator.showOpenUrlAlert(this.val$storyViewer.fragment, str, true, true, true, z2, (Browser.Progress) null, this.val$resourcesProvider);
}
}
z2 = false;
AlertsCreator.showOpenUrlAlert(this.val$storyViewer.fragment, str, true, true, true, z2, (Browser.Progress) null, this.val$resourcesProvider);
}
@Override
public void onEmojiClick(AnimatedEmojiSpan animatedEmojiSpan) {
if (animatedEmojiSpan != null) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (peerStoriesView.delegate == null) {
return;
}
TLRPC.Document document = animatedEmojiSpan.document;
if (document == null) {
document = AnimatedEmojiDrawable.findDocument(peerStoriesView.currentAccount, animatedEmojiSpan.documentId);
}
if (document == null) {
return;
}
BulletinFactory of = BulletinFactory.of(PeerStoriesView.this.storyContainer, this.val$resourcesProvider);
final StoryViewer storyViewer = this.val$storyViewer;
final Theme.ResourcesProvider resourcesProvider = this.val$resourcesProvider;
Bulletin createContainsEmojiBulletin = of.createContainsEmojiBulletin(document, 2, new Utilities.Callback() {
public final void run(Object obj) {
PeerStoriesView.AnonymousClass5.this.lambda$onEmojiClick$4(storyViewer, resourcesProvider, (TLRPC.InputStickerSet) obj);
}
});
if (createContainsEmojiBulletin == null) {
return;
}
createContainsEmojiBulletin.tag = 1;
createContainsEmojiBulletin.show(true);
}
}
@Override
public void onLinkClick(CharacterStyle characterStyle, View view) {
if (characterStyle instanceof URLSpanUserMention) {
TLRPC.User user = MessagesController.getInstance(PeerStoriesView.this.currentAccount).getUser(Utilities.parseLong(((URLSpanUserMention) characterStyle).getURL()));
if (user != null) {
MessagesController.getInstance(PeerStoriesView.this.currentAccount).openChatOrProfileWith(user, (TLRPC.Chat) null, this.val$storyViewer.fragment, 0, false);
return;
}
return;
}
if (!(characterStyle instanceof URLSpanNoUnderline)) {
if (characterStyle instanceof URLSpan) {
processExternalUrl(2, ((URLSpan) characterStyle).getURL(), characterStyle, characterStyle instanceof URLSpanReplacement);
return;
}
if (characterStyle instanceof URLSpanMono) {
((URLSpanMono) characterStyle).copyToClipboard();
BulletinFactory.of(PeerStoriesView.this.storyContainer, this.val$resourcesProvider).createCopyBulletin(LocaleController.getString(R.string.TextCopied)).show();
return;
} else {
if (characterStyle instanceof ClickableSpan) {
((ClickableSpan) characterStyle).onClick(view);
return;
}
return;
}
}
String url = ((URLSpanNoUnderline) characterStyle).getURL();
if (url == null || !(url.startsWith("#") || url.startsWith("$"))) {
String extractUsername = Browser.extractUsername(url);
if (extractUsername != null) {
String lowerCase = extractUsername.toLowerCase();
if (url.startsWith("@")) {
MessagesController.getInstance(PeerStoriesView.this.currentAccount).openByUserName(lowerCase, this.val$storyViewer.fragment, 0, (Browser.Progress) null);
return;
}
}
processExternalUrl(0, url, characterStyle, false);
return;
}
if (url.contains("@")) {
StoryViewer storyViewer = this.val$storyViewer;
if (storyViewer != null) {
storyViewer.presentFragment(new HashtagActivity(url));
return;
}
return;
}
Bundle bundle = new Bundle();
bundle.putInt("type", 3);
bundle.putString("hashtag", url);
StoryViewer storyViewer2 = this.val$storyViewer;
if (storyViewer2 != null) {
storyViewer2.presentFragment(new MediaActivity(bundle, (SharedMediaLayout.SharedMediaPreloader) null));
}
}
@Override
public void onLinkLongPress(final URLSpan uRLSpan, final View view, final Runnable runnable) {
final String url = uRLSpan.getURL();
String url2 = uRLSpan.getURL();
try {
try {
Uri parse = Uri.parse(url2);
url2 = Browser.replaceHostname(parse, Browser.IDN_toUnicode(parse.getHost()), (String) null);
} catch (Exception e) {
FileLog.e(e, false);
}
url2 = URLDecoder.decode(url2.replaceAll("\\+", "%2b"), "UTF-8");
} catch (Exception e2) {
FileLog.e(e2);
}
try {
performHapticFeedback(0, 1);
} catch (Exception unused) {
}
BottomSheet.Builder builder = new BottomSheet.Builder(getContext(), false, this.val$resourcesProvider);
builder.setTitle(url2);
builder.setTitleMultipleLines(true);
StoryItemHolder storyItemHolder = PeerStoriesView.this.currentStory;
CharSequence[] charSequenceArr = (storyItemHolder == null || storyItemHolder.allowScreenshots()) ? new CharSequence[]{LocaleController.getString(R.string.Open), LocaleController.getString(R.string.Copy)} : new CharSequence[]{LocaleController.getString(R.string.Open)};
final Theme.ResourcesProvider resourcesProvider = this.val$resourcesProvider;
builder.setItems(charSequenceArr, new DialogInterface.OnClickListener() {
@Override
public final void onClick(DialogInterface dialogInterface, int i) {
PeerStoriesView.AnonymousClass5.this.lambda$onLinkLongPress$0(uRLSpan, view, url, resourcesProvider, dialogInterface, i);
}
});
builder.setOnPreDismissListener(new DialogInterface.OnDismissListener() {
@Override
public final void onDismiss(DialogInterface dialogInterface) {
runnable.run();
}
});
Dialog create = builder.create();
create.fixNavigationBar(Theme.getColor(Theme.key_dialogBackground, this.val$resourcesProvider));
PeerStoriesView.this.delegate.showDialog(create);
}
@Override
public void onReplyClick(final StoryCaptionView.Reply reply) {
String str;
if (reply == null) {
return;
}
if (!reply.isRepostMessage || reply.peerId == null || reply.messageId == null) {
if (reply.peerId == null || reply.storyId == null) {
BulletinFactory.of(PeerStoriesView.this.storyContainer, this.val$resourcesProvider).createSimpleBulletin(R.raw.error, LocaleController.getString(R.string.StoryHidAccount)).setTag(3).show(true);
return;
}
StoriesController storiesController = MessagesController.getInstance(PeerStoriesView.this.currentAccount).getStoriesController();
long longValue = reply.peerId.longValue();
int intValue = reply.storyId.intValue();
final StoryViewer storyViewer = this.val$storyViewer;
final Theme.ResourcesProvider resourcesProvider = this.val$resourcesProvider;
storiesController.resolveStoryLink(longValue, intValue, new Consumer() {
public final void accept(Object obj) {
PeerStoriesView.AnonymousClass5.this.lambda$onReplyClick$3(reply, storyViewer, resourcesProvider, (TL_stories.StoryItem) obj);
}
});
return;
}
Bundle bundle = new Bundle();
long longValue2 = reply.peerId.longValue();
long longValue3 = reply.peerId.longValue();
if (longValue2 >= 0) {
str = "user_id";
} else {
longValue3 = -longValue3;
str = "chat_id";
}
bundle.putLong(str, longValue3);
bundle.putInt("message_id", reply.messageId.intValue());
this.val$storyViewer.presentFragment(new ChatActivity(bundle));
}
}
class AnonymousClass8 extends CustomPopupMenu {
private boolean edit;
final boolean val$canEditStory;
final Context val$context;
final boolean[] val$popupStillVisible;
final Theme.ResourcesProvider val$resourcesProvider;
final SharedResources val$sharedResources;
final boolean val$speedControl;
final StoryViewer val$storyViewer;
final boolean val$userCanEditStory;
AnonymousClass8(Context context, Theme.ResourcesProvider resourcesProvider, boolean z, Theme.ResourcesProvider resourcesProvider2, StoryViewer storyViewer, boolean z2, boolean z3, boolean z4, Context context2, SharedResources sharedResources, boolean[] zArr) {
super(context, resourcesProvider, z);
this.val$resourcesProvider = resourcesProvider2;
this.val$storyViewer = storyViewer;
this.val$speedControl = z2;
this.val$canEditStory = z3;
this.val$userCanEditStory = z4;
this.val$context = context2;
this.val$sharedResources = sharedResources;
this.val$popupStillVisible = zArr;
}
private void addSpeedLayout(final ActionBarPopupWindow.ActionBarPopupWindowLayout actionBarPopupWindowLayout, boolean z) {
?? r0;
StoryItemHolder storyItemHolder;
if (!this.val$speedControl || ((storyItemHolder = (r0 = PeerStoriesView.this).currentStory) != null && storyItemHolder.uploadingStory != null)) {
PeerStoriesView.this.speedLayout = null;
PeerStoriesView.this.speedItem = null;
return;
}
((PeerStoriesView) r0).speedLayout = new ChooseSpeedLayout(r0.getContext(), actionBarPopupWindowLayout.getSwipeBack(), new ChooseSpeedLayout.Callback() {
public void onSpeedSelected(float f, boolean z2, boolean z3) {
StoryViewer storyViewer = AnonymousClass8.this.val$storyViewer;
if (storyViewer != null) {
storyViewer.setSpeed(f);
}
PeerStoriesView.this.updateSpeedItem(z2);
if (!z3 || actionBarPopupWindowLayout.getSwipeBack() == null) {
return;
}
actionBarPopupWindowLayout.getSwipeBack().closeForeground();
}
});
PeerStoriesView.this.speedLayout.update(StoryViewer.currentSpeed, true);
PeerStoriesView.this.speedItem = new ActionBarMenuSubItem(PeerStoriesView.this.getContext(), false, false, false, this.val$resourcesProvider);
PeerStoriesView.this.speedItem.setTextAndIcon(LocaleController.getString(R.string.Speed), R.drawable.msg_speed, (Drawable) null);
PeerStoriesView.this.updateSpeedItem(true);
PeerStoriesView.this.speedItem.setMinimumWidth(AndroidUtilities.dp(196.0f));
PeerStoriesView.this.speedItem.setRightIcon(R.drawable.msg_arrowright);
actionBarPopupWindowLayout.addView(PeerStoriesView.this.speedItem);
LinearLayout.LayoutParams layoutParams = (LinearLayout.LayoutParams) PeerStoriesView.this.speedItem.getLayoutParams();
if (LocaleController.isRTL) {
layoutParams.gravity = 5;
}
layoutParams.width = -1;
layoutParams.height = AndroidUtilities.dp(48.0f);
PeerStoriesView.this.speedItem.setLayoutParams(layoutParams);
final int addViewToSwipeBack = actionBarPopupWindowLayout.addViewToSwipeBack(PeerStoriesView.this.speedLayout.speedSwipeBackLayout);
PeerStoriesView.this.speedItem.openSwipeBackLayout = new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.lambda$addSpeedLayout$1(actionBarPopupWindowLayout, addViewToSwipeBack);
}
};
PeerStoriesView.this.speedItem.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.AnonymousClass8.this.lambda$addSpeedLayout$2(view);
}
});
actionBarPopupWindowLayout.swipeBackGravityRight = true;
if (z) {
ActionBarPopupWindow.GapView gapView = new ActionBarPopupWindow.GapView(PeerStoriesView.this.getContext(), this.val$resourcesProvider, Theme.key_actionBarDefaultSubmenuSeparator);
gapView.setTag(R.id.fit_width_tag, 1);
actionBarPopupWindowLayout.addView(gapView, LayoutHelper.createLinear(-1, 8));
}
}
private void addViewStatistics(ActionBarPopupWindow.ActionBarPopupWindowLayout actionBarPopupWindowLayout, final TL_stories.StoryItem storyItem) {
final TLRPC.Chat chat;
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (!peerStoriesView.isChannel || (chat = MessagesController.getInstance(peerStoriesView.currentAccount).getChat(Long.valueOf(-PeerStoriesView.this.dialogId))) == null) {
return;
}
TLRPC.ChatFull chatFull = MessagesController.getInstance(PeerStoriesView.this.currentAccount).getChatFull(chat.id);
if (chatFull == null) {
chatFull = MessagesStorage.getInstance(PeerStoriesView.this.currentAccount).loadChatInfo(chat.id, true, new CountDownLatch(1), false, false);
}
if (chatFull == null || !chatFull.can_view_stats) {
return;
}
ActionBarMenuSubItem addItem = ActionBarMenuItem.addItem(actionBarPopupWindowLayout, R.drawable.msg_stats, LocaleController.getString(R.string.ViewStatistics), false, this.val$resourcesProvider);
final StoryViewer storyViewer = this.val$storyViewer;
addItem.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.AnonymousClass8.this.lambda$addViewStatistics$0(storyItem, storyViewer, chat, view);
}
});
}
public static void lambda$addSpeedLayout$1(ActionBarPopupWindow.ActionBarPopupWindowLayout actionBarPopupWindowLayout, int i) {
if (actionBarPopupWindowLayout.getSwipeBack() != null) {
actionBarPopupWindowLayout.getSwipeBack().openForeground(i);
}
}
public void lambda$addSpeedLayout$2(View view) {
PeerStoriesView.this.speedItem.openSwipeBack();
}
public void lambda$addViewStatistics$0(TL_stories.StoryItem storyItem, StoryViewer storyViewer, TLRPC.Chat chat, View view) {
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
storyItem.dialogId = PeerStoriesView.this.dialogId;
storyItem.messageId = storyItem.id;
MessageObject messageObject = new MessageObject(PeerStoriesView.this.currentAccount, storyItem);
messageObject.generateThumbs(false);
storyViewer.presentFragment(new MessageStatisticActivity(messageObject, chat.id, false) {
public Theme.ResourcesProvider getResourceProvider() {
return new DarkThemeResourceProvider();
}
public boolean isLightStatusBar() {
return false;
}
});
}
public void lambda$onCreate$10(Theme.ResourcesProvider resourcesProvider, Context context, final StoryViewer storyViewer, final SharedResources sharedResources, View view) {
if (view.getAlpha() < 1.0f) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
AndroidUtilities.shakeViewSpring(view, peerStoriesView.shiftDp = -peerStoriesView.shiftDp);
BulletinFactory.of(PeerStoriesView.this.storyContainer, resourcesProvider).createErrorBulletin("Wait until current upload is complete").show();
return;
}
final Activity findActivity = AndroidUtilities.findActivity(context);
if (findActivity == null) {
return;
}
this.edit = true;
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
Runnable runnable = new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$9(findActivity, storyViewer, sharedResources);
}
};
if (PeerStoriesView.this.delegate.releasePlayer(runnable)) {
return;
}
runnable.run();
}
public static void lambda$onCreate$11(StoriesController.BotPreviewsList botPreviewsList, TL_stories.StoryItem storyItem, Utilities.Callback callback) {
TL_stories.StoryItem storyItem2;
TLRPC.MessageMedia messageMedia;
TLRPC.Document document;
TLRPC.Document document2;
for (int i = 0; i < botPreviewsList.messageObjects.size(); i++) {
MessageObject messageObject = (MessageObject) botPreviewsList.messageObjects.get(i);
if (messageObject != null && (storyItem2 = messageObject.storyItem) != null && (messageMedia = storyItem2.media) != null && (document = storyItem.media.document) != null && (document2 = messageMedia.document) != null && document2.id == document.id) {
callback.run(document2);
return;
}
}
callback.run((Object) null);
}
public void lambda$onCreate$12(TLObject tLObject, TL_stories.StoryItem storyItem, Utilities.Callback callback) {
TLRPC.Document document;
if (tLObject instanceof TL_stories.TL_stories_stories) {
TL_stories.TL_stories_stories tL_stories_stories = (TL_stories.TL_stories_stories) tLObject;
MessagesController.getInstance(PeerStoriesView.this.currentAccount).putUsers(tL_stories_stories.users, false);
MessagesController.getInstance(PeerStoriesView.this.currentAccount).putChats(tL_stories_stories.chats, false);
for (int i = 0; i < tL_stories_stories.stories.size(); i++) {
if (((TL_stories.StoryItem) tL_stories_stories.stories.get(i)).id == storyItem.id) {
document = ((TL_stories.StoryItem) tL_stories_stories.stories.get(i)).media.document;
break;
}
}
}
document = null;
callback.run(document);
}
public void lambda$onCreate$13(final TL_stories.StoryItem storyItem, final Utilities.Callback callback, final TLObject tLObject, TLRPC.TL_error tL_error) {
AndroidUtilities.runOnUIThread(new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$12(tLObject, storyItem, callback);
}
});
}
public void lambda$onCreate$14(final TL_stories.StoryItem storyItem, final TL_stories.StoryItem storyItem2, final Utilities.Callback callback) {
final StoriesController.BotPreviewsList botPreviewsList;
if ((storyItem instanceof StoriesController.BotPreview) && (botPreviewsList = ((StoriesController.BotPreview) storyItem).list) != null) {
botPreviewsList.reload(new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.lambda$onCreate$11(StoriesController.BotPreviewsList.this, storyItem2, callback);
}
});
return;
}
TL_stories.TL_stories_getStoriesByID tL_stories_getStoriesByID = new TL_stories.TL_stories_getStoriesByID();
tL_stories_getStoriesByID.peer = MessagesController.getInstance(PeerStoriesView.this.currentAccount).getInputPeer(storyItem.dialogId);
tL_stories_getStoriesByID.id.add(Integer.valueOf(storyItem.id));
ConnectionsManager.getInstance(PeerStoriesView.this.currentAccount).sendRequest(tL_stories_getStoriesByID, new RequestDelegate() {
public final void run(TLObject tLObject, TLRPC.TL_error tL_error) {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$13(storyItem, callback, tLObject, tL_error);
}
});
}
public void lambda$onCreate$15() {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.editOpened = true;
peerStoriesView.setActive(false);
}
public static void lambda$onCreate$16(Runnable runnable) {
AndroidUtilities.cancelRunOnUIThread(runnable);
AndroidUtilities.runOnUIThread(runnable);
}
public static void lambda$onCreate$17(Runnable runnable, long j) {
AndroidUtilities.cancelRunOnUIThread(runnable);
AndroidUtilities.runOnUIThread(runnable, Math.max(0L, 32 - (System.currentTimeMillis() - j)));
}
public void lambda$onCreate$18(SharedResources sharedResources, Long l, final Runnable runnable, Boolean bool, Long l2) {
final long currentTimeMillis = System.currentTimeMillis();
PeerStoriesView peerStoriesView = PeerStoriesView.this;
VideoPlayerSharedScope videoPlayerSharedScope = peerStoriesView.playerSharedScope;
StoryViewer.VideoPlayerHolder videoPlayerHolder = videoPlayerSharedScope.player;
if (videoPlayerHolder == null) {
peerStoriesView.delegate.setPopupIsVisible(false);
PeerStoriesView.this.setActive(true);
PeerStoriesView peerStoriesView2 = PeerStoriesView.this;
peerStoriesView2.editOpened = false;
peerStoriesView2.onImageReceiverThumbLoaded = new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.lambda$onCreate$16(runnable);
}
};
if (bool.booleanValue()) {
PeerStoriesView.this.updatePosition();
}
AndroidUtilities.runOnUIThread(runnable, 400L);
return;
}
((VideoPlayerHolderBase) videoPlayerHolder).firstFrameRendered = false;
videoPlayerSharedScope.firstFrameRendered = false;
videoPlayerHolder.setOnReadyListener(new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.lambda$onCreate$17(runnable, currentTimeMillis);
}
});
PeerStoriesView.this.delegate.setPopupIsVisible(false);
if (PeerStoriesView.this.muteIconView != null) {
PeerStoriesView.this.muteIconView.setAnimation(sharedResources.muteDrawable);
}
PeerStoriesView.this.setActive(((PeerStoriesView.this.videoDuration <= 0 || l.longValue() <= PeerStoriesView.this.videoDuration - 1400) ? l : 0L).longValue(), true);
PeerStoriesView.this.editOpened = false;
AndroidUtilities.runOnUIThread(runnable, 400L);
if (bool.booleanValue()) {
PeerStoriesView.this.updatePosition();
}
}
public void lambda$onCreate$19(Activity activity, final TL_stories.StoryItem storyItem, StoryViewer storyViewer, final SharedResources sharedResources) {
StoryViewer.VideoPlayerHolder videoPlayerHolder;
StoryRecorder storyRecorder = StoryRecorder.getInstance(activity, PeerStoriesView.this.currentAccount);
VideoPlayerSharedScope videoPlayerSharedScope = PeerStoriesView.this.playerSharedScope;
long j = (videoPlayerSharedScope == null || (videoPlayerHolder = videoPlayerSharedScope.player) == null) ? 0L : ((VideoPlayerHolderBase) videoPlayerHolder).currentPosition;
StoryEntry fromStoryItem = StoryEntry.fromStoryItem(PeerStoriesView.this.currentStory.getPath(), PeerStoriesView.this.currentStory.storyItem);
fromStoryItem.editStoryPeerId = PeerStoriesView.this.dialogId;
fromStoryItem.cover = StoryEntry.getCoverTime(PeerStoriesView.this.currentStory.storyItem);
StoryEntry copy = fromStoryItem.copy();
copy.isEditingCover = true;
final TL_stories.StoryItem storyItem2 = PeerStoriesView.this.currentStory.storyItem;
copy.editingCoverDocument = storyItem2.media.document;
copy.updateDocumentRef = new Utilities.Callback() {
public final void run(Object obj) {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$14(storyItem2, storyItem, (Utilities.Callback) obj);
}
};
if (PeerStoriesView.this.isBotsPreview()) {
copy.botId = PeerStoriesView.this.dialogId;
copy.editingBotPreview = MessagesController.toInputMedia(PeerStoriesView.this.currentStory.storyItem.media);
StoriesController.StoriesList storiesList = storyViewer.storiesList;
if (storiesList instanceof StoriesController.BotPreviewsList) {
copy.botLang = ((StoriesController.BotPreviewsList) storiesList).lang_code;
}
}
storyRecorder.openEdit(StoryRecorder.SourceView.fromStoryViewer(storyViewer), copy, j, true);
storyRecorder.setOnFullyOpenListener(new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$15();
}
});
storyRecorder.setOnPrepareCloseListener(new Utilities.Callback4() {
public final void run(Object obj, Object obj2, Object obj3, Object obj4) {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$18(sharedResources, (Long) obj, (Runnable) obj2, (Boolean) obj3, (Long) obj4);
}
});
}
public void lambda$onCreate$20(Context context, final TL_stories.StoryItem storyItem, final StoryViewer storyViewer, final SharedResources sharedResources, View view) {
File path = PeerStoriesView.this.currentStory.getPath();
if (path == null || !path.exists()) {
PeerStoriesView.this.showDownloadAlert();
return;
}
final Activity findActivity = AndroidUtilities.findActivity(context);
if (findActivity == null) {
return;
}
this.edit = true;
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
Runnable runnable = new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$19(findActivity, storyItem, storyViewer, sharedResources);
}
};
if (PeerStoriesView.this.delegate.releasePlayer(runnable)) {
return;
}
runnable.run();
}
public void lambda$onCreate$21(TL_stories.StoryItem storyItem, boolean z, Theme.ResourcesProvider resourcesProvider, Boolean bool) {
BulletinFactory of;
int i;
int i2;
Bulletin createSimpleBulletin;
if (bool.booleanValue()) {
storyItem.pinned = z;
PeerStoriesView peerStoriesView = PeerStoriesView.this;
boolean z2 = peerStoriesView.isSelf;
of = BulletinFactory.of(peerStoriesView.storyContainer, resourcesProvider);
if (z2) {
createSimpleBulletin = of.createSimpleBulletin(z ? R.raw.contact_check : R.raw.chats_archived, LocaleController.getString(z ? R.string.StoryPinnedToProfile : R.string.StoryArchivedFromProfile));
} else if (z) {
createSimpleBulletin = of.createSimpleBulletin(R.raw.contact_check, LocaleController.getString(R.string.StoryPinnedToPosts), LocaleController.getString(R.string.StoryPinnedToPostsDescription));
} else {
i = R.raw.chats_archived;
i2 = R.string.StoryUnpinnedFromPosts;
}
createSimpleBulletin.show();
}
of = BulletinFactory.of(PeerStoriesView.this.storyContainer, resourcesProvider);
i = R.raw.error;
i2 = R.string.UnknownError;
createSimpleBulletin = of.createSimpleBulletin(i, LocaleController.getString(i2));
createSimpleBulletin.show();
}
public void lambda$onCreate$22(final TL_stories.StoryItem storyItem, final boolean z, final Theme.ResourcesProvider resourcesProvider, View view) {
ArrayList arrayList = new ArrayList();
arrayList.add(storyItem);
MessagesController.getInstance(PeerStoriesView.this.currentAccount).getStoriesController().updateStoriesPinned(PeerStoriesView.this.dialogId, arrayList, z, new Utilities.Callback() {
public final void run(Object obj) {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$21(storyItem, z, resourcesProvider, (Boolean) obj);
}
});
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$23(View view) {
PeerStoriesView.this.saveToGallery();
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$24(View view) {
AndroidUtilities.addToClipboard(PeerStoriesView.this.currentStory.createLink());
PeerStoriesView.this.onLinkCopied();
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$25(View view) {
PeerStoriesView.this.shareStory(false);
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$26(View view) {
PeerStoriesView.this.deleteStory();
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$27(String str, Theme.ResourcesProvider resourcesProvider, TLObject tLObject, String str2, View view) {
MessagesController.getNotificationsSettings(PeerStoriesView.this.currentAccount).edit().putBoolean("stories_" + str, false).apply();
NotificationsController.getInstance(PeerStoriesView.this.currentAccount).updateServerNotificationsSettings(PeerStoriesView.this.dialogId, 0L);
BulletinFactory.of(PeerStoriesView.this.storyContainer, resourcesProvider).createUsersBulletin(Arrays.asList(tLObject), AndroidUtilities.replaceTags(LocaleController.formatString("NotificationsStoryMutedHint", R.string.NotificationsStoryMutedHint, new Object[]{str2}))).setTag(2).show();
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$28(String str, Theme.ResourcesProvider resourcesProvider, TLObject tLObject, String str2, View view) {
MessagesController.getNotificationsSettings(PeerStoriesView.this.currentAccount).edit().putBoolean("stories_" + str, true).apply();
NotificationsController.getInstance(PeerStoriesView.this.currentAccount).updateServerNotificationsSettings(PeerStoriesView.this.dialogId, 0L);
BulletinFactory.of(PeerStoriesView.this.storyContainer, resourcesProvider).createUsersBulletin(Arrays.asList(tLObject), AndroidUtilities.replaceTags(LocaleController.formatString("NotificationsStoryUnmutedHint", R.string.NotificationsStoryUnmutedHint, new Object[]{str2}))).setTag(2).show();
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$29(View view) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.toggleArchiveForStory(peerStoriesView.dialogId);
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$3(View view) {
StoriesController.UploadingStory uploadingStory = PeerStoriesView.this.currentStory.uploadingStory;
if (uploadingStory != null) {
uploadingStory.cancel();
PeerStoriesView.this.updateStoryItems();
}
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$30(View view) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.toggleArchiveForStory(peerStoriesView.dialogId);
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$31(View view) {
PeerStoriesView.this.saveToGallery();
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$32(StoryViewer storyViewer) {
PeerStoriesView.this.delegate.showDialog(new PremiumFeatureBottomSheet(storyViewer.fragment, 14, false));
}
public void lambda$onCreate$33(ActionBarMenuSubItem actionBarMenuSubItem, final StoryViewer storyViewer, View view) {
actionBarMenuSubItem.performHapticFeedback(3);
BulletinFactory global = BulletinFactory.global();
if (global != null) {
global.createSimpleBulletin(R.raw.ic_save_to_gallery, AndroidUtilities.replaceSingleTag(LocaleController.getString(R.string.SaveStoryToGalleryPremiumHint), new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$32(storyViewer);
}
})).show();
}
}
public void lambda$onCreate$34(View view) {
AndroidUtilities.addToClipboard(PeerStoriesView.this.currentStory.createLink());
PeerStoriesView.this.onLinkCopied();
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$35(View view) {
PeerStoriesView.this.shareStory(false);
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$36(View view) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.currentStory.storyItem.translated = false;
StoriesStorage storiesStorage = MessagesController.getInstance(peerStoriesView.currentAccount).getStoriesController().getStoriesStorage();
TL_stories.StoryItem storyItem = PeerStoriesView.this.currentStory.storyItem;
storiesStorage.updateStoryItem(storyItem.dialogId, storyItem);
PeerStoriesView.this.cancelTextSelection();
PeerStoriesView.this.updatePosition();
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$37() {
Delegate delegate = PeerStoriesView.this.delegate;
if (delegate != null) {
delegate.setTranslating(false);
}
PeerStoriesView.this.updatePosition();
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.checkBlackoutMode = true;
peerStoriesView.storyCaptionView.expand(true);
}
public static void lambda$onCreate$38(Runnable runnable, long j) {
AndroidUtilities.runOnUIThread(runnable, Math.max(0L, 500 - (System.currentTimeMillis() - j)));
}
public void lambda$onCreate$39(View view) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.currentStory.storyItem.translated = true;
peerStoriesView.cancelTextSelection();
Delegate delegate = PeerStoriesView.this.delegate;
if (delegate != null) {
delegate.setTranslating(true);
}
StoriesStorage storiesStorage = MessagesController.getInstance(PeerStoriesView.this.currentAccount).getStoriesController().getStoriesStorage();
TL_stories.StoryItem storyItem = PeerStoriesView.this.currentStory.storyItem;
storiesStorage.updateStoryItem(storyItem.dialogId, storyItem);
final long currentTimeMillis = System.currentTimeMillis();
final Runnable runnable = new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$37();
}
};
MessagesController.getInstance(PeerStoriesView.this.currentAccount).getTranslateController().translateStory(PeerStoriesView.this.currentStory.storyItem, new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.lambda$onCreate$38(runnable, currentTimeMillis);
}
});
PeerStoriesView.this.updatePosition();
PeerStoriesView peerStoriesView2 = PeerStoriesView.this;
peerStoriesView2.checkBlackoutMode = true;
peerStoriesView2.storyCaptionView.expand(true);
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$4(StoryPrivacyBottomSheet.StoryPrivacy storyPrivacy, TL_stories.StoryItem storyItem, View view) {
PeerStoriesView.this.editPrivacy(storyPrivacy, storyItem);
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public static void lambda$onCreate$40(StoryViewer storyViewer, Boolean bool) {
if (storyViewer != null) {
storyViewer.setOverlayVisible(false);
}
}
public void lambda$onCreate$41(final StoryViewer storyViewer, Theme.ResourcesProvider resourcesProvider, View view) {
if (storyViewer != null) {
storyViewer.setOverlayVisible(true);
}
int i = PeerStoriesView.this.currentAccount;
Context context = PeerStoriesView.this.getContext();
PeerStoriesView peerStoriesView = PeerStoriesView.this;
ReportBottomSheet.openStory(i, context, peerStoriesView.currentStory.storyItem, BulletinFactory.of(peerStoriesView.storyContainer, resourcesProvider), resourcesProvider, new Utilities.Callback() {
public final void run(Object obj) {
PeerStoriesView.AnonymousClass8.lambda$onCreate$40(StoryViewer.this, (Boolean) obj);
}
});
CustomPopupMenu customPopupMenu = PeerStoriesView.this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$onCreate$42(StoryContainsEmojiButton storyContainsEmojiButton, View view) {
Delegate delegate;
Dialog alert = storyContainsEmojiButton.getAlert();
if (alert == null || (delegate = PeerStoriesView.this.delegate) == null) {
return;
}
delegate.showDialog(alert);
PeerStoriesView.this.popupMenu.dismiss();
}
public void lambda$onCreate$5() {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.editOpened = true;
peerStoriesView.setActive(false);
}
public static void lambda$onCreate$6(Runnable runnable) {
AndroidUtilities.cancelRunOnUIThread(runnable);
AndroidUtilities.runOnUIThread(runnable);
}
public static void lambda$onCreate$7(Runnable runnable, long j) {
AndroidUtilities.cancelRunOnUIThread(runnable);
AndroidUtilities.runOnUIThread(runnable, Math.max(0L, 32 - (System.currentTimeMillis() - j)));
}
public void lambda$onCreate$8(SharedResources sharedResources, Long l, final Runnable runnable, Boolean bool, Long l2) {
final long currentTimeMillis = System.currentTimeMillis();
PeerStoriesView peerStoriesView = PeerStoriesView.this;
VideoPlayerSharedScope videoPlayerSharedScope = peerStoriesView.playerSharedScope;
StoryViewer.VideoPlayerHolder videoPlayerHolder = videoPlayerSharedScope.player;
if (videoPlayerHolder == null) {
peerStoriesView.delegate.setPopupIsVisible(false);
PeerStoriesView.this.setActive(true);
PeerStoriesView peerStoriesView2 = PeerStoriesView.this;
peerStoriesView2.editOpened = false;
peerStoriesView2.onImageReceiverThumbLoaded = new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.lambda$onCreate$6(runnable);
}
};
if (bool.booleanValue()) {
PeerStoriesView.this.updatePosition();
}
AndroidUtilities.runOnUIThread(runnable, 400L);
return;
}
((VideoPlayerHolderBase) videoPlayerHolder).firstFrameRendered = false;
videoPlayerSharedScope.firstFrameRendered = false;
videoPlayerHolder.setOnReadyListener(new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.lambda$onCreate$7(runnable, currentTimeMillis);
}
});
PeerStoriesView.this.delegate.setPopupIsVisible(false);
if (PeerStoriesView.this.muteIconView != null) {
PeerStoriesView.this.muteIconView.setAnimation(sharedResources.muteDrawable);
}
PeerStoriesView.this.setActive(((PeerStoriesView.this.videoDuration <= 0 || l.longValue() <= PeerStoriesView.this.videoDuration - 1400) ? l : 0L).longValue(), true);
PeerStoriesView.this.editOpened = false;
AndroidUtilities.runOnUIThread(runnable, 400L);
if (bool.booleanValue()) {
PeerStoriesView.this.updatePosition();
}
}
public void lambda$onCreate$9(Activity activity, StoryViewer storyViewer, final SharedResources sharedResources) {
File file;
StoryViewer.VideoPlayerHolder videoPlayerHolder;
StoryRecorder storyRecorder = StoryRecorder.getInstance(activity, PeerStoriesView.this.currentAccount);
VideoPlayerSharedScope videoPlayerSharedScope = PeerStoriesView.this.playerSharedScope;
long j = (videoPlayerSharedScope == null || (videoPlayerHolder = videoPlayerSharedScope.player) == null) ? 0L : ((VideoPlayerHolderBase) videoPlayerHolder).currentPosition;
DraftsController draftsController = MessagesController.getInstance(PeerStoriesView.this.currentAccount).getStoriesController().getDraftsController();
TL_stories.StoryItem storyItem = PeerStoriesView.this.currentStory.storyItem;
StoryEntry forEdit = draftsController.getForEdit(storyItem.dialogId, storyItem);
if (forEdit == null || forEdit.isRepostMessage || (file = forEdit.file) == null || !file.exists()) {
forEdit = StoryEntry.fromStoryItem(PeerStoriesView.this.currentStory.getPath(), PeerStoriesView.this.currentStory.storyItem);
forEdit.editStoryPeerId = PeerStoriesView.this.dialogId;
}
StoryEntry copy = forEdit.copy();
if (PeerStoriesView.this.isBotsPreview()) {
copy.botId = PeerStoriesView.this.dialogId;
copy.editingBotPreview = MessagesController.toInputMedia(PeerStoriesView.this.currentStory.storyItem.media);
StoriesController.StoriesList storiesList = storyViewer.storiesList;
if (storiesList instanceof StoriesController.BotPreviewsList) {
copy.botLang = ((StoriesController.BotPreviewsList) storiesList).lang_code;
}
}
storyRecorder.openEdit(StoryRecorder.SourceView.fromStoryViewer(storyViewer), copy, j, true);
storyRecorder.setOnFullyOpenListener(new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$5();
}
});
storyRecorder.setOnPrepareCloseListener(new Utilities.Callback4() {
public final void run(Object obj, Object obj2, Object obj3, Object obj4) {
PeerStoriesView.AnonymousClass8.this.lambda$onCreate$8(sharedResources, (Long) obj, (Runnable) obj2, (Boolean) obj3, (Long) obj4);
}
});
}
public void lambda$onDismissed$43() {
PeerStoriesView.this.delegate.setPopupIsVisible(false);
}
protected void onCreate(org.telegram.ui.ActionBar.ActionBarPopupWindow.ActionBarPopupWindowLayout r29) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.AnonymousClass8.onCreate(org.telegram.ui.ActionBar.ActionBarPopupWindow$ActionBarPopupWindowLayout):void");
}
protected void onDismissed() {
if (!this.edit && !this.val$popupStillVisible[0]) {
AndroidUtilities.runOnUIThread(new Runnable() {
@Override
public final void run() {
PeerStoriesView.AnonymousClass8.this.lambda$onDismissed$43();
}
});
}
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.popupMenu = null;
peerStoriesView.editStoryItem = null;
}
}
public interface Delegate {
int getKeyboardHeight();
float getProgressToDismiss();
boolean isClosed();
void onPeerSelected(long j, int i);
void preparePlayer(ArrayList arrayList, ArrayList arrayList2);
boolean releasePlayer(Runnable runnable);
void requestAdjust(boolean z);
void requestPlayer(TLRPC.Document document, Uri uri, long j, VideoPlayerSharedScope videoPlayerSharedScope);
void setAllowTouchesByViewPager(boolean z);
void setBulletinIsVisible(boolean z);
void setHideEnterViewProgress(float f);
void setIsCaption(boolean z);
void setIsCaptionPartVisible(boolean z);
void setIsHintVisible(boolean z);
void setIsInPinchToZoom(boolean z);
void setIsInSelectionMode(boolean z);
void setIsLikesReaction(boolean z);
void setIsRecording(boolean z);
void setIsSwiping(boolean z);
void setIsWaiting(boolean z);
void setKeyboardVisible(boolean z);
void setPopupIsVisible(boolean z);
void setTranslating(boolean z);
void shouldSwitchToNext();
void showDialog(Dialog dialog);
void switchToNextAndRemoveCurrentPeer();
}
public static class PeerHeaderView extends FrameLayout {
public BackupImageView backupImageView;
private float progressToUploading;
RadialProgress radialProgress;
Paint radialProgressPaint;
StoryItemHolder storyItemHolder;
private ValueAnimator subtitleAnimator;
private TextView[] subtitleView;
public SimpleTextView titleView;
private boolean uploadedTooFast;
private boolean uploading;
public PeerHeaderView(Context context, StoryItemHolder storyItemHolder) {
super(context);
this.subtitleView = new TextView[2];
this.storyItemHolder = storyItemHolder;
BackupImageView backupImageView = new BackupImageView(context) {
protected void onDraw(Canvas canvas) {
if (((BackupImageView) this).imageReceiver.getVisible()) {
RectF rectF = AndroidUtilities.rectTmp;
rectF.set(0.0f, 0.0f, getMeasuredWidth(), getMeasuredHeight());
PeerHeaderView.this.drawUploadingProgress(canvas, rectF, true, 1.0f);
}
super.onDraw(canvas);
}
};
this.backupImageView = backupImageView;
backupImageView.setRoundRadius(AndroidUtilities.dp(16.0f));
addView((View) this.backupImageView, (ViewGroup.LayoutParams) LayoutHelper.createFrame(32, 32.0f, 0, 12.0f, 2.0f, 0.0f, 0.0f));
setClipChildren(false);
SimpleTextView simpleTextView = new SimpleTextView(context) {
protected void onMeasure(int i, int i2) {
super.onMeasure(i, i2);
setPivotY(getMeasuredHeight() / 2.0f);
}
};
this.titleView = simpleTextView;
simpleTextView.setTextSize(14);
this.titleView.setTypeface(AndroidUtilities.bold());
this.titleView.setMaxLines(1);
this.titleView.setEllipsizeByGradient(AndroidUtilities.dp(4.0f));
this.titleView.setPivotX(0.0f);
NotificationCenter.listenEmojiLoading(this.titleView);
addView((View) this.titleView, (ViewGroup.LayoutParams) LayoutHelper.createFrame(-2, -2.0f, 0, 54.0f, 0.0f, 86.0f, 0.0f));
for (int i = 0; i < 2; i++) {
this.subtitleView[i] = new TextView(context);
this.subtitleView[i].setTextSize(1, 12.0f);
this.subtitleView[i].setMaxLines(1);
this.subtitleView[i].setSingleLine(true);
this.subtitleView[i].setEllipsize(TextUtils.TruncateAt.MIDDLE);
this.subtitleView[i].setTextColor(-1);
this.subtitleView[i].setPadding(AndroidUtilities.dp(3.0f), 0, AndroidUtilities.dp(3.0f), AndroidUtilities.dp(1.0f));
addView(this.subtitleView[i], LayoutHelper.createFrame(-2, -2.0f, 0, 51.0f, 18.0f, 83.0f, 0.0f));
}
this.titleView.setTextColor(-1);
}
public void lambda$setSubtitle$0(ValueAnimator valueAnimator) {
float floatValue = ((Float) valueAnimator.getAnimatedValue()).floatValue();
this.subtitleView[0].setAlpha(floatValue);
float f = 1.0f - floatValue;
this.subtitleView[0].setTranslationY((-AndroidUtilities.dp(4.0f)) * f);
this.subtitleView[1].setAlpha(f);
this.subtitleView[1].setTranslationY(floatValue * AndroidUtilities.dp(4.0f));
}
@Override
public boolean dispatchTouchEvent(MotionEvent motionEvent) {
if (isEnabled()) {
return super.dispatchTouchEvent(motionEvent);
}
return false;
}
public void drawUploadingProgress(Canvas canvas, RectF rectF, boolean z, float f) {
float f2;
boolean z2;
StoriesController.UploadingStory uploadingStory;
StoryItemHolder storyItemHolder = this.storyItemHolder;
if ((storyItemHolder == null || storyItemHolder.uploadingStory == null) && this.progressToUploading == 0.0f) {
return;
}
if (storyItemHolder == null || (uploadingStory = storyItemHolder.uploadingStory) == null || uploadingStory.failed) {
if (this.uploading) {
this.uploading = false;
this.uploadedTooFast = this.radialProgress.getAnimatedProgress() < 0.2f;
}
if (!this.uploadedTooFast) {
this.progressToUploading = Utilities.clamp(this.progressToUploading - ((1000.0f / AndroidUtilities.screenRefreshRate) / 300.0f), 1.0f, 0.0f);
}
f2 = 1.0f;
z2 = true;
} else {
this.progressToUploading = 1.0f;
f2 = uploadingStory.progress;
if (!this.uploading) {
this.uploading = true;
}
z2 = false;
}
if (this.radialProgress == null) {
RadialProgress radialProgress = new RadialProgress(this.backupImageView);
this.radialProgress = radialProgress;
radialProgress.setBackground((Drawable) null, true, false);
}
this.radialProgress.setDiff(0);
ImageReceiver imageReceiver = this.backupImageView.getImageReceiver();
float dp = AndroidUtilities.dp(3.0f) - (AndroidUtilities.dp(6.0f) * (1.0f - this.progressToUploading));
this.radialProgress.setProgressRect((int) (rectF.left - dp), (int) (rectF.top - dp), (int) (rectF.right + dp), (int) (rectF.bottom + dp));
this.radialProgress.setProgress(z2 ? 1.0f : Utilities.clamp(f2, 1.0f, 0.0f), true);
if (this.uploadedTooFast && z2 && this.radialProgress.getAnimatedProgress() >= 0.9f) {
this.progressToUploading = Utilities.clamp(this.progressToUploading - ((1000.0f / AndroidUtilities.screenRefreshRate) / 300.0f), 1.0f, 0.0f);
}
if (z) {
if (f != 1.0f) {
Paint unreadCirclePaint = StoriesUtilities.getUnreadCirclePaint(imageReceiver, false);
unreadCirclePaint.setAlpha((int) (this.progressToUploading * 255.0f));
this.radialProgress.setPaint(unreadCirclePaint);
this.radialProgress.draw(canvas);
}
if (this.radialProgressPaint == null) {
Paint paint = new Paint(1);
this.radialProgressPaint = paint;
paint.setColor(-1);
this.radialProgressPaint.setStrokeWidth(AndroidUtilities.dp(2.0f));
this.radialProgressPaint.setStyle(Paint.Style.STROKE);
this.radialProgressPaint.setStrokeCap(Paint.Cap.ROUND);
}
this.radialProgressPaint.setAlpha((int) (255.0f * f * this.progressToUploading));
this.radialProgress.setPaint(this.radialProgressPaint);
this.radialProgress.draw(canvas);
}
}
public void setOnSubtitleClick(View.OnClickListener onClickListener) {
this.subtitleView[0].setOnClickListener(onClickListener);
this.subtitleView[0].setClickable(onClickListener != null);
this.subtitleView[0].setBackground(onClickListener == null ? null : Theme.createSelectorDrawable(822083583, 7));
}
public void setSubtitle(CharSequence charSequence) {
setSubtitle(charSequence, false);
}
public void setSubtitle(CharSequence charSequence, boolean z) {
ValueAnimator valueAnimator = this.subtitleAnimator;
if (valueAnimator != null) {
valueAnimator.cancel();
this.subtitleAnimator = null;
}
if (!z) {
this.subtitleView[0].setVisibility(0);
this.subtitleView[0].setAlpha(1.0f);
this.subtitleView[0].setText(charSequence);
this.subtitleView[1].setVisibility(8);
this.subtitleView[1].setAlpha(0.0f);
return;
}
this.subtitleView[1].setOnClickListener(null);
TextView[] textViewArr = this.subtitleView;
textViewArr[1].setText(textViewArr[0].getText());
this.subtitleView[1].setVisibility(0);
this.subtitleView[1].setAlpha(1.0f);
this.subtitleView[1].setTranslationY(0.0f);
this.subtitleView[0].setText(charSequence);
this.subtitleView[0].setVisibility(0);
this.subtitleView[0].setAlpha(0.0f);
this.subtitleView[0].setTranslationY(-AndroidUtilities.dp(4.0f));
ValueAnimator ofFloat = ValueAnimator.ofFloat(0.0f, 1.0f);
this.subtitleAnimator = ofFloat;
ofFloat.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
@Override
public final void onAnimationUpdate(ValueAnimator valueAnimator2) {
PeerStoriesView.PeerHeaderView.this.lambda$setSubtitle$0(valueAnimator2);
}
});
this.subtitleAnimator.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animator) {
PeerHeaderView.this.subtitleView[1].setVisibility(8);
PeerHeaderView.this.subtitleView[0].setAlpha(1.0f);
PeerHeaderView.this.subtitleView[0].setTranslationY(0.0f);
}
});
this.subtitleAnimator.setInterpolator(CubicBezierInterpolator.EASE_OUT_QUINT);
this.subtitleAnimator.setDuration(340L);
this.subtitleAnimator.start();
}
}
public static class SharedResources {
public final Paint barPaint;
private final Drawable bottomOverlayGradient;
public Drawable deleteDrawable;
private final Paint gradientBackgroundPaint;
public final Drawable imageBackgroundDrawable;
public Drawable likeDrawable;
public Drawable likeDrawableFilled;
public RLottieDrawable muteDrawable;
public RLottieDrawable noSoundDrawable;
public Drawable optionsDrawable;
public Drawable repostDrawable;
public final Paint selectedBarPaint;
public Drawable shareDrawable;
private final Drawable topOverlayGradient;
public final BitmapShaderTools bitmapShaderTools = new BitmapShaderTools();
private final RectF rect1 = new RectF();
private final RectF rect2 = new RectF();
private final RectF finalRect = new RectF();
private final Paint dimPaint = new Paint();
SharedResources(Context context) {
this.shareDrawable = ContextCompat.getDrawable(context, R.drawable.media_share);
this.likeDrawable = ContextCompat.getDrawable(context, R.drawable.media_like);
this.repostDrawable = ContextCompat.getDrawable(context, R.drawable.media_repost);
Drawable drawable = ContextCompat.getDrawable(context, R.drawable.media_like_active);
this.likeDrawableFilled = drawable;
drawable.setColorFilter(new PorterDuffColorFilter(-53704, PorterDuff.Mode.MULTIPLY));
this.optionsDrawable = ContextCompat.getDrawable(context, R.drawable.media_more);
this.deleteDrawable = ContextCompat.getDrawable(context, R.drawable.msg_delete);
int i = R.raw.media_mute_unmute;
this.muteDrawable = new RLottieDrawable(i, "media_mute_unmute", AndroidUtilities.dp(28.0f), AndroidUtilities.dp(28.0f), true, (int[]) null);
RLottieDrawable rLottieDrawable = new RLottieDrawable(i, "media_mute_unmute", AndroidUtilities.dp(28.0f), AndroidUtilities.dp(28.0f), true, (int[]) null);
this.noSoundDrawable = rLottieDrawable;
rLottieDrawable.setCurrentFrame(20, false, true);
this.noSoundDrawable.stop();
Paint paint = new Paint(1);
this.barPaint = paint;
paint.setColor(1442840575);
Paint paint2 = new Paint(1);
this.selectedBarPaint = paint2;
paint2.setColor(-1);
int alphaComponent = ColorUtils.setAlphaComponent(-16777216, 102);
this.topOverlayGradient = ContextCompat.getDrawable(context, R.drawable.shadow_story_top);
this.bottomOverlayGradient = ContextCompat.getDrawable(context, R.drawable.shadow_story_bottom);
Paint paint3 = new Paint();
this.gradientBackgroundPaint = paint3;
paint3.setColor(alphaComponent);
this.imageBackgroundDrawable = new ColorDrawable(ColorUtils.blendARGB(-16777216, -1, 0.1f));
}
public void setIconMuted(boolean z, boolean z2) {
if (!z2) {
this.muteDrawable.setCurrentFrame(z ? 20 : 0, false);
this.muteDrawable.setCustomEndFrame(z ? 20 : 0);
return;
}
if (z) {
if (this.muteDrawable.getCurrentFrame() > 20) {
this.muteDrawable.setCurrentFrame(0, false);
}
this.muteDrawable.setCustomEndFrame(20);
} else if (this.muteDrawable.getCurrentFrame() == 0 || this.muteDrawable.getCurrentFrame() >= 43) {
return;
} else {
this.muteDrawable.setCustomEndFrame(43);
}
this.muteDrawable.start();
}
}
public class StoryItemHolder {
public CharSequence caption;
public boolean captionTranslated;
public TL_stories.StoryItem editingSourceItem;
private boolean isVideo;
private StoryCaptionView.Reply reply;
boolean skipped;
public TL_stories.StoryItem storyItem = null;
public StoriesController.UploadingStory uploadingStory = null;
public StoryItemHolder() {
}
public String getMediaDebugString() {
StringBuilder sb;
TLRPC.MessageMedia messageMedia;
int i;
TL_stories.StoryItem storyItem = this.storyItem;
if (storyItem != null && (messageMedia = storyItem.media) != null) {
if (messageMedia.photo != null) {
sb = new StringBuilder();
sb.append("photo#");
sb.append(this.storyItem.media.photo.id);
sb.append("at");
i = this.storyItem.media.photo.dc_id;
} else {
if (messageMedia.document == null) {
return "unknown";
}
sb = new StringBuilder();
sb.append("doc#");
sb.append(this.storyItem.media.document.id);
sb.append("at");
i = this.storyItem.media.document.dc_id;
}
sb.append(i);
sb.append("dc");
} else {
if (this.uploadingStory == null) {
return "unknown";
}
sb = new StringBuilder();
sb.append("uploading from ");
sb.append(this.uploadingStory.path);
}
return sb.toString();
}
private boolean isVideoInternal() {
String str;
TLRPC.MessageMedia messageMedia;
StoriesController.UploadingStory uploadingStory = this.uploadingStory;
if (uploadingStory != null) {
return uploadingStory.isVideo;
}
TL_stories.StoryItem storyItem = this.storyItem;
if (storyItem != null && (messageMedia = storyItem.media) != null && messageMedia.getDocument() != null) {
TLRPC.Document document = this.storyItem.media.getDocument();
return MessageObject.isVideoDocument(document) || "video/mp4".equals(document.mime_type);
}
TL_stories.StoryItem storyItem2 = this.storyItem;
if (storyItem2 == null || storyItem2.media != null || (str = storyItem2.attachPath) == null) {
return false;
}
return str.toLowerCase().endsWith(".mp4");
}
public boolean allowScreenshots() {
StoriesController.UploadingStory uploadingStory = this.uploadingStory;
if (uploadingStory != null) {
return uploadingStory.entry.allowScreenshots;
}
TL_stories.StoryItem storyItem = this.storyItem;
if (storyItem == null) {
return true;
}
if (storyItem.noforwards) {
return false;
}
if (!storyItem.pinned) {
return true;
}
TLRPC.Chat chat = MessagesController.getInstance(PeerStoriesView.this.currentAccount).getChat(Long.valueOf(-storyItem.dialogId));
return chat == null || !chat.noforwards;
}
void cancelOrDelete() {
TL_stories.StoryItem storyItem = this.storyItem;
if (storyItem instanceof StoriesController.BotPreview) {
((StoriesController.BotPreview) storyItem).list.delete(storyItem.media);
return;
}
if (storyItem != null) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.storiesController.deleteStory(peerStoriesView.dialogId, this.storyItem);
} else {
StoriesController.UploadingStory uploadingStory = this.uploadingStory;
if (uploadingStory != null) {
uploadingStory.cancel();
}
}
}
public void checkSendView() {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.StoryItemHolder.checkSendView():void");
}
public void clear() {
this.uploadingStory = null;
this.storyItem = null;
}
public String createLink() {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (peerStoriesView.currentStory.storyItem == null) {
return null;
}
long j = peerStoriesView.dialogId;
MessagesController messagesController = MessagesController.getInstance(PeerStoriesView.this.currentAccount);
long j2 = PeerStoriesView.this.dialogId;
if (j > 0) {
TLRPC.User user = messagesController.getUser(Long.valueOf(j2));
if (UserObject.getPublicUsername(user) == null) {
return null;
}
return String.format(Locale.US, "https://t.me/%1$s/s/%2$s", UserObject.getPublicUsername(user), Integer.valueOf(PeerStoriesView.this.currentStory.storyItem.id));
}
TLRPC.Chat chat = messagesController.getChat(Long.valueOf(-j2));
if (ChatObject.getPublicUsername(chat) == null) {
return null;
}
return String.format(Locale.US, "https://t.me/%1$s/s/%2$s", ChatObject.getPublicUsername(chat), Integer.valueOf(PeerStoriesView.this.currentStory.storyItem.id));
}
public String getLocalPath() {
TL_stories.StoryItem storyItem = this.storyItem;
if (storyItem != null) {
return storyItem.attachPath;
}
return null;
}
public File getPath() {
TLRPC.Photo photo;
if (getLocalPath() != null) {
return new File(getLocalPath());
}
TL_stories.StoryItem storyItem = this.storyItem;
if (storyItem == null) {
return null;
}
TLRPC.MessageMedia messageMedia = storyItem.media;
if (messageMedia != null && messageMedia.getDocument() != null) {
return FileLoader.getInstance(PeerStoriesView.this.currentAccount).getPathToAttach(this.storyItem.media.getDocument());
}
TLRPC.MessageMedia messageMedia2 = this.storyItem.media;
if (messageMedia2 == null || (photo = messageMedia2.photo) == null) {
return null;
}
TLRPC.PhotoSize closestPhotoSizeWithSize = FileLoader.getClosestPhotoSizeWithSize(photo.sizes, Integer.MAX_VALUE);
File pathToAttach = FileLoader.getInstance(PeerStoriesView.this.currentAccount).getPathToAttach(closestPhotoSizeWithSize, true);
return !pathToAttach.exists() ? FileLoader.getInstance(PeerStoriesView.this.currentAccount).getPathToAttach(closestPhotoSizeWithSize, false) : pathToAttach;
}
public StoryCaptionView.Reply getReply() {
StoryCaptionView.Reply from;
if (this.reply == null) {
if (this.storyItem != null) {
from = StoryCaptionView.Reply.from(PeerStoriesView.this.currentAccount, this.storyItem);
} else {
StoriesController.UploadingStory uploadingStory = this.uploadingStory;
if (uploadingStory != null) {
from = StoryCaptionView.Reply.from(uploadingStory);
}
}
this.reply = from;
}
return this.reply;
}
boolean hasSound() {
TLRPC.MessageMedia messageMedia;
TLRPC.Document document;
if (!this.isVideo) {
return false;
}
TL_stories.StoryItem storyItem = this.storyItem;
if (storyItem == null || (messageMedia = storyItem.media) == null || (document = messageMedia.getDocument()) == null) {
if (this.uploadingStory != null) {
return !r0.entry.muted;
}
return true;
}
for (int i = 0; i < document.attributes.size(); i++) {
TLRPC.DocumentAttribute documentAttribute = (TLRPC.DocumentAttribute) document.attributes.get(i);
if ((documentAttribute instanceof TLRPC.TL_documentAttributeVideo) && documentAttribute.nosound) {
return false;
}
}
return true;
}
boolean isVideo() {
return this.isVideo;
}
void set(TL_stories.StoryItem storyItem) {
this.storyItem = storyItem;
this.reply = null;
this.uploadingStory = null;
this.skipped = storyItem instanceof TL_stories.TL_storyItemSkipped;
this.isVideo = isVideoInternal();
}
void set(StoriesController.UploadingStory uploadingStory) {
this.uploadingStory = uploadingStory;
this.reply = null;
this.storyItem = null;
this.skipped = false;
this.isVideo = isVideoInternal();
}
public void updateCaption() {
SpannableStringBuilder valueOf;
int i;
ArrayList arrayList;
this.captionTranslated = false;
PeerStoriesView peerStoriesView = PeerStoriesView.this;
StoryItemHolder storyItemHolder = peerStoriesView.currentStory;
StoriesController.UploadingStory uploadingStory = storyItemHolder.uploadingStory;
if (uploadingStory != null) {
CharSequence charSequence = uploadingStory.entry.caption;
this.caption = charSequence;
CharSequence replaceEmoji = Emoji.replaceEmoji(charSequence, peerStoriesView.storyCaptionView.captionTextview.getPaint().getFontMetricsInt(), false);
this.caption = replaceEmoji;
SpannableStringBuilder spannableStringBuilder = replaceEmoji == null ? new SpannableStringBuilder() : SpannableStringBuilder.valueOf(replaceEmoji);
TLRPC.User user = MessagesController.getInstance(PeerStoriesView.this.currentAccount).getUser(Long.valueOf(PeerStoriesView.this.dialogId));
if (PeerStoriesView.this.dialogId < 0 || MessagesController.getInstance(PeerStoriesView.this.currentAccount).storyEntitiesAllowed(user)) {
MessageObject.addLinks(true, spannableStringBuilder);
return;
}
return;
}
TL_stories.StoryItem storyItem = storyItemHolder.storyItem;
if (storyItem != null) {
if (storyItem.translated && storyItem.translatedText != null && TextUtils.equals(storyItem.translatedLng, TranslateAlert2.getToLanguage())) {
this.captionTranslated = true;
PeerStoriesView peerStoriesView2 = PeerStoriesView.this;
TLRPC.TL_textWithEntities tL_textWithEntities = peerStoriesView2.currentStory.storyItem.translatedText;
String str = tL_textWithEntities.text;
this.caption = str;
CharSequence replaceEmoji2 = Emoji.replaceEmoji(str, peerStoriesView2.storyCaptionView.captionTextview.getPaint().getFontMetricsInt(), false);
this.caption = replaceEmoji2;
if (replaceEmoji2 == null || tL_textWithEntities.entities == null) {
return;
}
valueOf = SpannableStringBuilder.valueOf(MessageObject.replaceAnimatedEmoji(new SpannableStringBuilder(tL_textWithEntities.text), tL_textWithEntities.entities, PeerStoriesView.this.storyCaptionView.captionTextview.getPaint().getFontMetricsInt(), false));
SpannableStringBuilder.valueOf(Emoji.replaceEmoji(valueOf, PeerStoriesView.this.storyCaptionView.captionTextview.getPaint().getFontMetricsInt(), false));
i = (PeerStoriesView.this.dialogId < 0 || MessagesController.getInstance(PeerStoriesView.this.currentAccount).storyEntitiesAllowed(MessagesController.getInstance(PeerStoriesView.this.currentAccount).getUser(Long.valueOf(PeerStoriesView.this.dialogId)))) ? 1 : 0;
if (i != 0) {
MessageObject.addLinks(true, valueOf);
}
arrayList = tL_textWithEntities.entities;
} else {
PeerStoriesView peerStoriesView3 = PeerStoriesView.this;
String str2 = peerStoriesView3.currentStory.storyItem.caption;
this.caption = str2;
CharSequence replaceEmoji3 = Emoji.replaceEmoji(str2, peerStoriesView3.storyCaptionView.captionTextview.getPaint().getFontMetricsInt(), false);
this.caption = replaceEmoji3;
if (replaceEmoji3 == null || PeerStoriesView.this.currentStory.storyItem.entities == null) {
return;
}
SpannableStringBuilder spannableStringBuilder2 = new SpannableStringBuilder(PeerStoriesView.this.currentStory.storyItem.caption);
PeerStoriesView peerStoriesView4 = PeerStoriesView.this;
valueOf = SpannableStringBuilder.valueOf(MessageObject.replaceAnimatedEmoji(spannableStringBuilder2, peerStoriesView4.currentStory.storyItem.entities, peerStoriesView4.storyCaptionView.captionTextview.getPaint().getFontMetricsInt(), false));
SpannableStringBuilder.valueOf(Emoji.replaceEmoji(valueOf, PeerStoriesView.this.storyCaptionView.captionTextview.getPaint().getFontMetricsInt(), false));
i = (PeerStoriesView.this.dialogId < 0 || MessagesController.getInstance(PeerStoriesView.this.currentAccount).storyEntitiesAllowed(MessagesController.getInstance(PeerStoriesView.this.currentAccount).getUser(Long.valueOf(PeerStoriesView.this.dialogId)))) ? 1 : 0;
if (i != 0) {
MessageObject.addLinks(true, valueOf);
}
arrayList = PeerStoriesView.this.currentStory.storyItem.entities;
}
MessageObject.addEntitiesToText(valueOf, arrayList, false, true, true, false, i ^ 1);
this.caption = valueOf;
}
}
}
public static class VideoPlayerSharedScope {
boolean firstFrameRendered;
StoryViewer.VideoPlayerHolder player;
View renderView;
SurfaceView surfaceView;
TextureView textureView;
ArrayList viewsToInvalidate = new ArrayList();
public void invalidate() {
for (int i = 0; i < this.viewsToInvalidate.size(); i++) {
((View) this.viewsToInvalidate.get(i)).invalidate();
}
}
public boolean isBuffering() {
StoryViewer.VideoPlayerHolder videoPlayerHolder = this.player;
return videoPlayerHolder != null && videoPlayerHolder.isBuffering();
}
}
public PeerStoriesView(final Context context, final StoryViewer storyViewer, final SharedResources sharedResources, final Theme.ResourcesProvider resourcesProvider) {
super(context);
this.allowDrawSurface = true;
this.preloadReactionHolders = new ArrayList();
this.shiftDp = -5;
this.alpha = 1.0f;
this.previousSelectedPotision = -1;
StoryItemHolder storyItemHolder = new StoryItemHolder();
this.currentStory = storyItemHolder;
this.progressToKeyboard = -1.0f;
this.progressToDismiss = -1.0f;
this.lastAnimatingKeyboardHeight = -1.0f;
this.classGuid = ConnectionsManager.generateClassGuid();
this.progressToHideInterface = new AnimatedFloat(this);
this.linesAlpha = new AnimatedFloat(this);
this.pinchToZoomHelper = new PinchToZoomHelper();
this.muteIconViewAlpha = 1.0f;
this.updateStealthModeTimer = new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.lambda$new$37();
}
};
this.showTapToSoundHint = new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.lambda$new$42();
}
};
this.uriesToPrepare = new ArrayList();
this.documentsToPrepare = new ArrayList();
this.allowDrawSurfaceRunnable = new Runnable() {
@Override
public void run() {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (peerStoriesView.isActive && peerStoriesView.allowDrawSurface) {
PeerStoriesView.this.delegate.setIsSwiping(false);
}
}
};
this.progressToRecording = new AnimatedFloat(this);
this.progressToTextA = new AnimatedFloat(this);
this.progressToStickerExpanded = new AnimatedFloat(this);
this.pinchToZoomHelper.setCallback(new PinchToZoomHelper.Callback() {
public TextureView getCurrentTextureView() {
return PinchToZoomHelper.Callback.-CC.$default$getCurrentTextureView(this);
}
public void onZoomFinished(MessageObject messageObject) {
PeerStoriesView.this.delegate.setIsInPinchToZoom(false);
}
public void onZoomStarted(MessageObject messageObject) {
PeerStoriesView.this.delegate.setIsInPinchToZoom(true);
}
});
this.playerSharedScope = new VideoPlayerSharedScope();
this.notificationsLocker = new AnimationNotificationsLocker();
this.storyItems = new ArrayList();
this.uploadingStories = new ArrayList();
ImageReceiver imageReceiver = new ImageReceiver() {
protected boolean setImageBitmapByKey(Drawable drawable, String str, int i, boolean z, int i2) {
boolean imageBitmapByKey = super.setImageBitmapByKey(drawable, str, i, z, i2);
if (i == 1 && PeerStoriesView.this.onImageReceiverThumbLoaded != null) {
PeerStoriesView.this.onImageReceiverThumbLoaded.run();
PeerStoriesView.this.onImageReceiverThumbLoaded = null;
}
return imageBitmapByKey;
}
};
this.imageReceiver = imageReceiver;
imageReceiver.setCrossfadeWithOldImage(false);
imageReceiver.setAllowLoadingOnAttachedOnly(true);
imageReceiver.ignoreNotifications = true;
imageReceiver.setFileLoadingPriority(0);
ImageReceiver imageReceiver2 = new ImageReceiver(this);
this.reactionEffectImageReceiver = imageReceiver2;
imageReceiver2.setAllowLoadingOnAttachedOnly(true);
ImageReceiver imageReceiver3 = this.reactionEffectImageReceiver;
imageReceiver3.ignoreNotifications = true;
imageReceiver3.setFileLoadingPriority(3);
ImageReceiver imageReceiver4 = new ImageReceiver(this);
this.reactionMoveImageReceiver = imageReceiver4;
imageReceiver4.setAllowLoadingOnAttachedOnly(true);
ImageReceiver imageReceiver5 = this.reactionMoveImageReceiver;
imageReceiver5.ignoreNotifications = true;
imageReceiver5.setFileLoadingPriority(3);
ImageReceiver imageReceiver6 = new ImageReceiver();
this.leftPreloadImageReceiver = imageReceiver6;
imageReceiver6.setAllowLoadingOnAttachedOnly(true);
imageReceiver6.ignoreNotifications = true;
imageReceiver6.setFileLoadingPriority(0);
ImageReceiver imageReceiver7 = new ImageReceiver();
this.rightPreloadImageReceiver = imageReceiver7;
imageReceiver7.setAllowLoadingOnAttachedOnly(true);
imageReceiver7.ignoreNotifications = true;
imageReceiver7.setFileLoadingPriority(0);
imageReceiver.setPreloadingReceivers(Arrays.asList(imageReceiver6, imageReceiver7));
this.avatarDrawable = new AvatarDrawable();
this.storyViewer = storyViewer;
this.sharedResources = sharedResources;
this.bitmapShaderTools = sharedResources.bitmapShaderTools;
this.storiesController = MessagesController.getInstance(UserConfig.selectedAccount).getStoriesController();
sharedResources.dimPaint.setColor(-16777216);
this.inputBackgroundPaint = new Paint(1);
this.resourcesProvider = resourcesProvider;
setClipChildren(false);
this.storyAreasView = new StoryMediaAreasView(context, this.storyContainer, resourcesProvider) {
@Override
protected Bitmap getPlayingBitmap() {
return PeerStoriesView.this.getPlayingBitmap();
}
@Override
protected void onHintVisible(boolean z) {
Delegate delegate = PeerStoriesView.this.delegate;
if (delegate != null) {
delegate.setIsHintVisible(z);
}
}
@Override
protected void presentFragment(BaseFragment baseFragment) {
StoryViewer storyViewer2 = storyViewer;
if (storyViewer2 != null) {
storyViewer2.presentFragment(baseFragment);
}
}
@Override
public void showEffect(StoryReactionWidgetView storyReactionWidgetView) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (!peerStoriesView.isSelf && peerStoriesView.currentStory.storyItem != null) {
ReactionsLayoutInBubble.VisibleReaction fromTL = ReactionsLayoutInBubble.VisibleReaction.fromTL(storyReactionWidgetView.mediaArea.reaction);
if (!Objects.equals(fromTL, ReactionsLayoutInBubble.VisibleReaction.fromTL(PeerStoriesView.this.currentStory.storyItem.sent_reaction))) {
PeerStoriesView.this.likeStory(fromTL);
}
}
storyReactionWidgetView.performHapticFeedback(3);
storyReactionWidgetView.playAnimation();
PeerStoriesView.this.emojiAnimationsOverlay.showAnimationForWidget(storyReactionWidgetView);
}
};
AnonymousClass4 anonymousClass4 = new AnonymousClass4(context, sharedResources, storyViewer);
this.storyContainer = anonymousClass4;
anonymousClass4.setClipChildren(false);
this.emojiAnimationsOverlay = new EmojiAnimationsOverlay(this.storyContainer, this.currentAccount);
this.storyContainer.addView(this.storyAreasView, LayoutHelper.createFrame(-1, -1.0f));
?? anonymousClass5 = new AnonymousClass5(getContext(), storyViewer.resourcesProvider, storyViewer, resourcesProvider);
this.storyCaptionView = anonymousClass5;
anonymousClass5.captionTextview.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$new$0(view);
}
});
ImageView imageView = new ImageView(context);
this.shareButton = imageView;
imageView.setImageDrawable(sharedResources.shareDrawable);
int dp = AndroidUtilities.dp(8.0f);
imageView.setPadding(dp, dp, dp, dp);
imageView.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$new$1(view);
}
});
ScaleStateListAnimator.apply(imageView);
if (!DISABLE_STORY_REPOSTING) {
ImageView imageView2 = new ImageView(context);
this.repostButton = imageView2;
imageView2.setImageDrawable(sharedResources.repostDrawable);
this.repostButton.setPadding(dp, dp, dp, dp);
FrameLayout frameLayout = new FrameLayout(getContext()) {
@Override
protected void dispatchDraw(Canvas canvas) {
super.dispatchDraw(canvas);
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (!peerStoriesView.isChannel || peerStoriesView.repostCounter == null) {
return;
}
canvas.save();
canvas.translate((getMeasuredWidth() - PeerStoriesView.this.repostCounter.getCurrentWidth()) - AndroidUtilities.dp(6.0f), 0.0f);
float f = PeerStoriesView.this.repostCounterProgress.set(PeerStoriesView.this.repostCounterVisible ? 1.0f : 0.0f);
canvas.scale(f, f, PeerStoriesView.this.repostCounter.getCurrentWidth() / 2.0f, AndroidUtilities.dp(20.0f));
PeerStoriesView.this.repostCounter.setAlpha(255);
PeerStoriesView.this.repostCounter.draw(canvas);
canvas.restore();
}
@Override
protected boolean verifyDrawable(Drawable drawable) {
return drawable == PeerStoriesView.this.repostCounter || super.verifyDrawable(drawable);
}
};
this.repostButtonContainer = frameLayout;
AnimatedTextView.AnimatedTextDrawable animatedTextDrawable = this.repostCounter;
if (animatedTextDrawable != null) {
animatedTextDrawable.setCallback(frameLayout);
}
this.repostButtonContainer.setWillNotDraw(false);
this.repostButtonContainer.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$new$2(view);
}
});
}
FrameLayout frameLayout2 = new FrameLayout(getContext()) {
@Override
protected void dispatchDraw(Canvas canvas) {
super.dispatchDraw(canvas);
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (!peerStoriesView.isChannel || peerStoriesView.reactionsCounter == null) {
return;
}
canvas.save();
canvas.translate((getMeasuredWidth() - PeerStoriesView.this.reactionsCounter.getCurrentWidth()) - AndroidUtilities.dp(6.0f), 0.0f);
float f = PeerStoriesView.this.reactionsCounterProgress.set(PeerStoriesView.this.reactionsCounterVisible ? 1.0f : 0.0f);
canvas.scale(f, f, PeerStoriesView.this.reactionsCounter.getCurrentWidth() / 2.0f, AndroidUtilities.dp(20.0f));
PeerStoriesView.this.reactionsCounter.setAlpha(255);
PeerStoriesView.this.reactionsCounter.draw(canvas);
canvas.restore();
}
@Override
protected boolean verifyDrawable(Drawable drawable) {
return drawable == PeerStoriesView.this.reactionsCounter || super.verifyDrawable(drawable);
}
};
this.likeButtonContainer = frameLayout2;
AnimatedTextView.AnimatedTextDrawable animatedTextDrawable2 = this.reactionsCounter;
if (animatedTextDrawable2 != null) {
animatedTextDrawable2.setCallback(frameLayout2);
}
frameLayout2.setWillNotDraw(false);
frameLayout2.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$new$4(view);
}
});
frameLayout2.setOnLongClickListener(new View.OnLongClickListener() {
@Override
public final boolean onLongClick(View view) {
boolean lambda$new$5;
lambda$new$5 = PeerStoriesView.this.lambda$new$5(storyViewer, view);
return lambda$new$5;
}
});
StoriesLikeButton storiesLikeButton = new StoriesLikeButton(context, sharedResources);
this.storiesLikeButton = storiesLikeButton;
storiesLikeButton.setPadding(dp, dp, dp, dp);
frameLayout2.addView(this.storiesLikeButton, LayoutHelper.createFrame(40, 40, 3));
FrameLayout frameLayout3 = this.repostButtonContainer;
if (frameLayout3 != null) {
frameLayout3.addView(this.repostButton, LayoutHelper.createFrame(40, 40, 3));
}
ScaleStateListAnimator.apply(frameLayout2, 0.3f, 5.0f);
FrameLayout frameLayout4 = this.repostButtonContainer;
if (frameLayout4 != null) {
ScaleStateListAnimator.apply(frameLayout4, 0.3f, 5.0f);
}
imageReceiver.setAllowLoadingOnAttachedOnly(true);
imageReceiver.setParentView(this.storyContainer);
if (Build.VERSION.SDK_INT >= 21) {
RoundRectOutlineProvider roundRectOutlineProvider = new RoundRectOutlineProvider(10);
this.outlineProvider = roundRectOutlineProvider;
AvatarPreviewer$AvatarView$.ExternalSyntheticApiModelOutline0.m(this.storyContainer, roundRectOutlineProvider);
AvatarPreviewer$Layout$.ExternalSyntheticApiModelOutline1.m(this.storyContainer, true);
}
addView(this.storyContainer);
PeerHeaderView peerHeaderView = new PeerHeaderView(context, storyItemHolder);
this.headerView = peerHeaderView;
peerHeaderView.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$new$6(storyViewer, view);
}
});
this.storyContainer.addView(this.headerView, LayoutHelper.createFrame(-1, -2.0f, 0, 0.0f, 17.0f, 0.0f, 0.0f));
LayoutTransition layoutTransition = new LayoutTransition();
layoutTransition.setDuration(150L);
layoutTransition.disableTransitionType(2);
layoutTransition.enableTransitionType(4);
LinearLayout linearLayout = new LinearLayout(context);
this.bottomActionsLinearLayout = linearLayout;
linearLayout.setOrientation(0);
linearLayout.setLayoutTransition(layoutTransition);
linearLayout.addView(imageView, LayoutHelper.createLinear(40, 40, 5));
FrameLayout frameLayout5 = this.repostButtonContainer;
if (frameLayout5 != null) {
linearLayout.addView(frameLayout5, LayoutHelper.createLinear(40, 40, 5));
}
linearLayout.addView(frameLayout2, LayoutHelper.createLinear(40, 40, 5));
addView(linearLayout, LayoutHelper.createFrame(-2, -2.0f, 5, 0.0f, 0.0f, 4.0f, 0.0f));
ImageView imageView3 = new ImageView(context);
this.optionsIconView = imageView3;
imageView3.setImageDrawable(sharedResources.optionsDrawable);
imageView3.setPadding(AndroidUtilities.dp(8.0f), AndroidUtilities.dp(8.0f), AndroidUtilities.dp(8.0f), AndroidUtilities.dp(8.0f));
imageView3.setBackground(Theme.createSelectorDrawable(-1));
this.storyContainer.addView(imageView3, LayoutHelper.createFrame(40, 40.0f, 53, 2.0f, 15.0f, 2.0f, 0.0f));
imageView3.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$new$7(resourcesProvider, storyViewer, context, sharedResources, view);
}
});
FrameLayout frameLayout6 = new FrameLayout(context);
this.muteIconContainer = frameLayout6;
this.storyContainer.addView(frameLayout6, LayoutHelper.createFrame(40, 40.0f, 53, 2.0f, 15.0f, 42.0f, 0.0f));
View rLottieImageView = new RLottieImageView(context);
this.muteIconView = rLottieImageView;
rLottieImageView.setPadding(AndroidUtilities.dp(6.0f), AndroidUtilities.dp(6.0f), AndroidUtilities.dp(6.0f), AndroidUtilities.dp(6.0f));
frameLayout6.addView(rLottieImageView);
ImageView imageView4 = new ImageView(context);
this.noSoundIconView = imageView4;
imageView4.setPadding(AndroidUtilities.dp(6.0f), AndroidUtilities.dp(6.0f), AndroidUtilities.dp(6.0f), AndroidUtilities.dp(6.0f));
imageView4.setImageDrawable(sharedResources.noSoundDrawable);
frameLayout6.addView(imageView4);
imageView4.setVisibility(8);
StoryPrivacyButton storyPrivacyButton = new StoryPrivacyButton(context);
this.privacyButton = storyPrivacyButton;
storyPrivacyButton.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$new$9(view);
}
});
this.storyContainer.addView(storyPrivacyButton, LayoutHelper.createFrame(60, 40.0f, 53, 2.0f, 15.0f, 42.0f, 0.0f));
frameLayout6.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$new$10(storyViewer, view);
}
});
this.storyLines = new StoryLinesDrawable(this, sharedResources);
this.storyContainer.addView((View) anonymousClass5, LayoutHelper.createFrame(-1, -1.0f, 0, 0.0f, 64.0f, 0.0f, 0.0f));
frameLayout6.setBackground(Theme.createSimpleSelectorRoundRectDrawable(AndroidUtilities.dp(20.0f), 0, ColorUtils.setAlphaComponent(-1, 100)));
imageView3.setBackground(Theme.createSimpleSelectorRoundRectDrawable(AndroidUtilities.dp(20.0f), 0, ColorUtils.setAlphaComponent(-1, 100)));
imageView.setBackground(Theme.createSimpleSelectorRoundRectDrawable(AndroidUtilities.dp(20.0f), 0, ColorUtils.setAlphaComponent(-1, 100)));
frameLayout2.setBackground(Theme.createSimpleSelectorRoundRectDrawable(AndroidUtilities.dp(20.0f), 0, ColorUtils.setAlphaComponent(-1, 100)));
FrameLayout frameLayout7 = this.repostButtonContainer;
if (frameLayout7 != null) {
frameLayout7.setBackground(Theme.createSimpleSelectorRoundRectDrawable(AndroidUtilities.dp(20.0f), 0, ColorUtils.setAlphaComponent(-1, 100)));
}
TextSelectionHelper.TextSelectionOverlay overlayView = anonymousClass5.textSelectionHelper.getOverlayView(context);
if (overlayView != null) {
AndroidUtilities.removeFromParent(overlayView);
addView(overlayView);
}
anonymousClass5.textSelectionHelper.setCallback(new TextSelectionHelper.Callback() {
public void onStateChanged(boolean z) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.delegate.setIsInSelectionMode(peerStoriesView.storyCaptionView.textSelectionHelper.isInSelectionMode());
}
});
anonymousClass5.textSelectionHelper.setParentView(this);
}
static long access$2714(PeerStoriesView peerStoriesView, long j) {
long j2 = peerStoriesView.currentImageTime + j;
peerStoriesView.currentImageTime = j2;
return j2;
}
public void afterMessageSend(boolean z) {
BulletinFactory of;
InstantCameraView instantCameraView = this.instantCameraView;
if (instantCameraView != null) {
instantCameraView.resetCameraFile();
this.instantCameraView.cancel(false);
}
this.storyViewer.clearDraft(this.dialogId, this.currentStory.storyItem);
this.messageSent = true;
this.storyViewer.closeKeyboardOrEmoji();
if (z && (of = BulletinFactory.of(this.storyContainer, this.resourcesProvider)) != null) {
of.createSimpleBulletin(R.raw.forward, LocaleController.getString(R.string.MessageSent), LocaleController.getString(R.string.ViewInChat), 5000, new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.openChat();
}
}).hideAfterBottomSheet(false).show(false);
}
MessagesController.getInstance(this.currentAccount).ensureMessagesLoaded(this.dialogId, 0, (MessagesController.MessagesLoadedCallback) null);
}
private void animateLikeButton() {
final StoriesLikeButton storiesLikeButton = this.storiesLikeButton;
storiesLikeButton.animate().alpha(0.0f).scaleX(0.8f).scaleY(0.8f).setListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animator) {
AndroidUtilities.removeFromParent(storiesLikeButton);
}
}).setDuration(150L).start();
int dp = AndroidUtilities.dp(8.0f);
StoriesLikeButton storiesLikeButton2 = new StoriesLikeButton(getContext(), this.sharedResources);
this.storiesLikeButton = storiesLikeButton2;
storiesLikeButton2.setPadding(dp, dp, dp, dp);
this.storiesLikeButton.setAlpha(0.0f);
this.storiesLikeButton.setScaleX(0.8f);
this.storiesLikeButton.setScaleY(0.8f);
this.storiesLikeButton.animate().alpha(1.0f).scaleX(1.0f).scaleY(1.0f).setDuration(150L);
this.likeButtonContainer.addView(this.storiesLikeButton, LayoutHelper.createFrame(40, 40, 3));
this.drawReactionEffect = false;
}
public boolean applyMessageToChat(final Runnable runnable) {
if (MessagesController.getInstance(this.currentAccount).isFrozen()) {
AccountFrozenAlert.show(this.currentAccount);
return true;
}
int i = SharedConfig.stealthModeSendMessageConfirm;
if (i <= 0 || !this.stealthModeIsActive) {
runnable.run();
} else {
int i2 = i - 1;
SharedConfig.stealthModeSendMessageConfirm = i2;
SharedConfig.updateStealthModeSendMessageConfirm(i2);
AlertDialog alertDialog = new AlertDialog(getContext(), 0, this.resourcesProvider);
alertDialog.setTitle(LocaleController.getString(R.string.StealthModeConfirmTitle));
alertDialog.setMessage(LocaleController.getString(R.string.StealthModeConfirmMessage));
alertDialog.setPositiveButton(LocaleController.getString(R.string.Proceed), new AlertDialog.OnButtonClickListener() {
public final void onClick(AlertDialog alertDialog2, int i3) {
runnable.run();
}
});
alertDialog.setNegativeButton(LocaleController.getString(R.string.Cancel), new AlertDialog.OnButtonClickListener() {
public final void onClick(AlertDialog alertDialog2, int i3) {
alertDialog2.dismiss();
}
});
alertDialog.show();
}
return true;
}
private void bindInternal(int i) {
int i2;
this.deletedPeer = false;
this.forceUpdateOffsets = true;
this.userCanSeeViews = false;
this.isChannel = false;
this.isGroup = false;
long j = this.dialogId;
if (j >= 0) {
this.isSelf = j == UserConfig.getInstance(this.currentAccount).getClientUserId();
TLRPC.User user = MessagesController.getInstance(this.currentAccount).getUser(Long.valueOf(this.dialogId));
TL_account.RequirementToContact isUserContactBlocked = MessagesController.getInstance(this.currentAccount).isUserContactBlocked(this.dialogId);
this.isPremiumBlocked = !UserConfig.getInstance(this.currentAccount).isPremium() && DialogObject.isPremiumBlocked(isUserContactBlocked);
this.starsPriceBlocked = DialogObject.getMessagesStarsPrice(isUserContactBlocked);
this.avatarDrawable.setInfo(this.currentAccount, user);
this.headerView.backupImageView.getImageReceiver().setForUserOrChat(user, this.avatarDrawable);
if (this.isSelf) {
this.headerView.titleView.setText(LocaleController.getString(R.string.SelfStoryTitle));
this.headerView.titleView.setRightDrawable((Drawable) null);
} else {
if (user == null || !user.verified) {
this.headerView.titleView.setRightDrawable((Drawable) null);
} else {
Drawable mutate = ContextCompat.getDrawable(getContext(), R.drawable.verified_profile).mutate();
mutate.setAlpha(255);
CombinedDrawable combinedDrawable = new CombinedDrawable(mutate, (Drawable) null);
combinedDrawable.setFullsize(true);
combinedDrawable.setCustomSize(AndroidUtilities.dp(16.0f), AndroidUtilities.dp(16.0f));
this.headerView.titleView.setRightDrawable(combinedDrawable);
}
if (user != null) {
this.headerView.titleView.setText(Emoji.replaceEmoji(AndroidUtilities.removeDiacritics(ContactsController.formatName(user)), this.headerView.titleView.getPaint().getFontMetricsInt(), false));
} else {
this.headerView.titleView.setText((CharSequence) null);
}
}
} else {
this.isSelf = false;
this.isChannel = true;
if (this.storiesController.canEditStories(j) || BuildVars.DEBUG_PRIVATE_VERSION) {
this.userCanSeeViews = true;
}
TLRPC.Chat chat = MessagesController.getInstance(this.currentAccount).getChat(Long.valueOf(-this.dialogId));
boolean z = !ChatObject.isChannelAndNotMegaGroup(chat);
this.isGroup = z;
if (z && MessagesController.getInstance(this.currentAccount).getChatFull(-this.dialogId) == null) {
MessagesStorage.getInstance(this.currentAccount).loadChatInfo(-this.dialogId, true, new CountDownLatch(1), false, false);
}
this.isPremiumBlocked = this.isGroup && !ChatObject.canSendPlain(chat);
this.starsPriceBlocked = MessagesController.getInstance(this.currentAccount).getSendPaidMessagesStars(this.dialogId);
this.avatarDrawable.setInfo(this.currentAccount, chat);
this.headerView.backupImageView.getImageReceiver().setForUserOrChat(chat, this.avatarDrawable);
this.headerView.titleView.setText(AndroidUtilities.removeDiacritics(chat == null ? "" : chat.title));
if (chat != null && chat.verified) {
Drawable mutate2 = ContextCompat.getDrawable(getContext(), R.drawable.verified_profile).mutate();
mutate2.setAlpha(255);
CombinedDrawable combinedDrawable2 = new CombinedDrawable(mutate2, (Drawable) null);
combinedDrawable2.setFullsize(true);
combinedDrawable2.setCustomSize(AndroidUtilities.dp(16.0f), AndroidUtilities.dp(16.0f));
this.headerView.titleView.setRightDrawable(combinedDrawable2);
}
this.headerView.titleView.setRightDrawable((Drawable) null);
}
if (this.isActive && (this.isSelf || this.isChannel)) {
this.storiesController.pollViewsForSelfStories(this.dialogId, true);
}
updateStoryItems();
this.selectedPosition = i;
if (i < 0) {
this.selectedPosition = 0;
}
this.currentImageTime = 0L;
this.switchEventSent = false;
this.boostsStatus = null;
this.canApplyBoost = null;
int i3 = 8;
if (this.isChannel) {
createSelfPeerView();
if (this.chatActivityEnterView == null && this.isGroup) {
createEnterView();
}
if (this.chatActivityEnterView != null) {
TLRPC.Chat chat2 = MessagesController.getInstance(this.currentAccount).getChat(Long.valueOf(-this.dialogId));
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
if (!isBotsPreview() && this.isGroup && (ChatObject.canSendPlain(chat2) || ChatObject.isPossibleRemoveChatRestrictionsByBoosts(chat2))) {
i3 = 0;
}
chatActivityEnterView.setVisibility(i3);
this.chatActivityEnterView.getEditField().setText(this.storyViewer.getDraft(this.dialogId, this.currentStory.storyItem));
this.chatActivityEnterView.setDialogId(this.dialogId, this.currentAccount);
this.chatActivityEnterView.updateRecordButton(chat2, (TLRPC.UserFull) null);
}
if (this.reactionsCounter == null) {
AnimatedTextView.AnimatedTextDrawable animatedTextDrawable = new AnimatedTextView.AnimatedTextDrawable();
this.reactionsCounter = animatedTextDrawable;
animatedTextDrawable.setCallback(this.likeButtonContainer);
this.reactionsCounter.setTextColor(this.resourcesProvider.getColor(Theme.key_windowBackgroundWhiteBlackText));
this.reactionsCounter.setTextSize(AndroidUtilities.dp(14.0f));
this.reactionsCounterProgress = new AnimatedFloat(this.likeButtonContainer);
}
if (this.repostButtonContainer != null && this.repostCounter == null) {
AnimatedTextView.AnimatedTextDrawable animatedTextDrawable2 = new AnimatedTextView.AnimatedTextDrawable();
this.repostCounter = animatedTextDrawable2;
animatedTextDrawable2.setCallback(this.repostButtonContainer);
this.repostCounter.setTextColor(this.resourcesProvider.getColor(Theme.key_windowBackgroundWhiteBlackText));
this.repostCounter.setTextSize(AndroidUtilities.dp(14.0f));
this.repostCounterProgress = new AnimatedFloat(this.repostButtonContainer);
}
if (i == -1) {
updateSelectedPosition();
}
updatePosition();
this.count = getStoriesCount();
} else if (this.isSelf) {
createSelfPeerView();
this.selfView.setVisibility(0);
ChatActivityEnterView chatActivityEnterView2 = this.chatActivityEnterView;
if (chatActivityEnterView2 != null) {
chatActivityEnterView2.setVisibility(8);
}
if (i == -1) {
ArrayList arrayList = this.day;
if (arrayList != null) {
int indexOf = arrayList.indexOf(Integer.valueOf(this.storyViewer.dayStoryId));
if (indexOf < 0 && !this.day.isEmpty()) {
if (this.storyViewer.dayStoryId > ((Integer) this.day.get(0)).intValue()) {
indexOf = 0;
} else {
int i4 = this.storyViewer.dayStoryId;
ArrayList arrayList2 = this.day;
if (i4 < ((Integer) arrayList2.get(arrayList2.size() - 1)).intValue()) {
indexOf = this.day.size() - 1;
}
}
}
i2 = Math.max(0, indexOf);
} else if (this.uploadingStories.isEmpty()) {
i2 = 0;
while (i2 < this.storyItems.size()) {
if (!((TL_stories.StoryItem) this.storyItems.get(i2)).justUploaded && ((TL_stories.StoryItem) this.storyItems.get(i2)).id <= this.storiesController.dialogIdToMaxReadId.get(this.dialogId)) {
i2++;
}
}
} else {
i2 = this.storyItems.size();
}
this.selectedPosition = i2;
break;
}
updatePosition();
} else {
if (this.chatActivityEnterView == null) {
createEnterView();
}
if (this.isPremiumBlocked && this.premiumBlockedText == null) {
createPremiumBlockedText();
}
if (this.premiumBlockedText != null) {
if (this.isPremiumBlocked) {
updatePremiumBlockedText();
}
this.premiumBlockedText.setVisibility(this.isPremiumBlocked ? 0 : 8);
}
StoryFailView storyFailView = this.failView;
if (storyFailView != null) {
storyFailView.setVisibility(8);
}
if (i == -1) {
updateSelectedPosition();
}
updatePosition();
ChatActivityEnterView chatActivityEnterView3 = this.chatActivityEnterView;
if (chatActivityEnterView3 != null) {
chatActivityEnterView3.setVisibility((isBotsPreview() || UserObject.isService(this.dialogId)) ? 8 : 0);
this.chatActivityEnterView.getEditField().setText(this.storyViewer.getDraft(this.dialogId, this.currentStory.storyItem));
this.chatActivityEnterView.setDialogId(this.dialogId, this.currentAccount);
TLRPC.UserFull userFull = MessagesController.getInstance(this.currentAccount).getUserFull(this.dialogId);
if (userFull != null) {
this.chatActivityEnterView.updateRecordButton((TLRPC.Chat) null, userFull);
} else {
MessagesController.getInstance(this.currentAccount).loadFullUser(MessagesController.getInstance(this.currentAccount).getUser(Long.valueOf(this.dialogId)), this.classGuid, false);
}
}
this.count = getStoriesCount();
FrameLayout frameLayout = this.selfView;
if (frameLayout != null) {
frameLayout.setVisibility(8);
}
}
this.storyContainer.invalidate();
invalidate();
checkStealthMode(false);
}
private void cancelWaiting() {
Runnable runnable = this.cancellableViews;
if (runnable != null) {
runnable.run();
this.cancellableViews = null;
}
this.showViewsProgress = false;
if (this.isActive) {
this.delegate.setIsWaiting(false);
}
}
public void checkInstantCameraView() {
if (this.instantCameraView != null) {
return;
}
InstantCameraView instantCameraView = new InstantCameraView(getContext(), new InstantCameraView.Delegate() {
public int getClassGuid() {
return PeerStoriesView.this.classGuid;
}
public long getDialogId() {
return PeerStoriesView.this.dialogId;
}
public View getFragmentView() {
return PeerStoriesView.this;
}
public Activity getParentActivity() {
return AndroidUtilities.findActivity(PeerStoriesView.this.getContext());
}
public boolean isInScheduleMode() {
return InstantCameraView.Delegate.-CC.$default$isInScheduleMode(this);
}
public boolean isSecretChat() {
return InstantCameraView.Delegate.-CC.$default$isSecretChat(this);
}
public void sendMedia(MediaController.PhotoEntry photoEntry, VideoEditedInfo videoEditedInfo, boolean z, int i, boolean z2, long j) {
AccountInstance accountInstance;
String str;
VideoEditedInfo videoEditedInfo2;
String str2;
TLRPC.Photo photo;
MessageObject messageObject;
MessageObject messageObject2;
ChatActivity.ReplyQuote replyQuote;
MessageObject messageObject3;
String str3;
if (photoEntry == null) {
return;
}
PeerStoriesView peerStoriesView = PeerStoriesView.this;
TL_stories.StoryItem storyItem = peerStoriesView.currentStory.storyItem;
if (storyItem == null || (storyItem instanceof TL_stories.TL_storyItemSkipped)) {
return;
}
storyItem.dialogId = peerStoriesView.dialogId;
if (photoEntry.isVideo) {
AccountInstance accountInstance2 = PeerStoriesView.this.getAccountInstance();
String str4 = photoEntry.path;
long j2 = PeerStoriesView.this.dialogId;
ArrayList arrayList = ((MediaController.MediaEditState) photoEntry).entities;
int i2 = ((MediaController.MediaEditState) photoEntry).ttl;
boolean z3 = photoEntry.hasSpoiler;
CharSequence charSequence = ((MediaController.MediaEditState) photoEntry).caption;
if (videoEditedInfo != null) {
str2 = null;
photo = null;
messageObject = null;
messageObject2 = null;
replyQuote = null;
messageObject3 = null;
str3 = null;
videoEditedInfo2 = videoEditedInfo;
} else {
videoEditedInfo2 = null;
str2 = null;
photo = null;
messageObject = null;
messageObject2 = null;
replyQuote = null;
messageObject3 = null;
str3 = null;
}
SendMessagesHelper.prepareSendingVideo(accountInstance2, str4, videoEditedInfo2, str2, photo, j2, messageObject, messageObject2, storyItem, replyQuote, arrayList, i2, messageObject3, z, i, z2, z3, charSequence, str3, 0, 0L, j);
} else {
if (((MediaController.MediaEditState) photoEntry).imagePath != null) {
accountInstance = PeerStoriesView.this.getAccountInstance();
str = ((MediaController.MediaEditState) photoEntry).imagePath;
} else if (photoEntry.path != null) {
accountInstance = PeerStoriesView.this.getAccountInstance();
str = photoEntry.path;
}
SendMessagesHelper.prepareSendingPhoto(accountInstance, str, ((MediaController.MediaEditState) photoEntry).thumbPath, (Uri) null, PeerStoriesView.this.dialogId, (MessageObject) null, (MessageObject) null, storyItem, (ChatActivity.ReplyQuote) null, ((MediaController.MediaEditState) photoEntry).entities, ((MediaController.MediaEditState) photoEntry).stickers, (InputContentInfoCompat) null, ((MediaController.MediaEditState) photoEntry).ttl, (MessageObject) null, videoEditedInfo, z, i, 0, z2, ((MediaController.MediaEditState) photoEntry).caption, (String) null, 0, 0L, j);
}
PeerStoriesView.this.afterMessageSend(j <= 0);
}
}, this.resourcesProvider);
this.instantCameraView = instantCameraView;
instantCameraView.drawBlur = false;
addView(this.instantCameraView, Math.min(indexOfChild(this.chatActivityEnterView.getRecordCircle()), indexOfChild(this.chatActivityEnterView.controlsView)), LayoutHelper.createFrame(-1, -1, 51));
}
private void checkStealthMode(boolean z) {
ChatActivityEnterView chatActivityEnterView;
CharSequence string;
if (this.chatActivityEnterView != null && this.isVisible && this.attachedToWindow) {
AndroidUtilities.cancelRunOnUIThread(this.updateStealthModeTimer);
TL_stories.TL_storiesStealthMode stealthMode = this.storiesController.getStealthMode();
this.chatActivityEnterView.updateSendButtonPaid();
if (this.isPremiumBlocked) {
this.stealthModeIsActive = false;
this.chatActivityEnterView.setEnabled(false);
chatActivityEnterView = this.chatActivityEnterView;
string = " ";
} else if (this.starsPriceBlocked > 0) {
this.stealthModeIsActive = false;
this.chatActivityEnterView.setEnabled(true);
chatActivityEnterView = this.chatActivityEnterView;
string = StarsIntroActivity.replaceStars(LocaleController.formatString(R.string.TypeMessageForStars, new Object[]{LocaleController.formatNumber(this.starsPriceBlocked, ',')}));
} else {
if (stealthMode != null) {
int currentTime = ConnectionsManager.getInstance(this.currentAccount).getCurrentTime();
int i = stealthMode.active_until_date;
if (currentTime < i) {
this.stealthModeIsActive = true;
int currentTime2 = i - ConnectionsManager.getInstance(this.currentAccount).getCurrentTime();
int i2 = currentTime2 / 60;
int i3 = currentTime2 % 60;
int i4 = R.string.StealthModeActiveHintShort;
Locale locale = Locale.US;
int measureText = (int) this.chatActivityEnterView.getEditField().getPaint().measureText(LocaleController.formatString("StealthModeActiveHint", i4, new Object[]{String.format(locale, "%02d:%02d", 99, 99)}));
this.chatActivityEnterView.setEnabled(true);
if (measureText * 1.2f >= this.chatActivityEnterView.getEditField().getMeasuredWidth()) {
this.chatActivityEnterView.setOverrideHint(LocaleController.formatString("StealthModeActiveHintShort", i4, new Object[]{""}), String.format(locale, "%02d:%02d", Integer.valueOf(i2), Integer.valueOf(i3)), z);
} else {
this.chatActivityEnterView.setOverrideHint(LocaleController.formatString("StealthModeActiveHint", R.string.StealthModeActiveHint, new Object[]{String.format(locale, "%02d:%02d", Integer.valueOf(i2), Integer.valueOf(i3))}), z);
}
AndroidUtilities.runOnUIThread(this.updateStealthModeTimer, 1000L);
return;
}
}
this.stealthModeIsActive = false;
this.chatActivityEnterView.setEnabled(true);
chatActivityEnterView = this.chatActivityEnterView;
string = LocaleController.getString(this.isGroup ? R.string.ReplyToGroupStory : R.string.ReplyPrivately);
}
chatActivityEnterView.setOverrideHint(string, z);
}
}
private void createChatAttachView() {
if (this.chatAttachAlert == null) {
BaseFragment baseFragment = null;
boolean z = false;
ChatAttachAlert chatAttachAlert = new ChatAttachAlert(getContext(), baseFragment, z, false, true, this.resourcesProvider) {
public void onDismissAnimationStart() {
if (PeerStoriesView.this.chatAttachAlert != null) {
PeerStoriesView.this.chatAttachAlert.setFocusable(false);
}
ChatActivityEnterView chatActivityEnterView = PeerStoriesView.this.chatActivityEnterView;
if (chatActivityEnterView == null || chatActivityEnterView.getEditField() == null) {
return;
}
PeerStoriesView.this.chatActivityEnterView.getEditField().requestFocus();
}
};
this.chatAttachAlert = chatAttachAlert;
chatAttachAlert.setDelegate(new ChatAttachAlert.ChatAttachViewDelegate() {
public void didPressedButton(int i, boolean z2, boolean z3, int i2, long j, boolean z4, boolean z5, long j2) {
String str;
if (PeerStoriesView.this.storyViewer.isShowing) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
TL_stories.StoryItem storyItem = peerStoriesView.currentStory.storyItem;
if (storyItem == null || (storyItem instanceof TL_stories.TL_storyItemSkipped)) {
return;
}
int i3 = 4;
if (i != 8 && i != 7 && (i != 4 || peerStoriesView.chatAttachAlert.getPhotoLayout().getSelectedPhotos().isEmpty())) {
if (PeerStoriesView.this.chatAttachAlert != null) {
PeerStoriesView.this.chatAttachAlert.dismissWithButtonClick(i);
return;
}
return;
}
if (i != 8) {
PeerStoriesView.this.chatAttachAlert.dismiss(true);
}
HashMap selectedPhotos = PeerStoriesView.this.chatAttachAlert.getPhotoLayout().getSelectedPhotos();
ArrayList selectedPhotosOrder = PeerStoriesView.this.chatAttachAlert.getPhotoLayout().getSelectedPhotosOrder();
if (selectedPhotos.isEmpty()) {
return;
}
int i4 = 0;
int i5 = 0;
while (i5 < Math.ceil(selectedPhotos.size() / 10.0f)) {
int i6 = i5 * 10;
int min = Math.min(10, selectedPhotos.size() - i6);
ArrayList arrayList = new ArrayList();
for (int i7 = 0; i7 < min; i7++) {
int i8 = i6 + i7;
if (i8 < selectedPhotosOrder.size()) {
MediaController.PhotoEntry photoEntry = (MediaController.PhotoEntry) selectedPhotos.get(selectedPhotosOrder.get(i8));
SendMessagesHelper.SendingMediaInfo sendingMediaInfo = new SendMessagesHelper.SendingMediaInfo();
boolean z6 = photoEntry.isVideo;
if ((!z6 && (str = ((MediaController.MediaEditState) photoEntry).imagePath) != null) || (str = photoEntry.path) != null) {
sendingMediaInfo.path = str;
}
sendingMediaInfo.thumbPath = ((MediaController.MediaEditState) photoEntry).thumbPath;
sendingMediaInfo.coverPath = ((MediaController.MediaEditState) photoEntry).coverPath;
sendingMediaInfo.isVideo = z6;
CharSequence charSequence = ((MediaController.MediaEditState) photoEntry).caption;
sendingMediaInfo.caption = charSequence != null ? charSequence.toString() : null;
sendingMediaInfo.entities = ((MediaController.MediaEditState) photoEntry).entities;
sendingMediaInfo.masks = ((MediaController.MediaEditState) photoEntry).stickers;
sendingMediaInfo.ttl = ((MediaController.MediaEditState) photoEntry).ttl;
sendingMediaInfo.videoEditedInfo = ((MediaController.MediaEditState) photoEntry).editedInfo;
sendingMediaInfo.canDeleteAfter = photoEntry.canDeleteAfter;
sendingMediaInfo.updateStickersOrder = SendMessagesHelper.checkUpdateStickersOrder(((MediaController.MediaEditState) photoEntry).caption);
sendingMediaInfo.hasMediaSpoilers = photoEntry.hasSpoiler;
arrayList.add(sendingMediaInfo);
photoEntry.reset();
}
}
SendMessagesHelper.prepareSendingMedia(PeerStoriesView.this.getAccountInstance(), arrayList, PeerStoriesView.this.dialogId, (MessageObject) null, (MessageObject) null, storyItem, (ChatActivity.ReplyQuote) null, i == i3 || z5, z2, (MessageObject) null, z3, i2, 0, i5 == 0 ? ((SendMessagesHelper.SendingMediaInfo) arrayList.get(i4)).updateStickersOrder : false, (InputContentInfoCompat) null, (String) null, 0, 0L, false, 0L, PeerStoriesView.this.chatActivityEnterView.getSendMonoForumPeerId(), PeerStoriesView.this.chatActivityEnterView.getSendMessageSuggestionParams());
i5++;
selectedPhotos = selectedPhotos;
selectedPhotosOrder = selectedPhotosOrder;
i4 = 0;
i3 = 4;
}
PeerStoriesView.this.chatActivityEnterView.setFieldText("");
PeerStoriesView.this.afterMessageSend(j2 <= 0);
}
}
public void didSelectBot(TLRPC.User user) {
ChatAttachAlert.ChatAttachViewDelegate.-CC.$default$didSelectBot(this, user);
}
public void doOnIdle(Runnable runnable) {
NotificationCenter.getInstance(PeerStoriesView.this.currentAccount).doOnIdle(runnable);
}
public boolean needEnterComment() {
return PeerStoriesView.this.needEnterText();
}
public void onCameraOpened() {
PeerStoriesView.this.chatActivityEnterView.closeKeyboard();
}
public void onWallpaperSelected(Object obj) {
ChatAttachAlert.ChatAttachViewDelegate.-CC.$default$onWallpaperSelected(this, obj);
}
public void openAvatarsSearch() {
ChatAttachAlert.ChatAttachViewDelegate.-CC.$default$openAvatarsSearch(this);
}
public boolean selectItemOnClicking() {
return ChatAttachAlert.ChatAttachViewDelegate.-CC.$default$selectItemOnClicking(this);
}
public void sendAudio(ArrayList arrayList, CharSequence charSequence, boolean z2, int i, long j, boolean z3, long j2) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
TL_stories.StoryItem storyItem = peerStoriesView.currentStory.storyItem;
if (storyItem == null || (storyItem instanceof TL_stories.TL_storyItemSkipped)) {
return;
}
SendMessagesHelper.prepareSendingAudioDocuments(peerStoriesView.getAccountInstance(), arrayList, charSequence != null ? charSequence : null, PeerStoriesView.this.dialogId, (MessageObject) null, (MessageObject) null, storyItem, z2, i, (MessageObject) null, (String) null, 0, j, z3, j2);
PeerStoriesView.this.afterMessageSend(j2 <= 0);
}
});
this.chatAttachAlert.getPhotoLayout().loadGalleryPhotos();
this.chatAttachAlert.setAllowEnterCaption(true);
this.chatAttachAlert.init();
this.chatAttachAlert.setDocumentsDelegate(new ChatAttachAlertDocumentLayout.DocumentSelectActivityDelegate() {
public void didSelectFiles(ArrayList arrayList, String str, ArrayList arrayList2, boolean z2, int i, long j, boolean z3, long j2) {
PeerStoriesView peerStoriesView = PeerStoriesView.this;
TL_stories.StoryItem storyItem = peerStoriesView.currentStory.storyItem;
if (storyItem == null || (storyItem instanceof TL_stories.TL_storyItemSkipped)) {
return;
}
SendMessagesHelper.prepareSendingDocuments(peerStoriesView.getAccountInstance(), arrayList, arrayList, (ArrayList) null, str, (String) null, PeerStoriesView.this.dialogId, (MessageObject) null, (MessageObject) null, storyItem, (ChatActivity.ReplyQuote) null, (MessageObject) null, z2, i, (InputContentInfoCompat) null, (String) null, 0, 0L, false, j2);
PeerStoriesView.this.afterMessageSend(j2 <= 0);
}
public void didSelectPhotos(ArrayList arrayList, boolean z2, int i, long j) {
ChatAttachAlertDocumentLayout.DocumentSelectActivityDelegate.-CC.$default$didSelectPhotos(this, arrayList, z2, i, j);
}
public void startDocumentSelectActivity() {
try {
Intent intent = new Intent("android.intent.action.GET_CONTENT");
intent.putExtra("android.intent.extra.ALLOW_MULTIPLE", true);
intent.setType("*/*");
PeerStoriesView.this.storyViewer.startActivityForResult(intent, 21);
} catch (Exception e) {
FileLog.e(e);
}
}
public void startMusicSelectActivity() {
ChatAttachAlertDocumentLayout.DocumentSelectActivityDelegate.-CC.$default$startMusicSelectActivity(this);
}
});
this.chatAttachAlert.getCommentView().setText(this.chatActivityEnterView.getFieldText());
}
}
private void createEnterView() {
AnonymousClass17 anonymousClass17 = new AnonymousClass17(AndroidUtilities.findActivity(getContext()), this, null, true, new WrappedResourceProvider(this.resourcesProvider) {
public void appendColors() {
((WrappedResourceProvider) this).sparseIntArray.put(Theme.key_chat_emojiPanelBackground, ColorUtils.setAlphaComponent(-1, 30));
}
});
this.chatActivityEnterView = anonymousClass17;
anonymousClass17.getEditField().useAnimatedTextDrawable();
this.chatActivityEnterView.setOverrideKeyboardAnimation(true);
this.chatActivityEnterView.setClipChildren(false);
this.chatActivityEnterView.setDelegate(new AnonymousClass18());
setDelegate(this.chatActivityEnterView);
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
chatActivityEnterView.shouldDrawBackground = false;
chatActivityEnterView.shouldDrawRecordedAudioPanelInParent = true;
chatActivityEnterView.setAllowStickersAndGifs(true, true, true);
this.chatActivityEnterView.updateColors();
ChatActivityEnterView chatActivityEnterView2 = this.chatActivityEnterView;
chatActivityEnterView2.isStories = true;
addView(chatActivityEnterView2, LayoutHelper.createFrame(-1, -2.0f, 83, 0.0f, 0.0f, 0.0f, 0.0f));
this.chatActivityEnterView.recordingGuid = this.classGuid;
this.playerSharedScope.viewsToInvalidate.add(this.storyContainer);
this.playerSharedScope.viewsToInvalidate.add(this);
if (this.attachedToWindow) {
this.chatActivityEnterView.onResume();
}
checkStealthMode(false);
if (isBotsPreview()) {
this.chatActivityEnterView.setVisibility(8);
}
this.reactionsContainerIndex = getChildCount();
}
private void createFailView() {
if (this.failView != null) {
return;
}
StoryFailView storyFailView = new StoryFailView(getContext(), this.resourcesProvider);
this.failView = storyFailView;
storyFailView.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$createFailView$20(view);
}
});
this.failView.setAlpha(0.0f);
this.failView.setVisibility(8);
addView(this.failView, LayoutHelper.createFrame(-1, -2.0f, 83, 0.0f, 0.0f, 0.0f, 0.0f));
}
public void createMentionsContainer() {
MentionsContainerView mentionsContainerView = new MentionsContainerView(getContext(), this.dialogId, 0L, this.storyViewer.fragment, this, this.resourcesProvider) {
public void drawRoundRect(Canvas canvas, Rect rect, float f) {
PeerStoriesView.this.bitmapShaderTools.setBounds(getX(), -getY(), getX() + getMeasuredWidth(), (-getY()) + getMeasuredHeight());
RectF rectF = AndroidUtilities.rectTmp;
rectF.set(rect);
rectF.offset(0.0f, 0.0f);
canvas.drawRoundRect(rectF, f, f, PeerStoriesView.this.bitmapShaderTools.paint);
canvas.drawRoundRect(rectF, f, f, PeerStoriesView.this.inputBackgroundPaint);
if (rectF.top < getMeasuredHeight() - 1) {
canvas.drawRect(0.0f, getMeasuredHeight(), getMeasuredWidth(), getMeasuredHeight() - 1, PeerStoriesView.this.resourcesProvider.getPaint("paintDivider"));
}
}
protected boolean isStories() {
return true;
}
};
this.mentionContainer = mentionsContainerView;
mentionsContainerView.withDelegate(new AnonymousClass20());
addView(this.mentionContainer, LayoutHelper.createFrame(-1, -1, 83));
}
private void createPremiumBlockedText() {
if (this.premiumBlockedText != null) {
return;
}
if (this.chatActivityEnterView == null) {
createEnterView();
}
LinearLayout linearLayout = new LinearLayout(getContext());
this.premiumBlockedText = linearLayout;
linearLayout.setOrientation(0);
ImageView imageView = new ImageView(getContext());
imageView.setScaleType(ImageView.ScaleType.CENTER);
imageView.setScaleX(1.35f);
imageView.setScaleY(1.35f);
imageView.setImageResource(R.drawable.mini_switch_lock);
imageView.setColorFilter(new PorterDuffColorFilter(-8026747, PorterDuff.Mode.SRC_IN));
TextView textView = new TextView(getContext());
this.premiumBlockedText1 = textView;
textView.setTextColor(-8026747);
this.premiumBlockedText1.setTextSize(1, 16.0f);
this.premiumBlockedText1.setText(LocaleController.getString(this.isGroup ? R.string.StoryGroupRepliesLocked : R.string.StoryRepliesLocked));
TextView textView2 = new TextView(getContext());
this.premiumBlockedText2 = textView2;
textView2.setTextColor(-1);
this.premiumBlockedText2.setTextSize(1, 12.0f);
this.premiumBlockedText2.setBackground(Theme.createSimpleSelectorRoundRectDrawable(AndroidUtilities.dp(40.0f), 452984831, 855638015));
this.premiumBlockedText2.setGravity(17);
ScaleStateListAnimator.apply(this.premiumBlockedText2);
this.premiumBlockedText2.setText(LocaleController.getString(R.string.StoryRepliesLockedButton));
this.premiumBlockedText2.setPadding(AndroidUtilities.dp(7.0f), 0, AndroidUtilities.dp(7.0f), 0);
this.premiumBlockedText.addView(imageView, LayoutHelper.createLinear(22, 22, 16, 12, 1, 4, 0));
this.premiumBlockedText.addView(this.premiumBlockedText1, LayoutHelper.createLinear(-2, -2, 16));
this.premiumBlockedText.addView(this.premiumBlockedText2, LayoutHelper.createLinear(-2, 19, 16, 5, 0, 0, 0));
this.chatActivityEnterView.addView(this.premiumBlockedText, LayoutHelper.createFrame(-1, -1.0f));
}
public void createQualityItem(ActionBarPopupWindow.ActionBarPopupWindowLayout actionBarPopupWindowLayout) {
final boolean z = MessagesController.getInstance(this.currentAccount).storyQualityFull;
if (UserConfig.getInstance(this.currentAccount).isPremium()) {
ActionBarMenuItem.addItem(actionBarPopupWindowLayout, z ? R.drawable.menu_quality_sd : R.drawable.menu_quality_hd, LocaleController.getString(z ? R.string.StoryQualityDecrease : R.string.StoryQualityIncrease), false, this.resourcesProvider).setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$createQualityItem$13(z, view);
}
});
return;
}
Drawable drawable = ContextCompat.getDrawable(getContext(), R.drawable.msg_gallery_locked2);
drawable.setColorFilter(new PorterDuffColorFilter(ColorUtils.blendARGB(-1, -16777216, 0.5f), PorterDuff.Mode.MULTIPLY));
CombinedDrawable combinedDrawable = new CombinedDrawable(ContextCompat.getDrawable(getContext(), R.drawable.menu_quality_hd2), drawable) {
public void setColorFilter(ColorFilter colorFilter) {
}
};
combinedDrawable.setIconSize(AndroidUtilities.dp(24.0f), AndroidUtilities.dp(24.0f));
combinedDrawable.setIconOffset(AndroidUtilities.dp(1.0f), -AndroidUtilities.dp(2.0f));
ActionBarMenuSubItem addItem = ActionBarMenuItem.addItem(actionBarPopupWindowLayout, R.drawable.menu_quality_hd, LocaleController.getString(R.string.StoryQualityIncrease), false, this.resourcesProvider);
addItem.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$createQualityItem$15(view);
}
});
addItem.setIcon(combinedDrawable);
}
private void createReplyDisabledView() {
if (this.replyDisabledTextView != null) {
return;
}
TextView textView = new TextView(getContext()) {
@Override
public void setTranslationY(float f) {
super.setTranslationY(f);
}
};
this.replyDisabledTextView = textView;
textView.setTextSize(1, 14.0f);
this.replyDisabledTextView.setTextColor(ColorUtils.blendARGB(-16777216, -1, 0.5f));
this.replyDisabledTextView.setGravity(19);
this.replyDisabledTextView.setText(LocaleController.getString(R.string.StoryReplyDisabled));
addView(this.replyDisabledTextView, LayoutHelper.createFrame(-2, 40.0f, 3, 16.0f, 0.0f, 16.0f, 0.0f));
}
private void createSelfPeerView() {
if (this.selfView != null) {
return;
}
FrameLayout frameLayout = new FrameLayout(getContext()) {
@Override
protected void dispatchDraw(Canvas canvas) {
int x;
if (PeerStoriesView.this.selfAvatarsContainer.getVisibility() == 0 && PeerStoriesView.this.selfAvatarsContainer.getLayoutParams().width != (x = (int) (((PeerStoriesView.this.selfStatusView.getX() + PeerStoriesView.this.selfStatusView.getMeasuredWidth()) - PeerStoriesView.this.selfAvatarsContainer.getX()) + AndroidUtilities.dp(10.0f)))) {
PeerStoriesView.this.selfAvatarsContainer.getLayoutParams().width = x;
PeerStoriesView.this.selfAvatarsContainer.invalidate();
PeerStoriesView.this.selfAvatarsContainer.requestLayout();
}
super.dispatchDraw(canvas);
}
};
this.selfView = frameLayout;
frameLayout.setClickable(true);
addView(this.selfView, LayoutHelper.createFrame(-1, 48.0f, 48, 0.0f, 0.0f, 136.0f, 0.0f));
View view = new View(getContext()) {
LoadingDrawable loadingDrawable = new LoadingDrawable();
AnimatedFloat animatedFloat = new AnimatedFloat(250, CubicBezierInterpolator.DEFAULT);
@Override
protected void onDraw(Canvas canvas) {
super.onDraw(canvas);
this.animatedFloat.setParent(this);
this.animatedFloat.set(PeerStoriesView.this.showViewsProgress ? 1.0f : 0.0f, false);
if (this.animatedFloat.get() != 0.0f) {
if (this.animatedFloat.get() != 1.0f) {
canvas.saveLayerAlpha(0.0f, 0.0f, getLayoutParams().width, getMeasuredHeight(), (int) (this.animatedFloat.get() * 255.0f), 31);
} else {
canvas.save();
}
RectF rectF = AndroidUtilities.rectTmp;
rectF.set(0.0f, 0.0f, getLayoutParams().width, getMeasuredHeight());
this.loadingDrawable.setBounds(rectF);
this.loadingDrawable.setRadiiDp(24.0f);
this.loadingDrawable.setColors(ColorUtils.setAlphaComponent(-1, 20), ColorUtils.setAlphaComponent(-1, 50), ColorUtils.setAlphaComponent(-1, 50), ColorUtils.setAlphaComponent(-1, 70));
this.loadingDrawable.draw(canvas);
invalidate();
canvas.restore();
}
}
};
this.selfAvatarsContainer = view;
view.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view2) {
PeerStoriesView.this.lambda$createSelfPeerView$34(view2);
}
});
this.selfView.addView(this.selfAvatarsContainer, LayoutHelper.createFrame(-1, 32.0f, 0, 9.0f, 11.0f, 0.0f, 0.0f));
HwAvatarsImageView hwAvatarsImageView = new HwAvatarsImageView(getContext(), false);
this.selfAvatarsView = hwAvatarsImageView;
hwAvatarsImageView.setAvatarsTextSize(AndroidUtilities.dp(18.0f));
this.selfView.addView((View) this.selfAvatarsView, (ViewGroup.LayoutParams) LayoutHelper.createFrame(-1, 28.0f, 0, 13.0f, 13.0f, 0.0f, 0.0f));
TextView textView = new TextView(getContext());
this.selfStatusView = textView;
textView.setTextSize(1, 14.0f);
this.selfStatusView.setTextColor(-1);
this.selfView.addView(this.selfStatusView, LayoutHelper.createFrame(-2, -2.0f, 0, 0.0f, 16.0f, 0.0f, 9.0f));
ImageView imageView = new ImageView(getContext());
imageView.setImageDrawable(this.sharedResources.deleteDrawable);
this.selfAvatarsContainer.setBackground(Theme.createSimpleSelectorRoundRectDrawable(AndroidUtilities.dp(15.0f), 0, ColorUtils.setAlphaComponent(-1, 120)));
imageView.setBackground(Theme.createCircleSelectorDrawable(ColorUtils.setAlphaComponent(-1, 120), -AndroidUtilities.dp(2.0f), -AndroidUtilities.dp(2.0f)));
}
public void createStealthModeItem(ActionBarPopupWindow.ActionBarPopupWindowLayout actionBarPopupWindowLayout) {
if (isBotsPreview()) {
return;
}
if (UserConfig.getInstance(this.currentAccount).isPremium()) {
ActionBarMenuItem.addItem(actionBarPopupWindowLayout, R.drawable.msg_stories_stealth2, LocaleController.getString(R.string.StealthModeButton), false, this.resourcesProvider).setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$createStealthModeItem$11(view);
}
});
return;
}
Drawable drawable = ContextCompat.getDrawable(getContext(), R.drawable.msg_gallery_locked2);
drawable.setColorFilter(new PorterDuffColorFilter(ColorUtils.blendARGB(-1, -16777216, 0.5f), PorterDuff.Mode.MULTIPLY));
CombinedDrawable combinedDrawable = new CombinedDrawable(ContextCompat.getDrawable(getContext(), R.drawable.msg_stealth_locked), drawable) {
public void setColorFilter(ColorFilter colorFilter) {
}
};
ActionBarMenuSubItem addItem = ActionBarMenuItem.addItem(actionBarPopupWindowLayout, R.drawable.msg_stories_stealth2, LocaleController.getString(R.string.StealthModeButton), false, this.resourcesProvider);
addItem.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$createStealthModeItem$12(view);
}
});
addItem.setIcon(combinedDrawable);
}
private void createUnsupportedContainer() {
if (this.unsupportedContainer != null) {
return;
}
FrameLayout frameLayout = new FrameLayout(getContext());
LinearLayout linearLayout = new LinearLayout(getContext());
linearLayout.setOrientation(1);
TextView textView = new TextView(getContext());
textView.setTypeface(AndroidUtilities.bold());
textView.setGravity(1);
textView.setTextSize(1, 16.0f);
textView.setText(LocaleController.getString(R.string.StoryUnsupported));
textView.setTextColor(Theme.getColor(Theme.key_windowBackgroundWhiteBlackText, this.resourcesProvider));
TextView textView2 = new TextView(getContext());
ScaleStateListAnimator.apply(textView2);
textView2.setText(LocaleController.getString(R.string.AppUpdate));
int i = Theme.key_featuredStickers_buttonText;
textView2.setTextColor(Theme.getColor(i, this.resourcesProvider));
textView2.setPadding(AndroidUtilities.dp(16.0f), AndroidUtilities.dp(12.0f), AndroidUtilities.dp(16.0f), AndroidUtilities.dp(12.0f));
textView2.setGravity(17);
textView2.setTypeface(AndroidUtilities.bold());
textView2.setTextSize(1, 15.0f);
textView2.setBackground(Theme.createSimpleSelectorRoundRectDrawable(AndroidUtilities.dp(8.0f), Theme.getColor(Theme.key_featuredStickers_addButton, this.resourcesProvider), ColorUtils.setAlphaComponent(Theme.getColor(i, this.resourcesProvider), 30)));
textView2.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
PeerStoriesView.this.lambda$createUnsupportedContainer$33(view);
}
});
linearLayout.addView(textView, LayoutHelper.createLinear(-1, -2));
linearLayout.addView(textView2, LayoutHelper.createLinear(-1, -2, 0.0f, 24.0f, 0.0f, 0.0f));
frameLayout.addView(linearLayout, LayoutHelper.createFrame(-1, -2.0f, 17, 72.0f, 0.0f, 72.0f, 0.0f));
this.storyContainer.addView(frameLayout);
this.unsupportedContainer = frameLayout;
}
public void deleteStory() {
AlertDialog.Builder builder = new AlertDialog.Builder(getContext(), this.resourcesProvider);
builder.setTitle(LocaleController.getString(isBotsPreview() ? R.string.DeleteBotPreviewTitle : R.string.DeleteStoryTitle));
builder.setMessage(LocaleController.getString(isBotsPreview() ? R.string.DeleteBotPreviewSubtitle : R.string.DeleteStorySubtitle));
builder.setPositiveButton(LocaleController.getString(R.string.Delete), new AlertDialog.OnButtonClickListener() {
public final void onClick(AlertDialog alertDialog, int i) {
PeerStoriesView.this.lambda$deleteStory$35(alertDialog, i);
}
});
builder.setNegativeButton(LocaleController.getString(R.string.Cancel), new AlertDialog.OnButtonClickListener() {
public final void onClick(AlertDialog alertDialog, int i) {
alertDialog.dismiss();
}
});
Dialog create = builder.create();
this.delegate.showDialog(create);
create.redPositive();
}
public boolean drawLinesAsCounter() {
return false;
}
public void editPrivacy(StoryPrivacyBottomSheet.StoryPrivacy storyPrivacy, final TL_stories.StoryItem storyItem) {
this.delegate.showDialog(new StoryPrivacyBottomSheet(getContext(), storyItem.pinned ? Integer.MAX_VALUE : storyItem.expire_date - storyItem.date, this.resourcesProvider).setValue(storyPrivacy).enableSharing(false).isEdit(true).whenSelectedRules(new StoryPrivacyBottomSheet.DoneCallback() {
@Override
public final void done(StoryPrivacyBottomSheet.StoryPrivacy storyPrivacy2, boolean z, boolean z2, TLRPC.InputPeer inputPeer, Runnable runnable) {
PeerStoriesView.this.lambda$editPrivacy$47(storyItem, storyPrivacy2, z, z2, inputPeer, runnable);
}
}, false));
}
public Activity findActivity() {
LaunchActivity findActivity;
StoryViewer storyViewer = this.storyViewer;
if (storyViewer == null || (findActivity = storyViewer.parentActivity) == null) {
findActivity = AndroidUtilities.findActivity(getContext());
}
return findActivity == null ? LaunchActivity.instance : findActivity;
}
private BaseFragment fragmentForLimit() {
return new BaseFragment() {
public Activity getParentActivity() {
return PeerStoriesView.this.findActivity();
}
public Theme.ResourcesProvider getResourceProvider() {
return new WrappedResourceProvider(PeerStoriesView.this.resourcesProvider) {
public void appendColors() {
((WrappedResourceProvider) this).sparseIntArray.append(Theme.key_dialogBackground, -14737633);
((WrappedResourceProvider) this).sparseIntArray.append(Theme.key_windowBackgroundGray, -13421773);
}
};
}
public boolean isLightStatusBar() {
return false;
}
public boolean presentFragment(BaseFragment baseFragment) {
if (PeerStoriesView.this.storyViewer == null) {
return true;
}
PeerStoriesView.this.storyViewer.presentFragment(baseFragment);
return true;
}
public Dialog showDialog(Dialog dialog) {
if (PeerStoriesView.this.storyViewer != null) {
PeerStoriesView.this.storyViewer.showDialog(dialog);
} else if (dialog != null) {
dialog.show();
}
return dialog;
}
};
}
public AccountInstance getAccountInstance() {
return AccountInstance.getInstance(this.currentAccount);
}
public ArrayList getAnimatedEmojiSets(StoryItemHolder storyItemHolder) {
StoryEntry storyEntry;
AnimatedEmojiSpan[] animatedEmojiSpanArr;
TL_stories.MediaArea mediaArea;
TLRPC.InputStickerSet inputStickerSet;
ArrayList arrayList;
TLRPC.InputStickerSet inputStickerSet2;
if (storyItemHolder == null) {
return null;
}
HashSet hashSet = new HashSet();
ArrayList arrayList2 = new ArrayList();
TL_stories.StoryItem storyItem = storyItemHolder.storyItem;
int i = 0;
if (storyItem != null && storyItem.media_areas != null) {
for (int i2 = 0; i2 < storyItemHolder.storyItem.media_areas.size(); i2++) {
TL_stories.MediaArea mediaArea2 = (TL_stories.MediaArea) storyItemHolder.storyItem.media_areas.get(i2);
if (mediaArea2 instanceof TL_stories.TL_mediaAreaSuggestedReaction) {
TLRPC.TL_reactionCustomEmoji tL_reactionCustomEmoji = mediaArea2.reaction;
if (tL_reactionCustomEmoji instanceof TLRPC.TL_reactionCustomEmoji) {
TLRPC.Document findDocument = AnimatedEmojiDrawable.findDocument(this.currentAccount, tL_reactionCustomEmoji.document_id);
if (findDocument != null && (inputStickerSet2 = MessageObject.getInputStickerSet(findDocument)) != null && !hashSet.contains(Long.valueOf(inputStickerSet2.id))) {
hashSet.add(Long.valueOf(inputStickerSet2.id));
arrayList2.add(inputStickerSet2);
}
}
}
}
}
TL_stories.StoryItem storyItem2 = storyItemHolder.storyItem;
if (storyItem2 == null || (arrayList = storyItem2.entities) == null || arrayList.isEmpty()) {
StoriesController.UploadingStory uploadingStory = storyItemHolder.uploadingStory;
if (uploadingStory != null && (storyEntry = uploadingStory.entry) != null) {
if (storyEntry.mediaEntities != null) {
for (int i3 = 0; i3 < storyItemHolder.uploadingStory.entry.mediaEntities.size(); i3++) {
VideoEditedInfo.MediaEntity mediaEntity = (VideoEditedInfo.MediaEntity) storyItemHolder.uploadingStory.entry.mediaEntities.get(i3);
if (mediaEntity.type == 4 && (mediaArea = mediaEntity.mediaArea) != null) {
TLRPC.TL_reactionCustomEmoji tL_reactionCustomEmoji2 = mediaArea.reaction;
if (tL_reactionCustomEmoji2 instanceof TLRPC.TL_reactionCustomEmoji) {
TLRPC.Document findDocument2 = AnimatedEmojiDrawable.findDocument(this.currentAccount, tL_reactionCustomEmoji2.document_id);
if (findDocument2 != null && (inputStickerSet = MessageObject.getInputStickerSet(findDocument2)) != null && !hashSet.contains(Long.valueOf(inputStickerSet.id))) {
hashSet.add(Long.valueOf(inputStickerSet.id));
arrayList2.add(inputStickerSet);
}
}
}
}
}
CharSequence charSequence = storyItemHolder.uploadingStory.entry.caption;
if (!(charSequence instanceof Spanned) || (animatedEmojiSpanArr = (AnimatedEmojiSpan[]) ((Spanned) charSequence).getSpans(0, charSequence.length(), AnimatedEmojiSpan.class)) == null) {
return arrayList2;
}
while (i < animatedEmojiSpanArr.length) {
AnimatedEmojiSpan animatedEmojiSpan = animatedEmojiSpanArr[i];
TLRPC.Document document = animatedEmojiSpan.document;
if (document == null) {
document = AnimatedEmojiDrawable.findDocument(this.currentAccount, animatedEmojiSpan.documentId);
}
if (document != null) {
TLRPC.InputStickerSet inputStickerSet3 = MessageObject.getInputStickerSet(document);
if (!hashSet.contains(Long.valueOf(inputStickerSet3.id))) {
hashSet.add(Long.valueOf(inputStickerSet3.id));
arrayList2.add(inputStickerSet3);
}
}
i++;
}
}
} else {
while (i < storyItemHolder.storyItem.entities.size()) {
TLRPC.TL_messageEntityCustomEmoji tL_messageEntityCustomEmoji = (TLRPC.MessageEntity) storyItemHolder.storyItem.entities.get(i);
if (tL_messageEntityCustomEmoji instanceof TLRPC.TL_messageEntityCustomEmoji) {
TLRPC.TL_messageEntityCustomEmoji tL_messageEntityCustomEmoji2 = tL_messageEntityCustomEmoji;
TLRPC.Document document2 = tL_messageEntityCustomEmoji2.document;
if (document2 == null) {
document2 = AnimatedEmojiDrawable.findDocument(this.currentAccount, tL_messageEntityCustomEmoji2.document_id);
}
if (document2 != null) {
TLRPC.InputStickerSet inputStickerSet4 = MessageObject.getInputStickerSet(document2);
if (!hashSet.contains(Long.valueOf(inputStickerSet4.id))) {
hashSet.add(Long.valueOf(inputStickerSet4.id));
arrayList2.add(inputStickerSet4);
}
}
}
i++;
}
}
return arrayList2;
}
public float getHideInterfaceAlpha() {
return (1.0f - this.progressToHideInterface.get()) * (1.0f - this.storyViewer.getProgressToSelfViews());
}
public static int getStoryId(TL_stories.StoryItem storyItem, StoriesController.UploadingStory uploadingStory) {
StoryEntry storyEntry;
if (storyItem != null) {
return storyItem.id;
}
if (uploadingStory == null || (storyEntry = uploadingStory.entry) == null) {
return 0;
}
return storyEntry.editStoryId;
}
public boolean hideCaptionWithInterface() {
return true;
}
private boolean hitButton(View view, MotionEvent motionEvent) {
float x = getX() + this.storyContainer.getX() + view.getX();
float y = getY() + this.storyContainer.getY() + view.getY();
return motionEvent.getX() >= x && motionEvent.getX() <= x + ((float) view.getWidth()) && motionEvent.getY() >= y && motionEvent.getY() <= y + ((float) view.getHeight());
}
public boolean isBotsPreview() {
StoriesController.StoriesList storiesList;
StoryViewer storyViewer = this.storyViewer;
return (storyViewer == null || (storiesList = storyViewer.storiesList) == null || storiesList.type != 4) ? false : true;
}
public boolean isEditBotsPreview() {
TLRPC.User user;
return isBotsPreview() && (user = MessagesController.getInstance(this.currentAccount).getUser(Long.valueOf(this.storyViewer.storiesList.dialogId))) != null && user.bot && user.bot_can_edit;
}
public void lambda$animateOut$49(ValueAnimator valueAnimator) {
this.outT = ((Float) valueAnimator.getAnimatedValue()).floatValue();
this.headerView.setTranslationY((-AndroidUtilities.dp(8.0f)) * this.outT);
this.headerView.setAlpha(1.0f - this.outT);
this.optionsIconView.setTranslationY((-AndroidUtilities.dp(8.0f)) * this.outT);
this.optionsIconView.setAlpha(1.0f - this.outT);
this.muteIconContainer.setTranslationY((-AndroidUtilities.dp(8.0f)) * this.outT);
this.muteIconContainer.setAlpha(this.muteIconViewAlpha * (1.0f - this.outT));
FrameLayout frameLayout = this.selfView;
if (frameLayout != null) {
frameLayout.setTranslationY(AndroidUtilities.dp(8.0f) * this.outT);
this.selfView.setAlpha(1.0f - this.outT);
}
StoryPrivacyButton storyPrivacyButton = this.privacyButton;
if (storyPrivacyButton != null) {
storyPrivacyButton.setTranslationY((-AndroidUtilities.dp(8.0f)) * this.outT);
this.privacyButton.setAlpha(1.0f - this.outT);
}
this.storyCaptionView.setAlpha(1.0f - this.outT);
Delegate delegate = this.delegate;
float progressToDismiss = delegate == null ? 0.0f : delegate.getProgressToDismiss();
float hideInterfaceAlpha = getHideInterfaceAlpha();
FrameLayout frameLayout2 = this.likeButtonContainer;
if (frameLayout2 != null) {
frameLayout2.setAlpha((1.0f - progressToDismiss) * hideInterfaceAlpha * (1.0f - this.outT));
}
ImageView imageView = this.shareButton;
if (imageView != null) {
imageView.setAlpha((1.0f - progressToDismiss) * hideInterfaceAlpha * (1.0f - this.outT));
}
FrameLayout frameLayout3 = this.repostButtonContainer;
if (frameLayout3 != null) {
frameLayout3.setAlpha(hideInterfaceAlpha * (1.0f - progressToDismiss) * (1.0f - this.outT));
}
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
if (chatActivityEnterView != null) {
chatActivityEnterView.setAlpha(1.0f - this.outT);
invalidate();
}
this.storyContainer.invalidate();
}
public void lambda$checkRecordLocked$48(boolean z, AlertDialog alertDialog, int i) {
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
if (chatActivityEnterView != null) {
if (z) {
this.storyViewer.close(true);
} else {
chatActivityEnterView.cancelRecordingAudioVideo();
}
}
}
public void lambda$createFailView$20(View view) {
StoriesController.UploadingStory uploadingStory;
StoryItemHolder storyItemHolder = this.currentStory;
if (storyItemHolder == null || (uploadingStory = storyItemHolder.uploadingStory) == null) {
return;
}
uploadingStory.tryAgain();
updatePosition();
}
public void lambda$createQualityItem$13(boolean z, View view) {
boolean z2 = !z;
MessagesController.getInstance(this.currentAccount).setStoryQuality(z2);
BulletinFactory.of(this.storyContainer, this.resourcesProvider).createSimpleBulletin(R.raw.chats_infotip, LocaleController.getString(z2 ? R.string.StoryQualityIncreasedTitle : R.string.StoryQualityDecreasedTitle), LocaleController.getString(z2 ? R.string.StoryQualityIncreasedMessage : R.string.StoryQualityDecreasedMessage)).show();
CustomPopupMenu customPopupMenu = this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$createQualityItem$14(BottomSheet bottomSheet, View view) {
this.delegate.showDialog(new PremiumFeatureBottomSheet(this.storyViewer.fragment, 14, false));
bottomSheet.dismiss();
}
public void lambda$createQualityItem$15(View view) {
final Dialog bottomSheet = new BottomSheet(getContext(), false, this.resourcesProvider);
bottomSheet.fixNavigationBar(Theme.getColor(Theme.key_dialogBackground, this.resourcesProvider));
LinearLayout linearLayout = new LinearLayout(getContext());
linearLayout.setOrientation(1);
linearLayout.setPadding(AndroidUtilities.dp(16.0f), 0, AndroidUtilities.dp(16.0f), 0);
View backupImageView = new BackupImageView(getContext());
backupImageView.getImageReceiver().setAutoRepeat(1);
MediaDataController.getInstance(this.currentAccount).setPlaceholderImage(backupImageView, "tg_superplaceholders_android_2", "😎", "150_150");
linearLayout.addView(backupImageView, LayoutHelper.createLinear(150, 150, 1, 0, 16, 0, 16));
TextView textView = new TextView(getContext());
textView.setTypeface(AndroidUtilities.bold());
textView.setGravity(17);
textView.setTextColor(Theme.getColor(Theme.key_dialogTextBlack, this.resourcesProvider));
textView.setTextSize(1, 20.0f);
textView.setText(LocaleController.getString(R.string.StoryQualityPremium));
linearLayout.addView(textView, LayoutHelper.createLinear(-1, -2, 1, 12, 0, 12, 0));
TextView textView2 = new TextView(getContext());
textView2.setGravity(17);
textView2.setTextColor(Theme.getColor(Theme.key_dialogTextGray3, this.resourcesProvider));
textView2.setTextSize(1, 14.0f);
textView2.setText(AndroidUtilities.replaceTags(LocaleController.getString(R.string.StoryQualityPremiumText)));
linearLayout.addView(textView2, LayoutHelper.createLinear(-1, -2, 1, 32, 9, 32, 19));
ButtonWithCounterView buttonWithCounterView = new ButtonWithCounterView(getContext(), this.resourcesProvider);
buttonWithCounterView.setText(LocaleController.getString(R.string.StoryQualityIncrease), false);
SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder("l");
ColoredImageSpan coloredImageSpan = new ColoredImageSpan(R.drawable.mini_switch_lock);
coloredImageSpan.setTopOffset(1);
spannableStringBuilder.setSpan(coloredImageSpan, 0, 1, 33);
buttonWithCounterView.setSubText(new SpannableStringBuilder().append((CharSequence) spannableStringBuilder).append((CharSequence) LocaleController.getString(R.string.OptionPremiumRequiredTitle)), false);
linearLayout.addView(buttonWithCounterView, LayoutHelper.createLinear(-1, 48, 1));
buttonWithCounterView.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view2) {
PeerStoriesView.this.lambda$createQualityItem$14(bottomSheet, view2);
}
});
bottomSheet.setCustomView(linearLayout);
this.delegate.showDialog(bottomSheet);
CustomPopupMenu customPopupMenu = this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$createSelfPeerView$34(View view) {
showUserViewsDialog();
}
public void lambda$createStealthModeItem$11(View view) {
if (this.stealthModeIsActive) {
StealthModeAlert.showStealthModeEnabledBulletin();
} else {
this.delegate.showDialog(new StealthModeAlert(getContext(), getY() + this.storyContainer.getY(), 0, this.resourcesProvider));
}
CustomPopupMenu customPopupMenu = this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$createStealthModeItem$12(View view) {
this.delegate.showDialog(new StealthModeAlert(getContext(), getY() + this.storyContainer.getY(), 0, this.resourcesProvider));
CustomPopupMenu customPopupMenu = this.popupMenu;
if (customPopupMenu != null) {
customPopupMenu.dismiss();
}
}
public void lambda$createUnsupportedContainer$33(View view) {
Context context;
String str;
if (ApplicationLoader.isStandaloneBuild()) {
LaunchActivity launchActivity = LaunchActivity.instance;
if (launchActivity != null) {
launchActivity.checkAppUpdate(true, (Browser.Progress) null);
return;
}
return;
}
if (BuildVars.isHuaweiStoreApp()) {
context = getContext();
str = BuildVars.HUAWEI_STORE_URL;
} else {
context = getContext();
str = BuildVars.PLAYSTORE_APP_URL;
}
Browser.openUrl(context, str);
}
public void lambda$deleteStory$35(AlertDialog alertDialog, int i) {
this.currentStory.cancelOrDelete();
updateStoryItems();
if (this.isActive && this.count == 0) {
this.delegate.switchToNextAndRemoveCurrentPeer();
return;
}
int i2 = this.selectedPosition;
int i3 = this.count;
if (i2 >= i3) {
this.selectedPosition = i3 - 1;
} else if (i2 < 0) {
this.selectedPosition = 0;
}
updatePosition();
StoryViewer storyViewer = this.storyViewer;
if (storyViewer != null) {
storyViewer.checkSelfStoriesView();
}
}
public void lambda$editPrivacy$45(Runnable runnable, TLRPC.TL_error tL_error, TL_stories.StoryItem storyItem, StoryPrivacyBottomSheet.StoryPrivacy storyPrivacy) {
Bulletin createSimpleBulletin;
BulletinFactory of;
int i;
String str;
String string;
if (runnable != null) {
runnable.run();
}
if (tL_error == null || "STORY_NOT_MODIFIED".equals(tL_error.text)) {
storyItem.parsedPrivacy = storyPrivacy;
storyItem.privacy = storyPrivacy.toValue();
int i2 = storyPrivacy.type;
storyItem.close_friends = i2 == 1;
storyItem.contacts = i2 == 2;
storyItem.selected_contacts = i2 == 3;
MessagesController.getInstance(this.currentAccount).getStoriesController().updateStoryItem(storyItem.dialogId, storyItem, true, true);
this.editedPrivacy = true;
int i3 = storyPrivacy.type;
if (i3 == 4) {
of = BulletinFactory.of(this.storyContainer, this.resourcesProvider);
i = R.raw.contact_check;
str = "StorySharedToEveryone";
} else {
if (i3 != 1) {
if (i3 != 2) {
if (i3 == 3) {
HashSet hashSet = new HashSet();
hashSet.addAll(storyPrivacy.selectedUserIds);
Iterator it = storyPrivacy.selectedUserIdsByGroup.values().iterator();
while (it.hasNext()) {
hashSet.addAll((ArrayList) it.next());
}
createSimpleBulletin = BulletinFactory.of(this.storyContainer, this.resourcesProvider).createSimpleBulletin(R.raw.contact_check, LocaleController.formatPluralString("StorySharedToContacts", hashSet.size(), new Object[0]));
}
updatePosition();
}
if (storyPrivacy.selectedUserIds.isEmpty()) {
of = BulletinFactory.of(this.storyContainer, this.resourcesProvider);
i = R.raw.contact_check;
str = "StorySharedToAllContacts";
} else {
createSimpleBulletin = BulletinFactory.of(this.storyContainer, this.resourcesProvider).createSimpleBulletin(R.raw.contact_check, LocaleController.formatPluralString("StorySharedToAllContactsExcluded", storyPrivacy.selectedUserIds.size(), new Object[0]));
}
createSimpleBulletin.show();
updatePosition();
}
of = BulletinFactory.of(this.storyContainer, this.resourcesProvider);
i = R.raw.contact_check;
str = "StorySharedToCloseFriends";
}
string = LocaleController.getString(str);
} else {
of = BulletinFactory.of(this.storyContainer, this.resourcesProvider);
i = R.raw.error;
string = LocaleController.getString(R.string.UnknownError);
}
createSimpleBulletin = of.createSimpleBulletin(i, string);
createSimpleBulletin.show();
updatePosition();
}
public void lambda$editPrivacy$46(final Runnable runnable, final TL_stories.StoryItem storyItem, final StoryPrivacyBottomSheet.StoryPrivacy storyPrivacy, TLObject tLObject, final TLRPC.TL_error tL_error) {
AndroidUtilities.runOnUIThread(new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.lambda$editPrivacy$45(runnable, tL_error, storyItem, storyPrivacy);
}
});
}
public void lambda$editPrivacy$47(final TL_stories.StoryItem storyItem, final StoryPrivacyBottomSheet.StoryPrivacy storyPrivacy, boolean z, boolean z2, TLRPC.InputPeer inputPeer, final Runnable runnable) {
TL_stories.TL_stories_editStory tL_stories_editStory = new TL_stories.TL_stories_editStory();
tL_stories_editStory.peer = MessagesController.getInstance(this.currentAccount).getInputPeer(storyItem.dialogId);
tL_stories_editStory.id = storyItem.id;
tL_stories_editStory.flags |= 4;
tL_stories_editStory.privacy_rules = storyPrivacy.rules;
ConnectionsManager.getInstance(this.currentAccount).sendRequest(tL_stories_editStory, new RequestDelegate() {
public final void run(TLObject tLObject, TLRPC.TL_error tL_error) {
PeerStoriesView.this.lambda$editPrivacy$46(runnable, storyItem, storyPrivacy, tLObject, tL_error);
}
});
}
public void lambda$needEnterText$44() {
this.delegate.requestAdjust(true);
}
public void lambda$new$0(View view) {
StoryCaptionView storyCaptionView = this.storyCaptionView;
if (!storyCaptionView.expanded) {
this.checkBlackoutMode = true;
storyCaptionView.expand();
} else if (storyCaptionView.textSelectionHelper.isInSelectionMode()) {
this.storyCaptionView.checkCancelTextSelection();
} else {
this.storyCaptionView.collapse();
}
}
public void lambda$new$1(View view) {
shareStory(true);
}
public void lambda$new$10(StoryViewer storyViewer, View view) {
if (!this.currentStory.hasSound()) {
showNoSoundHint(true);
return;
}
storyViewer.toggleSilentMode();
if (storyViewer.soundEnabled()) {
MessagesController.getGlobalMainSettings().edit().putInt("taptostorysoundhint", 3).apply();
}
}
public void lambda$new$2(View view) {
tryToOpenRepostStory();
}
public void lambda$new$3() {
likeStory(null);
}
public void lambda$new$37() {
checkStealthMode(true);
}
public void lambda$new$4(View view) {
TL_stories.StoryItem storyItem = this.currentStory.storyItem;
if (storyItem == null || storyItem.sent_reaction != null) {
likeStory(null);
} else {
applyMessageToChat(new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.lambda$new$3();
}
});
}
}
public void lambda$new$42() {
showNoSoundHint(false);
MessagesController.getGlobalMainSettings().edit().putInt("taptostorysoundhint", MessagesController.getGlobalMainSettings().getInt("taptostorysoundhint", 0) + 1).apply();
}
public boolean lambda$new$5(StoryViewer storyViewer, View view) {
Runnable runnable = this.reactionsTooltipRunnable;
if (runnable != null) {
AndroidUtilities.cancelRunOnUIThread(runnable);
this.reactionsTooltipRunnable = null;
}
SharedConfig.setStoriesReactionsLongPressHintUsed(true);
HintView2 hintView2 = this.reactionsLongpressTooltip;
if (hintView2 != null) {
hintView2.hide();
}
checkReactionsLayoutForLike();
storyViewer.windowView.dispatchTouchEvent(AndroidUtilities.emptyMotionEvent());
showLikesReaction(true);
return true;
}
public void lambda$new$6(StoryViewer storyViewer, View view) {
long j = UserConfig.getInstance(this.currentAccount).clientUserId;
long j2 = this.dialogId;
if (j != j2) {
storyViewer.presentFragment(j2 > 0 ? ProfileActivity.of(j2) : ChatActivity.of(j2));
return;
}
Bundle bundle = new Bundle();
bundle.putInt("type", 1);
bundle.putLong("dialog_id", this.dialogId);
storyViewer.presentFragment(new MediaActivity(bundle, (SharedMediaLayout.SharedMediaPreloader) null));
}
public void lambda$new$7(Theme.ResourcesProvider resourcesProvider, StoryViewer storyViewer, Context context, SharedResources sharedResources, View view) {
this.delegate.setPopupIsVisible(true);
this.editStoryItem = null;
boolean[] zArr = {false};
if (this.isSelf) {
MessagesController.getInstance(this.currentAccount).getStoriesController().loadBlocklistAtFirst();
MessagesController.getInstance(this.currentAccount).getStoriesController().loadSendAs();
MessagesController.getInstance(this.currentAccount).getStoriesController().getDraftsController().load();
}
boolean z = this.isSelf || MessagesController.getInstance(this.currentAccount).getStoriesController().canEditStory(this.currentStory.storyItem);
boolean z2 = this.isSelf || ((this.isChannel || isBotsPreview()) && z);
boolean z3 = this.currentStory.isVideo;
AnonymousClass8 anonymousClass8 = new AnonymousClass8(getContext(), resourcesProvider, z3, resourcesProvider, storyViewer, z3, z2, z, context, sharedResources, zArr);
this.popupMenu = anonymousClass8;
anonymousClass8.show(this.optionsIconView, 0, (-ActionBar.getCurrentActionBarHeight()) + AndroidUtilities.dp(6.0f));
}
public void lambda$new$8() {
this.delegate.setIsHintVisible(false);
}
public void lambda$new$9(android.view.View r13) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.lambda$new$9(android.view.View):void");
}
public void lambda$onMeasure$43(ValueAnimator valueAnimator) {
this.animatingKeyboardHeight = ((Float) valueAnimator.getAnimatedValue()).floatValue();
invalidate();
}
public void lambda$openRepostStory$27() {
this.editOpened = true;
setActive(false);
}
public static void lambda$openRepostStory$28(DialogStoriesCell.StoryCell storyCell, DialogStoriesCell dialogStoriesCell, Long l, StoryRecorder storyRecorder, Runnable runnable) {
if (storyCell == null) {
storyCell = dialogStoriesCell.findStoryCell(l.longValue());
}
storyRecorder.replaceSourceView(StoryRecorder.SourceView.fromStoryCell(storyCell));
runnable.run();
}
public static void lambda$openRepostStory$29(Runnable runnable) {
AndroidUtilities.cancelRunOnUIThread(runnable);
AndroidUtilities.runOnUIThread(runnable);
}
public static void lambda$openRepostStory$30(Runnable runnable, long j) {
AndroidUtilities.cancelRunOnUIThread(runnable);
AndroidUtilities.runOnUIThread(runnable, Math.max(0L, 32 - (System.currentTimeMillis() - j)));
}
public void lambda$openRepostStory$31(final org.telegram.ui.Stories.recorder.StoryRecorder r16, java.lang.Long r17, final java.lang.Runnable r18, java.lang.Boolean r19, final java.lang.Long r20) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.lambda$openRepostStory$31(org.telegram.ui.Stories.recorder.StoryRecorder, java.lang.Long, java.lang.Runnable, java.lang.Boolean, java.lang.Long):void");
}
public void lambda$openRepostStory$32(Activity activity) {
StoryViewer.VideoPlayerHolder videoPlayerHolder;
final StoryRecorder storyRecorder = StoryRecorder.getInstance(activity, this.currentAccount);
VideoPlayerSharedScope videoPlayerSharedScope = this.playerSharedScope;
storyRecorder.openForward(StoryRecorder.SourceView.fromStoryViewer(this.storyViewer), StoryEntry.repostStoryItem(this.currentStory.getPath(), this.currentStory.storyItem), (videoPlayerSharedScope == null || (videoPlayerHolder = videoPlayerSharedScope.player) == null) ? 0L : ((VideoPlayerHolderBase) videoPlayerHolder).currentPosition, true);
storyRecorder.setOnFullyOpenListener(new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.lambda$openRepostStory$27();
}
});
storyRecorder.setOnPrepareCloseListener(new Utilities.Callback4() {
public final void run(Object obj, Object obj2, Object obj3, Object obj4) {
PeerStoriesView.this.lambda$openRepostStory$31(storyRecorder, (Long) obj, (Runnable) obj2, (Boolean) obj3, (Long) obj4);
}
});
}
public void lambda$saveToGallery$26(boolean z, Uri uri) {
BulletinFactory.createSaveToGalleryBulletin(this.storyContainer, z, this.resourcesProvider).show();
}
public void lambda$showLikesReaction$16(ValueAnimator valueAnimator) {
float floatValue = ((Float) valueAnimator.getAnimatedValue()).floatValue();
this.likesReactionShowProgress = floatValue;
this.likesReactionLayout.setTransitionProgress(floatValue);
}
public void lambda$showPremiumBlockedToast$21(TL_stories.TL_premium_boostsStatus tL_premium_boostsStatus, ChannelBoostsController.CanApplyBoost canApplyBoost) {
this.canApplyBoost = canApplyBoost;
LimitReachedBottomSheet.openBoostsForRemoveRestrictions(fragmentForLimit(), tL_premium_boostsStatus, canApplyBoost, this.dialogId, true);
StoryViewer storyViewer = this.storyViewer;
if (storyViewer != null) {
storyViewer.setOverlayVisible(false);
}
}
public void lambda$showPremiumBlockedToast$22(final TL_stories.TL_premium_boostsStatus tL_premium_boostsStatus) {
if (tL_premium_boostsStatus != null) {
this.boostsStatus = tL_premium_boostsStatus;
MessagesController.getInstance(this.currentAccount).getBoostsController().userCanBoostChannel(this.dialogId, tL_premium_boostsStatus, new Consumer() {
public final void accept(Object obj) {
PeerStoriesView.this.lambda$showPremiumBlockedToast$21(tL_premium_boostsStatus, (ChannelBoostsController.CanApplyBoost) obj);
}
});
} else {
StoryViewer storyViewer = this.storyViewer;
if (storyViewer != null) {
storyViewer.setOverlayVisible(false);
}
}
}
public void lambda$showPremiumBlockedToast$23() {
StoryViewer storyViewer = this.storyViewer;
if (storyViewer != null) {
storyViewer.presentFragment(new PremiumPreviewFragment("noncontacts"));
}
}
public static void lambda$toggleArchiveForStory$17(MessagesController messagesController, long j, boolean z) {
messagesController.getStoriesController().toggleHidden(j, !z, false, true);
}
public static void lambda$toggleArchiveForStory$18(MessagesController messagesController, long j, boolean z) {
messagesController.getStoriesController().toggleHidden(j, z, true, true);
}
public void lambda$toggleArchiveForStory$19(final MessagesController messagesController, final long j, final boolean z, String str, TLObject tLObject) {
messagesController.getStoriesController().toggleHidden(j, z, false, true);
BulletinFactory.UndoObject undoObject = new BulletinFactory.UndoObject();
undoObject.onUndo = new Runnable() {
@Override
public final void run() {
PeerStoriesView.lambda$toggleArchiveForStory$17(messagesController, j, z);
}
};
undoObject.onAction = new Runnable() {
@Override
public final void run() {
PeerStoriesView.lambda$toggleArchiveForStory$18(messagesController, j, z);
}
};
BulletinFactory.of(this.storyContainer, this.resourcesProvider).createUsersBulletin(Arrays.asList(tLObject), AndroidUtilities.replaceTags(!z ? LocaleController.formatString("StoriesMovedToDialogs", R.string.StoriesMovedToDialogs, new Object[]{ContactsController.formatName(str, (String) null, 10)}) : LocaleController.formatString("StoriesMovedToContacts", R.string.StoriesMovedToContacts, new Object[]{ContactsController.formatName(str, (String) null, 10)})), (CharSequence) null, undoObject).setTag(2).show();
}
public void lambda$updatePosition$38(StoryCaptionView.Reply reply, View view) {
String str;
StoryViewer storyViewer;
ChatActivity profileActivity;
Integer num;
if (reply.peerId == null) {
BulletinFactory.of(this.storyContainer, this.resourcesProvider).createSimpleBulletin(R.raw.error, LocaleController.getString(R.string.StoryHidAccount)).setTag(3).show(true);
return;
}
Bundle bundle = new Bundle();
long longValue = reply.peerId.longValue();
long longValue2 = reply.peerId.longValue();
if (longValue >= 0) {
str = "user_id";
} else {
longValue2 = -longValue2;
str = "chat_id";
}
bundle.putLong(str, longValue2);
if (!reply.isRepostMessage || (num = reply.messageId) == null) {
storyViewer = this.storyViewer;
profileActivity = new ProfileActivity(bundle);
} else {
bundle.putInt("message_id", num.intValue());
storyViewer = this.storyViewer;
profileActivity = new ChatActivity(bundle);
}
storyViewer.presentFragment(profileActivity);
}
public void lambda$updatePosition$39(long j, View view) {
String str;
Bundle bundle = new Bundle();
if (j >= 0) {
str = "user_id";
} else {
j = -j;
str = "chat_id";
}
bundle.putLong(str, j);
this.storyViewer.presentFragment(new ProfileActivity(bundle));
}
public void lambda$updatePosition$40() {
this.failView.setVisibility(8);
}
public void lambda$updatePosition$41() {
if (this.storyViewer.isShown()) {
this.reactionsTooltipRunnable = null;
if (this.reactionsLongpressTooltip == null) {
HintView2 joint = new HintView2(getContext(), 3).setJoint(1.0f, -22.0f);
this.reactionsLongpressTooltip = joint;
joint.setBgColor(ColorUtils.setAlphaComponent(ColorUtils.blendARGB(-16777216, -1, 0.13f), 240));
this.reactionsLongpressTooltip.setBounce(false);
this.reactionsLongpressTooltip.setText(LocaleController.getString(R.string.ReactionLongTapHint));
this.reactionsLongpressTooltip.setPadding(AndroidUtilities.dp(8.0f), 0, AndroidUtilities.dp(8.0f), AndroidUtilities.dp(1.0f));
this.storyContainer.addView(this.reactionsLongpressTooltip, LayoutHelper.createFrame(-1, -2.0f, 85, 0.0f, 0.0f, 0.0f, this.BIG_SCREEN ? 0.0f : 56.0f));
}
this.reactionsLongpressTooltip.show();
SharedConfig.setStoriesReactionsLongPressHintUsed(true);
}
}
public void likeStory(ReactionsLayoutInBubble.VisibleReaction visibleReaction) {
boolean z;
TLRPC.Reaction reaction;
TL_stories.StoryItem storyItem = this.currentStory.storyItem;
if (storyItem == null) {
return;
}
TLRPC.Reaction reaction2 = storyItem.sent_reaction;
boolean z2 = reaction2 != null;
if (reaction2 == null || visibleReaction != null) {
if (visibleReaction == null) {
TLRPC.TL_availableReaction tL_availableReaction = (TLRPC.TL_availableReaction) MediaDataController.getInstance(this.currentAccount).getReactionsMap().get("❤");
if (tL_availableReaction != null) {
this.drawAnimatedEmojiAsMovingReaction = false;
this.reactionEffectImageReceiver.setImage(ImageLocation.getForDocument(tL_availableReaction.around_animation), ReactionsEffectOverlay.getFilterForAroundAnimation(), (Drawable) null, (String) null, (Object) null, 0);
if (this.reactionEffectImageReceiver.getLottieAnimation() != null) {
this.reactionEffectImageReceiver.getLottieAnimation().setCurrentFrame(0, false, true);
}
this.drawReactionEffect = true;
visibleReaction = ReactionsLayoutInBubble.VisibleReaction.fromEmojicon(tL_availableReaction);
}
} else {
animateLikeButton();
}
this.storiesController.setStoryReaction(this.dialogId, this.currentStory.storyItem, visibleReaction);
} else {
animateLikeButton();
this.storiesController.setStoryReaction(this.dialogId, this.currentStory.storyItem, null);
}
TL_stories.StoryItem storyItem2 = this.currentStory.storyItem;
if (storyItem2 == null || (reaction = storyItem2.sent_reaction) == null) {
this.storiesLikeButton.setReaction(null);
z = false;
} else {
z2 = !z2;
this.storiesLikeButton.setReaction(ReactionsLayoutInBubble.VisibleReaction.fromTL(reaction));
try {
performHapticFeedback(3);
} catch (Exception unused) {
}
z = true;
}
if (this.isChannel && z2) {
TL_stories.StoryItem storyItem3 = this.currentStory.storyItem;
if (storyItem3.views == null) {
storyItem3.views = new TL_stories.TL_storyViews();
}
TL_stories.StoryViews storyViews = this.currentStory.storyItem.views;
int i = storyViews.reactions_count + (z ? 1 : -1);
storyViews.reactions_count = i;
if (i < 0) {
storyViews.reactions_count = 0;
}
}
TL_stories.StoryItem storyItem4 = this.currentStory.storyItem;
ReactionsUtils.applyForStoryViews(reaction2, storyItem4.sent_reaction, storyItem4.views);
updateUserViews(true);
}
public void onLinkCopied() {
if (this.currentStory.storyItem == null) {
return;
}
TL_stories.TL_stories_exportStoryLink tL_stories_exportStoryLink = new TL_stories.TL_stories_exportStoryLink();
tL_stories_exportStoryLink.id = this.currentStory.storyItem.id;
tL_stories_exportStoryLink.peer = MessagesController.getInstance(this.currentAccount).getInputPeer(this.dialogId);
ConnectionsManager.getInstance(this.currentAccount).sendRequest(tL_stories_exportStoryLink, new RequestDelegate() {
public void run(TLObject tLObject, TLRPC.TL_error tL_error) {
}
});
}
public void openAttachMenu() {
if (this.chatActivityEnterView == null) {
return;
}
createChatAttachView();
this.chatAttachAlert.getPhotoLayout().loadGalleryPhotos();
int i = Build.VERSION.SDK_INT;
if (i == 21 || i == 22) {
this.chatActivityEnterView.closeKeyboard();
}
this.chatAttachAlert.setMaxSelectedPhotos(-1, true);
this.chatAttachAlert.setDialogId(this.dialogId);
this.chatAttachAlert.init();
this.chatAttachAlert.getCommentView().setText(this.chatActivityEnterView.getFieldText());
this.delegate.showDialog(this.chatAttachAlert);
}
public void openChat() {
String str;
Bundle bundle = new Bundle();
long j = this.dialogId;
if (j < 0) {
j = -j;
str = "chat_id";
} else {
str = "user_id";
}
bundle.putLong(str, j);
TLRPC.Dialog dialog = MessagesController.getInstance(this.currentAccount).getDialog(this.dialogId);
if (dialog != null) {
bundle.putInt("message_id", dialog.top_message);
}
this.storyViewer.presentFragment(new ChatActivity(bundle));
}
public void openRepostStory() {
final Activity findActivity = AndroidUtilities.findActivity(getContext());
if (findActivity == null) {
return;
}
Runnable runnable = new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.lambda$openRepostStory$32(findActivity);
}
};
if (this.delegate.releasePlayer(runnable)) {
return;
}
AndroidUtilities.runOnUIThread(runnable, 80L);
}
private void requestVideoPlayer(long r12) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.requestVideoPlayer(long):void");
}
public void saveToGallery() {
StoryItemHolder storyItemHolder = this.currentStory;
TL_stories.StoryItem storyItem = storyItemHolder.storyItem;
if ((storyItem == null && storyItemHolder.uploadingStory == null) || (storyItem instanceof TL_stories.TL_storyItemSkipped)) {
return;
}
File path = storyItemHolder.getPath();
final boolean isVideo = this.currentStory.isVideo();
if (path == null || !path.exists()) {
showDownloadAlert();
return;
}
MediaController.saveFile(path.toString(), getContext(), isVideo ? 1 : 0, (String) null, (String) null, new Utilities.Callback() {
public final void run(Object obj) {
PeerStoriesView.this.lambda$saveToGallery$26(isVideo, (Uri) obj);
}
});
}
private void sendUriAsDocument(android.net.Uri r22) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.sendUriAsDocument(android.net.Uri):void");
}
private void setStoryImage(TL_stories.StoryItem storyItem, ImageReceiver imageReceiver, String str) {
ArrayList arrayList;
ImageLocation forPhoto;
String str2;
int i;
ImageLocation imageLocation;
String str3;
Drawable drawable;
long j;
ImageReceiver imageReceiver2;
ImageLocation imageLocation2;
String str4;
String str5;
ImageLocation imageLocation3;
String str6;
Drawable drawable2;
long j2;
TL_stories.StoryItem storyItem2;
StoriesController.UploadingStory findEditingStory = this.storiesController.findEditingStory(this.dialogId, storyItem);
if (findEditingStory != null) {
setStoryImage(findEditingStory, imageReceiver, str);
return;
}
TLRPC.MessageMedia messageMedia = storyItem.media;
boolean z = messageMedia != null && MessageObject.isVideoDocument(messageMedia.getDocument());
String str7 = storyItem.attachPath;
if (str7 != null) {
if (storyItem.media == null) {
z = str7.toLowerCase().endsWith(".mp4");
}
if (!z) {
imageReceiver.setImage(ImageLocation.getForPath(storyItem.attachPath), str, (ImageLocation) null, (String) null, (Drawable) null, 0L, (String) null, (Object) null, 0);
return;
}
storyItem2 = null;
i = 0;
imageReceiver2 = imageReceiver;
imageLocation2 = ImageLocation.getForPath(storyItem.attachPath);
str4 = str + "_pframe";
forPhoto = ImageLocation.getForPath(storyItem.firstFramePath);
str5 = str;
imageLocation3 = null;
str6 = null;
drawable2 = null;
j2 = 0;
str2 = null;
} else {
if (z) {
TLRPC.PhotoSize closestPhotoSizeWithSize = FileLoader.getClosestPhotoSizeWithSize(storyItem.media.getDocument().thumbs, 1000);
ImageLocation forDocument = ImageLocation.getForDocument(storyItem.media.getDocument());
ImageLocation forDocument2 = ImageLocation.getForDocument(closestPhotoSizeWithSize, storyItem.media.getDocument());
str2 = null;
i = 0;
imageLocation = null;
str3 = null;
drawable = null;
j = 0;
imageReceiver2 = imageReceiver;
imageLocation2 = forDocument;
str4 = str + "_pframe";
forPhoto = forDocument2;
} else {
TLRPC.MessageMedia messageMedia2 = storyItem.media;
TLRPC.Photo photo = messageMedia2 != null ? messageMedia2.photo : null;
if (photo == null || (arrayList = photo.sizes) == null) {
imageReceiver.clearImage();
return;
}
TLRPC.PhotoSize closestPhotoSizeWithSize2 = FileLoader.getClosestPhotoSizeWithSize(arrayList, Integer.MAX_VALUE);
FileLoader.getClosestPhotoSizeWithSize(photo.sizes, 800);
forPhoto = ImageLocation.getForPhoto(closestPhotoSizeWithSize2, photo);
str2 = null;
i = 0;
imageLocation = null;
str3 = null;
drawable = null;
j = 0;
imageReceiver2 = imageReceiver;
imageLocation2 = null;
str4 = null;
}
str5 = str;
imageLocation3 = imageLocation;
str6 = str3;
drawable2 = drawable;
j2 = j;
storyItem2 = storyItem;
}
imageReceiver2.setImage(imageLocation2, str4, forPhoto, str5, imageLocation3, str6, drawable2, j2, str2, storyItem2, i);
}
private void setStoryImage(StoriesController.UploadingStory uploadingStory, ImageReceiver imageReceiver, String str) {
if (uploadingStory.isVideo) {
imageReceiver.setImage((ImageLocation) null, (String) null, ImageLocation.getForPath(uploadingStory.firstFramePath), str, (ImageLocation) null, (String) null, (Drawable) null, 0L, (String) null, (Object) null, 0);
} else {
imageReceiver.setImage(ImageLocation.getForPath(uploadingStory.path), str, (ImageLocation) null, (String) null, (Drawable) null, 0L, (String) null, (Object) null, 0);
}
}
public void shareStory(boolean z) {
StoryItemHolder storyItemHolder = this.currentStory;
if (storyItemHolder.storyItem == null || this.storyViewer.fragment == null) {
return;
}
String createLink = storyItemHolder.createLink();
if (!z) {
Intent intent = new Intent("android.intent.action.SEND");
intent.setType("text/plain");
intent.putExtra("android.intent.extra.TEXT", createLink);
LaunchActivity.instance.startActivityForResult(Intent.createChooser(intent, LocaleController.getString(R.string.StickersShare)), 500);
return;
}
ShareAlert shareAlert = new ShareAlert(this.storyViewer.fragment.getContext(), null, null, createLink, null, false, createLink, null, false, false, !DISABLE_STORY_REPOSTING && MessagesController.getInstance(this.currentAccount).storiesEnabled() && (!(this.isChannel || UserObject.isService(this.dialogId)) || ChatObject.isPublic(this.isChannel ? MessagesController.getInstance(this.currentAccount).getChat(Long.valueOf(-this.dialogId)) : null)), null, new WrappedResourceProvider(this.resourcesProvider) {
public void appendColors() {
((WrappedResourceProvider) this).sparseIntArray.put(Theme.key_chat_emojiPanelBackground, ColorUtils.blendARGB(-16777216, -1, 0.2f));
((WrappedResourceProvider) this).sparseIntArray.put(Theme.key_chat_messagePanelIcons, ColorUtils.blendARGB(-16777216, -1, 0.5f));
}
}) {
public void dismissInternal() {
super.dismissInternal();
PeerStoriesView.this.shareAlert = null;
}
protected void onSend(LongSparseArray longSparseArray, int i, TLRPC.TL_forumTopic tL_forumTopic, boolean z2) {
Bulletin createSimpleBulletin;
if (z2) {
super.onSend(longSparseArray, i, tL_forumTopic, z2);
BulletinFactory of = BulletinFactory.of(PeerStoriesView.this.storyContainer, ((BottomSheet) this).resourcesProvider);
if (of != null) {
if (longSparseArray.size() == 1) {
long keyAt = longSparseArray.keyAt(0);
if (keyAt == UserConfig.getInstance(((BottomSheet) this).currentAccount).clientUserId) {
createSimpleBulletin = of.createSimpleBulletin(R.raw.saved_messages, AndroidUtilities.replaceTags(LocaleController.formatString(R.string.StorySharedToSavedMessages, new Object[0])), 5000);
} else if (keyAt < 0) {
createSimpleBulletin = of.createSimpleBulletin(R.raw.forward, AndroidUtilities.replaceTags(LocaleController.formatString(R.string.StorySharedTo, new Object[]{tL_forumTopic != null ? tL_forumTopic.title : MessagesController.getInstance(((BottomSheet) this).currentAccount).getChat(Long.valueOf(-keyAt)).title})), 5000);
} else {
createSimpleBulletin = of.createSimpleBulletin(R.raw.forward, AndroidUtilities.replaceTags(LocaleController.formatString(R.string.StorySharedTo, new Object[]{MessagesController.getInstance(((BottomSheet) this).currentAccount).getUser(Long.valueOf(keyAt)).first_name})), 5000);
}
} else {
createSimpleBulletin = of.createSimpleBulletin(R.raw.forward, AndroidUtilities.replaceTags(LocaleController.formatPluralString("StorySharedToManyChats", longSparseArray.size(), new Object[]{Integer.valueOf(longSparseArray.size())})));
}
createSimpleBulletin.hideAfterBottomSheet(false).show();
try {
PeerStoriesView.this.performHapticFeedback(3);
} catch (Exception unused) {
}
}
}
}
protected void onShareStory(View view) {
PeerStoriesView.this.tryToOpenRepostStory();
}
};
this.shareAlert = shareAlert;
shareAlert.forceDarkThemeForHint = true;
TL_stories.StoryItem storyItem = this.currentStory.storyItem;
storyItem.dialogId = this.dialogId;
shareAlert.setStoryToShare(storyItem);
this.shareAlert.setDelegate(new ShareAlert.ShareAlertDelegate() {
public boolean didCopy() {
PeerStoriesView.this.onLinkCopied();
return true;
}
public void didShare() {
ShareAlert.ShareAlertDelegate.-CC.$default$didShare(this);
}
});
this.delegate.showDialog(this.shareAlert);
}
private void showAttachmentError() {
BulletinFactory.of(this.storyContainer, this.resourcesProvider).createErrorBulletin(LocaleController.getString(R.string.UnsupportedAttachment), this.resourcesProvider).show();
}
public void showDownloadAlert() {
AlertDialog.Builder builder = new AlertDialog.Builder(getContext(), this.resourcesProvider);
builder.setTitle(LocaleController.getString(R.string.AppName));
builder.setPositiveButton(LocaleController.getString(R.string.OK), (AlertDialog.OnButtonClickListener) null);
builder.setMessage(LocaleController.getString(R.string.PleaseDownload));
this.delegate.showDialog(builder.create());
}
public void showLikesReaction(final boolean z) {
if (this.likesReactionShowing == z || this.currentStory.storyItem == null) {
return;
}
this.likesReactionShowing = z;
if (z) {
this.likesReactionLayout.setVisibility(0);
}
this.likesReactionLayout.setStoryItem(this.currentStory.storyItem);
this.delegate.setIsLikesReaction(z);
if (!z) {
if (this.likesReactionLayout.getReactionsWindow() != null) {
this.likesReactionLayout.getReactionsWindow().dismissWithAlpha();
}
this.likesReactionLayout.animate().alpha(0.0f).setDuration(150L).setListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animator) {
PeerStoriesView.this.likesReactionShowProgress = 0.0f;
PeerStoriesView.this.likesReactionLayout.setAlpha(1.0f);
PeerStoriesView.this.likesReactionLayout.setVisibility(8);
PeerStoriesView.this.likesReactionLayout.reset();
}
}).start();
return;
}
ValueAnimator ofFloat = ValueAnimator.ofFloat(this.likesReactionShowProgress, z ? 1.0f : 0.0f);
this.likesReactionLayout.setTransitionProgress(this.likesReactionShowProgress);
ofFloat.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
@Override
public final void onAnimationUpdate(ValueAnimator valueAnimator) {
PeerStoriesView.this.lambda$showLikesReaction$16(valueAnimator);
}
});
ofFloat.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animator) {
if (z) {
return;
}
PeerStoriesView.this.likesReactionLayout.setVisibility(8);
PeerStoriesView.this.likesReactionLayout.reset();
}
});
ofFloat.setDuration(200L);
ofFloat.setInterpolator(CubicBezierInterpolator.EASE_OUT);
ofFloat.start();
}
public void showPremiumBlockedToast() {
if (!this.isGroup) {
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
int i = -this.shiftDp;
this.shiftDp = i;
AndroidUtilities.shakeViewSpring(chatActivityEnterView, i);
BotWebViewVibrationEffect.APP_ERROR.vibrate();
String userName = this.dialogId >= 0 ? UserObject.getUserName(MessagesController.getInstance(this.currentAccount).getUser(Long.valueOf(this.dialogId))) : "";
(MessagesController.getInstance(this.currentAccount).premiumFeaturesBlocked() ? BulletinFactory.of(this.storyContainer, this.resourcesProvider).createSimpleBulletin(R.raw.star_premium_2, AndroidUtilities.replaceTags(LocaleController.formatString(R.string.UserBlockedRepliesNonPremium, new Object[]{userName}))) : BulletinFactory.of(this.storyContainer, this.resourcesProvider).createSimpleBulletin(R.raw.star_premium_2, AndroidUtilities.replaceTags(LocaleController.formatString(R.string.UserBlockedRepliesNonPremium, new Object[]{userName})), LocaleController.getString(R.string.UserBlockedNonPremiumButton), new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.lambda$showPremiumBlockedToast$23();
}
})).show();
return;
}
if (this.boostsStatus != null && this.canApplyBoost != null) {
LimitReachedBottomSheet.openBoostsForRemoveRestrictions(fragmentForLimit(), this.boostsStatus, this.canApplyBoost, this.dialogId, true);
return;
}
StoryViewer storyViewer = this.storyViewer;
if (storyViewer != null) {
storyViewer.setOverlayVisible(true);
}
MessagesController.getInstance(this.currentAccount).getBoostsController().getBoostsStats(this.dialogId, new Consumer() {
public final void accept(Object obj) {
PeerStoriesView.this.lambda$showPremiumBlockedToast$22((TL_stories.TL_premium_boostsStatus) obj);
}
});
}
private void showUserViewsDialog() {
this.storyViewer.openViews();
}
public void toggleArchiveForStory(final long j) {
TLRPC.User chat;
String str;
boolean z;
MessagesController messagesController = MessagesController.getInstance(this.currentAccount);
if (j > 0) {
chat = messagesController.getUser(Long.valueOf(j));
str = chat.first_name;
z = chat.stories_hidden;
} else {
chat = messagesController.getChat(Long.valueOf(-j));
str = ((TLRPC.Chat) chat).title;
z = ((TLRPC.Chat) chat).stories_hidden;
}
final TLRPC.User user = chat;
final String str2 = str;
final boolean z2 = !z;
final MessagesController messagesController2 = MessagesController.getInstance(this.currentAccount);
AndroidUtilities.runOnUIThread(new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.lambda$toggleArchiveForStory$19(messagesController2, j, z2, str2, user);
}
}, 200L);
}
public void tryToOpenRepostStory() {
if (MessagesController.getInstance(this.currentAccount).storiesEnabled()) {
File path = this.currentStory.getPath();
if (path == null || !path.exists()) {
showDownloadAlert();
return;
}
ShareAlert shareAlert = this.shareAlert;
if (shareAlert != null) {
shareAlert.dismiss();
}
AndroidUtilities.runOnUIThread(new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.openRepostStory();
}
}, 120L);
}
}
private void updatePosition(boolean r45) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.updatePosition(boolean):void");
}
private void updatePreloadImages() {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.updatePreloadImages():void");
}
private void updatePremiumBlockedText() {
TextView textView = this.premiumBlockedText1;
if (textView != null) {
textView.setText(LocaleController.getString(this.isGroup ? R.string.StoryGroupRepliesLocked : R.string.StoryRepliesLocked));
}
TextView textView2 = this.premiumBlockedText2;
if (textView2 != null) {
textView2.setText(LocaleController.getString(R.string.StoryRepliesLockedButton));
}
}
private void updateSelectedPosition() {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.updateSelectedPosition():void");
}
public void updateSpeedItem(boolean z) {
ActionBarMenuSubItem actionBarMenuSubItem;
String formatString;
int i;
ActionBarMenuSubItem actionBarMenuSubItem2 = this.speedItem;
if (actionBarMenuSubItem2 == null || this.speedLayout == null || actionBarMenuSubItem2.getVisibility() != 0) {
return;
}
if (z) {
if (Math.abs(StoryViewer.currentSpeed - 0.2f) < 0.05f) {
actionBarMenuSubItem = this.speedItem;
i = R.string.VideoSpeedVerySlow;
} else if (Math.abs(StoryViewer.currentSpeed - 0.5f) < 0.05f) {
actionBarMenuSubItem = this.speedItem;
i = R.string.VideoSpeedSlow;
} else if (Math.abs(StoryViewer.currentSpeed - 1.0f) < 0.05f) {
actionBarMenuSubItem = this.speedItem;
i = R.string.VideoSpeedNormal;
} else if (Math.abs(StoryViewer.currentSpeed - 1.5f) < 0.05f) {
actionBarMenuSubItem = this.speedItem;
i = R.string.VideoSpeedFast;
} else if (Math.abs(StoryViewer.currentSpeed - 2.0f) < 0.05f) {
actionBarMenuSubItem = this.speedItem;
i = R.string.VideoSpeedVeryFast;
} else {
actionBarMenuSubItem = this.speedItem;
formatString = LocaleController.formatString(R.string.VideoSpeedCustom, new Object[]{SpeedIconDrawable.formatNumber(StoryViewer.currentSpeed) + "x"});
actionBarMenuSubItem.setSubtext(formatString);
}
formatString = LocaleController.getString(i);
actionBarMenuSubItem.setSubtext(formatString);
}
this.speedLayout.update(StoryViewer.currentSpeed, z);
}
public void updateStoryItems() {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.updateStoryItems():void");
}
public void updateUserViews(boolean r13) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.updateUserViews(boolean):void");
}
private void updateViewOffsets() {
ReactionsContainerLayout reactionsContainerLayout;
float progressToDismiss = this.delegate.getProgressToDismiss();
this.progressToHideInterface.set(this.isLongPressed ? 1.0f : 0.0f);
int i = this.lastOpenedKeyboardHeight;
float clamp = (i == 0 || !this.animateKeyboardOpening) ? this.keyboardVisible ? 1.0f : 0.0f : MathUtils.clamp(this.animatingKeyboardHeight / i, 0.0f, 1.0f);
float f = this.progressToRecording.get();
float f2 = this.progressToTextA.get();
float f3 = this.progressToStickerExpanded.get();
this.progressToRecording.set(this.isRecording ? 1.0f : 0.0f);
if (!this.messageSent) {
AnimatedFloat animatedFloat = this.progressToTextA;
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
animatedFloat.set((chatActivityEnterView == null || TextUtils.isEmpty(chatActivityEnterView.getFieldText())) ? 0.0f : 1.0f);
}
AnimatedFloat animatedFloat2 = this.progressToStickerExpanded;
ChatActivityEnterView chatActivityEnterView2 = this.chatActivityEnterView;
animatedFloat2.set((chatActivityEnterView2 == null || !chatActivityEnterView2.isStickersExpanded()) ? 0.0f : 1.0f);
ChatActivityEnterView chatActivityEnterView3 = this.chatActivityEnterView;
if (chatActivityEnterView3 != null) {
chatActivityEnterView3.checkAnimation();
}
ChatActivityEnterView chatActivityEnterView4 = this.chatActivityEnterView;
boolean z = true;
boolean z2 = chatActivityEnterView4 != null && chatActivityEnterView4.isPopupShowing();
float hideInterfaceAlpha = getHideInterfaceAlpha();
if (this.BIG_SCREEN) {
this.inputBackgroundPaint.setColor(ColorUtils.blendARGB(ColorUtils.blendARGB(-16777216, -1, 0.13f), ColorUtils.setAlphaComponent(-16777216, 170), this.progressToKeyboard));
this.inputBackgroundPaint.setAlpha((int) (r11.getAlpha() * (1.0f - this.progressToDismiss) * hideInterfaceAlpha * (1.0f - this.outT)));
} else {
this.inputBackgroundPaint.setColor(ColorUtils.setAlphaComponent(-16777216, (int) (140.0f * hideInterfaceAlpha * (1.0f - this.outT))));
}
if (!this.forceUpdateOffsets && this.progressToReply == this.storyViewer.swipeToReplyProgress && this.progressToHideInterface.get() == this.prevToHideProgress && this.lastAnimatingKeyboardHeight == this.animatingKeyboardHeight && clamp == this.progressToKeyboard && progressToDismiss == this.progressToDismiss && f == this.progressToRecording.get() && !z2 && f3 == this.progressToStickerExpanded.get() && f2 == this.progressToTextA.get()) {
return;
}
this.forceUpdateOffsets = false;
this.lastAnimatingKeyboardHeight = this.animatingKeyboardHeight;
if (this.progressToHideInterface.get() != this.prevToHideProgress) {
this.storyContainer.invalidate();
}
if (progressToDismiss != 0.0f) {
this.storyContainer.setLayerType(2, null);
} else {
this.storyContainer.setLayerType(0, null);
}
this.prevToHideProgress = this.progressToHideInterface.get();
this.progressToDismiss = progressToDismiss;
this.progressToKeyboard = clamp;
this.progressToReply = this.storyViewer.swipeToReplyProgress;
ReactionsContainerLayout reactionsContainerLayout2 = this.reactionsContainerLayout;
if (reactionsContainerLayout2 != null) {
reactionsContainerLayout2.setVisibility(clamp > 0.0f ? 0 : 8);
}
for (int i2 = 0; i2 < getChildCount(); i2++) {
EmojiView childAt = getChildAt(i2);
if (childAt.getVisibility() == 0 && childAt != this.selfView && childAt.getTag(R.id.parent_tag) == null && childAt != this.storyCaptionView.textSelectionHelper.getOverlayView(getContext())) {
ChatActivityEnterView chatActivityEnterView5 = this.chatActivityEnterView;
if (chatActivityEnterView5 != null && childAt == chatActivityEnterView5.getEmojiView()) {
childAt.setTranslationY(this.chatActivityEnterView.getEmojiView().getMeasuredHeight() - this.animatingKeyboardHeight);
} else if (childAt instanceof HintView) {
((HintView) childAt).updatePosition();
} else if (childAt != this.instantCameraView && childAt != this.storyContainer && childAt != this.shareButton && childAt != this.bottomActionsLinearLayout && childAt != this.repostButtonContainer && childAt != this.mediaBanTooltip && childAt != this.likeButtonContainer && ((reactionsContainerLayout = this.likesReactionLayout) == null || reactionsContainerLayout.getReactionsWindow() == null || childAt != this.likesReactionLayout.getReactionsWindow().windowView)) {
float dp = ((((-this.enterViewBottomOffset) * (1.0f - this.progressToKeyboard)) - this.animatingKeyboardHeight) - (AndroidUtilities.dp(8.0f) * (1.0f - this.progressToKeyboard))) - (AndroidUtilities.dp(20.0f) * this.storyViewer.swipeToReplyProgress);
float f4 = this.BIG_SCREEN ? (1.0f - this.progressToDismiss) * hideInterfaceAlpha : hideInterfaceAlpha * 1.0f;
if (childAt == this.replyDisabledTextView) {
dp = (-AndroidUtilities.dp(20.0f)) * this.storyViewer.swipeToReplyProgress;
}
if (childAt == this.mentionContainer) {
dp -= this.chatActivityEnterView.getMeasuredHeight() - this.chatActivityEnterView.getAnimatedTop();
f4 = this.progressToKeyboard;
childAt.invalidate();
}
if (childAt == this.reactionsContainerLayout) {
float f5 = this.progressToKeyboard * (1.0f - this.progressToRecording.get()) * (1.0f - f3) * (1.0f - this.progressToTextA.get());
float f6 = f4 * f5 * 1.0f;
if (childAt.getAlpha() != 0.0f && f6 == 0.0f) {
this.reactionsContainerLayout.reset();
}
childAt.setAlpha(f6);
float f7 = (f5 * 0.2f) + 0.8f;
childAt.setScaleX(f7);
childAt.setScaleY(f7);
} else {
childAt.setTranslationY(dp);
ChatActivityEnterView chatActivityEnterView6 = this.chatActivityEnterView;
if (chatActivityEnterView6 == null || childAt != chatActivityEnterView6.controlsView) {
childAt.setAlpha(f4);
}
}
}
} else if (childAt == this.selfView) {
childAt.setAlpha(this.BIG_SCREEN ? (1.0f - this.progressToDismiss) * hideInterfaceAlpha * (1.0f - this.outT) : (1.0f - this.outT) * hideInterfaceAlpha);
}
}
float f8 = (1.0f - progressToDismiss) * hideInterfaceAlpha;
this.shareButton.setAlpha((1.0f - this.outT) * f8);
this.likeButtonContainer.setAlpha((1.0f - this.outT) * f8);
FrameLayout frameLayout = this.repostButtonContainer;
if (frameLayout != null) {
frameLayout.setAlpha(f8 * (1.0f - this.outT));
}
for (int i3 = 0; i3 < this.storyContainer.getChildCount(); i3++) {
View childAt2 = this.storyContainer.getChildAt(i3);
if (childAt2 != null) {
if (childAt2 == this.headerView || childAt2 == this.optionsIconView || childAt2 == this.muteIconContainer || childAt2 == this.selfView || childAt2 == this.storyCaptionView || childAt2 == this.privacyButton) {
float f9 = childAt2 == this.muteIconContainer ? this.muteIconViewAlpha : 1.0f;
childAt2.setAlpha((childAt2 == this.storyCaptionView ? f9 * (hideCaptionWithInterface() ? hideInterfaceAlpha : 1.0f) : f9 * hideInterfaceAlpha) * (1.0f - this.outT));
} else {
childAt2.setAlpha(hideInterfaceAlpha);
}
}
}
ChatActivityEnterView chatActivityEnterView7 = this.chatActivityEnterView;
if (chatActivityEnterView7 != null) {
float dp2 = AndroidUtilities.dp(10.0f);
float f10 = this.progressToKeyboard;
if (!this.allowShare && !this.isGroup) {
z = false;
}
chatActivityEnterView7.setHorizontalPadding(dp2, f10, z);
if (this.chatActivityEnterView.getEmojiView() != null) {
this.chatActivityEnterView.getEmojiView().setAlpha(this.progressToKeyboard);
}
}
}
public void animateOut(final boolean z) {
ValueAnimator valueAnimator = this.outAnimator;
if (valueAnimator != null) {
valueAnimator.cancel();
}
ValueAnimator ofFloat = ValueAnimator.ofFloat(this.outT, z ? 1.0f : 0.0f);
this.outAnimator = ofFloat;
ofFloat.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
@Override
public final void onAnimationUpdate(ValueAnimator valueAnimator2) {
PeerStoriesView.this.lambda$animateOut$49(valueAnimator2);
}
});
this.outAnimator.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animator) {
PeerStoriesView.this.outT = z ? 1.0f : 0.0f;
PeerStoriesView.this.headerView.setTranslationY((-AndroidUtilities.dp(8.0f)) * PeerStoriesView.this.outT);
PeerStoriesView peerStoriesView = PeerStoriesView.this;
peerStoriesView.headerView.setAlpha(1.0f - peerStoriesView.outT);
PeerStoriesView.this.optionsIconView.setTranslationY((-AndroidUtilities.dp(8.0f)) * PeerStoriesView.this.outT);
PeerStoriesView.this.optionsIconView.setAlpha(1.0f - PeerStoriesView.this.outT);
PeerStoriesView.this.muteIconContainer.setTranslationY((-AndroidUtilities.dp(8.0f)) * PeerStoriesView.this.outT);
PeerStoriesView.this.muteIconContainer.setAlpha(PeerStoriesView.this.muteIconViewAlpha * (1.0f - PeerStoriesView.this.outT));
if (PeerStoriesView.this.selfView != null) {
PeerStoriesView.this.selfView.setTranslationY(AndroidUtilities.dp(8.0f) * PeerStoriesView.this.outT);
PeerStoriesView.this.selfView.setAlpha(1.0f - PeerStoriesView.this.outT);
}
if (PeerStoriesView.this.privacyButton != null) {
PeerStoriesView.this.privacyButton.setTranslationY((-AndroidUtilities.dp(8.0f)) * PeerStoriesView.this.outT);
PeerStoriesView.this.privacyButton.setAlpha(1.0f - PeerStoriesView.this.outT);
}
PeerStoriesView.this.storyCaptionView.setAlpha(1.0f - PeerStoriesView.this.outT);
Delegate delegate = PeerStoriesView.this.delegate;
float progressToDismiss = delegate != null ? delegate.getProgressToDismiss() : 0.0f;
float hideInterfaceAlpha = PeerStoriesView.this.getHideInterfaceAlpha();
if (PeerStoriesView.this.likeButtonContainer != null) {
PeerStoriesView.this.likeButtonContainer.setAlpha((1.0f - progressToDismiss) * hideInterfaceAlpha * (1.0f - PeerStoriesView.this.outT));
}
if (PeerStoriesView.this.shareButton != null) {
PeerStoriesView.this.shareButton.setAlpha((1.0f - progressToDismiss) * hideInterfaceAlpha * (1.0f - PeerStoriesView.this.outT));
}
if (PeerStoriesView.this.repostButtonContainer != null) {
PeerStoriesView.this.repostButtonContainer.setAlpha(hideInterfaceAlpha * (1.0f - progressToDismiss) * (1.0f - PeerStoriesView.this.outT));
}
PeerStoriesView peerStoriesView2 = PeerStoriesView.this;
ChatActivityEnterView chatActivityEnterView = peerStoriesView2.chatActivityEnterView;
if (chatActivityEnterView != null) {
chatActivityEnterView.setAlpha(1.0f - peerStoriesView2.outT);
PeerStoriesView.this.invalidate();
}
PeerStoriesView.this.storyContainer.invalidate();
}
});
this.outAnimator.setDuration(420L);
this.outAnimator.setInterpolator(CubicBezierInterpolator.EASE_OUT_QUINT);
this.outAnimator.start();
}
public void cancelTextSelection() {
if (this.storyCaptionView.textSelectionHelper.isInSelectionMode()) {
this.storyCaptionView.textSelectionHelper.clear();
}
}
public void cancelTouch() {
this.storyCaptionView.cancelTouch();
}
public void checkPinchToZoom(MotionEvent motionEvent) {
this.pinchToZoomHelper.checkPinchToZoom(motionEvent, this.storyContainer, (ImageReceiver) null, (View) null, (View) null, (MessageObject) null);
}
public boolean checkReactionEvent(MotionEvent motionEvent) {
FrameLayout frameLayout = this.likesReactionLayout;
if (frameLayout == null) {
return false;
}
float x = getX();
float y = getY() + ((View) getParent()).getY();
if (this.likesReactionLayout.getReactionsWindow() == null || this.likesReactionLayout.getReactionsWindow().windowView == null) {
Rect rect = AndroidUtilities.rectTmp2;
frameLayout.getHitRect(rect);
rect.offset((int) x, (int) y);
if (motionEvent.getAction() == 0 && !rect.contains((int) motionEvent.getX(), (int) motionEvent.getY())) {
showLikesReaction(false);
return true;
}
motionEvent.offsetLocation(-rect.left, -rect.top);
} else {
motionEvent.offsetLocation(-x, (-y) - this.likesReactionLayout.getReactionsWindow().windowView.getTranslationY());
frameLayout = this.likesReactionLayout.getReactionsWindow().windowView;
}
frameLayout.dispatchTouchEvent(motionEvent);
return true;
}
void checkReactionsLayout() {
if (this.reactionsContainerLayout == null) {
ReactionsContainerLayout reactionsContainerLayout = new ReactionsContainerLayout(1, LaunchActivity.getLastFragment(), getContext(), this.currentAccount, new WrappedResourceProvider(this.resourcesProvider) {
public void appendColors() {
((WrappedResourceProvider) this).sparseIntArray.put(Theme.key_chat_emojiPanelBackground, ColorUtils.setAlphaComponent(-1, 30));
}
});
this.reactionsContainerLayout = reactionsContainerLayout;
reactionsContainerLayout.setHint(LocaleController.getString(this.isGroup ? R.string.StoryGroupReactionsHint : R.string.StoryReactionsHint));
ReactionsContainerLayout reactionsContainerLayout2 = this.reactionsContainerLayout;
reactionsContainerLayout2.skipEnterAnimation = true;
addView(reactionsContainerLayout2, this.reactionsContainerIndex, LayoutHelper.createFrame(-2, 72.0f, 49, 0.0f, 0.0f, 0.0f, 64.0f));
this.reactionsContainerLayout.setDelegate(new AnonymousClass35());
this.reactionsContainerLayout.setMessage((MessageObject) null, (TLRPC.ChatFull) null, true);
}
this.reactionsContainerLayout.setFragment(LaunchActivity.getLastFragment());
this.reactionsContainerLayout.setHint(LocaleController.getString(this.isGroup ? R.string.StoryGroupReactionsHint : R.string.StoryReactionsHint));
}
void checkReactionsLayoutForLike() {
ReactionsContainerLayout reactionsContainerLayout = this.likesReactionLayout;
if (reactionsContainerLayout == null) {
ReactionsContainerLayout reactionsContainerLayout2 = new ReactionsContainerLayout(2, LaunchActivity.getLastFragment(), getContext(), this.currentAccount, new WrappedResourceProvider(this.resourcesProvider) {
public void appendColors() {
((WrappedResourceProvider) this).sparseIntArray.put(Theme.key_chat_emojiPanelBackground, ColorUtils.setAlphaComponent(-1, 30));
}
});
this.likesReactionLayout = reactionsContainerLayout2;
reactionsContainerLayout2.setPadding(0, 0, 0, AndroidUtilities.dp(22.0f));
addView(this.likesReactionLayout, getChildCount() - 1, LayoutHelper.createFrame(-2, 74.0f, 53, 0.0f, 0.0f, 12.0f, 64.0f));
this.likesReactionLayout.setVisibility(8);
this.likesReactionLayout.setDelegate(new AnonymousClass37());
this.likesReactionLayout.setMessage((MessageObject) null, (TLRPC.ChatFull) null, true);
} else {
bringChildToFront(reactionsContainerLayout);
this.likesReactionLayout.reset();
}
this.likesReactionLayout.setFragment(LaunchActivity.getLastFragment());
}
public boolean checkRecordLocked(final boolean z) {
int i;
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
if (chatActivityEnterView == null || !chatActivityEnterView.isRecordLocked()) {
return false;
}
AlertDialog.Builder builder = new AlertDialog.Builder(getContext(), this.resourcesProvider);
if (this.chatActivityEnterView.isInVideoMode()) {
builder.setTitle(LocaleController.getString(R.string.DiscardVideoMessageTitle));
i = R.string.DiscardVideoMessageDescription;
} else {
builder.setTitle(LocaleController.getString(R.string.DiscardVoiceMessageTitle));
i = R.string.DiscardVoiceMessageDescription;
}
builder.setMessage(LocaleController.getString(i));
builder.setPositiveButton(LocaleController.getString(R.string.DiscardVoiceMessageAction), new AlertDialog.OnButtonClickListener() {
public final void onClick(AlertDialog alertDialog, int i2) {
PeerStoriesView.this.lambda$checkRecordLocked$48(z, alertDialog, i2);
}
});
builder.setNegativeButton(LocaleController.getString(R.string.Continue), (AlertDialog.OnButtonClickListener) null);
this.delegate.showDialog(builder.create());
return true;
}
public boolean checkTextSelectionEvent(MotionEvent motionEvent) {
if (!this.storyCaptionView.textSelectionHelper.isInSelectionMode()) {
return false;
}
float x = getX();
float y = getY() + ((View) getParent()).getY();
motionEvent.offsetLocation(-x, -y);
if (this.storyCaptionView.textSelectionHelper.getOverlayView(getContext()).onTouchEvent(motionEvent)) {
return true;
}
motionEvent.offsetLocation(x, y);
return false;
}
public boolean closeKeyboardOrEmoji() {
if (this.likesReactionShowing) {
if (this.likesReactionLayout.getReactionsWindow() == null) {
showLikesReaction(false);
return true;
}
if (this.realKeyboardHeight > 0) {
AndroidUtilities.hideKeyboard(this.likesReactionLayout.getReactionsWindow().windowView);
} else {
this.likesReactionLayout.getReactionsWindow().dismiss();
}
return true;
}
StoryMediaAreasView storyMediaAreasView = this.storyAreasView;
if (storyMediaAreasView != null) {
storyMediaAreasView.closeHint();
}
if (this.storyCaptionView.textSelectionHelper.isInSelectionMode()) {
this.storyCaptionView.textSelectionHelper.clear(false);
return true;
}
HintView2 hintView2 = this.privacyHint;
if (hintView2 != null) {
hintView2.hide();
}
HintView2 hintView22 = this.soundTooltip;
if (hintView22 != null) {
hintView22.hide();
}
HintView hintView = this.mediaBanTooltip;
if (hintView != null) {
hintView.hide(true);
}
CaptionContainerView captionContainerView = this.storyEditCaptionView;
if (captionContainerView != null && captionContainerView.onBackPressed()) {
return true;
}
CustomPopupMenu customPopupMenu = this.popupMenu;
if (customPopupMenu != null && customPopupMenu.isShowing()) {
this.popupMenu.dismiss();
return true;
}
if (checkRecordLocked(false)) {
return true;
}
ReactionsContainerLayout reactionsContainerLayout = this.reactionsContainerLayout;
if (reactionsContainerLayout != null && reactionsContainerLayout.getReactionsWindow() != null && this.reactionsContainerLayout.getReactionsWindow().isShowing()) {
this.reactionsContainerLayout.getReactionsWindow().dismiss();
return true;
}
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
if (chatActivityEnterView != null && chatActivityEnterView.isPopupShowing()) {
if (this.realKeyboardHeight > 0) {
AndroidUtilities.hideKeyboard(this.chatActivityEnterView.getEmojiView());
} else {
this.chatActivityEnterView.hidePopup(true, false);
}
return true;
}
if (getKeyboardHeight() >= AndroidUtilities.dp(20.0f)) {
ChatActivityEnterView chatActivityEnterView2 = this.chatActivityEnterView;
if (chatActivityEnterView2 != null) {
this.storyViewer.saveDraft(this.dialogId, this.currentStory.storyItem, chatActivityEnterView2.getEditText());
}
AndroidUtilities.hideKeyboard(this.chatActivityEnterView);
return true;
}
if (this.storyCaptionView.getVisibility() != 0 || this.storyCaptionView.getProgressToBlackout() <= 0.0f) {
return false;
}
this.storyCaptionView.collapse();
this.inBlackoutMode = false;
this.storyContainer.invalidate();
return true;
}
public void createBlurredBitmap(Canvas canvas, Bitmap bitmap) {
drawPlayingBitmap(bitmap.getWidth(), bitmap.getHeight(), canvas);
if (AndroidUtilities.computePerceivedBrightness(AndroidUtilities.getDominantColor(bitmap)) < 0.15f) {
canvas.drawColor(ColorUtils.setAlphaComponent(-1, 102));
}
Utilities.blurBitmap(bitmap, 3, 1, bitmap.getWidth(), bitmap.getHeight(), bitmap.getRowBytes());
Utilities.blurBitmap(bitmap, 3, 1, bitmap.getWidth(), bitmap.getHeight(), bitmap.getRowBytes());
}
public void didReceivedNotification(int i, int i2, Object... objArr) {
if (i != NotificationCenter.storiesUpdated) {
boolean z = false;
if (i != NotificationCenter.storiesListUpdated || this.storyViewer.storiesList != objArr[0]) {
if (i != NotificationCenter.storyQualityUpdate) {
if (i == NotificationCenter.emojiLoaded) {
this.storyCaptionView.captionTextview.invalidate();
return;
}
if (i != NotificationCenter.stealthModeChanged) {
if (i == NotificationCenter.storiesLimitUpdate) {
StoriesController.StoryLimit checkStoryLimit = MessagesController.getInstance(this.currentAccount).getStoriesController().checkStoryLimit();
if (checkStoryLimit == null || !checkStoryLimit.active(this.currentAccount) || this.delegate == null) {
return;
}
this.delegate.showDialog(new LimitReachedBottomSheet(fragmentForLimit(), findActivity(), checkStoryLimit.getLimitReachedType(), this.currentAccount, (Theme.ResourcesProvider) null));
return;
}
if (i == NotificationCenter.userIsPremiumBlockedUpadted) {
TL_account.RequirementToContact isUserContactBlocked = MessagesController.getInstance(this.currentAccount).isUserContactBlocked(this.dialogId);
if (this.dialogId >= 0 && !UserConfig.getInstance(this.currentAccount).isPremium() && DialogObject.isPremiumBlocked(isUserContactBlocked)) {
z = true;
}
if (this.isPremiumBlocked == z && this.starsPriceBlocked == DialogObject.getMessagesStarsPrice(isUserContactBlocked)) {
return;
}
this.isPremiumBlocked = z;
this.starsPriceBlocked = DialogObject.getMessagesStarsPrice(isUserContactBlocked);
updatePosition();
} else {
if (i != NotificationCenter.chatInfoDidLoad) {
return;
}
Object obj = objArr[0];
if (!(obj instanceof TLRPC.ChatFull) || this.dialogId != (-((TLRPC.ChatFull) obj).id)) {
return;
}
}
}
checkStealthMode(true);
return;
}
updatePosition();
return;
}
}
Delegate delegate = this.delegate;
if (delegate == null || !delegate.isClosed()) {
if (this.isActive) {
updateStoryItems();
if (this.count == 0) {
if (this.deletedPeer) {
return;
}
this.deletedPeer = true;
this.delegate.switchToNextAndRemoveCurrentPeer();
return;
}
if (this.selectedPosition >= this.storyItems.size() + this.uploadingStories.size()) {
this.selectedPosition = (this.storyItems.size() + this.uploadingStories.size()) - 1;
}
updatePosition();
if (this.isSelf || this.isChannel) {
updateUserViews(true);
}
}
TL_stories.PeerStories peerStories = this.storyViewer.overrideUserStories;
if (peerStories != null) {
this.storiesController.loadSkippedStories(peerStories, true);
} else {
long j = this.dialogId;
if (j != 0) {
this.storiesController.loadSkippedStories(j);
}
}
ActionBarMenuSubItem actionBarMenuSubItem = this.editStoryItem;
if (actionBarMenuSubItem != null) {
actionBarMenuSubItem.animate().alpha((this.storiesController.hasUploadingStories(this.dialogId) && this.currentStory.isVideo && !SharedConfig.allowPreparingHevcPlayers()) ? 0.5f : 1.0f).start();
}
}
}
protected void dispatchDraw(android.graphics.Canvas r10) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.dispatchDraw(android.graphics.Canvas):void");
}
protected boolean drawChild(android.graphics.Canvas r9, android.view.View r10, long r11) {
throw new UnsupportedOperationException("Method not decompiled: org.telegram.ui.Stories.PeerStoriesView.drawChild(android.graphics.Canvas, android.view.View, long):boolean");
}
public void drawPlayingBitmap(int i, int i2, Canvas canvas) {
TextureView textureView;
Bitmap bitmap;
VideoPlayerSharedScope videoPlayerSharedScope = this.playerSharedScope;
View view = videoPlayerSharedScope.renderView;
if (view != null && videoPlayerSharedScope.surfaceView != null) {
bitmap = Bitmap.createBitmap(i, i2, Bitmap.Config.ARGB_8888);
if (Build.VERSION.SDK_INT >= 24) {
AndroidUtilities.getBitmapFromSurface(this.playerSharedScope.surfaceView, bitmap);
}
if (bitmap == null) {
return;
}
} else {
if (view == null || (textureView = videoPlayerSharedScope.textureView) == null) {
canvas.save();
canvas.scale(i / this.storyContainer.getMeasuredWidth(), i2 / this.storyContainer.getMeasuredHeight());
this.imageReceiver.draw(canvas);
canvas.restore();
return;
}
bitmap = textureView.getBitmap(i, i2);
if (bitmap == null) {
return;
}
}
canvas.drawBitmap(bitmap, 0.0f, 0.0f, (Paint) null);
}
public boolean findClickableView(ViewGroup viewGroup, float f, float f2, boolean z) {
ChatActivityEnterView chatActivityEnterView;
if (viewGroup == null) {
return false;
}
HintView2 hintView2 = this.privacyHint;
if (hintView2 != null && hintView2.shown()) {
return true;
}
HintView2 hintView22 = this.soundTooltip;
if (hintView22 != null && hintView22.shown()) {
return true;
}
for (int i = 0; i < viewGroup.getChildCount(); i++) {
ChatActivityEnterView childAt = viewGroup.getChildAt(i);
if (childAt.getVisibility() == 0) {
if (childAt == this.storyCaptionView) {
Rect rect = AndroidUtilities.rectTmp2;
childAt.getHitRect(rect);
if (rect.contains((int) f, (int) f2) && this.storyCaptionView.allowInterceptTouchEvent(f, f2 - childAt.getTop())) {
return true;
}
}
Rect rect2 = AndroidUtilities.rectTmp2;
childAt.getHitRect(rect2);
ChatActivityEnterView chatActivityEnterView2 = this.storyAreasView;
if (childAt != chatActivityEnterView2 || chatActivityEnterView2.hasSelected() || (f >= AndroidUtilities.dp(60.0f) && f <= viewGroup.getMeasuredWidth() - AndroidUtilities.dp(60.0f))) {
if (this.keyboardVisible && childAt == this.chatActivityEnterView && f2 > rect2.top) {
return true;
}
if (!z && rect2.contains((int) f, (int) f2) && (((childAt.isClickable() || childAt == this.reactionsContainerLayout) && childAt.isEnabled()) || ((chatActivityEnterView = this.chatActivityEnterView) != null && childAt == chatActivityEnterView.getRecordCircle()))) {
return true;
}
if (childAt.isEnabled() && (childAt instanceof ViewGroup) && findClickableView((ViewGroup) childAt, f - childAt.getX(), f2 - childAt.getY(), z)) {
return true;
}
} else if (this.storyAreasView.hasClickableViews(f, f2)) {
return true;
}
}
}
return false;
}
public ArrayList<Integer> getCurrentDay() {
return this.day;
}
public long getCurrentPeer() {
return this.dialogId;
}
public int getListPosition() {
return this.listPosition;
}
public Bitmap getPlayingBitmap() {
Bitmap createBitmap = Bitmap.createBitmap(this.storyContainer.getWidth(), this.storyContainer.getHeight(), Bitmap.Config.ARGB_8888);
drawPlayingBitmap(createBitmap.getWidth(), createBitmap.getHeight(), new Canvas(createBitmap));
return createBitmap;
}
public int getSelectedPosition() {
return this.selectedPosition;
}
public int getStoriesCount() {
return this.uploadingStories.size() + Math.max(this.totalStoriesCount, this.storyItems.size());
}
public ArrayList<TL_stories.StoryItem> getStoryItems() {
return this.storyItems;
}
public abstract boolean isSelectedPeer();
public boolean needEnterText() {
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
if (chatActivityEnterView == null) {
return false;
}
boolean isKeyboardVisible = chatActivityEnterView.isKeyboardVisible();
if (isKeyboardVisible) {
this.chatActivityEnterView.showEmojiView();
}
AndroidUtilities.runOnUIThread(new Runnable() {
@Override
public final void run() {
PeerStoriesView.this.lambda$needEnterText$44();
}
}, 300L);
return isKeyboardVisible;
}
public void onActionDown(MotionEvent motionEvent) {
HintView2 hintView2 = this.privacyHint;
if (hintView2 != null && hintView2.shown() && this.privacyButton != null && !this.privacyHint.containsTouch(motionEvent, getX() + this.storyContainer.getX() + this.privacyHint.getX(), getY() + this.storyContainer.getY() + this.privacyHint.getY()) && !hitButton(this.privacyButton, motionEvent)) {
this.privacyHint.hide();
}
HintView2 hintView22 = this.soundTooltip;
if (hintView22 == null || !hintView22.shown() || this.muteIconContainer == null || this.soundTooltip.containsTouch(motionEvent, getX() + this.storyContainer.getX() + this.soundTooltip.getX(), getY() + this.storyContainer.getY() + this.soundTooltip.getY()) || hitButton(this.muteIconContainer, motionEvent)) {
return;
}
this.soundTooltip.hide();
}
public void onActivityResult(int i, int i2, Intent intent) {
if (i2 == -1) {
if (i == 0 || i == 2) {
createChatAttachView();
ChatAttachAlert chatAttachAlert = this.chatAttachAlert;
if (chatAttachAlert != null) {
chatAttachAlert.getPhotoLayout().onActivityResultFragment(i, intent, (String) null);
return;
}
return;
}
if (i == 21) {
if (intent == null) {
showAttachmentError();
return;
}
if (intent.getData() != null) {
sendUriAsDocument(intent.getData());
} else if (intent.getClipData() != null) {
ClipData clipData = intent.getClipData();
for (int i3 = 0; i3 < clipData.getItemCount(); i3++) {
sendUriAsDocument(clipData.getItemAt(i3).getUri());
}
} else {
showAttachmentError();
}
ChatAttachAlert chatAttachAlert2 = this.chatAttachAlert;
if (chatAttachAlert2 != null) {
chatAttachAlert2.dismiss();
}
afterMessageSend(true);
}
}
}
protected void onAttachedToWindow() {
super.onAttachedToWindow();
this.attachedToWindow = true;
this.imageReceiver.onAttachedToWindow();
this.rightPreloadImageReceiver.onAttachedToWindow();
this.leftPreloadImageReceiver.onAttachedToWindow();
this.reactionEffectImageReceiver.onAttachedToWindow();
this.reactionMoveImageReceiver.onAttachedToWindow();
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
if (chatActivityEnterView != null) {
chatActivityEnterView.onResume();
}
for (int i = 0; i < this.preloadReactionHolders.size(); i++) {
((ReactionImageHolder) this.preloadReactionHolders.get(i)).onAttachedToWindow(true);
}
NotificationCenter.getInstance(this.currentAccount).addObserver(this, NotificationCenter.chatInfoDidLoad);
NotificationCenter.getInstance(this.currentAccount).addObserver(this, NotificationCenter.storiesUpdated);
NotificationCenter.getInstance(this.currentAccount).addObserver(this, NotificationCenter.storyQualityUpdate);
NotificationCenter.getInstance(this.currentAccount).addObserver(this, NotificationCenter.storiesListUpdated);
NotificationCenter.getInstance(this.currentAccount).addObserver(this, NotificationCenter.stealthModeChanged);
NotificationCenter.getInstance(this.currentAccount).addObserver(this, NotificationCenter.storiesLimitUpdate);
NotificationCenter.getInstance(this.currentAccount).addObserver(this, NotificationCenter.userIsPremiumBlockedUpadted);
NotificationCenter.getGlobalInstance().addObserver(this, NotificationCenter.emojiLoaded);
}
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();
this.attachedToWindow = false;
this.imageReceiver.onDetachedFromWindow();
this.rightPreloadImageReceiver.onDetachedFromWindow();
this.leftPreloadImageReceiver.onDetachedFromWindow();
this.reactionEffectImageReceiver.onDetachedFromWindow();
this.reactionMoveImageReceiver.onDetachedFromWindow();
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
if (chatActivityEnterView != null) {
chatActivityEnterView.onPause();
}
AnimatedEmojiDrawable animatedEmojiDrawable = this.reactionMoveDrawable;
if (animatedEmojiDrawable != null) {
animatedEmojiDrawable.removeView(this);
this.reactionMoveDrawable = null;
}
AnimatedEmojiEffect animatedEmojiEffect = this.emojiReactionEffect;
if (animatedEmojiEffect != null) {
animatedEmojiEffect.removeView(this);
this.emojiReactionEffect = null;
}
for (int i = 0; i < this.preloadReactionHolders.size(); i++) {
((ReactionImageHolder) this.preloadReactionHolders.get(i)).onAttachedToWindow(false);
}
NotificationCenter.getInstance(this.currentAccount).removeObserver(this, NotificationCenter.chatInfoDidLoad);
NotificationCenter.getInstance(this.currentAccount).removeObserver(this, NotificationCenter.storiesUpdated);
NotificationCenter.getInstance(this.currentAccount).removeObserver(this, NotificationCenter.storyQualityUpdate);
NotificationCenter.getInstance(this.currentAccount).removeObserver(this, NotificationCenter.storiesListUpdated);
NotificationCenter.getInstance(this.currentAccount).removeObserver(this, NotificationCenter.stealthModeChanged);
NotificationCenter.getInstance(this.currentAccount).removeObserver(this, NotificationCenter.storiesLimitUpdate);
NotificationCenter.getInstance(this.currentAccount).removeObserver(this, NotificationCenter.userIsPremiumBlockedUpadted);
NotificationCenter.getGlobalInstance().removeObserver(this, NotificationCenter.emojiLoaded);
}
protected void onLayout(boolean z, int i, int i2, int i3, int i4) {
super.onLayout(z, i, i2, i3, i4);
this.sharedResources.topOverlayGradient.setBounds(0, 0, getMeasuredWidth(), AndroidUtilities.dp(72.0f));
}
protected void onMeasure(int i, int i2) {
int dp;
ReactionsContainerLayout reactionsContainerLayout;
MentionsContainerView mentionsContainerView;
if (this.storyViewer.ATTACH_TO_FRAGMENT) {
((FrameLayout.LayoutParams) getLayoutParams()).topMargin = AndroidUtilities.statusBarHeight;
}
if (this.isActive && this.shareAlert == null) {
this.realKeyboardHeight = this.delegate.getKeyboardHeight();
} else {
this.realKeyboardHeight = 0;
}
int size = this.storyViewer.ATTACH_TO_FRAGMENT ? View.MeasureSpec.getSize(i2) : View.MeasureSpec.getSize(i2) + this.realKeyboardHeight;
int size2 = (int) ((View.MeasureSpec.getSize(i) * 16.0f) / 9.0f);
if (size <= size2 || size2 > size) {
size2 = size;
}
if (this.realKeyboardHeight < AndroidUtilities.dp(20.0f)) {
this.realKeyboardHeight = 0;
}
int i3 = this.realKeyboardHeight;
ReactionsContainerLayout reactionsContainerLayout2 = this.likesReactionLayout;
if (reactionsContainerLayout2 == null || reactionsContainerLayout2.getReactionsWindow() == null || !this.likesReactionLayout.getReactionsWindow().isShowing()) {
ChatActivityEnterView chatActivityEnterView = this.chatActivityEnterView;
if (chatActivityEnterView != null && (chatActivityEnterView.isPopupShowing() || this.chatActivityEnterView.isWaitingForKeyboard())) {
if (this.chatActivityEnterView.getEmojiView().getMeasuredHeight() == 0) {
i3 = this.chatActivityEnterView.getEmojiPadding();
} else if (this.chatActivityEnterView.isStickersExpanded()) {
this.chatActivityEnterView.checkStickresExpandHeight();
i3 = this.chatActivityEnterView.getStickersExpandedHeight();
} else {
i3 = this.chatActivityEnterView.getVisibleEmojiPadding();
}
}
} else {
this.likesReactionLayout.getReactionsWindow().windowView.animate().translationY(-this.realKeyboardHeight).setDuration(250L).setInterpolator(AdjustPanLayoutHelper.keyboardInterpolator).start();
i3 = 0;
}
boolean z = this.keyboardVisible;
if (this.lastKeyboardHeight != i3) {
this.keyboardVisible = false;
if (i3 <= 0 || !this.isActive) {
ChatActivityEnterView chatActivityEnterView2 = this.chatActivityEnterView;
if (chatActivityEnterView2 != null) {
this.storyViewer.saveDraft(this.dialogId, this.currentStory.storyItem, chatActivityEnterView2.getEditText());
}
} else {
this.keyboardVisible = true;
this.messageSent = false;
this.lastOpenedKeyboardHeight = i3;
checkReactionsLayout();
ReactionsEffectOverlay.dismissAll();
}
if (this.keyboardVisible && (mentionsContainerView = this.mentionContainer) != null) {
mentionsContainerView.setVisibility(0);
}
if (!this.keyboardVisible && (reactionsContainerLayout = this.reactionsContainerLayout) != null) {
reactionsContainerLayout.reset();
}
this.headerView.setEnabled(!this.keyboardVisible);
this.optionsIconView.setEnabled(!this.keyboardVisible);
ChatActivityEnterView chatActivityEnterView3 = this.chatActivityEnterView;
if (chatActivityEnterView3 != null) {
chatActivityEnterView3.checkReactionsButton(!this.keyboardVisible);
}
if (this.isActive && this.keyboardVisible) {
this.delegate.setKeyboardVisible(true);
}
this.lastKeyboardHeight = i3;
ValueAnimator valueAnimator = this.keyboardAnimator;
if (valueAnimator != null) {
valueAnimator.cancel();
}
this.notificationsLocker.lock();
ValueAnimator ofFloat = ValueAnimator.ofFloat(this.animatingKeyboardHeight, i3);
this.keyboardAnimator = ofFloat;
ofFloat.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
@Override
public final void onAnimationUpdate(ValueAnimator valueAnimator2) {
PeerStoriesView.this.lambda$onMeasure$43(valueAnimator2);
}
});
this.keyboardAnimator.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animator) {
super.onAnimationEnd(animator);
PeerStoriesView.this.notificationsLocker.unlock();
PeerStoriesView.this.animatingKeyboardHeight = r2.lastKeyboardHeight;
ChatActivityEnterView chatActivityEnterView4 = PeerStoriesView.this.chatActivityEnterView;
if (chatActivityEnterView4 != null) {
chatActivityEnterView4.onOverrideAnimationEnd();
}
PeerStoriesView peerStoriesView = PeerStoriesView.this;
if (peerStoriesView.isActive && !peerStoriesView.keyboardVisible) {
peerStoriesView.delegate.setKeyboardVisible(false);
}
PeerStoriesView peerStoriesView2 = PeerStoriesView.this;
if (!peerStoriesView2.keyboardVisible && peerStoriesView2.mentionContainer != null) {
PeerStoriesView.this.mentionContainer.setVisibility(8);
}
?? r2 = PeerStoriesView.this;
r2.forceUpdateOffsets = true;
r2.invalidate();
}
});
if (this.keyboardVisible) {
this.keyboardAnimator.setDuration(250L);
this.keyboardAnimator.setInterpolator(AdjustPanLayoutHelper.keyboardInterpolator);
this.storyViewer.cancelSwipeToReply();
} else {
this.keyboardAnimator.setDuration(500L);
this.keyboardAnimator.setInterpolator(CubicBezierInterpolator.EASE_OUT_QUINT);
}
this.keyboardAnimator.start();
boolean z2 = this.keyboardVisible;
if (z2 != z) {
if (z2) {
createBlurredBitmap(this.bitmapShaderTools.getCanvas(), this.bitmapShaderTools.getBitmap());
} else {
ChatActivityEnterView chatActivityEnterView4 = this.chatActivityEnterView;
if (chatActivityEnterView4 != null) {
chatActivityEnterView4.getEditField().clearFocus();
}
}
this.animateKeyboardOpening = true;
} else {
this.animateKeyboardOpening = false;
}
}
ChatActivityEnterView chatActivityEnterView5 = this.chatActivityEnterView;
if (chatActivityEnterView5 != null && chatActivityEnterView5.getEmojiView() != null) {
((FrameLayout.LayoutParams) this.chatActivityEnterView.getEmojiView().getLayoutParams()).gravity = 80;
}
FrameLayout.LayoutParams layoutParams = (FrameLayout.LayoutParams) this.storyContainer.getLayoutParams();
layoutParams.height = size2;
boolean z3 = size - size2 > AndroidUtilities.dp(64.0f);
this.BIG_SCREEN = z3;
int dp2 = (size - ((z3 ? AndroidUtilities.dp(64.0f) : 0) + size2)) >> 1;
layoutParams.topMargin = dp2;
this.enterViewBottomOffset = this.BIG_SCREEN ? (((-dp2) + size) - size2) - AndroidUtilities.dp(64.0f) : ((-dp2) + size) - size2;
if (this.BIG_SCREEN != this.wasBigScreen) {
this.storyContainer.setLayoutParams(layoutParams);
}
FrameLayout frameLayout = this.selfView;
if (frameLayout != null) {
((FrameLayout.LayoutParams) frameLayout.getLayoutParams()).topMargin = this.BIG_SCREEN ? dp2 + size2 + AndroidUtilities.dp(8.0f) : (dp2 + size2) - AndroidUtilities.dp(48.0f);
}
TextView textView = this.replyDisabledTextView;
if (textView != null) {
FrameLayout.LayoutParams layoutParams2 = (FrameLayout.LayoutParams) textView.getLayoutParams();
if (this.BIG_SCREEN) {
this.replyDisabledTextView.setTextColor(ColorUtils.blendARGB(-16777216, -1, 0.5f));
dp = dp2 + size2 + AndroidUtilities.dp(12.0f);
} else {
this.replyDisabledTextView.setTextColor(ColorUtils.setAlphaComponent(-1, 191));
dp = ((dp2 + size2) - AndroidUtilities.dp(12.0f)) - AndroidUtilities.dp(40.0f);
}
layoutParams2.topMargin = dp;
}
InstantCameraView instantCameraView = this.instantCameraView;
if (instantCameraView != null) {
((FrameLayout.LayoutParams) instantCameraView.getLayoutParams()).bottomMargin = i3 == 0 ? size - ((dp2 + size2) - AndroidUtilities.dp(64.0f)) : i3 + AndroidUtilities.dp(64.0f);
}
if (this.BIG_SCREEN) {
((FrameLayout.LayoutParams) this.bottomActionsLinearLayout.getLayoutParams()).topMargin = dp2 + size2 + AndroidUtilities.dp(12.0f);
((FrameLayout.LayoutParams) this.storyCaptionView.getLayoutParams()).bottomMargin = AndroidUtilities.dp(8.0f);
if (this.wasBigScreen != this.BIG_SCREEN) {
NestedScrollView nestedScrollView = this.storyCaptionView;
nestedScrollView.setLayoutParams((FrameLayout.LayoutParams) nestedScrollView.getLayoutParams());
}
this.storyCaptionView.blackoutBottomOffset = AndroidUtilities.dp(8.0f);
} else {
((FrameLayout.LayoutParams) this.bottomActionsLinearLayout.getLayoutParams()).topMargin = ((dp2 + size2) - AndroidUtilities.dp(12.0f)) - AndroidUtilities.dp(40.0f);
int dp3 = this.isSelf ? AndroidUtilities.dp(40.0f) : AndroidUtilities.dp(56.0f);
((FrameLayout.LayoutParams) this.storyCaptionView.getLayoutParams()).bottomMargin = dp3;
if (this.wasBigScreen != this.BIG_SCREEN) {
NestedScrollView nestedScrollView2 = this.storyCaptionView;
nestedScrollView2.setLayoutParams((FrameLayout.LayoutParams) nestedScrollView2.getLayoutParams());
}
this.storyCaptionView.blackoutBottomOffset = dp3;
}
this.forceUpdateOffsets = true;
float dp4 = AndroidUtilities.dp(8.0f) + AndroidUtilities.dp(40.0f);
if (this.privacyButton.getVisibility() == 0) {
dp4 += AndroidUtilities.dp(60.0f);
}
if (this.muteIconContainer.getVisibility() == 0) {
dp4 += AndroidUtilities.dp(40.0f);
}
FrameLayout.LayoutParams layoutParams3 = (FrameLayout.LayoutParams) this.headerView.titleView.getLayoutParams();
if (layoutParams3.rightMargin != dp4) {
int i4 = (int) dp4;
layoutParams3.rightMargin = i4;
((FrameLayout.LayoutParams) this.headerView.subtitleView[0].getLayoutParams()).rightMargin = i4;
((FrameLayout.LayoutParams) this.headerView.subtitleView[1].getLayoutParams()).rightMargin = i4;
this.headerView.forceLayout();
}
super/*android.widget.FrameLayout*/.onMeasure(i, View.MeasureSpec.makeMeasureSpec(size, 1073741824));
this.wasBigScreen = this.BIG_SCREEN;
}
protected void onSizeChanged(int i, int i2, int i3, int i4) {
super/*android.widget.FrameLayout*/.onSizeChanged(i, i2, i3, i4);
this.progressToKeyboard = -1.0f;
this.forceUpdateOffsets = true;
invalidate();
}
public void preloadMainImage(long j) {
if (this.dialogId == j && this.day == null) {
return;
}
this.dialogId = j;
updateStoryItems();
updateSelectedPosition();
updatePosition(true);
TL_stories.PeerStories peerStories = this.storyViewer.overrideUserStories;
if (peerStories != null) {
this.storiesController.loadSkippedStories(peerStories, true);
} else {
this.storiesController.loadSkippedStories(j);
}
}
public void progressToDismissUpdated() {
if (this.BIG_SCREEN) {
invalidate();
}
}
public void reset() {
this.headerView.backupImageView.getImageReceiver().setVisible(true, true);
if (this.changeBoundAnimator != null) {
this.chatActivityEnterView.reset();
this.chatActivityEnterView.setAlpha(1.0f - this.outT);
}
ReactionsContainerLayout reactionsContainerLayout = this.reactionsContainerLayout;
if (reactionsContainerLayout != null) {
reactionsContainerLayout.reset();
}
ReactionsContainerLayout reactionsContainerLayout2 = this.likesReactionLayout;
if (reactionsContainerLayout2 != null) {
reactionsContainerLayout2.reset();
}
InstantCameraView instantCameraView = this.instantCameraView;
if (instantCameraView != null) {
AndroidUtilities.removeFromParent(instantCameraView);
this.instantCameraView.hideCamera(true);
this.instantCameraView = null;
}
setActive(false);
setIsVisible(false);
this.isLongPressed = false;
this.progressToHideInterface.set(0.0f, false);
this.viewsThumbImageReceiver = null;
this.messageSent = false;
cancelTextSelection();
}
public void selectPosition(int i) {
if (this.selectedPosition != i) {
this.selectedPosition = i;
updatePosition();
}
}
public void setAccount(int i) {
this.currentAccount = i;
this.storiesController = MessagesController.getInstance(i).storiesController;
this.emojiAnimationsOverlay.setAccount(i);
ReactionsContainerLayout reactionsContainerLayout = this.reactionsContainerLayout;
if (reactionsContainerLayout != null) {
reactionsContainerLayout.setCurrentAccount(i);
this.reactionsContainerLayout.setMessage((MessageObject) null, (TLRPC.ChatFull) null, true);
}
ReactionsContainerLayout reactionsContainerLayout2 = this.likesReactionLayout;
if (reactionsContainerLayout2 != null) {
reactionsContainerLayout2.setCurrentAccount(i);
}
}
public void setActive(long j, boolean z) {
if (this.isActive != z) {
activeCount += z ? 1 : -1;
this.isActive = z;
if (z) {
if (useSurfaceInViewPagerWorkAround()) {
this.delegate.setIsSwiping(true);
AndroidUtilities.cancelRunOnUIThread(this.allowDrawSurfaceRunnable);
AndroidUtilities.runOnUIThread(this.allowDrawSurfaceRunnable, 100L);
}
requestVideoPlayer(j);
updatePreloadImages();
this.muteIconView.setAnimation(this.sharedResources.muteDrawable);
this.isActive = true;
this.headerView.backupImageView.getImageReceiver().setVisible(true, true);
if (this.currentStory.storyItem != null) {
FileLog.d("StoryViewer displayed story dialogId=" + this.dialogId + " storyId=" + this.currentStory.storyItem.id + " " + this.currentStory.getMediaDebugString());
}
} else {
cancelTextSelection();
this.muteIconView.clearAnimationDrawable();
this.viewsThumbImageReceiver = null;
this.isLongPressed = false;
this.progressToHideInterface.set(0.0f, true);
this.storyContainer.invalidate();
invalidate();
cancelWaiting();
this.delegate.setIsRecording(false);
}
this.imageReceiver.setFileLoadingPriority(this.isActive ? 3 : 2);
this.leftPreloadImageReceiver.setFileLoadingPriority(this.isActive ? 2 : 0);
this.rightPreloadImageReceiver.setFileLoadingPriority(this.isActive ? 2 : 0);
if (this.isSelf || this.isChannel) {
this.storiesController.pollViewsForSelfStories(this.dialogId, this.isActive);
}
}
}
public void setActive(boolean z) {
setActive(0L, z);
}
public void setDay(long j, ArrayList arrayList, int i) {
this.dialogId = j;
this.day = arrayList;
bindInternal(i);
}
public void setDelegate(Delegate delegate) {
this.delegate = delegate;
}
public void setDialogId(long j, int i) {
if (this.dialogId != j) {
this.currentStory.clear();
}
this.dialogId = j;
this.day = null;
bindInternal(i);
TL_stories.PeerStories peerStories = this.storyViewer.overrideUserStories;
if (peerStories != null) {
this.storiesController.loadSkippedStories(peerStories, true);
} else {
this.storiesController.loadSkippedStories(j);
}
}
public void setIsVisible(boolean z) {
if (this.isVisible == z) {
return;
}
this.isVisible = z;
if (z) {
this.imageReceiver.setCurrentAlpha(1.0f);
checkStealthMode(false);
}
}
public void setLongpressed(boolean z) {
if (this.isActive) {
this.isLongPressed = z;
invalidate();
}
}
public void setOffset(float f) {
boolean z = f == 0.0f;
if (this.allowDrawSurface != z) {
this.allowDrawSurface = z;
this.storyContainer.invalidate();
if (this.isActive && useSurfaceInViewPagerWorkAround()) {
if (z) {
AndroidUtilities.cancelRunOnUIThread(this.allowDrawSurfaceRunnable);
AndroidUtilities.runOnUIThread(this.allowDrawSurfaceRunnable, 250L);
} else {
AndroidUtilities.cancelRunOnUIThread(this.allowDrawSurfaceRunnable);
this.delegate.setIsSwiping(true);
}
}
}
}
public void setPaused(boolean z) {
if (this.paused != z) {
this.paused = z;
stopPlaying(z);
this.lastDrawTime = 0L;
this.storyContainer.invalidate();
}
}
public void setViewsThumbImageReceiver(float f, float f2, float f3, SelfStoriesPreviewView.ImageHolder imageHolder) {
this.viewsThumbAlpha = f;
this.viewsThumbScale = 1.0f / f2;
this.viewsThumbPivotY = f3;
if (this.viewsThumbImageReceiver == imageHolder) {
return;
}
this.viewsThumbImageReceiver = imageHolder;
if (imageHolder == null || imageHolder.receiver.getBitmap() == null) {
return;
}
this.imageReceiver.updateStaticDrawableThump(imageHolder.receiver.getBitmap().copy(Bitmap.Config.ARGB_8888, false));
}
public boolean showKeyboard() {
TextView textView;
EditTextCaption editField;
if (this.chatActivityEnterView == null || (((textView = this.replyDisabledTextView) != null && textView.getVisibility() == 0) || (editField = this.chatActivityEnterView.getEditField()) == null)) {
return false;
}
editField.requestFocus();
AndroidUtilities.showKeyboard(editField);
return true;
}
public void showNoSoundHint(boolean z) {
if (this.soundTooltip == null) {
HintView2 joint = new HintView2(getContext(), 1).setJoint(1.0f, -56.0f);
this.soundTooltip = joint;
joint.setPadding(AndroidUtilities.dp(8.0f), 0, AndroidUtilities.dp(8.0f), 0);
this.storyContainer.addView(this.soundTooltip, LayoutHelper.createFrame(-1, -2.0f, 55, 0.0f, 52.0f, 0.0f, 0.0f));
}
this.soundTooltip.setText(LocaleController.getString(z ? R.string.StoryNoSound : R.string.StoryTapToSound));
this.soundTooltip.show();
}
public void stopPlaying(boolean z) {
ImageReceiver imageReceiver;
boolean z2;
if (z) {
this.imageReceiver.stopAnimation();
imageReceiver = this.imageReceiver;
z2 = false;
} else {
this.imageReceiver.startAnimation();
imageReceiver = this.imageReceiver;
z2 = true;
}
imageReceiver.setAllowStartAnimation(z2);
}
public boolean switchToNext(boolean z) {
int i;
if (this.storyViewer.reversed) {
z = !z;
}
if (!z) {
int i2 = this.selectedPosition;
if (i2 <= 0) {
return false;
}
i = i2 - 1;
} else {
if (this.selectedPosition >= getStoriesCount() - 1) {
return false;
}
i = this.selectedPosition + 1;
}
this.selectedPosition = i;
updatePosition();
return true;
}
public void updatePosition() {
updatePosition(false);
}
public boolean useSurfaceInViewPagerWorkAround() {
return this.storyViewer.USE_SURFACE_VIEW && Build.VERSION.SDK_INT < 33;
}
public boolean viewsAllowed() {
return this.isSelf || (this.isChannel && this.userCanSeeViews);
}
}