OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARAM_HEIGHT
(Results
1 - 3
of
3
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/
KenBurnsActivity.java
53
public static final String
PARAM_HEIGHT
= "height";
211
mMediaItemHeight = getIntent().getIntExtra(
PARAM_HEIGHT
, 0);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java
104
private static final String
PARAM_HEIGHT
= "height";
357
intent.putExtra(
PARAM_HEIGHT
, height);
670
intent.putExtra(
PARAM_HEIGHT
, height);
[
all
...]
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java
307
intent.putExtra(KenBurnsActivity.
PARAM_HEIGHT
, mMediaItem.getHeight());
[
all
...]
Completed in 29 milliseconds