Home
last modified time | relevance | path

Searched refs:setFocusableInTouchMode (Results 1 – 25 of 38) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DLLOfTwoFocusableInTouchMode.java45 mButton1.setFocusableInTouchMode(true); in onCreate()
46 mButton2.setFocusableInTouchMode(true); in onCreate()
47 mButton3.setFocusableInTouchMode(true); in onCreate()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusabilityTest.java106 a.beforeDescendants.setFocusableInTouchMode(true); in testBeforeDescendantsEnterTouchMode()
123 a.afterDescendants.setFocusableInTouchMode(true); in testAfterDescendantsEnterTouchMode()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
H A DCardPresenter.java42 v.setFocusableInTouchMode(true); in onCreateViewHolder()
/aosp14/frameworks/base/core/java/android/widget/
H A DAdapterView.java745 public void setFocusableInTouchMode(boolean focusable) { in setFocusableInTouchMode() method in AdapterView
754 super.setFocusableInTouchMode(focusable && (!empty || isInFilterMode())); in setFocusableInTouchMode()
764 super.setFocusableInTouchMode(focusable && mDesiredFocusableInTouchModeState); in checkFocus()
H A DTabHost.java128 setFocusableInTouchMode(true); in initTabHost()
829 mLaunchedView.setFocusableInTouchMode(true); in getContentView()
H A DTextViewTranslationCallback.java184 textView.setFocusableInTouchMode(mOriginalFocusableInTouchMode); in onHideTranslation()
H A DMediaController.java183 setFocusableInTouchMode(true); in initFloatingWindow()
H A DListPopupWindow.java1165 mDropDownList.setFocusableInTouchMode(true); in buildDropDown()
H A DVideoView.java175 setFocusableInTouchMode(true); in VideoView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java323 view.setFocusableInTouchMode(selectable); in setSelectableForHeaders()
360 holder.mTileView.setFocusableInTouchMode(true); in onBindViewHolder()
401 holder.mTileView.setFocusableInTouchMode(true); in onBindViewHolder()
406 holder.mTileView.setFocusableInTouchMode(selectable); in onBindViewHolder()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DStackEducationView.kt83 setFocusableInTouchMode(true)
H A DBubbleOverflowContainerView.java126 setFocusableInTouchMode(true); in BubbleOverflowContainerView()
/aosp14/frameworks/base/core/java/android/preference/
H A DVolumePreference.java91 view.setFocusableInTouchMode(true); in onBindDialogView()
/aosp14/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestActivity.java80 mList.setFocusableInTouchMode(true); in onCreate()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DFocusEventDebugView.java78 setFocusableInTouchMode(true); in FocusEventDebugView()
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeStressTestUtil.java393 mEditText.setFocusableInTouchMode(false); in onCreate()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java159 setFocusableInTouchMode(true); in onFinishInflate()
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java171 setFocusableInTouchMode(true); in IconMenuView()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewInputConnectionTest.java391 setFocusableInTouchMode(true); in TestOffThreadEditor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationSettings.java503 mSettingView.setFocusableInTouchMode(true); in inflateView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java135 setFocusableInTouchMode(isFocusableInTouchMode); in PasswordTextView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java379 setFocusableInTouchMode(true); in AuthContainerView()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java170 setFocusableInTouchMode(true); in PointerLocationView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java1188 setFocusableInTouchMode(focusable); in setInnerFocusable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java395 setFocusableInTouchMode(true); in onFinishInflate()

12