Searched defs:clip (Results 51 - 52 of 52) sorted by last modified time

123

/frameworks/base/core/java/android/content/
H A DIntent.java687 * optional index of the URI in the clip data to show first.
988 // Migrate any clip data and flags from target.
7856 * items included in the clip data. This is useful, in particular, if
7864 * Intent items in the clip (or sub-items of the clip).
7872 * @param clip The new clip to set. May be null to clear the current clip.
7874 public void setClipData(@Nullable ClipData clip) { argument
7875 mClipData = clip;
9147 toShortString(boolean secure, boolean comp, boolean extras, boolean clip) argument
9154 toShortString(StringBuilder b, boolean secure, boolean comp, boolean extras, boolean clip) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dgpclip.c50 Word16 clip = 0; local
52 clip = 1;
54 return (clip);

Completed in 552 milliseconds

123