List of usage examples for android.hardware.display DisplayManager.DisplayListener interface-usage
From source file de.fhg.fokus.famium.presentation.CDVPresentationPlugin.java
/** * Entry Class for Presentation API Cordova Plugin. This Plugin implements the W3C Presentation API as described in the final report {@link http://www.w3.org/2014/secondscreen/presentation-api/20140721/} of the Second Screen Presentation API Community Group. */ public class CDVPresentationPlugin extends CordovaPlugin implements DisplayManager.DisplayListener { private static final String LOG_TAG = "CDVPresentationPlugin"; private CallbackContext availableChangeCallbackContext;
From source file com.sssemil.advancedsettings.MainService.java
public class MainService extends Service implements DisplayManager.DisplayListener, View.OnTouchListener { private static final String TAG = "MainService"; //TODO update versionCode when it's updated private static final int LANG_PROVIDER_VERSION_CODE = 8;