Searched refs:isFocusable (Results 1 – 10 of 10) sorted by relevance
112 if (mContentsView.isFocusable()) { in onFinishInflate()129 if (child.isFocusable()) { in setOnFocusChangeListenerToChildren()
175 if (!cell.isFocusable()) { in createSparseMatrix()217 if (!cell.isFocusable()) { in createSparseMatrixWithHotseat()264 if (!cell.isFocusable()) { in createSparseMatrixWithPivotColumn()
125 boolean isFocusable(); in isFocusable() method371 && call.isFocusable()) in updateCurrentFocusCall()
944 public boolean isFocusable() { in isFocusable() method in Call
322 when(mNewCall.isFocusable()).thenReturn(false); in testNonFocusableDoesntChangeFocus()366 when(call.isFocusable()).thenReturn(true); in createFakeCall()
544 if ((icon = cellLayout.getChildAt(x, y)) != null && icon.isFocusable()) { in getFirstFocusableIconInReadingOrder()559 if ((icon = cellLayout.getChildAt(x, y)) != null && icon.isFocusable()) { in getFirstFocusableIconInReverseReadingOrder()
140 if (v.isFocusable()) { in findFocusables()
163 if (!action.isFocusable()) {
766 viewHolder.mInfoContainer.isFocusable(), in updateActionContainer()778 } else if (view.isFocusable()) { in updateActionContainer()
86 if (!isFocusable() || mSelectedInput == null) {