OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numSpeeds
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsRow.java
252
* @param
numSpeeds
Number of supported fast forward speeds.
254
public FastForwardAction(Context context, int
numSpeeds
) {
257
if (
numSpeeds
< 1) {
258
throw new IllegalArgumentException("
numSpeeds
must be > 0");
260
Drawable[] drawables = new Drawable[
numSpeeds
+ 1];
271
for (int i = 1; i <=
numSpeeds
; i++) {
299
* @param
numSpeeds
Number of supported fast forward speeds.
301
public RewindAction(Context context, int
numSpeeds
) {
304
if (
numSpeeds
< 1) {
305
throw new IllegalArgumentException("
numSpeeds
must be > 0")
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 199 milliseconds