Searched refs:currentDisplayId (Results 1 – 2 of 2) sorted by relevance
376 int currentDisplayId = view.getDisplay().getDisplayId(); in refreshDisplayPicker() local377 Log.d(TAG, "refreshing " + view + " from display " + currentDisplayId); in refreshDisplayPicker()387 boolean isCurrentDisplay = id == currentDisplayId; in refreshDisplayPicker()
1853 final int currentDisplayId = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)) in startActivityOnTheSameDisplay() local1857 ActivityOptions.makeBasic().setLaunchDisplayId(currentDisplayId).toBundle()); in startActivityOnTheSameDisplay()