/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
H A D | LLOfTwoFocusableInTouchMode.java | 45 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 D | DescendantFocusabilityTest.java | 106 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 D | GLJNIActivity.java | 30 mView.setFocusableInTouchMode(true); in onCreate()
|
/aosp12/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
H A D | TestActivity.java | 31 mView.setFocusableInTouchMode(true); in onCreate()
|
/aosp12/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/ |
H A D | TestFramerateActivity.java | 35 mView.setFocusableInTouchMode(true); in onCreate()
|
/aosp12/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
H A D | TestLatencyActivity.java | 35 mView.setFocusableInTouchMode(true); in onCreate()
|
/aosp12/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/ |
H A D | TestActivity.java | 48 mView.setFocusableInTouchMode(true); in onCreate()
|
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/ |
H A D | CardPresenter.java | 42 v.setFocusableInTouchMode(true); in onCreateViewHolder()
|
/aosp12/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
H A D | BasicGLSurfaceView.java | 34 setFocusableInTouchMode(true); in setup()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
H A D | MessageFragment.java | 82 titleView.setFocusableInTouchMode(true); in onCreateView()
|
H A D | SelectFromListWizardFragment.java | 518 titleText.setFocusableInTouchMode(true); 529 descriptionText.setFocusableInTouchMode(true);
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | TileAdapter.java | 305 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 D | LinkSpanTest.java | 79 textView.setFocusableInTouchMode(true); in onClick_shouldClearSelection()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | AdapterView.java | 745 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 D | TabHost.java | 128 setFocusableInTouchMode(true); in initTabHost() 829 mLaunchedView.setFocusableInTouchMode(true); in getContentView()
|
/aosp12/frameworks/opt/setupwizard/library/platform/src/com/android/setupwizardlib/view/ |
H A D | RichTextView.java | 130 setFocusableInTouchMode(hasLinks); in setText()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | StackEducationView.kt | 83 setFocusableInTouchMode(true)
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | ADNList.java | 159 getListView().setFocusableInTouchMode(true); in setAdapter()
|
/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/ |
H A D | RichTextView.java | 143 setFocusableInTouchMode(hasLinks); in setText()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
H A D | BluetoothPairingDialog.java | 449 titleText.setFocusableInTouchMode(true); in onCreateView() 451 instructionText.setFocusableInTouchMode(true); in onCreateView()
|
/aosp12/frameworks/base/core/java/android/preference/ |
H A D | VolumePreference.java | 91 view.setFocusableInTouchMode(true); in onBindDialogView()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | NavigableAppWidgetHostView.java | 146 focused.setFocusableInTouchMode(false); in requestChildFocus()
|
/aosp12/packages/apps/TV/src/com/android/tv/search/ |
H A D | ProgramGuideSearchFragment.java | 60 cardView.setFocusableInTouchMode(true);
|
/aosp12/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
H A D | BiDiTestActivity.java | 80 mList.setFocusableInTouchMode(true); in onCreate()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | TileLayout.java | 54 setFocusableInTouchMode(true); in TileLayout()
|