Home
last modified time | relevance | path

Searched refs:workspace (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/media/jni/audioeffect/
DVisualizer.cpp329 int32_t workspace[mCaptureSize >> 1]; in doFft() local
333 workspace[i >> 1] = in doFft()
335 nonzero |= workspace[i >> 1]; in doFft()
339 fixed_fft_real(mCaptureSize >> 1, workspace); in doFft()
343 short tmp = workspace[i >> 1] >> 21; in doFft()
346 tmp = workspace[i >> 1]; in doFft()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/
DSwitchBackToSplitFromRecent.kt49 tapl.workspace.switchToOverview().dismissAllTasks() in setup()
62 tapl.workspace.switchToOverview().currentTask.open() in switchBackToSplitFromRecent()
DSwitchBackToSplitFromHome.kt60 tapl.workspace.quickSwitchToPreviousApp() in switchBackToSplitFromHome()
DSwitchAppByDoubleTapDivider.kt51 tapl.workspace.switchToOverview().dismissAllTasks() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DSemiStableSort.kt41 withWorkspace<T, Boolean> { workspace -> in <lambda>() method
47 workspace, in <lambda>()
50 items.addAll(workspace) in <lambda>()
/frameworks/base/
D.gitignore7 *.code-workspace
/frameworks/native/
D.gitignore5 *.code-workspace
/frameworks/layoutlib/
D.gitignore7 /.idea/workspace.xml
/frameworks/base/startop/apps/ColorChanging/
D.gitignore7 /.idea/workspace.xml
/frameworks/base/packages/SettingsLib/Spa/
D.gitignore7 /.idea/workspace.xml
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DSplitScreenUtils.kt136 val home = tapl.workspace.switchToOverview() in <lambda>()
166 val home = tapl.workspace.switchToOverview() in <lambda>()
300 tapl.workspace.deleteAppIcon(tapl.workspace.getHotseatAppIcon(0)) in <lambda>()
301 val allApps = tapl.workspace.switchToAllApps() in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/src/com/android/wm/shell/flicker/splitscreen/benchmark/
DSplitScreenBase.kt36 val overview = tapl.workspace.switchToOverview() in <lambda>()
DSwitchBackToSplitFromHomeBenchmark.kt53 tapl.workspace.quickSwitchToPreviousApp() in <lambda>()
DSwitchBackToSplitFromRecentBenchmark.kt53 tapl.workspace.switchToOverview().currentTask.open() in <lambda>()
/frameworks/base/tests/FlickerTests/FlickerService/src/com/android/server/wm/flicker/service/quickswitch/scenarios/
DQuickSwitchFromLauncher.kt59 tapl.workspace.quickSwitchToPreviousApp() in quickSwitchFromLauncher()
/frameworks/base/tests/FlickerTests/FlickerService/src/com/android/server/wm/flicker/service/notification/scenarios/
DOpenAppFromNotificationCold.kt61 tapl.workspace.switchToOverview() in setup()
DOpenAppFromLockscreenNotificationCold.kt61 tapl.workspace.switchToOverview() in setup()
DOpenAppFromLockscreenNotificationWithOverlayApp.kt65 tapl.workspace.switchToOverview() in setup()
/frameworks/base/tests/FlickerTests/AppLaunch/src/com/android/server/wm/flicker/launch/
DOpenAppFromOverviewTest.kt79 tapl.workspace.switchToOverview() in <lambda>()
/frameworks/base/tests/FlickerTests/Notification/src/com/android/server/wm/flicker/notification/
DOpenAppTransition.kt36 tapl.workspace.switchToOverview() in clearOverview()
/frameworks/base/tests/FlickerTests/IME/src/com/android/server/wm/flicker/ime/
DShowImeOnAppStartWhenLaunchingAppFromOverviewTest.kt50 tapl.workspace.switchToOverview().dismissAllTasks() in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/
DQuickSwitchLauncherToLetterboxAppTest.kt73 tapl.workspace.quickSwitchToPreviousApp() in <lambda>()
/frameworks/base/tests/FlickerTests/QuickSwitch/src/com/android/server/wm/flicker/quickswitch/
DQuickSwitchFromLauncherTest.kt75 tapl.workspace.quickSwitchToPreviousApp() in <lambda>()
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto184 // e.g., folder icon's (x, y) location and index information on the workspace
397 // e.g., folder icon's (x, y) location and index information on the workspace
451 // e.g., folder icon's (x, y) location and index information on the workspace
731 …// Size of work to complete within the latency duration. E.g. number of workspace items to initial…