List of usage examples for android.os Handler.Callback interface-usage
From source file im.ene.toro.ToroViewPagerHelper.java
/**
* Created by eneim on 6/8/16.
*
* Support ViewPager with Pages as 'Video List', not Single Video item.
*
* The following snippet from {@link ViewPager#onLayout(boolean, int, int, int, int)}
From source file im.ene.lab.toro.ToroViewPagerHelper.java
/**
* Created by eneim on 6/8/16.
*
* Support ViewPager with Pages as 'Video List', not Single Video item.
*
* The following snippet from {@link ViewPager#onLayout(boolean, int, int, int, int)}
From source file org.appcelerator.titanium.util.TiDownloadManager.java
/** * Manages the asynchronous opening of InputStreams from URIs so that * the resources get put into our TiResponseCache. */ public class TiDownloadManager implements Handler.Callback { private static final String TAG = "TiDownloadManager";
From source file org.peterbaldwin.vlcremote.fragment.StatusFragment.java
/** * Polls the server for status updates. */ public class StatusFragment extends Fragment implements Handler.Callback { private static final int TIMER = 1;
From source file com.browsertophone.ShareLink.java
public class ShareLink implements Handler.Callback { private static final String TOAST = "toast"; private static final String SEND_PATH = "/send"; private static ShareLink mInstance; private final Handler mHandler; private final Context mContext;
From source file com.chess.genesis.activity.RegisterFrag.java
public class RegisterFrag extends BaseContentFrag implements Handler.Callback { private final static String TAG = "REGISTER"; private final Handler handle = new Handler(this); private NetworkClient net; private ProgressMsg progress;
From source file it.scoppelletti.mobilepower.app.security.ActivityLicenseClient.java
/** * Client del servizio di verifica delle licenze. * * @since 1.0 */ public final class ActivityLicenseClient extends LicenseClient
From source file com.chess.genesis.activity.MsgBoxFrag.java
public class MsgBoxFrag extends BaseContentFrag implements Handler.Callback { private final static String TAG = "MSGBOX"; private MsgListAdapter msglist_adapter; private ListView msglist_view; private NetworkClient net;
From source file com.lvlstudios.android.gtmessage.ShareLinkActivity.java
/** * Invoked when user selects "Share page" in the browser. Sends link * to AppEngine server. */ public class ShareLinkActivity extends Activity implements Handler.Callback { private static final int TOAST_MSG = 0;
From source file com.google.android.apps.chrometophone.ShareLinkActivity.java
/** * Invoked when user selects "Share page" in the browser. Sends link * to AppEngine server. */ public class ShareLinkActivity extends Activity implements Handler.Callback { private static final int TOAST_MSG = 0;