HomeSort by relevance Sort by last modified time
    Searched full:scrap (Results 1 - 25 of 25) sorted by null

  /packages/apps/Mms/src/com/android/mms/
TempFileProvider.java 122 * This is the scrap file we use to store the media attachment when the user
136 * renameScrapFile renames the single scrap file to a new name so newer uses of the scrap
146 // There's only a single scrap file, but there can be several slides. We rename
147 // the scrap file to a new scrap file with the slide number as part of the filename.
167 * points to one of its scrap files.
169 * @return true if path is a scrap file path
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
Setup.sample 11 SCRAP = -lX11
30 scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
Setup.sample 11 SCRAP = -lX11
30 scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG)
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 598 * @param optScrap Optional scrap view; will be reused if possible
611 final View scrap = optType == positionViewType ? local
614 view = mAdapter.getView(position, scrap, this);
616 if (view != scrap && scrap != null) {
618 mRecycler.addScrap(scrap);
829 ArrayList<View> scrap = mScrapViews[lp.viewType]; local
830 if (scrap.size() < mMaxScrap) {
831 scrap.add(v);
848 ArrayList<View> scrap = mScrapViews[type] local
    [all...]
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 211 char scrap[SIZE]; local
224 strncpy(scrap, name, index);
225 scrap[index] = 0;
226 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap);
227 //ALOGD_IF(f, "found <%s> instead", scrap);
234 snprintf(scrap, SIZE, "%sOES", name);
235 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap);
236 //ALOGD_IF(f, "found <%s> instead", scrap);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
GridAdapter.java 144 * @param scrap The old view to reuse, if possible. Note: You should check
155 public View getView(Object item, int position, View scrap, ViewGroup parent,
157 return getView(position, scrap, parent);
StaggeredGridView.java 813 // scrap the custom logic and use the framework's drag-and-drop support now that we're not
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 1238 final View scrap = optType == positionViewType ? local
1515 ArrayList<View> scrap = mScrapViews[lp.viewType]; local
1534 ArrayList<View> scrap = mScrapViews[type]; local
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java 6512 final ArrayList<View> scrap = mCurrentScrap; local
6520 final ArrayList<View> scrap = mScrapViews[i]; local
6550 final ArrayList<View> scrap = mCurrentScrap; local
6558 final ArrayList<View> scrap = mScrapViews[i]; local
6875 final ArrayList<View> scrap = mCurrentScrap; local
6883 final ArrayList<View> scrap = mScrapViews[i]; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 148 * A recycler that holds removed scrap views, organized by integer item view type. All views
165 * scrap piles for later reuse.
668 * Returns an existing scrap view, if available. The view will already be removed from the view
669 * hierarchy. This method will not remove the view from the scrap heap.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 147 """scrap styles - """
  /external/replicaisland/res/values/
kyle.xml 27 Hmph. Tell you what, I?ll give you a chance to prove you?re worth more than scrap metal. <b>Race me to the next gem.</b> If you get it first, I?ll let you off easy. If I get there first, I?m going to reduce you to a smoldering crater. No pulling punches this time.
strings.xml 403 There is something I must confide, even if only to this scrap of notebook paper.\n
  /external/chromium_org/v8/tools/
stats-viewer.py 138 or removed we scrap the existing ui and draw a new one.
  /external/v8/tools/
stats-viewer.py 138 or removed we scrap the existing ui and draw a new one.
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuPresenter.java 115 // Drop a scrap view as it may no longer reflect the proper context/config.
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuPresenter.java 118 // Drop a scrap view as it may no longer reflect the proper context/config.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java     [all...]
  /external/srec/srec/crec/
srec_context.c     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1284 milliseconds