Searched refs:copyFrom (Results 51 - 75 of 91) sorted by relevance

1234

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java64 mInputRowsAllocation.copyFrom(rowIndices);
/frameworks/native/include/input/
H A DInputTransport.h375 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java271 copyFrom(s);
274 protected void copyFrom(ServiceState s) { method in class:ServiceState
H A DSignalStrength.java174 copyFrom(s);
243 protected void copyFrom(SignalStrength s) { method in class:SignalStrength
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java848 mAllocation.copyFrom(pixels.array());
851 mAllocation.copyFrom(bitmap);
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp451 copy.copyFrom(&event, true /*keepHistory*/);
461 copy.copyFrom(&event, false /*keepHistory*/);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java282 mOutDisplayAllocation.copyFrom(mOutPixelsAllocation);
418 mOutDisplayAllocation.copyFrom(mOutPixelsAllocation);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java3241 copyFrom(other);
3371 public void copyFrom(PointerCoords other) { method in class:MotionEvent.PointerCoords
3534 copyFrom(other);
3575 public void copyFrom(PointerProperties other) { method in class:MotionEvent.PointerProperties
H A DSurface.java368 public void copyFrom(SurfaceControl other) { method in class:Surface
H A DWindow.java866 mWindowAttributes.copyFrom(a);
/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java157 mPhys.copyFrom(newPhys);
H A DDisplayManagerService.java775 mTempDisplayInfo.copyFrom(display.getDisplayInfoLocked());
1036 mTempDefaultViewport.copyFrom(mDefaultViewport);
1037 mTempExternalTouchViewport.copyFrom(mExternalTouchViewport);
H A DDisplayPowerController.java399 mPendingRequestLocked.copyFrom(request);
505 mPowerRequest.copyFrom(mPendingRequestLocked);
H A DColorFade.java577 mSurface.copyFrom(mSurfaceControl);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java105 alloc.copyFrom(allocArrayZero);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java488 this.attributes.copyFrom(attributes);
648 mOldAttributes.copyFrom(oldAttributes);
649 mNewAttributes.copyFrom(newAttributes);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1437 void RawPointerData::copyFrom(const RawPointerData& other) { function in class:android::RawPointerData
1480 void CookedPointerData::copyFrom(const CookedPointerData& other) { function in class:android::CookedPointerData
1486 pointerProperties[i].copyFrom(other.pointerProperties[i]);
1487 pointerCoords[i].copyFrom(other.pointerCoords[i]);
3875 mLastRawPointerData.copyFrom(mCurrentRawPointerData);
3876 mLastCookedPointerData.copyFrom(mCurrentCookedPointerData);
4629 mPointerGesture.lastGestureProperties[index].copyFrom(
4631 mPointerGesture.lastGestureCoords[index].copyFrom(
5442 mPointerSimple.currentCoords.copyFrom(mCurrentCookedPointerData.pointerCoords[index]);
5490 mPointerSimple.currentCoords.copyFrom(
[all...]
H A DInputDispatcher.cpp1144 mTempTouchState.copyFrom(*oldState);
1518 mTouchStatesByDisplay.editValueAt(oldStateIndex).copyFrom(mTempTouchState);
2247 splitPointerProperties[splitPointerCount].copyFrom(pointerProperties);
2248 splitPointerCoords[splitPointerCount].copyFrom(
3936 this->pointerProperties[i].copyFrom(pointerProperties[i]);
3937 this->pointerCoords[i].copyFrom(pointerCoords[i]);
4227 pointerProperties[i].copyFrom(entry->pointerProperties[i]);
4228 pointerCoords[i].copyFrom(entry->pointerCoords[i]);
4422 void InputDispatcher::TouchState::copyFrom(const TouchState& other) { function in class:android::InputDispatcher::TouchState
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java203 public void copyFrom(PackageSettingBase base) { method in class:PackageSettingBase
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp96 destEvent->copyFrom(event, true);
392 destEvent->copyFrom(sourceEvent, keepHistory);
/frameworks/base/core/java/android/app/
H A DDialog.java291 nl.copyFrom(l);
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java774 mResultMsg.copyFrom(msg);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1696 mPrinter.copyFrom(printer);
2088 oldPrinterState.copyFrom(newPrinterState);
2181 attributes.copyFrom(attributes.asPortrait());
2183 attributes.copyFrom(attributes.asLandscape());
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java483 iconList.copyFrom(mIcons);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java104 defaultImage.copyFrom(imageData);

Completed in 781 milliseconds

1234