Home
last modified time | relevance | path

Searched refs:setFocusable (Results 1 – 25 of 105) sorted by relevance

12345

/frameworks/base/core/tests/coretests/src/android/widget/focus/
DDescendantFocusabilityTest.java59 a.beforeDescendants.setFocusable(true); in testBeforeDescendants()
64 a.beforeDescendants.setFocusable(false); in testBeforeDescendants()
72 a.afterDescendants.setFocusable(true); in testAfterDescendants()
77 a.afterDescendants.setFocusable(false); in testAfterDescendants()
85 a.blocksDescendants.setFocusable(true); in testBlocksDescendants()
90 a.blocksDescendants.setFocusable(false); in testBlocksDescendants()
DListWithMailMessages.java110 public void setFocusable(boolean focusable) { in setFocusable() method in ListWithMailMessages.MailMessage
142 body.setFocusable(message.isFocusable()); in getView()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListFocusableTest.java73 setFocusable(); in testAdapterFullSetFocusable()
90 setFocusable(); in testAdapterEmptySetFocusable()
108 setFocusable(); in testAdapterNullSetFocusable()
216 private void setFocusable() { in setFocusable() method in ListFocusableTest
219 mListView.setFocusable(true); in setFocusable()
228 mListView.setFocusable(false); in setNonFocusable()
DListItemsExpandOnSelection.java43 result.setFocusable(mItemsFocusable); in createView()
/frameworks/native/services/inputflinger/tests/
DFocusResolver_test.cpp40 setFocusable(focusable); in FakeWindowHandle()
44 void setFocusable(bool focusable) { in setFocusable() function in android::inputdispatcher::FakeWindowHandle
215 window->setFocusable(true); in TEST()
265 embeddedWindow->setFocusable(false); in TEST()
271 embeddedWindow->setFocusable(true); in TEST()
307 window->setFocusable(true); in TEST()
DInputDispatcher_test.cpp1039 void setFocusable(bool focusable) { in setFocusable() function in android::inputdispatcher::FakeWindowHandle
2231 window->setFocusable(true); in TEST_F()
2279 window->setFocusable(true); in TEST_F()
2301 window->setFocusable(true); in TEST_F()
2370 window->setFocusable(true); in TEST_F()
3067 window->setFocusable(true); in TEST_F()
3413 window->setFocusable(true); in TEST_F()
3421 window->setFocusable(false); in TEST_F()
3429 window->setFocusable(true); in TEST_F()
3435 window->setFocusable(false); in TEST_F()
[all …]
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DNavigationHandle.java38 setFocusable(false); in NavigationHandle()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
DItemViewHolder.java47 itemView.setFocusable(isEnabled); in setEnabled()
/frameworks/base/core/java/android/widget/
DRatingBar.java159 setFocusable(FOCUSABLE_AUTO); in setIsIndicator()
161 setFocusable(FOCUSABLE); in setIsIndicator()
DDialerFilter.java67 mLetters.setFocusable(false); in onFinishInflate()
79 mDigits.setFocusable(false); in onFinishInflate()
85 setFocusable(true); in onFinishInflate()
DImageButton.java87 setFocusable(true); in ImageButton()
DAdapterView.java270 super.setFocusable(NOT_FOCUSABLE); in AdapterView()
732 public void setFocusable(@Focusable int focusable) { in setFocusable() method in AdapterView
741 super.setFocusable((!empty || isInFilterMode()) ? focusable : NOT_FOCUSABLE); in setFocusable()
765 super.setFocusable(focusable ? mDesiredFocusableState : NOT_FOCUSABLE); in checkFocus()
DZoomControls.java52 setFocusable(false); in ZoomControls()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DCheckableLinearLayout.java56 setFocusable(true);
/frameworks/base/apct-tests/perftests/core/src/android/view/
DInputStageBenchmark.java80 setFocusable(true); in InstrumentedView()
107 setFocusable(true); in InstrumentedEditText()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DActionReplacingCallback.java253 info.setFocusable(false); in replaceActionsOnInfoLocked()
271 info.setFocusable(mNodeWithReplacementActions.isFocusable()); in replaceActionsOnInfoLocked()
/frameworks/base/core/java/android/service/autofill/
DInlineSuggestionRoot.java51 setFocusable(false); in InlineSuggestionRoot()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
DCardPresenter.java41 v.setFocusable(true); in onCreateViewHolder()
/frameworks/base/core/java/android/service/selectiontoolbar/
DFloatingToolbarRoot.java53 setFocusable(false); in FloatingToolbarRoot()
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLSurfaceView.java33 setFocusable(true); in setup()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
DRvBoxAdapter.java65 h.mTextView.setFocusable(true); in onCreateViewHolder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DInattentiveSleepWarningView.java51 setFocusable(true); in InattentiveSleepWarningView()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/span/
DLinkSpanTest.java78 textView.setFocusable(true); in onClick_shouldClearSelection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DMultiListLayout.java81 setFocusable(true); in setOutsideTouchListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DNavigationHandle.java60 setFocusable(false); in NavigationHandle()

12345