Searched refs:repeat (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java51 public static final String KEY_REPEAT = "repeat";
190 boolean repeat = data.getBoolean(KEY_REPEAT);
192 new ShuffleSource(mediaSet, repeat), 0, null);
198 boolean repeat = data.getBoolean(KEY_REPEAT);
199 mModel = new SlideshowDataAdapter(mActivity, new SequentialSource(mediaSet, repeat),
233 public ShuffleSource(MediaSet mediaSet, boolean repeat) { argument
235 mRepeat = repeat;
298 public SequentialSource(MediaSet mediaSet, boolean repeat) { argument
300 mRepeat = repeat;
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSoftKey.java94 public void setKeyAttribute(int keyCode, String label, boolean repeat, argument
99 if (repeat) {
H A DSoftKeyToggle.java269 public void setStateFlags(boolean repeat, boolean balloon) { argument
270 if (repeat) {
H A DXmlKeyboardLoader.java217 private static final String XMLATTR_KEY_REPEAT = "repeat";
300 boolean repeat; field in class:XmlKeyboardLoader.KeyCommonAttributes
313 repeat = getBoolean(mXrp, XMLATTR_KEY_REPEAT, defAttr.repeat);
550 attrKeys.repeat, attrKeys.balloon);
687 softKey.setKeyAttribute(keyCode, keyLabel, attrKey.repeat,
728 boolean repeat = getBoolean(xrp, XMLATTR_KEY_REPEAT, attrKey.repeat);
730 rootState.setStateFlags(repeat, balloon);
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DFilenameUtils.java1190 int repeat = filename.indexOf(wcs[wcsIdx], textIdx + 1);
1191 if (repeat >= 0) {
1192 backtrack.push(new int[] {wcsIdx, repeat});
/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp1610 repeat:
1618 goto repeat;
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java146 mRepeatButton = ((ImageButton) findViewById(R.id.repeat));

Completed in 115 milliseconds