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";
205 boolean repeat = data.getBoolean(KEY_REPEAT);
207 new ShuffleSource(mediaSet, repeat), 0, null);
213 boolean repeat = data.getBoolean(KEY_REPEAT);
214 mModel = new SlideshowDataAdapter(mActivity, new SequentialSource(mediaSet, repeat),
248 public ShuffleSource(MediaSet mediaSet, boolean repeat) { argument
250 mRepeat = repeat;
318 public SequentialSource(MediaSet mediaSet, boolean repeat) { argument
320 mRepeat = repeat;
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStrings.java138 * an input string. For example, {@code repeat("hey", 3)} returns the string
142 * @param count the number of times to repeat it; a nonnegative integer
147 public static String repeat(String string, int count) { method in class:Strings
H A DStringUtil.java120 * Old location of {@link Strings#repeat}; this method will be deprecated
123 public static String repeat(String string, int count) { method in class:StringUtil
124 return Strings.repeat(string, count);
/packages/apps/UnifiedEmail/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 DAlarmClockFragment.java572 CheckBox repeat; field in class:AlarmClockFragment.AlarmItemAdapter.ItemHolder
700 holder.repeat = (CheckBox) view.findViewById(R.id.repeat_onoff);
824 // Set the repeat text or leave it blank if it does not repeat.
921 itemHolder.repeat.setChecked(true);
924 itemHolder.repeat.setChecked(false);
927 itemHolder.repeat.setOnClickListener(new View.OnClickListener() {
962 // Remove all repeat days
993 // See if this was the last day, if so, un-check the repeat box.
1000 itemHolder.repeat
[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/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java146 mRepeatButton = ((ImageButton) findViewById(R.id.repeat));
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 674 milliseconds