Searched refs:mInputFrame (Results 1 – 1 of 1) sorted by relevance
195 private FrameLayout mInputFrame; field in CarUiImeWideScreenController234 mInputFrame = mRootView.requireViewById(R.id.car_ui_wideScreenInputArea); in createWideScreenImeView()235 mInputFrame.addView(inputView, new FrameLayout.LayoutParams( in createWideScreenImeView()307 mInputFrame.getLocationOnScreen(tempLocation); in onComputeInsets()309 tempLocation[0] + mInputFrame.getWidth(), in onComputeInsets()310 tempLocation[1] + mInputFrame.getHeight()); in onComputeInsets()