HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 1826 - 1850 of 2219) sorted by null

<<71727374757677787980>>

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java 74 public static final String KEY_SET_TITLE = "set-title";
75 public static final String KEY_SET_SUBTITLE = "set-subtitle";
302 MediaSet set = mAlbumSetDataAdapter.getMediaSet(slotIndex);
303 if (set == null) return;
305 mSelectionManager.toggle(set.getPath());
460 // Set the reload bit here to prevent it exit this page in clearLoadingBit().
717 Log.w(TAG, "failed to load album set");
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 220 * @param reflectRotation set true if you want the rotation encoded
240 * @param reflectRotation set true if you want the rotation encoded
327 rBounds.set(MasterImage.getImage().getPartialBounds());
507 mShadowBounds.set(d.left - mShadowMargin, d.top - mShadowMargin,
547 d.set(mImageBounds.left + px, mImageBounds.top,
552 d.set(mImageBounds.left, mImageBounds.top + py,
    [all...]
MasterImage.java 558 mImageShowSize.set(w, h);
708 mPartialBounds.set(request.getBounds());
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 290 // Reset the texture matrix. We will set our own texture coordinates
393 mDrawTextureSourceRect.set(source);
394 mDrawTextureTargetRect.set(target);
528 mDrawTextureSourceRect.set(source);
529 mDrawTextureTargetRect.set(target);
613 // Set the background color
619 // We use 565 or 8888 format, so set the alignment to 2 bytes/pixel.
651 // Set mTextureAlpha to an invalid value, so that it will reset
929 // Set texture parameters.
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 447 rect.set(x, y, x + mSlotWidth, y + mSlotHeight);
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 457 bounds.set(availableWidthPx - searchBarSpaceHeightPx, edgeMarginPx,
460 bounds.set(0, edgeMarginPx, searchBarSpaceHeightPx,
474 bounds.set(edgeMarginPx + gap, getSearchBarTopOffset(),
478 bounds.set(desiredWorkspaceLeftRightMarginPx - defaultWidgetPadding.left,
519 padding.set(hotseatBarHeightPx, edgeMarginPx,
522 padding.set(searchBarBounds.width(), edgeMarginPx,
542 padding.set(availableWidth / 2, paddingTop + availableHeight / 2,
546 padding.set(desiredWorkspaceLeftRightMarginPx - defaultWidgetPadding.left,
558 // In landscape mode the page spacing is set to the default.
    [all...]
DragLayer.java 82 * @param attrs The attributes set containing the Workspace's customization values.
113 mInsets.set(insets);
340 r.set(mTmpXY[0], mTmpXY[1],
393 r.set(left, top, left + v.getMeasuredWidth(), top + v.getMeasuredHeight());
691 // Set the anchor view if the page is scrolling
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 167 * This is for slide duration value set.
257 // Set Charset if it's a text media.
261 // Set Content-Type.
273 // Set Content-Location.
276 // Set Content-Id.
535 public SlideModel set(int location, SlideModel object) { method in class:SlideshowModel
551 slide = mSlides.set(location, object);
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 75 import java.util.Set;
452 * @param excludePackages the set of package names to append to
454 private void addSystemImes(Set<String> excludePackages) {
475 * @param excludePackages the set of package names to be excluded, since they're required
478 Set<String> excludePackages) {
623 Set<String> dedupPackageSet = new HashSet<String>();
828 Set<String> set = (Set<String>) newValue; local
972 HashSet<String> set = new HashSet<String>(); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 36 import java.util.Set;
54 * consider the precise set of characters you want to match and construct
132 * @param chars a non-null character sequence containing the set of characters
156 Set<Character> charSet = Collections.emptySet();
210 * only a very specific set of behaviors that almost never matches exactly
2396 Set<Character.UnicodeBlock> set = new HashSet<Character.UnicodeBlock>(); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 37 import java.util.Set;
55 * consider the precise set of characters you want to match and construct
133 * @param chars a non-null character sequence containing the set of characters
157 Set<Character> charSet = Collections.emptySet();
211 * only a very specific set of behaviors that almost never matches exactly
2397 Set<Character.UnicodeBlock> set = new HashSet<Character.UnicodeBlock>(); local
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 303 * Set the media items
365 mMediaItems.set(i, newMediaItem);
386 * @param transition The transition to be set between at the delete
906 * Set the audio tracks
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 220 mHitBox.set(x, y, x + width + 1, y + height);
254 mHitBox.set(Math.round(keyXPos), keyYPos, Math.round(keyXPos + keyWidth) + 1,
400 mHitBox.set(key.mHitBox);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 186 // column set when an the _sync_id is set.
189 " SET " + Events.ORIGINAL_SYNC_ID + "=new." + Events._SYNC_ID +
205 + " SET calendar_color=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS + " WHERE "
219 + " SET eventColor=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS + " WHERE "
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor

Completed in 802 milliseconds

<<71727374757677787980>>