Home
last modified time | relevance | path

Searched refs:mInputFrame (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java603 FrameLayout mInputFrame; field in InputMethodService
710 if (mInputFrame != null) {
1235 View rootView = mInputFrame.getRootView(); in setImeExclusionRect()
1754 mInputFrame = mRootView.findViewById(android.R.id.inputArea); in initViews()
1761 mInputFrame.setVisibility(View.GONE); in initViews()
2204 if (mInputFrame.getVisibility() == View.VISIBLE) { in onComputeInsets()
2205 mInputFrame.getLocationInWindow(loc); in onComputeInsets()
2238 mInputFrame.setVisibility(isShown ? View.VISIBLE : View.GONE); in updateInputViewShown()
2411 mInputFrame.removeAllViews(); in setInputView()
2412 mInputFrame.addView(view, new FrameLayout.LayoutParams( in setInputView()
H A DNavigationBarController.java277 final View inputFrame = mService.mInputFrame; in updateTouchableInsets()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22570 Landroid/inputmethodservice/InputMethodService;->mInputFrame:Landroid/widget/FrameLayout;