Searched refs:DISPLAY_HEIGHT_KEY (Results 1 – 4 of 4) sorted by relevance
41 intent.putExtra(Utils.DISPLAY_HEIGHT_KEY, in onCreate()42 getIntent().getIntExtra(Utils.DISPLAY_HEIGHT_KEY, 0)); in onCreate()
105 mDisplayHeight = args.getInt(Utils.DISPLAY_HEIGHT_KEY); in onShow()
55 public static final String DISPLAY_HEIGHT_KEY = "dislay_height"; field in Utils
275 intent.putExtra(Utils.DISPLAY_HEIGHT_KEY, mDisplaySize.y); in addDimensionsToIntent()