OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BottomSheetBehavior
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/design/src/android/support/design/widget/
BottomSheetBehavior.java
53
public class
BottomSheetBehavior
<V extends View> extends CoordinatorLayout.Behavior<V> {
170
public
BottomSheetBehavior
() {
179
public
BottomSheetBehavior
(Context context, AttributeSet attrs) {
796
* A utility function to get the {@link
BottomSheetBehavior
} associated with the {@code view}.
798
* @param view The {@link View} with {@link
BottomSheetBehavior
}.
799
* @return The {@link
BottomSheetBehavior
} associated with the {@code view}.
802
public static <V extends View>
BottomSheetBehavior
<V> from(V view) {
809
if (!(behavior instanceof
BottomSheetBehavior
)) {
811
"The view is not associated with
BottomSheetBehavior
");
813
return (
BottomSheetBehavior
<V>) behavior
[
all
...]
/prebuilts/sdk/current/support/design/libs/
android-support-design.jar
Completed in 755 milliseconds