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

  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 257 mTouchableInsets = val;
260 int mTouchableInsets;
266 mTouchableInsets = TOUCHABLE_INSETS_FRAME;
273 && mTouchableInsets == TOUCHABLE_INSETS_FRAME;
281 result = 31 * result + mTouchableInsets;
291 return mTouchableInsets == other.mTouchableInsets &&
301 mTouchableInsets = other.mTouchableInsets;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 391 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 75 milliseconds