Searched refs:openId (Results 1 – 1 of 1) sorted by relevance
124 private void initWindowBtns(View view, int winId, @IdRes int openId, @IdRes int closeId, in initWindowBtns() argument127 view.findViewById(openId).setOnClickListener(v -> moveWindow(winId, 1)); in initWindowBtns()