SYMBOL INDEX (44 symbols across 25 files) FILE: App.tsx function App (line 12) | function App() { FILE: src/components/AnimatedInput/AnimatedInput.hooks.ts constant INPUT_WIDTH (line 11) | const INPUT_WIDTH = SCREEN_WIDTH - 54; FILE: src/components/AnimatedInput/AnimatedIntput.tsx function AnimatedIntput (line 19) | function AnimatedIntput() { FILE: src/components/AnimatedInput/CancelButton.tsx type CancelButtonProps (line 10) | type CancelButtonProps = { function CancelButton (line 17) | function CancelButton({ FILE: src/components/AppItem/AppItem.constants.ts constant APP_ICON_WIDTH_RATIO (line 3) | const APP_ICON_WIDTH_RATIO = 828 / 128; constant APP_ICON_SIZE (line 4) | const APP_ICON_SIZE = SCREEN_WIDTH / APP_ICON_WIDTH_RATIO; FILE: src/components/AppItem/AppItem.tsx type AppItemProps (line 6) | type AppItemProps = { function AppItem (line 13) | function AppItem({ icon, title, size, noTitle }: AppItemProps) { FILE: src/components/Footer/Footer.tsx function Footer (line 9) | function Footer() { FILE: src/components/SwipeableProvider/SwipeableProvider.tsx type SwipeableProviderProps (line 13) | type SwipeableProviderProps = { function SwipeableProvider (line 17) | function SwipeableProvider({ pages }: SwipeableProviderProps) { FILE: src/components/Text.tsx function Text (line 5) | function Text(props: TextProps) { FILE: src/components/Wallpaper.tsx function Wallpaper (line 7) | function Wallpaper() { FILE: src/components/WidgetItem/WidgetItem.constants.ts constant WIDGET_SQUARE_SIZE (line 4) | const WIDGET_SQUARE_SIZE = constant WIDGET_WIDE_SIZE (line 6) | const WIDGET_WIDE_SIZE = SCREEN_WIDTH - theme.spacing.lg * 2; FILE: src/components/WidgetItem/WidgetItem.tsx type WidgetItemProps (line 10) | type WidgetItemProps = { function WidgetItem (line 17) | function WidgetItem({ FILE: src/configs/horizontalGestureCalculations.ts type handleOnUpdateHorizontalProps (line 11) | type handleOnUpdateHorizontalProps = { FILE: src/configs/verticalGestureCalculations.ts type handleOnUpdateVerticalProps (line 11) | type handleOnUpdateVerticalProps = { FILE: src/constants/animation.ts constant BLUR_VIEW_MAX_INTENSITY (line 3) | const BLUR_VIEW_MAX_INTENSITY = 75; constant MAX_OFFSET_TO_ANIMATE (line 4) | const MAX_OFFSET_TO_ANIMATE = 90; constant DISTANCE_TO_ACTIVATE (line 5) | const DISTANCE_TO_ACTIVATE = MAX_OFFSET_TO_ANIMATE / 2; constant MIN_VELOCITY_Y_TO_ACTIVATE (line 6) | const MIN_VELOCITY_Y_TO_ACTIVATE = 100; constant SPRING_CONFIG (line 8) | const SPRING_CONFIG = { constant SNAP_POINTS_HORIZONTAL (line 17) | const SNAP_POINTS_HORIZONTAL = { constant SNAP_POINTS_HORIZONTAL_AS_ARRAY (line 27) | const SNAP_POINTS_HORIZONTAL_AS_ARRAY = [ FILE: src/constants/ui.ts constant SCREEN_WIDTH (line 5) | const SCREEN_WIDTH = width; constant SCREEN_HEIGHT (line 6) | const SCREEN_HEIGHT = height; FILE: src/hooks/useGestureHandler.ts type useGestureHandlerProps (line 9) | type useGestureHandlerProps = { FILE: src/screens/Home/Home.tsx function Page1 (line 8) | function Page1() { function Page2 (line 30) | function Page2() { FILE: src/screens/Search/AnimatedProvider.tsx type AnimatedProviderProps (line 28) | type AnimatedProviderProps = { function AnimatedProvider (line 37) | function AnimatedProvider({ FILE: src/screens/Search/LeftSearch.tsx type AnimatedProviderProps (line 9) | type AnimatedProviderProps = { function LeftSearch (line 14) | function LeftSearch({ offsetX, startX }: AnimatedProviderProps) { FILE: src/screens/Search/RightSearch.tsx type AnimatedProviderProps (line 9) | type AnimatedProviderProps = { function LeftSearch (line 14) | function LeftSearch({ offsetX, startX }: AnimatedProviderProps) { FILE: src/screens/Search/Search.tsx type SearchProps (line 9) | type SearchProps = { function Search (line 13) | function Search({ offsetY }: SearchProps) { FILE: src/screens/Search/SearchContent.tsx function SearchContent (line 15) | function SearchContent() { FILE: src/screens/Search/components/LeftSearchContent.tsx function LeftSearchContent (line 16) | function LeftSearchContent() { FILE: src/utils/swipeableGestureHandlers.ts type GestureHandlerStartProps (line 7) | type GestureHandlerStartProps = { type GestureHandlerProps (line 13) | type GestureHandlerProps = {