Searched refs:DISPLAY_WIDTH_KEY (Results 1 – 4 of 4) sorted by relevance
39 intent.putExtra(Utils.DISPLAY_WIDTH_KEY, in onCreate()40 getIntent().getIntExtra(Utils.DISPLAY_WIDTH_KEY, 0)); in onCreate()
106 mDisplayWidth = args.getInt(Utils.DISPLAY_WIDTH_KEY); in onShow()
54 public static final String DISPLAY_WIDTH_KEY = "display_width"; field in Utils
274 intent.putExtra(Utils.DISPLAY_WIDTH_KEY, mDisplaySize.x); in addDimensionsToIntent()