Home
last modified time | relevance | path

Searched refs:mCandidatesFrame (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java472 FrameLayout mCandidatesFrame; field in InputMethodService
1399 mCandidatesFrame = mRootView.findViewById(android.R.id.candidatesArea); in initViews()
1406 mCandidatesFrame.setVisibility(mCandidatesVisibility); in initViews()
1840 if (mCandidatesFrame.getVisibility() == View.VISIBLE) { in onComputeInsets()
1841 mCandidatesFrame.getLocationInWindow(loc); in onComputeInsets()
1934 mCandidatesFrame.setVisibility(vis); in updateCandidatesVisibility()
2017 mCandidatesFrame.removeAllViews(); in setCandidatesView()
2018 mCandidatesFrame.addView(view, new FrameLayout.LayoutParams( in setCandidatesView()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25430 Landroid/inputmethodservice/InputMethodService;->mCandidatesFrame:Landroid/widget/FrameLayout;