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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java51 public static final String KEY_REPEAT = "repeat";
206 boolean repeat = data.getBoolean(KEY_REPEAT);
208 new ShuffleSource(mediaSet, repeat), 0, null);
214 boolean repeat = data.getBoolean(KEY_REPEAT);
215 mModel = new SlideshowDataAdapter(mActivity, new SequentialSource(mediaSet, repeat),
249 public ShuffleSource(MediaSet mediaSet, boolean repeat) { argument
251 mRepeat = repeat;
319 public SequentialSource(MediaSet mediaSet, boolean repeat) { argument
321 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/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/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClock.java474 CheckBox repeat; field in class:AlarmClock.AlarmItemAdapter.ItemHolder
589 holder.repeat = (CheckBox) view.findViewById(R.id.repeat_onoff);
688 // Set the repeat text or leave it blank if it does not repeat.
771 itemHolder.repeat.setChecked(true);
775 itemHolder.repeat.setChecked(false);
778 itemHolder.repeat.setOnClickListener(new View.OnClickListener() {
811 // Remove all repeat days
817 itemHolder.repeat.setOnLongClickListener(mLongClickListener);
839 // See if this was the last day, if so, un-check the repeat bo
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java70 * For keys that repeat, this is only called once.
78 * For keys that repeat, this is only called once.
262 Message repeat = Message.obtain(this, MSG_REPEAT);
263 sendMessageDelayed(repeat, REPEAT_INTERVAL);
/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 153 milliseconds