Home
last modified time | relevance | path

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

1234

/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.cpp42 void setFocusable(bool focusable) { mInfo.focusable = focusable; } in setFocusable() function in android::inputdispatcher::FakeWindowHandle
185 window->setFocusable(true); in TEST()
235 embeddedWindow->setFocusable(false); in TEST()
241 embeddedWindow->setFocusable(true); in TEST()
277 window->setFocusable(true); in TEST()
DInputDispatcher_test.cpp939 void setFocusable(bool focusable) { mInfo.focusable = focusable; } in setFocusable() function in android::inputdispatcher::FakeWindowHandle
1688 window->setFocusable(true); in TEST_F()
2007 window->setFocusable(true); in TEST_F()
2208 window->setFocusable(true); in TEST_F()
2324 window->setFocusable(true); in TEST_F()
2333 window->setFocusable(false); in TEST_F()
2339 window->setFocusable(true); in TEST_F()
2345 window->setFocusable(false); in TEST_F()
2351 window->setFocusable(true); in TEST_F()
2365 window->setFocusable(true); in TEST_F()
[all …]
/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/recyclerview/src/com/android/setupwizardlib/items/
DItemViewHolder.java47 itemView.setFocusable(isEnabled); in setEnabled()
/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/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLSurfaceView.java33 setFocusable(true); in setup()
/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/power/
DInattentiveSleepWarningView.java51 setFocusable(true); in InattentiveSleepWarningView()
/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/
DMultiListLayout.java81 setFocusable(true); in setOutsideTouchListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DNavigationHandle.java60 setFocusable(false); in NavigationHandle()
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
DExpandableSwitchItem.java134 view.setFocusable(false); in onBindView()
/frameworks/base/packages/SettingsLib/LayoutPreference/src/com/android/settingslib/widget/
DLayoutPreference.java137 holder.itemView.setFocusable(selectable); in onBindViewHolder()

1234