Example usage for android.app Dialog subclass-usage

List of usage examples for android.app Dialog subclass-usage

Introduction

In this page you can find the example usage for android.app Dialog subclass-usage.

Usage

From source file com.umeng.comm.ui.widgets.ImageBrowser.java

/**
 * ?
 * 
 * @author mrsimple
 */
public class ImageBrowser extends Dialog /* implements OnGestureListener */ {

From source file com.mercandalli.android.apps.files.file.FileAddDialog.java

public class FileAddDialog extends Dialog
        implements View.OnClickListener, FileChooserDialog.FileChooserDialogSelection {

    @NonNull
    private final Activity mActivity;
    private IListener mDismissListener;

From source file it.sasabz.android.sasabus.classes.dialogs.SelectFavoritenDialog.java

public class SelectFavoritenDialog extends Dialog implements OnItemClickListener {

    private Vector<Favorit> list = null;

    private OnlineSearchFragment fragment = null;

From source file com.qiangxi.checkupdatelibrary.dialog.CheckUpdateDialog.java

class InternalDialog extends Dialog implements DownloadCallback {
    private CheckUpdateOption mOption;
    private ImageLoader mLoader;
    private ImageView checkUpdateImage;
    private TextView checkUpdateVersionCode;
    private TextView checkUpdateVersionSize;

From source file com.wit.and.dialog.ListDialog.java

/**
 * <h4>Class Overview</h4>
 * <p>
 * Dialog contains {@link ListView} in it's body view.
 * </p>
 * <p>

From source file com.kakao.auth.authorization.authcode.KakaoWebViewDialog.java

/**
 * @author MJ
 */
public class KakaoWebViewDialog extends Dialog {
    private static SmsReceiver smsReceiver;

From source file org.pouyadr.ui.ActionBar.BottomSheet.java

public class BottomSheet extends Dialog {

    protected ViewGroup containerView;
    private ContainerView container;
    private WindowInsets lastInsets;

From source file org.giffftalk.ui.ActionBar.BottomSheet.java

public class BottomSheet extends Dialog {

    protected ViewGroup containerView;
    private ContainerView container;
    private WindowInsets lastInsets;

From source file kr.wdream.ui.ActionBar.BottomSheet.java

public class BottomSheet extends Dialog {

    protected ViewGroup containerView;
    protected ContainerView container;
    private WindowInsets lastInsets;

From source file xyz.pwrtelegram.ui.ActionBar.BottomSheet.java

public class BottomSheet extends Dialog {

    protected ViewGroup containerView;
    private ContainerView container;
    private WindowInsets lastInsets;