HomeSort by relevance Sort by last modified time
    Searched full:thumbtop (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 734 TM_PART(5,TKP,THUMBTOP)
770 BEGIN_TM_PART_STATES(THUMBTOP)
  /frameworks/base/core/java/android/widget/
Switch.java 918 final int thumbTop = mSwitchTop - mTouchSlop;
923 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SwitchCompat.java 893 final int thumbTop = mSwitchTop - mTouchSlop;
898 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 1012 milliseconds