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

  /frameworks/support/design/src/android/support/design/widget/
BottomSheetBehavior.java 128 private boolean mPeekHeightAuto;
226 if (mPeekHeightAuto) {
436 if (!mPeekHeightAuto) {
437 mPeekHeightAuto = true;
440 } else if (mPeekHeightAuto || mPeekHeight != peekHeight) {
441 mPeekHeightAuto = false;
462 return mPeekHeightAuto ? PEEK_HEIGHT_AUTO : mPeekHeight;
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 36 milliseconds