Searched refs:SCREENSHOT_COLOR_KEY (Results 1 – 5 of 5) sorted by relevance
46 int backgroundColor = getIntent().getIntExtra(Utils.SCREENSHOT_COLOR_KEY, Color.WHITE); in onResume()
120 extras.putInt(Utils.SCREENSHOT_COLOR_KEY, color); in waitForActivityResumeAndAssist()
111 intent.putExtra(Utils.SCREENSHOT_COLOR_KEY, color); in start3pAppWithColor()
46 public static final String SCREENSHOT_COLOR_KEY = "set_screenshot_color"; field in Utils
100 mCurColor = args.getInt(Utils.SCREENSHOT_COLOR_KEY); in onShow()