Home
last modified time | relevance | path

Searched refs:isInTouchMode (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
DChangeTouchModeTest.java47 assertFalse("touch mode", getActivity().isInTouchMode()); in testPreconditions()
53 assertTrue("touch mode", getActivity().isInTouchMode()); in testTouchingScreenEntersTouchMode()
61 assertFalse("touch mode", getActivity().isInTouchMode()); in DISABLE_testDpadDirectionLeavesTouchMode()
78 assertFalse(otherActivity.isInTouchMode()); in testTouchModeFalseAcrossActivites()
94 assertTrue(otherActivity.isInTouchMode()); in testTouchModeTrueAcrossActivites()
105 assertFalse("touch mode", getActivity().isInTouchMode()); in testTouchModeChangedInOtherActivity()
112 assertFalse(otherActivity.isInTouchMode()); in testTouchModeChangedInOtherActivity()
114 assertTrue(otherActivity.isInTouchMode()); in testTouchModeChangedInOtherActivity()
124 assertTrue("touch mode", getActivity().isInTouchMode()); in testTouchModeChangedInOtherActivity()
DTouchModeFocusChangeTest.java54 assertFalse("we should not be in touch mode", mActivity.isInTouchMode()); in testPreconditions()
62 assertTrue("should be in touch mode", mActivity.isInTouchMode()); in testTouchButtonNotTakeFocus()
79 assertTrue("should be in touch mode", mActivity.isInTouchMode()); in DISABLE_testLeaveTouchModeWithDpadEvent()
84 assertFalse("should be out of touch mode", mActivity.isInTouchMode()); in DISABLE_testLeaveTouchModeWithDpadEvent()
DTouchModeFocusableTest.java51 assertFalse("should not be in touch mode to start off", mButton.isInTouchMode()); in testPreconditions()
59 assertTrue("should be in touch mode", mButton.isInTouchMode()); in testClickButtonEditTextKeepsFocus()
71 assertTrue("clicking edit text should have entered touch mode", mButton.isInTouchMode()); in testClickEditTextGivesItFocus()
87 assertTrue("should be in touch mode", mButton.isInTouchMode()); in testEnterTouchModeGivesFocusBackToFocusableInTouchMode()
DStartInTouchWithViewInFocusTest.java49 assertTrue("should start in touch mode", mEditText.isInTouchMode()); in testPreconditions()
56 assertFalse("should have left touch mode", mEditText.isInTouchMode()); in DISABLE_testKeyDownLeavesTouchModeAndGoesToNextView()
63 assertFalse("should have left touch mode", mEditText.isInTouchMode()); in DISABLE_testNonDirectionalKeyExitsTouchMode()
DFocusableInTouchModeClickTest.java39 assertTrue("should start in touch mode", getActivity().getButton1().isInTouchMode()); in testPreconditions()
/frameworks/base/core/tests/coretests/src/android/util/
DTouchModeFlexibleAsserts.java39 !viewToTouch.isInTouchMode()) { in assertInTouchModeAfterClick()
44 + "touch mode", viewToTouch.isInTouchMode()); in assertInTouchModeAfterClick()
51 !viewToTouch.isInTouchMode()) { in assertInTouchModeAfterTap()
56 + "touch mode", viewToTouch.isInTouchMode()); in assertInTouchModeAfterTap()
64 while (checkForTouchMode.isInTouchMode() && amountLeft > 0) { in assertNotInTouchModeAfterKey()
73 + "pressing key event, still in touch mode", checkForTouchMode.isInTouchMode()); in assertNotInTouchModeAfterKey()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DDescendantFocusabilityTest.java113 assertFalse(a.beforeDescendantsChild.isInTouchMode()); in testBeforeDescendantsEnterTouchMode()
116 assertTrue(a.beforeDescendantsChild.isInTouchMode()); in testBeforeDescendantsEnterTouchMode()
130 assertFalse(a.afterDescendantsChild.isInTouchMode()); in testAfterDescendantsEnterTouchMode()
133 assertTrue(a.afterDescendantsChild.isInTouchMode()); in testAfterDescendantsEnterTouchMode()
DScrollingThroughListOfFocusablesTest.java230 if (mListView.isInTouchMode()) { in ensureNotInTouchMode()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListManagedCursorTest.java66 assertTrue("List changed to touch mode", !mListView.isInTouchMode()); in testKeyScrolling()
85 assertTrue("List did not change to touch mode", mListView.isInTouchMode()); in testKeyScrollingToTouchMode()
100 assertTrue("List still in touch mode", !mListView.isInTouchMode()); in arrowScroll()
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
DLLOfButtons1.java62 public boolean isInTouchMode() { in isInTouchMode() method in LLOfButtons1
63 return mFirstButton.isInTouchMode(); in isInTouchMode()
/frameworks/layoutlib/bridge/src/android/view/
DViewRootImpl_Delegate.java31 /*package*/ static boolean isInTouchMode() { in isInTouchMode() method in ViewRootImpl_Delegate
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DDropDownListView.java242 public boolean isInTouchMode() { in isInTouchMode() method in DropDownListView
244 return (mHijackFocus && mListSelectionHidden) || super.isInTouchMode(); in isInTouchMode()
DListViewCompat.java162 if (adapter == null || isInTouchMode()) { in lookForSelectablePosition()
DListPopupWindow.java737 if (!mModal || mDropDownList.isInTouchMode()) { in show()
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridPaddingTest.java41 assertTrue("Not in touch mode", mGridView.isInTouchMode()); in testPreconditions()
/frameworks/base/core/java/android/widget/
DDropDownListView.java315 public boolean isInTouchMode() { in isInTouchMode() method in DropDownListView
317 return (mHijackFocus && mListSelectionHidden) || super.isInTouchMode(); in isInTouchMode()
DGridView.java236 if (adapter == null || isInTouchMode()) { in lookForSelectablePosition()
1303 setSelectedPositionInt(mAdapter == null || isInTouchMode() ? in layoutChildren()
1308 setSelectedPositionInt(mAdapter == null || isInTouchMode() ? in layoutChildren()
1585 if (!isInTouchMode()) { in setSelection()
DAbsListView.java1976 if (gainFocus && mSelectedPosition < 0 && !isInTouchMode()) { in onFocusChanged()
2743 return (isFocused() && !isInTouchMode()) || (touchModeDrawsInPressedState() && isPressed()); in shouldShowSelector()
2999 final int touchMode = isInTouchMode() ? TOUCH_MODE_ON : TOUCH_MODE_OFF; in onWindowFocusChanged()
3727 public void onTouchModeChanged(boolean isInTouchMode) { in onTouchModeChanged() argument
3728 if (isInTouchMode) { in onTouchModeChanged()
5148 final boolean inTouchMode = isInTouchMode();
5562 if (isInTouchMode()) { in handleDataChanged()
5608 if (!isInTouchMode()) { in handleDataChanged()
7165 if (!isInTouchMode()) { in setSelectionFromTop()
DTabHost.java206 public void onTouchModeChanged(boolean isInTouchMode) { in onTouchModeChanged() argument
DListPopupWindow.java699 if (!mModal || mDropDownList.isInTouchMode()) { in show()
/frameworks/base/core/tests/coretests/src/android/view/menu/
DMenuWith1ItemTest.java47 assertFalse(mActivity.getButton().isInTouchMode()); in testPreconditions()
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListWithFirstScreenUnSelectableTest.java42 assertTrue(mListView.isInTouchMode()); in testPreconditions()
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
DListWithEditTextHeaderTest.java47 assertFalse("out of touch-mode", mListView.isInTouchMode()); in testPreconditions()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java111 public void onTouchModeChanged(boolean isInTouchMode) {
112 if (!isInTouchMode && hasFocus() && isDescendantClipped(getFocusedChild())) {
606 if (!isInTouchMode() && isDescendantClipped(focused)) {
/frameworks/base/core/java/android/view/
DViewTreeObserver.java173 public void onTouchModeChanged(boolean isInTouchMode); in onTouchModeChanged() argument

12