Searched refs:setFocusableInTouchMode (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIActivity.java30 mView.setFocusableInTouchMode(true);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestActivity.java31 mView.setFocusableInTouchMode(true);
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DLLOfTwoFocusableInTouchMode.java45 mButton1.setFocusableInTouchMode(true);
46 mButton2.setFocusableInTouchMode(true);
47 mButton3.setFocusableInTouchMode(true);
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateActivity.java35 mView.setFocusableInTouchMode(true);
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyActivity.java35 mView.setFocusableInTouchMode(true);
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestActivity.java48 mView.setFocusableInTouchMode(true);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DButtonActivity.java45 myButton.setFocusableInTouchMode(true);
H A DOneEditTextActivityNotSelected.java55 button.setFocusableInTouchMode(true);
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusabilityTest.java107 a.beforeDescendants.setFocusableInTouchMode(true);
124 a.afterDescendants.setFocusableInTouchMode(true);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewCompat.java703 public void setFocusableInTouchMode(boolean focusable) { method in class:AdapterViewCompat
712 super.setFocusableInTouchMode(focusable && (!empty || isInFilterMode()));
720 // for the client, see View.setFocusableInTouchMode() comments for more
722 super.setFocusableInTouchMode(focusable && mDesiredFocusableInTouchModeState);
/frameworks/base/core/java/android/widget/
H A DAdapterView.java708 public void setFocusableInTouchMode(boolean focusable) { method in class:AdapterView
717 super.setFocusableInTouchMode(focusable && (!empty || isInFilterMode()));
725 // for the client, see View.setFocusableInTouchMode() comments for more
727 super.setFocusableInTouchMode(focusable && mDesiredFocusableInTouchModeState);
H A DTabHost.java106 setFocusableInTouchMode(true);
774 mLaunchedView.setFocusableInTouchMode(true);
H A DMediaController.java144 setFocusableInTouchMode(true);
H A DVideoView.java226 setFocusableInTouchMode(true);
H A DListPopupWindow.java1059 mDropDownList.setFocusableInTouchMode(true);
/frameworks/base/core/java/android/preference/
H A DVolumePreference.java78 view.setFocusableInTouchMode(true);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestActivity.java80 mList.setFocusableInTouchMode(true);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java99 headerView.setFocusableInTouchMode(true);
H A DHeadersSupportFragment.java101 headerView.setFocusableInTouchMode(true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java591 setFocusableInTouchMode(true);
593 setFocusableInTouchMode(false);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java139 setFocusableInTouchMode(true);
H A DPasswordTextView.java111 setFocusableInTouchMode(true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java184 setFocusableInTouchMode(true);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java167 setFocusableInTouchMode(true);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java158 setFocusableInTouchMode(true);

Completed in 482 milliseconds

12