MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isTablet

Method isTablet

CodenameOne/src/com/codename1/ui/CN.java:840–842  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

838 ///
839 /// true if the device is assumed to be a tablet
840 public static boolean isTablet() {
841 return Display.impl.isTablet();
842 }
843
844 /// Returns true if this is a desktop application
845 ///

Callers 15

getPositionMethod · 0.95
setPositionMethod · 0.95
loadThemeMethod · 0.95
startMethod · 0.95
createEditUIMethod · 0.45
initServiceMethod · 0.45
initAdPaddingMethod · 0.45
showOnTopSidemenuImplMethod · 0.45
createMenuMethod · 0.45
showInteractionDialogMethod · 0.45

Calls

no outgoing calls

Tested by 2

addToReelMethod · 0.36
addVideoMethod · 0.36