Home
last modified time | relevance | path

Searched refs:setLocation (Results 1 – 25 of 88) sorted by relevance

1234

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
H A DPackageDownloadInfoTest.java44 .setLocation(TEST_DOWNLOAD_LOCATION) in testBuilderWriteAndReadBack()
64 .setLocation(TEST_DOWNLOAD_LOCATION) in testFailToConstructPackageInfoWithDownloadLocationWithoutChecksum()
90 .setLocation(TEST_DOWNLOAD_LOCATION) in testConstructPackageInfoWithDownloadLocationAndPackageChecksum()
103 .setLocation(TEST_DOWNLOAD_LOCATION) in testConstructPackageInfoWithDownloadLocationAndSignatureChecksum()
115 .setLocation(TEST_DOWNLOAD_LOCATION) in testEquals()
122 .setLocation(TEST_DOWNLOAD_LOCATION) in testEquals()
137 .setLocation(TEST_DOWNLOAD_LOCATION) in testNotEquals()
144 .setLocation("http://a/b/") in testNotEquals()
159 .setLocation(TEST_DOWNLOAD_LOCATION) in testParceable()
/aosp12/hardware/libhardware/tests/input/evdev/
H A DInputMocks.cpp58 node->setLocation("/dev/input/lid_indev"); in getLidInput()
77 node->setLocation("ALSA"); in getButtonJack()
96 node->setLocation("ALSA"); in getHeadsetJack()
138 node->setLocation("gpio-keys/input0"); in getGpioKeys()
160 node->setLocation("gpio-keys/input0"); in getGpioKeys()
178 node->setLocation("power-button/input0"); in getMidPowerBtn()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DManagementPageIndicator.kt34 override fun setLocation(location: Float) {
38 super.setLocation(numPages - 1 - location)
40 super.setLocation(location)
/aosp12/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/provisioning/
H A DAdminIntegratedFlowPrepareActivityTest.java97 .setLocation(TEST_PACKAGE_LOCATION) in shouldRunPrepareActivity_download_notSideloaded_returnsTrue()
115 .setLocation(TEST_PACKAGE_LOCATION) in shouldRunPrepareActivity_download_noMinimum_sideloaded_returnsTrue()
134 .setLocation(TEST_PACKAGE_LOCATION) in shouldRunPrepareActivity_download_minimum_sideloaded_meetsMinimum_returnsFalse()
153 .setLocation(TEST_PACKAGE_LOCATION) in shouldRunPrepareActivity_download_minimum_sideloaded_doesNotMeetMinimum_returnsFalse()
/aosp12/frameworks/base/core/java/android/view/
H A DTouchDelegate.java144 event.setLocation(mDelegateView.getWidth() / 2, mDelegateView.getHeight() / 2); in onTouchEvent()
149 event.setLocation(-(slop * 2), -(slop * 2)); in onTouchEvent()
201 event.setLocation(mDelegateView.getWidth() / 2, mDelegateView.getHeight() / 2); in onTouchExplorationHoverEvent()
/aosp12/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/task/
H A DDownloadPackageTaskRoboTest.java74 .setLocation(TEST_PACKAGE_LOCATION) in run_alreadyInstalled_doesNotSetManagedProvisioningDpcDownloaded()
93 .setLocation(TEST_PACKAGE_LOCATION) in run_installsUpdate_doesSetManagedProvisioningDpcDownloaded()
143 .setLocation(TEST_PACKAGE_LOCATION) in createDefaultProvisioningParamsBuilder()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DTransformingTouchDelegate.java101 event.setLocation(mBounds.centerX(), mBounds.centerY()); in onTouchEvent()
106 event.setLocation(x, y); in onTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowView.java78 ev.setLocation(ev.getRawX(), mTopInset); in dispatchTouchEvent()
80 ev.setLocation(ev.getRawX(), mTopInset + ev.getRawY() - mTouchDownY); in dispatchTouchEvent()
/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
H A DLocationPresenter.java76 ui.setLocation(location); in updateLocation()
100 void setLocation(Location location); in setLocation() method
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
H A DPackageDownloadInfo.java115 builder.setLocation(bundle.getString( in createBuilderFromPersistableBundle()
148 public Builder setLocation(String location) { in setLocation() method in PackageDownloadInfo.Builder
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DCamera.java131 public native void setLocation(float x, float y, float z); in setLocation() method in Camera
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaMuxerBase.h83 virtual status_t setLocation(int latitude, int longitude) = 0;
H A DMediaMuxer.h87 status_t setLocation(int latitude, int longitude);
H A DMediaAppender.h50 status_t setLocation(int latitude, int longitude);
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutWithDefaultTouchRecepient.java66 ev.setLocation(ev.getX() + mTempRect.left, ev.getY() + mTempRect.top); in dispatchTouchEvent()
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java131 private void setLocation(Location location) { in setLocation() method in TrackerEntry
238 entry.setLocation(location); in createEntry()
/aosp12/system/tools/hidl/
H A DLocation.h60 void setLocation(const Position& begin, const Position& end);
H A DDocComment.cpp69 mLocation.setLocation(mLocation.begin(), comment->mLocation.end()); in merge()
/aosp12/packages/apps/Dialer/java/com/android/dialer/multimedia/
H A DMultimediaData.java91 public abstract Builder setLocation(@NonNull Location location); in setLocation() method in MultimediaData.Builder
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DVerticalViewPager.kt73 ev.setLocation(x, y)
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
H A DFinancedDeviceProvisioningControllerTest.java50 .setLocation(TEST_DOWNLOAD_LOCATION)
/aosp12/packages/apps/Camera2/src/com/android/camera/session/
H A DCaptureSession.java123 public void setLocation(Location location); in setLocation() method
/aosp12/frameworks/av/media/libstagefright/tests/fuzzers/
H A DMediaMuxerFuzzer.cpp81 mMuxer->setLocation(latitude, longitude); in LLVMFuzzerTestOneInput()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DPreviewPager.java256 mPageIndicator.setLocation(mViewPager.getCurrentItem()); in initIndicator()
280 mPageIndicator.setLocation(location); in createPageListener()
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
H A DPrimaryInfo.java92 public abstract Builder setLocation(String location); in setLocation() method in PrimaryInfo.Builder

1234