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