HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 1351 - 1375 of 3150) sorted by null

<<51525354555657585960>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterMirrorRepresentation.java 105 public void set(FilterMirrorRepresentation r) { method in class:FilterMirrorRepresentation
FilterRotateRepresentation.java 106 public void set(FilterRotateRepresentation r) { method in class:FilterRotateRepresentation
FilterStraightenRepresentation.java 58 public void set(FilterStraightenRepresentation r) { method in class:FilterStraightenRepresentation
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 128 drawRect.set(dx, dy, dx + dw, dy + dh);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoFallbackEffect.java 115 mTarget.set(cx - ch / 2, cy - ch / 2, cx + ch / 2, cy + ch / 2);
116 mSource.set((w - h) / 2, 0, (w + h) / 2, h);
123 mTarget.set(cx - cw / 2, cy - ch / 2, cx - ch / 2, cy + ch / 2);
124 mSource.set(0, 0, (w - h) / 2, h);
128 mTarget.set(cx + ch / 2, cy - ch / 2, cx + cw / 2, cy + ch / 2);
129 mSource.set((w + h) / 2, 0, w, h);
135 mTarget.set(cx - cw / 2, cy - cw / 2, cx + cw / 2, cy + cw / 2);
136 mSource.set(0, (h - w) / 2, w, (h + w) / 2);
143 mTarget.set(cx - cw / 2, cy - ch / 2, cx + cw / 2, cy - cw / 2);
144 mSource.set(0, 0, w, (h - w) / 2)
    [all...]
SelectionManager.java 27 import java.util.Set;
37 private Set<Path> mClickedSet;
150 private static boolean expandMediaSet(ArrayList<Path> items, MediaSet set, int maxSelection) {
151 int subCount = set.getSubMediaSetCount();
153 if (!expandMediaSet(items, set.getSubMediaSet(i), maxSelection)) {
157 int total = set.getMediaItemCount();
165 ArrayList<MediaItem> list = set.getMediaItem(index, count);
188 MediaSet set = mSourceMediaSet.getSubMediaSet(i); local
189 Path id = set.getPath();
192 if (!expandMediaSet(selected, set, maxSelection))
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 132 mWantRegion.set(x, y, x + t, y + t);
159 mWantRegion.set(x, y, x + t, y + t);
161 mOverlapRegion.set(0, 0, mWidth, mHeight);
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
TargetDrawable.java 68 // Note we explicitly don't set mResourceId to resId since we allow the drawable to be
223 mBounds.set((int) (mTranslationX + mPositionX - getWidth() * 0.5),
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 148 to.set(left, top, right, bottom);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifData.java 84 mStripBytes.set(index, strip);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java 195 mWallpapers.set(mWallpaperPosition, info);
  /packages/apps/Launcher3/src/com/android/launcher3/
FastBitmapDrawable.java 188 // For ghost mode, set the color range to [GHOST_MODE_MIN_COLOR_RANGE, 255]
190 sTempMatrix.set(new float[] {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FaceView.java 133 mRect.set(mFaces[i].rect);
ZoomControlWheel.java 162 mBackgroundRect.set((float) (mCenterX - radius), (float) (mCenterY - radius),
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientAutoCompleteView.java 43 import java.util.Set;
106 // Get the height of the text, given the currently set font face and size.
264 * Gets a set of currently selected chips' emails/phone numbers. This will facilitate the
267 public Set<String> getSelectedDestinations() {
268 Set<String> set = new HashSet<String>(); local
275 set.add(PhoneUtils.getDefault().getCanonicalBySystemLocale(
279 return set;
  /packages/apps/Messaging/src/com/android/messaging/util/
LogSaver.java 110 void set(int tid, int level, long time, String tag, String message) { method in class:LogSaver.MemoryLogSaver.LogRecord
151 rec.set(Process.myTid(), level, System.currentTimeMillis(), tag, msg);
173 * a rotation log file set to store the logs in app's local file directory "app_logs".
203 // FileHandler manages the log files in a fixed rotation set
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifData.java 85 mStripBytes.set(index, strip);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 109 mAsyncIcon1.set(suggestion.getSuggestionSource(), suggestion.getSuggestionIcon1());
110 mAsyncIcon2.set(suggestion.getSuggestionSource(), suggestion.getSuggestionIcon2());
150 // Set the icon even if the drawable is null, since we need to clear any
178 public void set(final Source source, final String sourceIconId) { method in class:DefaultSuggestionView.AsyncIcon
  /packages/apps/Settings/src/com/android/settings/drawable/
CircleFramedDrawable.java 102 mDstRect.set(pad, pad, mSize - pad, mSize - pad);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SetDateTimeActivity.java 156 c.set(Calendar.YEAR, year);
157 c.set(Calendar.MONTH, month);
158 c.set(Calendar.DAY_OF_MONTH, day);
169 c.set(Calendar.HOUR_OF_DAY, hourOfDay);
170 c.set(Calendar.MINUTE, minute);
171 c.set(Calendar.SECOND, 0);
172 c.set(Calendar.MILLISECOND, 0);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
TimePicker.java 164 ret.set(mColumnOrder.hours, hours);
165 ret.set(mColumnOrder.minutes, minutes);
169 ret.set(mColumnOrder.amPm, ampm);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 143 mUris.set(location, newElement);
176 mUris.set(id, null);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTileGrid.java 148 // 2. Set it to width/height of each children.
152 // 3. Set the dimensions of itself.
253 public void set(Attachment attachment, Bitmap preview) { method in class:AttachmentTileGrid
262 * Returns a saved preview that was previously set
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
InputPointers.java 75 public void set(@Nonnull final InputPointers ip) { method in class:InputPointers
76 mXCoordinates.set(ip.mXCoordinates);
77 mYCoordinates.set(ip.mYCoordinates);
78 mPointerIds.set(ip.mPointerIds);
79 mTimes.set(ip.mTimes);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 235 // We set the alarm in the type that doesn't forcefully wake the device
238 if (null != alarmManager) alarmManager.set(AlarmManager.RTC, alarmTime, pendingIntent);

Completed in 714 milliseconds

<<51525354555657585960>>