public class UpLiveBeamBoostDialog
extends com.app.security.util.MemoryDialog
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener| 限定符和类型 | 方法和说明 |
|---|---|
void |
dismiss() |
boolean |
dispatchTouchEvent(android.view.MotionEvent event) |
void |
doBoostAnim()
发起呼唤动画
|
void |
hideStandardKeyboard(android.view.View focus) |
boolean |
isActivityLive() |
protected boolean |
isShouldHideKeyBord(android.view.View v,
android.view.MotionEvent ev)
判定当前是否需要隐藏
|
static UpLiveBeamBoostDialog |
newInstance(android.content.Context context,
java.lang.String vid,
UpLiveBeamBoostManager upLiveBeamBoostManager) |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
void |
onDestroy() |
void |
onPause() |
void |
onResume() |
void |
onTickTime() |
void |
setRecyclerViewVisible(boolean isShowRecycler,
boolean isShowEmptyView) |
void |
setRefreshing(boolean b) |
void |
showMessageListEmpty() |
void |
showToast(java.lang.String message) |
void |
switchPage(com.app.live.boost.uplive.UpLiveBeamBoostDialog.Page curr,
com.app.live.boost.uplive.UpLiveBeamBoostDialog.Page next)
切换页面
|
void |
updateCommonView(int messageCount,
int leftCount) |
void |
updateLeftCount(int leftCount) |
void |
updatePage(boolean isSuccess,
java.util.List<BeamBoostMessageAdapter.Item> list,
boolean isHasMoreData,
boolean isFirstRequest,
boolean isRefresh) |
isActivityValid, isBottomEntryDialog, isContextAvailable, realDismiss, realShow, setBottomEntryDialog, setContentView, setContentView, setContentView, setOnDismissListener, showaddContentView, cancel, closeOptionsMenu, create, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTrackballEvent, findViewById, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getSearchEvent, getVolumeControlStream, getWindow, hide, invalidateOptionsMenu, isShowing, onActionModeFinished, onActionModeStarted, onAttachedToWindow, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onGenericMotionEvent, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onStart, onStop, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, requireViewById, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, takeKeyEvents, unregisterForContextMenupublic static UpLiveBeamBoostDialog newInstance(android.content.Context context, java.lang.String vid, UpLiveBeamBoostManager upLiveBeamBoostManager)
protected void onCreate(android.os.Bundle savedInstanceState)
onCreate 在类中 android.app.Dialogpublic void updatePage(boolean isSuccess,
java.util.List<BeamBoostMessageAdapter.Item> list,
boolean isHasMoreData,
boolean isFirstRequest,
boolean isRefresh)
public void showMessageListEmpty()
public void updateCommonView(int messageCount,
int leftCount)
public void updateLeftCount(int leftCount)
public void showToast(java.lang.String message)
public void setRefreshing(boolean b)
public void switchPage(com.app.live.boost.uplive.UpLiveBeamBoostDialog.Page curr,
com.app.live.boost.uplive.UpLiveBeamBoostDialog.Page next)
public void setRecyclerViewVisible(boolean isShowRecycler,
boolean isShowEmptyView)
public void dismiss()
dismiss 在接口中 android.content.DialogInterfacedismiss 在类中 com.app.security.util.MemoryDialogpublic void onPause()
public void onResume()
public void onDestroy()
public void onTickTime()
public boolean isActivityLive()
public void doBoostAnim()
public boolean dispatchTouchEvent(@NonNull
android.view.MotionEvent event)
dispatchTouchEvent 在接口中 android.view.Window.CallbackdispatchTouchEvent 在类中 android.app.Dialogprotected boolean isShouldHideKeyBord(android.view.View v,
android.view.MotionEvent ev)
public void hideStandardKeyboard(android.view.View focus)