OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PEEK_HEIGHT_AUTO
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/design/src/android/support/design/widget/
BottomSheetBehavior.java
118
public static final int
PEEK_HEIGHT_AUTO
= -1;
184
if (value != null && value.data ==
PEEK_HEIGHT_AUTO
) {
188
R.styleable.BottomSheetBehavior_Layout_behavior_peekHeight,
PEEK_HEIGHT_AUTO
));
429
* {@link #
PEEK_HEIGHT_AUTO
} to configure the sheet to peek automatically
435
if (peekHeight ==
PEEK_HEIGHT_AUTO
) {
457
* @return The height of the collapsed bottom sheet in pixels, or {@link #
PEEK_HEIGHT_AUTO
}
462
return mPeekHeightAuto ?
PEEK_HEIGHT_AUTO
: mPeekHeight;
/prebuilts/sdk/current/support/design/libs/
android-support-design.jar
Completed in 3160 milliseconds