List of usage examples for android.os Handler.Callback interface-usage
From source file com.hybris.mobile.activity.StoreLocatorActivity.java
public class StoreLocatorActivity extends HybrisListActivity implements SearchView.OnQueryTextListener, Handler.Callback { private StoreLocatorController controller; private StoreLocatorAdapter mAdapter; private Location mCurrentLocation;
From source file com.tnc.android.graphite.activities.GraphActivity.java
@ContentView(R.layout.graph) public class GraphActivity extends RoboFragmentActivity implements Handler.Callback { @InjectView(R.id.graphDrawerLayout) DrawerLayout layout; @InjectView(R.id.graphImageView) ImageView imageView;
From source file com.chess.genesis.engine.GameState.java
public abstract class GameState implements Handler.Callback { protected final GameFrag game; protected final Activity activity; protected final Bundle settings; protected final ProgressMsg progress; protected final ObjectArray<Move> history;
From source file com.android.nfc.beam.BeamTransferManager.java
/**
* A BeamTransferManager object represents a set of files
* that were received through NFC connection handover
* from the same source address.
*
* It manages starting, stopping, and processing the transfer, as well
From source file com.bitants.wally.fragments.SavedImagesFragment.java
/** * SavedImagesFragment is responsible to show the user all the wallpapers that has been saved. * * Created by Musenkishi on 2014-05-11. */ public class SavedImagesFragment extends GridFragment implements Handler.Callback, ActionMode.Callback {
From source file com.musenkishi.wally.fragments.SavedImagesFragment.java
/** * SavedImagesFragment is responsible to show the user all the wallpapers that has been saved. * * Created by Musenkishi on 2014-05-11. */ public class SavedImagesFragment extends GridFragment implements Handler.Callback, ActionMode.Callback {
From source file fr.pasteque.client.sync.SendProcess.java
/** Process to send an archive and handle feedback. */ public class SendProcess implements Handler.Callback { private static final String LOG_TAG = "Pasteque/SendProcess"; private static SendProcess instance;
From source file com.hybris.mobile.activity.StoreLocatorDetailActivity.java
public class StoreLocatorDetailActivity extends FragmentActivity implements Handler.Callback { private Store store = null; private Location currentLocation = null; private Geofencable geofenceJsonSharedPreferences; @Override
From source file com.example.joeroger.homework2.activity.WeatherActivity.java
public class WeatherActivity extends AppCompatActivity implements Handler.Callback, ServiceConnection, CityConditionsLoaderCallbacks.OnCityConditionsLoaded, AdapterView.OnItemSelectedListener, PlayServicesDialogFragment.PlayServicesDialogFragmentListener, DailyForecastFragment.DailyForecastFragmentListener, View.OnClickListener, LocationSettingsReceiver.LocationSettingsListener, FavoriteCityReceiver.UpdateCityStatusListener {
From source file com.hmsoft.weargoproremote.services.WearMessageHandlerService.java
public class WearMessageHandlerService extends Service implements SharedPreferences.OnSharedPreferenceChangeListener, Handler.Callback { private static final String TAG = "WearMessageHandlerService"; private static final int MESSAGE_INTENT = 1;