Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 1092) sorted by relevance

12345678910>>...44

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/easing/
DCubicEasing.java38 setup(x1, y1, x2, y2); in CubicEasing()
45 setup(STANDARD); in config()
48 setup(ACCELERATE); in config()
51 setup(DECELERATE); in config()
54 setup(LINEAR); in config()
57 setup(ANTICIPATE); in config()
60 setup(OVERSHOOT); in config()
66 void setup(float[] values) { in setup() method in CubicEasing
67 setup(values[0], values[1], values[2], values[3]); in setup()
70 void setup(float x1, float y1, float x2, float y2) { in setup() method in CubicEasing
/frameworks/av/media/libaaudio/src/binding/
DRingBufferParcelable.cpp63 mReadCounterParcelable.setup({sharedMemoryIndex, readCounterOffset, counterSizeBytes}); in setupMemory()
64 mWriteCounterParcelable.setup({sharedMemoryIndex, writeCounterOffset, counterSizeBytes}); in setupMemory()
65 mDataParcelable.setup({sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes}); in setupMemory()
71 mReadCounterParcelable.setup({sharedMemoryIndex, 0, 0}); in setupMemory()
72 mWriteCounterParcelable.setup({sharedMemoryIndex, 0, 0}); in setupMemory()
73 mDataParcelable.setup({sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes}); in setupMemory()
80 mReadCounterParcelable.setup(readCounterInfo); in setupMemory()
81 mWriteCounterParcelable.setup(writeCounterInfo); in setupMemory()
82 mDataParcelable.setup(dataMemoryInfo); in setupMemory()
DSharedMemoryParcelable.cpp56 result.setup(mFd, static_cast<int32_t>(mSizeInBytes)); in dup()
60 void SharedMemoryParcelable::setup(const unique_fd& fd, int32_t sizeInBytes) { in setup() function in SharedMemoryParcelable
67 void SharedMemoryParcelable::setup(const SharedMemoryParcelable &sharedMemoryParcelable) { in setup() function in SharedMemoryParcelable
68 setup(sharedMemoryParcelable.mFd, sharedMemoryParcelable.mSizeInBytes); in setup()
/frameworks/opt/setupwizard/library/
Dstandalone.gradle7 * include ':setup-wizard-lib'
8 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
9 * project(':setup-wizard-lib').buildFileName = 'standalone.gradle'
11 * And then you can include the :setup-wizard-lib project as one of your dependencies
13 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
Dstandalone-rules.gradle6 * include ':setup-wizard-lib'
7 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
8 * project(':setup-wizard-lib').buildFileName = 'standalone-rules.gradle'
10 * And then you can include the :setup-wizard-lib project as one of your dependencies
12 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
Dbuild.gradle12 * include ':setup-wizard-lib'
13 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
15 * And then you can include the :setup-wizard-lib project as one of your dependencies
17 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
DAndroid.bp2 // Build the platform version of setup wizard library.
23 name: "setup-wizard-lib",
48 name: "setup-wizard-lib-gingerbread-compat",
Dcommon-platform-deprecated.mk24 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib
26 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib
Dcommon-gingerbread.mk18 ifeq (,$(findstring setup-wizard-lib-gingerbread-compat,$(LOCAL_STATIC_ANDROID_LIBRARIES)))
19 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib-gingerbread-compat
/frameworks/base/libs/hwui/tests/common/
DBitmapAllocationTestUtils.h31 std::function<void(SkBitmap& bitmap)> setup) { in allocateHeapBitmap() argument
35 setup(skBitmap); in allocateHeapBitmap()
40 std::function<void(SkBitmap& bitmap)> setup) { in allocateHardwareBitmap() argument
45 setup(skBitmap); in allocateHardwareBitmap()
50 std::function<void(SkBitmap& bitmap)> setup);
DTestUtils.h156 std::function<void(RenderProperties& props, Canvas& canvas)> setup) { in createNode() argument
160 if (setup) { in createNode()
163 setup(props, *canvas.get()); in createNode()
173 std::function<void(RenderProperties& props, RecordingCanvasType& canvas)> setup) { in createNode() argument
177 if (setup) { in createNode()
179 setup(props, canvas); in createNode()
196 setup,
208 if (setup) {
212 setup(props, *canvas.get());
/frameworks/base/apct-tests/perftests/textclassifier/
Drun.sh2 build/soong/soong_ui.bash --make-mode TextClassifierPerfTests perf-setup
5 adb push ${OUT}/obj/EXECUTABLES/perf-setup_intermediates/perf-setup.sh /data/local/tmp/
6 adb shell chmod +x /data/local/tmp/perf-setup.sh
7 adb shell /data/local/tmp/perf-setup.sh
/frameworks/opt/setupwizard/tools/gradle/
Dsettings.gradle1 include(':setup-wizard-lib')
2 project(':setup-wizard-lib').projectDir = new File(rootDir, 'frameworks/opt/setupwizard/library')
3 project(':setup-wizard-lib').buildFileName = 'self.gradle'
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/domain/interactor/
DUserSetupInteractorTest.kt43 val setup by collectLastValue(underTest.isUserSetUp) in isUserSetup_false() constant
47 assertThat(setup).isFalse() in isUserSetup_false()
53 val setup by collectLastValue(underTest.isUserSetUp) in isUserSetup_true() constant
57 assertThat(setup).isTrue() in isUserSetup_true()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DOverlayPlugin.java30 void setup(View statusBar, View navBar); in setup() method
35 default void setup(View statusBar, View navBar, Callback callback, in setup() method
37 setup(statusBar, navBar); in setup()
/frameworks/base/apct-tests/perftests/surfaceflinger/
DREADME.md4 To reduce the variance of the test, if `perf-setup.sh` (platform_testing/scripts/perf-setup)
7 m perf-setup
8 PERF_SETUP_PATH=/data/local/tmp/perf-setup.sh
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileUserActionInteractorTest.kt92 private suspend fun setup() { in setup() method in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileUserActionInteractorTest
103 setup() in clickStartsActivityWhenPossible()
118 setup() in clickPassedToTheServiceWhenNoActivity()
132 setup() in longClickOpensResolvedIntent()
161 setup() in longClickOpensDefaultIntentWhenNoResolved()
177 setup() in revokeTokenDoesntRevokeWhenShowingDialog()
191 setup() in forceRevokeTokenRevokesWhenShowingDialog()
205 setup() in revokeTokenRevokesWhenNotShowingDialog()
219 setup() in startActivityDoesntStartWithNoToken()
DCustomTileDataInteractorTest.kt78 private suspend fun setup() { in setup() method in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileDataInteractorTest
89 setup() in activeTileIsNotBoundUntilDataCollected()
103 setup() in notActiveTileIsNotBoundUntilDataCollected()
117 setup() in tileIsUnboundWhenDataIsNotListened()
145 setup() in tileDataCollection()
180 setup() in tileAvailableWhenDefaultsAreLoaded()
198 setup() in tileUnavailableWhenDefaultsAreNotLoaded()
216 setup() in tileAvailabilityUndefinedWhenDefaultsAreLoadedForAnotherUser()
/frameworks/base/apct-tests/perftests/windowmanager/
DREADME.md4 To reduce the variance of the test, if `perf-setup.sh` (platform_testing/scripts/perf-setup)
7 m perf-setup
8 PERF_SETUP_PATH=/data/local/tmp/perf-setup.sh
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/
DHideNonSystemOverlayMixinTest.java53 mActivityController.setup(); in startActivity_shouldHideNonSystemOverlay()
64 mActivityController.setup().stop(); in stopActivity_shouldUnhideNonSystemOverlay()
74 mActivityController.setup(); in isEnabled_isAllowedOverlaySettings_returnFalse()
84 mActivityController.setup(); in isEnabled_isNotAllowedOverlaySettings_returnTrue()
/frameworks/base/apct-tests/perftests/inputmethod/
DREADME.md6 To reduce the variance of the test, if `perf-setup` (platform_testing/scripts/perf-setup)
9 m perf-setup
10 PERF_SETUP_PATH=/data/local/tmp/perf-setup.sh
/frameworks/av/services/oboeservice/
DAAudioThread.cpp34 setup(prefix); in AAudioThread()
38 setup("AAudio"); in AAudioThread()
47 void AAudioThread::setup(const char *prefix) { in setup() function in AAudioThread
/frameworks/av/media/libstagefright/rtsp/
DQualManager.cpp39 void QualManager::Watcher::setup() { in setup() function in android::QualManager::Watcher
129 VFPWatcher->setup(); in setTargetBitrate()
145 LBRWatcher->setup(); in setTargetBitrate()
167 LBRWatcher->setup(); in setBitrateData()
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLSurfaceView.java20 setup(); in BasicGLSurfaceView()
27 setup(); in BasicGLSurfaceView()
30 private void setup() { in setup() method in BasicGLSurfaceView
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DDrawView.java47 private void setup(Context context) { in setup() method in DrawView
59 setup(context); in DrawView()
64 setup(context); in DrawView()
69 setup(context); in DrawView()

12345678910>>...44