Class AATKitDebugShakeHomeDialog
-
- All Implemented Interfaces:
-
android.content.DialogInterface,android.view.KeyEvent.Callback,android.view.View.OnCreateContextMenuListener,android.view.Window.Callback,androidx.activity.OnBackPressedDispatcherOwner,androidx.appcompat.app.AppCompatCallback,androidx.lifecycle.LifecycleOwner,androidx.savedstate.SavedStateRegistryOwner
public final class AATKitDebugShakeHomeDialog extends AATKitDebugShakeBaseDialog
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAATKitDebugShakeHomeDialog.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static StringSHARED_PREFERENCES_FILTER_RULES_POPUP_PRESENTED_KEYprivate final AATKitDebugScreenConfigurationconfigurationprivate final AATKitDebugInfodebugInfoObjectprivate BooleandismissWithAnimationprivate final BooleanedgeToEdgeEnabledprivate final Lifecyclelifecycleprivate final OnBackPressedDispatcheronBackPressedDispatcherprivate final SavedStateRegistrysavedStateRegistrypublic final static AATKitDebugShakeHomeDialog.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description AATKitDebugShakeHomeDialog(Context context, AATKitDebugScreenConfiguration configuration, AATKitDebugInfo debugInfoObject)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.intentsoftware.addapptr.internal.module.debugscreen.test.AATKitDebugShakeBaseDialog
getConfiguration, getDebugInfoObject -
Methods inherited from class com.google.android.material.bottomsheet.BottomSheetDialog
cancel, getBehavior, getDismissWithAnimation, getEdgeToEdgeEnabled, onAttachedToWindow, onDetachedFromWindow, setCancelable, setCanceledOnTouchOutside, setContentView, setContentView, setContentView, setDismissWithAnimation -
Methods inherited from class androidx.activity.ComponentDialog
getLifecycle, getOnBackPressedDispatcher, getSavedStateRegistry, initializeViewTreeOwners, onBackPressed, onSaveInstanceState -
Methods inherited from class androidx.appcompat.app.AppCompatDialog
addContentView, dismiss, dispatchKeyEvent, findViewById, getDelegate, getSupportActionBar, invalidateOptionsMenu, onSupportActionModeFinished, onSupportActionModeStarted, onWindowStartingSupportActionMode, setTitle, setTitle, supportRequestWindowFeature -
Methods inherited from class android.app.Dialog
closeOptionsMenu, create, dispatchGenericMotionEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOnBackInvokedDispatcher, getOwnerActivity, getSearchEvent, getVolumeControlStream, getWindow, hide, isShowing, onActionModeFinished, onActionModeStarted, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onGenericMotionEvent, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSearchRequested, onSearchRequested, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, requireViewById, setCancelMessage, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu -
Methods inherited from class android.view.Window.Callback
onPointerCaptureChanged, onProvideKeyboardShortcuts -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AATKitDebugShakeHomeDialog
AATKitDebugShakeHomeDialog(Context context, AATKitDebugScreenConfiguration configuration, AATKitDebugInfo debugInfoObject)
-
-
-
-