/frameworks/base/media/jni/audioeffect/ |
D | Visualizer.cpp | 329 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/ |
D | SwitchBackToSplitFromRecent.kt | 49 tapl.workspace.switchToOverview().dismissAllTasks() in setup() 62 tapl.workspace.switchToOverview().currentTask.open() in switchBackToSplitFromRecent()
|
D | SwitchBackToSplitFromHome.kt | 60 tapl.workspace.quickSwitchToPreviousApp() in switchBackToSplitFromHome()
|
D | SwitchAppByDoubleTapDivider.kt | 51 tapl.workspace.switchToOverview().dismissAllTasks() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/ |
D | SemiStableSort.kt | 41 withWorkspace<T, Boolean> { workspace -> in <lambda>() method 47 workspace, in <lambda>() 50 items.addAll(workspace) in <lambda>()
|
/frameworks/base/ |
D | .gitignore | 7 *.code-workspace
|
/frameworks/native/ |
D | .gitignore | 5 *.code-workspace
|
/frameworks/layoutlib/ |
D | .gitignore | 7 /.idea/workspace.xml
|
/frameworks/base/startop/apps/ColorChanging/ |
D | .gitignore | 7 /.idea/workspace.xml
|
/frameworks/base/packages/SettingsLib/Spa/ |
D | .gitignore | 7 /.idea/workspace.xml
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
D | SplitScreenUtils.kt | 136 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/ |
D | SplitScreenBase.kt | 36 val overview = tapl.workspace.switchToOverview() in <lambda>()
|
D | SwitchBackToSplitFromHomeBenchmark.kt | 53 tapl.workspace.quickSwitchToPreviousApp() in <lambda>()
|
D | SwitchBackToSplitFromRecentBenchmark.kt | 53 tapl.workspace.switchToOverview().currentTask.open() in <lambda>()
|
/frameworks/base/tests/FlickerTests/FlickerService/src/com/android/server/wm/flicker/service/quickswitch/scenarios/ |
D | QuickSwitchFromLauncher.kt | 59 tapl.workspace.quickSwitchToPreviousApp() in quickSwitchFromLauncher()
|
/frameworks/base/tests/FlickerTests/FlickerService/src/com/android/server/wm/flicker/service/notification/scenarios/ |
D | OpenAppFromNotificationCold.kt | 61 tapl.workspace.switchToOverview() in setup()
|
D | OpenAppFromLockscreenNotificationCold.kt | 61 tapl.workspace.switchToOverview() in setup()
|
D | OpenAppFromLockscreenNotificationWithOverlayApp.kt | 65 tapl.workspace.switchToOverview() in setup()
|
/frameworks/base/tests/FlickerTests/AppLaunch/src/com/android/server/wm/flicker/launch/ |
D | OpenAppFromOverviewTest.kt | 79 tapl.workspace.switchToOverview() in <lambda>()
|
/frameworks/base/tests/FlickerTests/Notification/src/com/android/server/wm/flicker/notification/ |
D | OpenAppTransition.kt | 36 tapl.workspace.switchToOverview() in clearOverview()
|
/frameworks/base/tests/FlickerTests/IME/src/com/android/server/wm/flicker/ime/ |
D | ShowImeOnAppStartWhenLaunchingAppFromOverviewTest.kt | 50 tapl.workspace.switchToOverview().dismissAllTasks() in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/ |
D | QuickSwitchLauncherToLetterboxAppTest.kt | 73 tapl.workspace.quickSwitchToPreviousApp() in <lambda>()
|
/frameworks/base/tests/FlickerTests/QuickSwitch/src/com/android/server/wm/flicker/quickswitch/ |
D | QuickSwitchFromLauncherTest.kt | 75 tapl.workspace.quickSwitchToPreviousApp() in <lambda>()
|
/frameworks/proto_logging/stats/atoms/sysui/ |
D | sysui_atoms.proto | 184 // 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…
|