Home
last modified time | relevance | path

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

123

/aosp12/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()
/aosp12/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()
/aosp12/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIActivity.java30 mView.setFocusableInTouchMode(true); in onCreate()
/aosp12/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestActivity.java31 mView.setFocusableInTouchMode(true); in onCreate()
/aosp12/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateActivity.java35 mView.setFocusableInTouchMode(true); in onCreate()
/aosp12/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyActivity.java35 mView.setFocusableInTouchMode(true); in onCreate()
/aosp12/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestActivity.java48 mView.setFocusableInTouchMode(true); in onCreate()
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
H A DCardPresenter.java42 v.setFocusableInTouchMode(true); in onCreateViewHolder()
/aosp12/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DBasicGLSurfaceView.java34 setFocusableInTouchMode(true); in setup()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DMessageFragment.java82 titleView.setFocusableInTouchMode(true); in onCreateView()
H A DSelectFromListWizardFragment.java518 titleText.setFocusableInTouchMode(true);
529 descriptionText.setFocusableInTouchMode(true);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java305 view.setFocusableInTouchMode(selectable); in setSelectableForHeaders()
338 holder.mTileView.setFocusableInTouchMode(true); in onBindViewHolder()
377 holder.mTileView.setFocusableInTouchMode(true); in onBindViewHolder()
382 holder.mTileView.setFocusableInTouchMode(selectable); in onBindViewHolder()
/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/span/
H A DLinkSpanTest.java79 textView.setFocusableInTouchMode(true); in onClick_shouldClearSelection()
/aosp12/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()
/aosp12/frameworks/opt/setupwizard/library/platform/src/com/android/setupwizardlib/view/
H A DRichTextView.java130 setFocusableInTouchMode(hasLinks); in setText()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DStackEducationView.kt83 setFocusableInTouchMode(true)
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DADNList.java159 getListView().setFocusableInTouchMode(true); in setAdapter()
/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
H A DRichTextView.java143 setFocusableInTouchMode(hasLinks); in setText()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothPairingDialog.java449 titleText.setFocusableInTouchMode(true); in onCreateView()
451 instructionText.setFocusableInTouchMode(true); in onCreateView()
/aosp12/frameworks/base/core/java/android/preference/
H A DVolumePreference.java91 view.setFocusableInTouchMode(true); in onBindDialogView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DNavigableAppWidgetHostView.java146 focused.setFocusableInTouchMode(false); in requestChildFocus()
/aosp12/packages/apps/TV/src/com/android/tv/search/
H A DProgramGuideSearchFragment.java60 cardView.setFocusableInTouchMode(true);
/aosp12/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestActivity.java80 mList.setFocusableInTouchMode(true); in onCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTileLayout.java54 setFocusableInTouchMode(true); in TileLayout()

123