Searched defs:copy (Results 76 - 84 of 84) sorted by relevance

1234

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java5 * in compliance with the License. You may obtain a copy of the License at
781 // Deep copy for mutate() or implicitly mutate.
782 public VectorDrawableCompatState(VectorDrawableCompatState copy) { argument
783 if (copy != null) {
784 mChangingConfigurations = copy.mChangingConfigurations;
785 mVPathRenderer = new VPathRenderer(copy.mVPathRenderer);
786 if (copy.mVPathRenderer.mFillPaint != null) {
787 mVPathRenderer.mFillPaint = new Paint(copy.mVPathRenderer.mFillPaint);
789 if (copy.mVPathRenderer.mStrokePaint != null) {
790 mVPathRenderer.mStrokePaint = new Paint(copy
952 VPathRenderer(VPathRenderer copy) argument
1143 VGroup(VGroup copy, ArrayMap<String, Object> targetsMap) argument
1374 VPath(VPath copy) argument
1427 VClipPath(VClipPath copy) argument
1493 VFullPath(VFullPath copy) argument
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java6 * You may obtain a copy of the License at
1766 public MotionEvent copy() { method in class:MotionEvent
3384 * Creates a pointer coords object as a copy of the
3387 * @param other The pointer coords object to copy.
3518 * @param other The pointer coords object to copy.
3678 * Creates a pointer properties object as a copy of the contents of
3722 * @param other The pointer properties object to copy.
H A DKeyEvent.java6 * You may obtain a copy of the License at
1483 * Make an exact copy of an existing key event.
1564 * Obtains a (potentially recycled) copy of another key event.
1586 public KeyEvent copy() { method in class:KeyEvent
1668 // Don't copy mCharacters, since one way or the other we'll lose it
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java5 * in compliance with the License. You may obtain a copy of the License at
767 // Variables below need to be copied (deep copy if applicable) for mutation.
803 // Deep copy for mutate() or implicitly mutate.
804 public VectorDrawableState(VectorDrawableState copy) { argument
805 if (copy != null) {
806 mThemeAttrs = copy.mThemeAttrs;
807 mChangingConfigurations = copy.mChangingConfigurations;
808 mTint = copy.mTint;
809 mTintMode = copy.mTintMode;
810 mAutoMirrored = copy
836 createNativeTreeFromCopy(VectorDrawableState copy, VGroup rootGroup) argument
1025 VGroup(VGroup copy, ArrayMap<String, Object> targetsMap) argument
1300 VPath(VPath copy) argument
1337 VClipPath(VClipPath copy) argument
1446 VFullPath(VFullPath copy) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java6 * You may obtain a copy of the License at
551 * @param copy If true, the returned list will contain copies of the configurations for the
556 List<WifiConfiguration> getRecentSavedNetworks(int scanResultAgeMs, boolean copy) { argument
580 if (copy) {
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp6 * You may obtain a copy of the License at
765 * cache copy of the moov box is written to the reserved free
2378 // Make a deep copy of the MediaBuffer and Metadata and release
2380 MediaBuffer *copy = new MediaBuffer(buffer->range_length()); local
2381 memcpy(copy->data(), (uint8_t *)buffer->data() + buffer->range_offset(),
2383 copy->set_range(0, buffer->range_length());
2388 if (mIsAvc || mIsHevc) StripStartcode(copy);
2390 size_t sampleSize = copy->range_length();
2432 copy->release();
2438 copy
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... DelegatedHdf objNext () org.clearsilver.HDF hdf public void copy (java.lang.String, org.clearsilver.HDF ...
/frameworks/av/services/audioflinger/
H A DThreads.cpp7 ** You may obtain a copy of the License at
2365 // create a copy of mEffectChains as calling moveEffectChain_l() can reorder some effect chains
2892 ExtendedTimestamp timestamp; // use private copy to fetch
2916 // copy over kernel info
3108 // copy into the sink buffer.
3525 // create a Pipe to archive a copy of FastMixer's output for dumpsys
4540 // Make a non-atomic copy of fast mixer dump state so it won't change underneath us
4543 // FIXME 25972958: Need an intelligent copy constructor that does not touch unused pages.
4544 const FastMixerDumpState *copy = new FastMixerDumpState(mFastMixerDumpState); local
4545 copy
6596 const FastCaptureDumpState *copy = new FastCaptureDumpState(mFastCaptureDumpState); local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 938 milliseconds

1234