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) {
439 if (!mPeekHeightAuto) {
440 mPeekHeightAuto = true;
443 } else if (mPeekHeightAuto || mPeekHeight != peekHeight) {
444 mPeekHeightAuto = false;
465 return mPeekHeightAuto ? PEEK_HEIGHT_AUTO : mPeekHeight;
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 233 milliseconds