Home
last modified time | relevance | path

Searched refs:isFocusable (Results 1 – 10 of 10) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DMenuRowView.java112 if (mContentsView.isFocusable()) { in onFinishInflate()
129 if (child.isFocusable()) { in setOnFocusChangeListenerToChildren()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java175 if (!cell.isFocusable()) { in createSparseMatrix()
217 if (!cell.isFocusable()) { in createSparseMatrixWithHotseat()
264 if (!cell.isFocusable()) { in createSparseMatrixWithPivotColumn()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceFocusManager.java125 boolean isFocusable(); in isFocusable() method
371 && call.isFocusable()) in updateCurrentFocusCall()
DCall.java944 public boolean isFocusable() { in isFocusable() method in Call
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFocusManagerTest.java322 when(mNewCall.isFocusable()).thenReturn(false); in testNonFocusableDoesntChangeFocus()
366 when(call.isFocusable()).thenReturn(true); in createFakeCall()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java544 if ((icon = cellLayout.getChildAt(x, y)) != null && icon.isFocusable()) { in getFirstFocusableIconInReadingOrder()
559 if ((icon = cellLayout.getChildAt(x, y)) != null && icon.isFocusable()) { in getFirstFocusableIconInReverseReadingOrder()
/packages/apps/TV/src/com/android/tv/guide/
DGuideUtils.java140 if (v.isFocusable()) { in findFocusables()
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
DSetupGuidedStepFragment.java163 if (!action.isFocusable()) {
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRowPresenter.java766 viewHolder.mInfoContainer.isFocusable(), in updateActionContainer()
778 } else if (view.isFocusable()) { in updateActionContainer()
/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java86 if (!isFocusable() || mSelectedInput == null) {