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