OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIZE_AUTO
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java
114
public static final int
SIZE_AUTO
= -1;
117
* The switch point for the largest screen edge where
SIZE_AUTO
switches from mini to normal.
123
@IntDef({SIZE_MINI, SIZE_NORMAL,
SIZE_AUTO
})
163
mSize = a.getInt(R.styleable.FloatingActionButton_fabSize,
SIZE_AUTO
);
383
* {@link #SIZE_NORMAL} is larger than {@link #SIZE_MINI}. {@link #
SIZE_AUTO
} will choose
386
* @param size one of {@link #SIZE_NORMAL}, {@link #SIZE_MINI} or {@link #
SIZE_AUTO
}
400
* @return one of {@link #SIZE_NORMAL}, {@link #SIZE_MINI} or {@link #
SIZE_AUTO
}
435
case
SIZE_AUTO
:
/prebuilts/sdk/current/support/design/libs/
android-support-design.jar
Completed in 147 milliseconds