• Search by APIs
  • Search by Words
  • Search Projects
  • Java
  • Python
  • JavaScript
  • TypeScript
  • C++
  • Scala
  • Blog
Project: litho (GitHub Link)
  • litho-master
    • litho-instrumentation-tests
      • src
        • main
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • sections
                    • treeprops
                      • BottomGroupSectionSpec.java
                      • RootDiffingComponentSpec.java
                      • AndroidManifest.xml
                      • IntermediateComponentSpec.java
                      • RootComponentSpec.java
                      • DiffingTreePropTestActivity.java
                      • TopDiffingGroupSectionSpec.java
                      • TopGroupSectionSpec.java
                      • BUCK
                      • LeafComponentSpec.java
                      • TreePropTestActivity.java
                      • LogContext.java
                    • tti
                      • AndroidManifest.xml
                      • BUCK
                      • TTIMarkerSectionSpec.java
                      • TTIMarkerActivity.java
        • androidTest
          • java
            • com
              • facebook
                • litho
                  • sections
                    • treeprops
                      • DiffSectionTreePropsTest.java
                      • SectionTreePropsTest.java
                      • BUCK
                    • tti
                      • TTIMarkerTest.java
                      • BUCK
      • build.gradle
    • .github
      • PULL_REQUEST_TEMPLATE.md
      • ISSUE_TEMPLATE.md
    • litho-sections-processor
      • src
        • main
          • resources
            • META-INF
              • services
                • javax.annotation.processing.Processor
              • gradle
                • incremental.annotation.processors
          • java
            • com
              • facebook
                • litho
                  • sections
                    • specmodels
                      • processor
                        • DiffSectionSpecModelFactory.java
                        • GroupSectionSpecModelFactory.java
                        • SectionsComponentProcessor.java
                        • BUCK
                      • model
                        • SectionClassNames.java
                        • GroupSectionSpecModel.java
                        • DelegateMethodDescriptions.java
                        • SpecModelValidation.java
                        • BUCK
                        • DefaultDiffSectionSpecGenerator.java
                        • HasService.java
                        • SectionSpecModelUtils.java
                        • DefaultGroupSectionSpecGenerator.java
                        • DiffSectionSpecModel.java
      • gradle.properties
      • build.gradle
      • BUCK
    • litho-sections-core
      • src
        • main
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • sections
                    • SectionsDebugParams.java
                    • BaseLoadEventsHandler.java
                    • SectionsPools.java
                    • ListEventsHandler.java
                    • ChangeSetState.java
                    • SectionLifecycleTestUtil.java
                    • ChangeSet.java
                    • ChangesInfo.java
                    • FocusDispatcher.java
                    • SectionTree.java
                    • ChangesetDebugConfiguration.java
                    • common
                      • HideableDataDiffSectionSpec.java
                      • DataDiffSectionSpec.java
                      • RenderWithHideItemHandlerEvent.java
                      • OnCheckIsSameContentEvent.java
                      • SingleComponentSectionSpec.java
                      • GetUniqueIdentifierEvent.java
                      • BUCK
                      • HideItemEvent.java
                      • ConnectionStateEvent.java
                      • OnCheckIsSameItemEvent.java
                      • RenderEvent.java
                      • RenderSectionEvent.java
                    • FocusType.java
                    • LoadingEvent.java
                    • config
                      • BUCK
                      • SectionsConfiguration.java
                    • SectionTreeLoadingEventHandler.java
                    • SectionKeyNotFoundException.java
                    • SectionsLogEventUtils.java
                    • Children.java
                    • SectionContext.java
                    • SectionDebugUtil.java
                    • Section.java
                    • BatchedTarget.java
                    • BUCK
                    • Logger.java
                    • logger
                      • BUCK
                      • SectionsDebugLogger.java
                    • LoadEventsHandler.java
                    • Change.java
                    • SectionLifecycle.java
                    • KeyHandler.java
      • gradle.properties
      • build.gradle
    • .circleci
      • config.yml
    • litho-fresco
      • src
        • main
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • fresco
                    • FrescoImageDefaults.java
                    • FrescoImageHierarchyTools.java
                    • NoOpDrawable.java
                    • BUCK
                    • FrescoImageSpec.java
                    • DraweeDrawable.java
      • gradle.properties
      • build.gradle
    • sample-barebones-kotlin
      • src
        • main
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • samples
                  • lithoktbarebones
                    • SampleApplication.kt
                    • ListItemSpec.kt
                    • SampleActivity.kt
      • debug.keystore.properties
      • build.gradle
      • debug.keystore
    • sample
      • src
        • main
          • res
            • drawable-mdpi
            • layout
              • detail_activity_shared_elements.xml
              • activity_render_thread.xml
              • activity_dynamic_props.xml
            • drawable-xhdpi
            • drawable-xxhdpi
            • drawable-xxxhdpi
            • drawable-hdpi
            • values
              • styles.xml
              • strings.xml
            • drawable
              • focus_selector.xml
              • press_selector.xml
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • samples
                  • litho
                    • DemoListActivity.java
                    • NavigatableDemoActivity.java
                    • animations
                      • expandableelement
                        • ExpandableElementRootComponentSpec.java
                        • Message.java
                        • ExpandableElementUtil.java
                        • ExpandableElementActivity.java
                        • ExpandableElementMeSpec.java
                        • ExpandableElementOtherSpec.java
                      • sharedelements
                        • DetailActivity.java
                        • SharedElementsComponentSpec.java
                        • SharedElementsActivity.java
                      • bounds
                        • BoundsAnimationActivity.java
                        • BoundsAnimationComponentSpec.java
                      • animationcomposition
                        • UpDownBlocksComponentSpec.java
                        • StoryFooterComponentSpec.java
                        • ComposedAnimationsActivity.java
                        • LeftRightBlocksSequenceComponentSpec.java
                        • OneByOneLeftRightBlocksComponentSpec.java
                        • ComposedAnimationsComponentSpec.java
                        • LeftRightBlocksComponentSpec.java
                      • animationcallbacks
                        • AnimationStateExampleComponentSpec.java
                        • ToggleMoveBlocksExampleComponentSpec.java
                        • ShowMessageExampleComponentSpec.java
                        • AnimationCallbacksActivity.java
                        • AnimationCallbacksListSectionSpec.java
                        • BlocksSameTransitionKeyComponentSpec.java
                      • transitions
                        • AppearDisappearTransitionSpec.java
                        • SingleComponentMovesTransitionSpec.java
                        • AppearDisappearCustomTransitionSpec.java
                        • SingleComponentMovesSlowTransitionSpec.java
                        • ExpandingPickerComponentSpec.java
                        • TransitionsListSectionSpec.java
                        • MultipleComponentMovesTransitionSpec.java
                        • ComponentWithinMountedComponentMovesTransitionSpec.java
                        • TileComponentSpec.java
                        • TransitionsActivity.java
                        • MenuItemsSectionSpec.java
                        • ComponentWithinComponentMovesTransitionSpec.java
                      • pageindicators
                        • PageIndicatorsRootComponentSpec.java
                        • CircleSpec.java
                        • PageIndicatorsActivity.java
                        • PageIndicatorsSpec.java
                      • animationcookbook
                        • PathExampleComponentSpec.java
                        • AnimationCookBookActivity.java
                        • CallbackExampleComponentSpec.java
                        • ContinuousExampleComponentSpec.java
                        • AnimationCookBookListSectionSpec.java
                        • BounceExampleComponentSpec.java
                      • animatedbadge
                        • AnimatedBadgeActivity.java
                        • AnimatedBadgeSpec.java
                      • commondynamicprops
                        • CommonDynamicPropsAnimationActivity.java
                        • CommonDynamicPropAnimationsComponentSpec.java
                    • playground
                      • PlaygroundActivity.java
                      • PlaygroundComponentSpec.java
                    • DemoListItemComponentSpec.java
                    • bordereffects
                      • AlternateColorCornerPathEffectBorderSpec.java
                      • VerticalDashPathEffectBorderSpec.java
                      • AllBorderSpec.java
                      • AlternateColorWidthBorderSpec.java
                      • RtlColorWidthBorderSpec.java
                      • AlternateColorBorderSpec.java
                      • AlternateWidthBorderSpec.java
                      • CompositePathEffectBorderSpec.java
                      • BorderEffectsComponentSpec.java
                      • AlternateColorPathEffectBorderSpec.java
                      • NiceColor.java
                      • BorderEffectsActivity.java
                      • DashPathEffectBorderSpec.java
                      • VaryingRadiiBorderSpec.java
                    • duplicatestate
                      • DuplicateStateActivity.java
                      • DuplicateStateSpec.java
                    • LithoSampleApplication.java
                    • lifecycle
                      • LifecycleDelegateActivity.java
                      • LifecycleDelegateComponentSpec.java
                      • ConsoleView.java
                    • fastscroll
                      • FastScrollHandleComponentSpec.java
                      • ScrollController.java
                      • CountriesListSectionSpec.java
                      • FastScrollHandleActivity.java
                    • dynamicprops
                      • ClockComponentSpec.java
                      • ClockView.java
                      • DynamicPropsActivity.java
                    • staticscroll
                      • horizontalscroll
                        • HorizontalScrollActivity.java
                        • HorizontalScrollRootComponentSpec.java
                    • triggers
                      • CustomEvent.java
                      • ClearTextTriggerExampleComponentSpec.java
                      • ClearTextTriggerExampleActivity.java
                      • TooltipTriggerExampleActivity.java
                      • CustomEventTriggerExampleActivity.java
                      • TextInputContainerComponentSpec.java
                      • ComponentWithCustomEventTriggerComponentSpec.java
                      • TooltipTriggerExampleComponentSpec.java
                      • CustomEventTriggerExampleComponentSpec.java
                    • hscroll
                      • HorizontalScrollWithSnapActivity.java
                      • HorizontalScrollScrollerComponentSpec.java
                      • HorizontalScrollWithSnapComponentSpec.java
                    • BUCK
                    • stats
                      • StatsActivity.java
                      • StatsSpec.java
                    • lithography
                      • ActionsComponentSpec.java
                      • FooterComponentSpec.java
                      • FeedItemComponentSpec.java
                      • DecadeSeparatorSpec.java
                      • Artist.java
                      • Decade.java
                      • FeedImageComponentSpec.java
                      • LithographyActivity.java
                      • TitleComponentSpec.java
                      • Datum.java
                      • FeedItemCardSpec.java
                      • FavouriteButtonSpec.java
                      • LithographyRootComponentSpec.java
                    • errors
                      • ErrorHandlingActivity.java
                      • PossiblyCrashingSubTitleComponentSpec.java
                      • ListRow.java
                      • ErrorBoundarySpec.java
                      • ListRowComponentSpec.java
                      • DebugErrorComponentSpec.java
                      • TitleComponentSpec.java
                      • ErrorRootComponentSpec.java
                    • DemoListComponentSpec.java
                    • changesetdebug
                      • DelayedLoadingSectionSpec.java
                      • StateResettingActivity.java
                      • ItemsRerenderingActivity.java
                      • PropUpdatingActivity.java
                      • DataModel.java
                      • SelectedItemRootComponentFixedSpec.java
                      • StateResettingRootComponentSpec.java
                      • FavouriteGroupSectionSpec.java
                      • ItemsRerenderingRootComponentSpec.java
                      • FixedRowItemSpec.java
                      • SelectedItemRootComponentSpec.java
                      • ScrollingToBottomActivity.java
                      • InefficientFavouriteGroupSectionSpec.java
                      • DelayedLoadingComponentSpec.java
                      • RowItemSpec.java
        • androidTest
          • java
            • com
              • facebook
                • litho
                  • sample
                    • DemoListActivityEspressoTest.java
                    • DemoListActivityIntentEspressoTest.java
        • test
          • java
            • com
              • facebook
                • samples
                  • litho
                    • DemoListItemComponentTest.java
                    • DemoListComponentTest.java
                    • BUCK
                    • lithography
                      • FeedItemComponentSpecTest.java
                      • TestFooterComponentSpec.java
                      • DecadeSeparatorSpecTest.java
                      • TestFeedItemComponentSpec.java
                      • FooterComponentSpecTest.java
                      • FeedItemComponentSpecSubComponentTest.java
                      • FeedItemCardSpecTest.java
      • debug.keystore.properties
      • build.gradle
      • BUCK
      • debug.keystore
    • litho-core-kotlin
      • src
        • main
          • AndroidManifest.xml
          • kotlin
            • com
              • facebook
                • litho
                  • Resources.kt
                  • Dimen.kt
                  • KTreeProps.kt
                  • Container.kt
                  • LayoutProps.kt
                  • KComponent.kt
                  • Base.kt
                  • KEventHandler.kt
                  • BUCK
                  • KState.kt
                  • CommonProps.kt
                  • KCached.kt
        • test
          • kotlin
            • com
              • facebook
                • litho
                  • util
                    • TreePropHolder.kt
                  • KTreePropsTest.kt
                  • KCachedTest.kt
                  • BUCK
                  • KEventHandlerTest.kt
                  • KStateTest.kt
      • gradle.properties
      • build.gradle
    • codelabs
      • props
        • gradle.properties
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • app
          • src
            • main
              • res
                • drawable-v24
                  • ic_launcher_foreground.xml
                • mipmap-xhdpi
                • mipmap-xxxhdpi
                • mipmap-xxhdpi
                • mipmap-hdpi
                • mipmap-anydpi-v26
                  • ic_launcher.xml
                  • ic_launcher_round.xml
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
                • drawable
                  • ic_launcher_background.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • props
                          • MainActivity.kt
                          • LithoApp.kt
                          • RootComponentSpec.kt
          • proguard-rules.pro
          • build.gradle
        • settings.gradle
      • save-state-rotation
        • gradle.properties
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • app
          • src
            • main
              • res
                • drawable-v24
                  • ic_launcher_foreground.xml
                • mipmap-xhdpi
                • mipmap-xxxhdpi
                • mipmap-xxhdpi
                • mipmap-hdpi
                • mipmap-anydpi-v26
                  • ic_launcher.xml
                  • ic_launcher_round.xml
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
                • drawable
                  • ic_launcher_background.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • MainActivity.kt
                        • LithoApp.kt
                        • RootComponentSpec.kt
          • proguard-rules.pro
          • build.gradle
        • settings.gradle
      • state
        • gradle.properties
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • README.md
        • app
          • src
            • main
              • res
                • drawable-v24
                  • ic_launcher_foreground.xml
                • mipmap-xhdpi
                • mipmap-xxxhdpi
                • mipmap-xxhdpi
                • mipmap-hdpi
                • mipmap-anydpi-v26
                  • ic_launcher.xml
                  • ic_launcher_round.xml
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
                • drawable
                  • ic_launcher_background.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • MainActivity.kt
                        • LithoApp.kt
                        • RootComponentSpec.kt
          • proguard-rules.pro
          • build.gradle
        • settings.gradle
      • textinput-keyboard
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • app
          • src
            • main
              • res
                • mipmap-xxhdpi
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • textinput
                          • ClockDrawable.kt
                          • TimeConverterSpec.kt
                          • MainActivity.kt
                          • LithoApp.kt
                          • ClockSpec.kt
                          • RootComponentSpec.kt
          • build.gradle
        • settings.gradle
      • layout-spec
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • app
          • src
            • main
              • res
                • mipmap-xxhdpi
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • ClockDrawable.kt
                        • TimeConverterSpec.kt
                        • MainActivity.kt
                        • LithoApp.kt
                        • ClockSpec.kt
                        • RootComponentSpec.kt
          • build.gradle
        • settings.gradle
      • group-section-lifecycle
        • gradle.properties
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • README.md
        • app
          • src
            • main
              • res
                • drawable-v24
                  • ic_launcher_foreground.xml
                • mipmap-xhdpi
                • layout
                  • main_activity.xml
                • mipmap-xxxhdpi
                • mipmap-xxhdpi
                • mipmap-hdpi
                • mipmap-anydpi-v26
                  • ic_launcher.xml
                  • ic_launcher_round.xml
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
                • drawable
                  • ic_launcher_background.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • LifecycleGroupSectionSpec.kt
                        • LifecycleUtils.kt
                        • MainActivity.kt
                        • LithoApp.kt
                        • LifecycleRootComponentSpec.kt
                        • auxiliary
                          • TimelineComponentSpec.kt
                          • TimelineSectionSpec.kt
                          • TimelineRootComponentSpec.kt
                        • RootComponentSpec.kt
          • proguard-rules.pro
          • build.gradle
        • settings.gradle
        • static
          • flow-chart-v0.24.0-group-section-spec.svg
      • updating-ui
        • gradle.properties
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • app
          • src
            • main
              • res
                • drawable-v24
                  • ic_launcher_foreground.xml
                • mipmap-xhdpi
                • mipmap-xxxhdpi
                • mipmap-xxhdpi
                • mipmap-hdpi
                • mipmap-anydpi-v26
                  • ic_launcher.xml
                  • ic_launcher_round.xml
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
                • drawable
                  • ic_launcher_background.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • MainActivity.kt
                        • LithoApp.kt
                        • RootComponentSpec.kt
          • proguard-rules.pro
          • build.gradle
        • settings.gradle
      • hello-world
        • gradle.properties
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • app
          • src
            • main
              • res
                • drawable-v24
                  • ic_launcher_foreground.xml
                • mipmap-xhdpi
                • mipmap-xxxhdpi
                • mipmap-xxhdpi
                • mipmap-hdpi
                • mipmap-anydpi-v26
                  • ic_launcher.xml
                  • ic_launcher_round.xml
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
                • drawable
                  • ic_launcher_background.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • MainActivity.kt
                        • LithoApp.kt
                        • RootComponentSpec.kt
          • proguard-rules.pro
          • build.gradle
        • settings.gradle
      • hscroll-height
        • gradle.properties
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • app
          • src
            • main
              • res
                • drawable-v24
                  • ic_launcher_foreground.xml
                • mipmap-xhdpi
                • mipmap-xxxhdpi
                • mipmap-xxhdpi
                • mipmap-hdpi
                • mipmap-anydpi-v26
                  • ic_launcher.xml
                  • ic_launcher_round.xml
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
                • drawable
                  • ic_launcher_background.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • DynamicHeightHscrollComponentSpec.kt
                        • FixedHeightHscrollComponentSpec.kt
                        • MainActivity.kt
                        • MeasureFirstItemForHeightHscrollComponentSpec.kt
                        • LithoApp.kt
                        • RootComponentSpec.kt
                        • ExpandibleComponentSpec.kt
          • proguard-rules.pro
          • build.gradle
        • settings.gradle
      • mount-spec
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • app
          • src
            • main
              • res
                • mipmap-xxhdpi
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • ClockDrawable.kt
                        • MainActivity.kt
                        • LithoApp.kt
                        • ClockSpec.kt
                        • RootComponentSpec.kt
          • build.gradle
        • settings.gradle
      • events
        • gradle.properties
        • gradle
          • wrapper
            • gradle-wrapper.properties
            • gradle-wrapper.jar
        • gradlew.bat
        • gradlew
        • build.gradle
        • README.md
        • app
          • src
            • main
              • res
                • drawable-v24
                  • ic_launcher_foreground.xml
                • mipmap-xhdpi
                • mipmap-xxxhdpi
                • mipmap-xxhdpi
                • mipmap-hdpi
                • mipmap-anydpi-v26
                  • ic_launcher.xml
                  • ic_launcher_round.xml
                • values
                  • styles.xml
                  • colors.xml
                  • strings.xml
                • drawable
                  • ic_launcher_background.xml
              • AndroidManifest.xml
              • java
                • com
                  • facebook
                    • litho
                      • codelab
                        • events
                          • ColorBoxCollectionSpec.kt
                          • ButtonSpec.kt
                          • BoxItemChangedEvent.kt
                          • MainActivity.kt
                          • LithoApp.kt
                          • RootComponentSpec.kt
          • proguard-rules.pro
          • build.gradle
        • settings.gradle
        • static
    • gradle.properties
    • gradle
      • bintray.gradle
      • release-bintray.gradle
      • wrapper
        • gradle-wrapper.properties
        • gradle-wrapper.jar
      • android-tasks.gradle
      • release.gradle
      • gradle-mvn-push.gradle
      • android-maven-install.gradle
    • litho-sections-annotations
      • src
        • main
          • java
            • com
              • facebook
                • litho
                  • sections
                    • annotations
                      • OnCreateService.java
                      • OnViewportChanged.java
                      • OnCreateChildren.java
                      • DiffSectionSpec.java
                      • OnBindService.java
                      • OnDataRendered.java
                      • GroupSectionSpec.java
                      • BUCK
                      • OnDiff.java
                      • OnRefresh.java
                      • OnUnbindService.java
                      • OnDataBound.java
      • gradle.properties
      • build.gradle
      • BUCK
    • litho-intellij-plugin
      • src
        • main
          • resources
            • icons
              • lithoLogo.svg
              • toolwindow_dark.svg
              • lithoErrorLogo.svg
              • toolwindow.svg
            • fileTemplates
              • internal
                • MountSpec.java.ft
                • Event.java.ft
                • GroupSectionSpec.java.ft
                • LayoutSpec.java.ft
            • META-INF
              • pluginIcon.svg
              • plugin.xml
            • methodTemplates
              • methods.xml
          • java
            • icons
              • LithoPluginIcons.java
            • com
              • facebook
                • litho
                  • intellij
                    • extensions
                      • EventLogger.java
                      • TemplateProvider.java
                      • BUCK
                    • LithoPluginUtils.java
                    • services
                      • TemplateService.java
                      • ComponentsCacheService.java
                      • OnCodeAnalysisFinishedListener.java
                      • LithoStartupActivity.java
                      • GeneratedFilesListener.java
                    • foldings
                      • DefaultPropertyFoldingBuilder.java
                    • actions
                      • ResolveRedSymbolsAction.java
                      • OnEventGenerateAction.java
                      • GenerateComponentAction.java
                      • GoToGeneratedClassAction.java
                      • templates
                        • LayoutSpecTemplateProvider.java
                        • EventTemplateProvider.java
                        • LithoTemplateActionGroup.java
                        • MountSpecTemplateProvider.java
                        • LithoTemplateAction.java
                        • GroupSectionSpecTemplateProvider.java
                      • LithoGenerateGroup.java
                      • OnEventChangeSignatureDialog.java
                    • navigation
                      • SectionDeclarationHandler.java
                      • ComponentsMethodDeclarationHandler.java
                      • SpecMethodFindUsagesHandler.java
                      • GeneratedClassFindUsagesHandler.java
                      • LithoFindUsagesHandlerFactory.java
                      • BaseLithoComponentsDeclarationHandler.java
                      • ComponentDeclarationHandler.java
                    • inspections
                      • RequiredPropLineMarkerProvider.java
                      • UppercaseStatePropInspection.java
                      • RequiredPropAnnotator.java
                      • AddArgumentFix.java
                      • LayoutSpecAnnotator.java
                      • EventHandlerAnnotator.java
                      • AnnotatorUtils.java
                      • OnEventCreateFix.java
                    • completion
                      • RequiredPropMethodContributor.java
                      • MethodChainLookupElement.java
                      • LayoutSpecMethodParameterAnnotationsContributor.java
                      • CompletionUtils.java
                      • OnEventGenerateUtils.java
                      • OnEventCompletionProvider.java
                      • ReplacingConsumer.java
                      • LayoutSpecMethodAnnotationsProvider.java
                      • MethodCompletionContributor.java
                      • SpecLookupElement.java
                      • MethodGenerateHandler.java
                      • StatePropCompletionContributor.java
                      • ComponentGenerateUtils.java
                      • RequiredPropLookupElement.java
                    • PsiSearchUtils.java
                    • file
                      • ComponentResolveScopeEnlarger.java
                      • ComponentFileListener.java
                      • ComponentScope.java
                      • ComponentFinder.java
                      • ComponentShortNamesCache.java
                    • LithoClassNames.java
                    • toolwindows
                      • SpecTreeElementFactory.java
                      • LithoToolWindowFactory.java
                      • ComponentStructureView.java
                      • ComponentTreeModel.java
                    • IntervalLogger.java
                    • settings
                      • AppSettingsView.java
                      • AppSettingsState.java
                      • AppSettingsController.java
                    • logging
                      • LithoLoggerProvider.java
                      • DebounceEventLogger.java
                  • specmodels
                    • processor
                      • PsiTriggerMethodExtractor.java
                      • PsiTypeVariablesExtractor.java
                      • PsiDelegateMethodExtractor.java
                      • PsiAnnotationExtractor.java
                      • PsiLayoutSpecModelFactory.java
                      • PsiPropDefaultsExtractor.java
                      • PsiFieldsExtractor.java
                      • PsiTypeUtils.java
                      • PsiEventMethodExtractor.java
                      • PsiAnnotationProxyUtils.java
                      • PsiModifierExtractor.java
                      • PsiUpdateStateMethodExtractor.java
                      • PsiMethodExtractorUtils.java
                      • PsiWorkingRangesMethodExtractor.java
                      • PsiEventDeclarationsExtractor.java
          • BUCK
        • test
          • java
            • com
              • facebook
                • litho
                  • intellij
                    • services
                      • TemplateServiceTest.java
                      • GeneratedFilesListenerTest.java
                      • OnCodeAnalysisFinishedListenerTest.java
                      • ComponentsCacheServiceTest.java
                    • foldings
                      • DefaultPropertyFoldingBuilderTest.java
                    • actions
                      • GenerateComponentActionTest.java
                      • templates
                        • LithoTemplateActionTest.java
                      • OnEventGenerateActionTest.java
                      • ResolveRedSymbolsActionTest.java
                    • navigation
                      • ComponentsMethodDeclarationHandlerTest.java
                      • GeneratedClassFindUsagesHandlerTest.java
                      • LithoFindUsagesHandlerFactoryTest.java
                      • SpecMethodFindUsagesHandlerTest.java
                    • inspections
                      • RequiredPropAnnotatorTest.java
                      • EventHandlerAnnotatorTest.java
                      • TestHolder.java
                      • OnEventCreateFixTest.java
                      • AnnotatorUtilsTest.java
                      • AddArgumentFixTest.java
                      • RequiredPropLineMarkerProviderTest.java
                    • completion
                      • OnEventCompletionProviderTest.java
                      • RequiredPropMethodContributorTest.java
                      • CompletionUtilsTest.java
                      • LayoutSpecMethodParameterAnnotationsContributorTest.java
                      • MethodChainLookupElementTest.java
                      • OnEventGenerateUtilsTest.java
                      • MockHelper.java
                      • LayoutSpecMethodAnnotationsProviderTest.java
                      • ReplacingConsumerTest.java
                      • StatePropCompletionContributorTest.java
                    • LithoPluginIntellijTest.java
                    • LithoPluginUtilsFileTest.java
                    • PsiSearchUtils.java
                    • file
                      • ComponentShortNamesCacheTest.java
                      • ComponentFileListenerTest.java
                      • ComponentFinderTest.java
                    • LithoPluginUtilsTest.java
                    • logging
                      • EventLoggerTest.java
                      • DebounceEventLoggerTest.java
                  • BUCK
                  • specmodels
                    • processor
                      • PsiPropDefaultsExtractorTest.java
                      • PsiEventMethodExtractorTest.java
                      • PsiAnnotationProxyUtilsTest.java
                      • PsiFieldsExtractorTest.java
                      • PsiUpdateStateMethodExtractorTest.java
                      • PsiDelegateMethodExtractorTest.java
                      • PsiTriggerMethodExtractorTest.java
                      • PsiTypeUtilsTest.java
      • testdata
        • services
          • LayoutSpec.java
        • foldings
          • DefaultPropertyFoldingTest.java
        • actions
          • LayoutSpec.java
          • ResolveRedSymbolsActionTest.java
        • navigation
          • ComponentsMethodDeclarationHandlerTest.java
        • inspections
          • RequiredPropAnnotatorTest.java
          • EventHandlerAnnotatorSpec.java
          • RequiredPropAnnotatorComponent.java
        • processor
          • PropDefaultExtractionWithField.java
          • PsiEventMethodExtractionClass.java
          • PsiTriggerMethodExtractionClass.java
          • NoFieldsClass.java
          • DelegateMethodExtractionClass.java
          • TwoFieldsClass.java
          • UpdateStateMethodExtraction.java
          • WithAnnotationClass.java
        • completion
          • OnClickEventCompletionSpec.java
          • SectionSpec.java
          • OnEventSectionSpec.java
          • NotSpecCompletion.java
          • RequiredPropMethodContributorTest.java
          • LayoutSpecMethodParameterAnnotationsContributorSpec.java
          • StateCompletionSpec.java
          • NotLayoutSpecMethodParameterAnnotationsContributorSpec.java
          • LayoutSpecAnnotationsContributorSpec.java
          • OnClickEventNotLithoCompletionTest.java
          • LayoutSpec.java
          • One.java
          • NotLayoutSpecAnnotationsContributor.java
          • ReturnEvent.java
          • OnClickEventAboveMethodCompletionSpec.java
          • PropCompletionSpec.java
        • file
          • WithMethods.java
          • NotSpec.java
          • MountSpec.java
          • LayoutSpec.java
      • CHANGELOG.md
      • build.gradle
      • README.md
      • BUCK
    • .buckconfig
    • litho-rendercore-testing
      • src
        • main
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • rendercore
                  • testing
                    • TestNode.java
                    • match
                      • MatchNodeList.java
                      • MatchNode.java
                      • ViewMatchNode.java
                      • PropAssertion.java
                    • RendercoreTestDriver.java
                    • TestRenderUnit.java
                    • SimpleLayoutResult.java
                    • ViewAssertions.java
      • gradle.properties
      • build.gradle
      • BUCK
    • gradlew.bat
    • litho-it
      • src
        • main
          • res
            • drawable-hdpi
            • values
              • styles.xml
              • attrs.xml
              • dimens.xml
            • drawable
              • test_bg.xml
              • background_without_padding.xml
              • custom_drawable.xml
              • background_with_padding.xml
              • background.xml
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • sections
                    • common
                      • VerySimpleGroupSectionSpec.java
                      • BUCK
                      • TestSingleComponentListSectionSpec.java
                  • TrackingMountContentPool.java
                  • MountItemTestHelper.java
                  • components
                    • StateUpdateTestLayoutSpec.java
                    • StateUpdateTestInnerLayoutSpec.java
                    • BUCK
                  • widget
                    • layoutstate
                      • withoutdrawableoutput
                        • RootComponentSpec.java
                    • AttachDetachTesterSpec.java
                    • CardToolsComponentSpec.java
                    • MountSpecLifecycleTesterSpec.java
                    • RecordsShouldUpdateSpec.java
                    • PreallocatedMountSpecLifecycleTesterSpec.java
                    • SimpleMountSpecTesterSpec.java
                    • MountSpecWithShouldUpdateSpec.java
                    • MountSpecTriggerTesterSpec.java
                    • LayoutSpecWorkingRangeTesterSpec.java
                    • LayoutSpecVisibilityEventTesterSpec.java
                    • TestAnimationsComponentSpec.java
                    • TestSectionsRecyclerView.java
                    • CardActionsComponentSpec.java
                    • LayoutWithSizeSpecLifecycleTesterSpec.java
                    • SameManualKeyContainerComponentSpec.java
                    • RootComponentWithTreePropsSpec.java
                    • CardBodyComponentSpec.java
                    • OnClickCallbackComponentSpec.java
                    • TestRecyclerView.java
                    • ShouldUseGlobalPoolTrueMountSpecLifecycleTesterSpec.java
                    • DynamicPropsComponentTesterSpec.java
                    • CardHeaderComponentSpec.java
                    • TransitionEndCallbackTestComponentSpec.java
                    • LayoutSpecTriggerTesterSpec.java
                    • ChildComponentWithStateUpdateSpec.java
                    • ItemCardComponentSpec.java
                    • NestedTreeParentComponentSpec.java
                    • SameManualKeyRootComponentSpec.java
                    • SameManualKeyComponentSpec.java
                    • TreePropTestContainerComponentSpec.java
                    • BUCK
                    • TestLithoRecyclerView.java
                    • NestedTreeComponentSpec.java
                    • LayoutSpecLifecycleTesterSpec.java
                    • NestedTreeChildComponentSpec.java
                    • ShouldUseGlobalPoolFalseMountSpecLifecycleTesterSpec.java
                    • SimpleStateUpdateEmulatorSpec.java
                    • SizeTreePropComponentSpec.java
                    • MountSpecWorkingRangeTesterSpec.java
                  • LifecycleTracker.java
                  • TestTriggerEvent.java
                  • StateCaller.java
                  • BUCK
                  • LifecycleStep.java
                  • testing
                    • error
                      • TestCrasherOnCreateLayoutSpec.java
                      • TestCrasherOnMountSpec.java
                      • BUCK
                      • TestCrasherOnCreateLayoutWithSizeSpecSpec.java
                      • TestErrorBoundarySpec.java
                    • treeprop
                      • TreePropTestMiddleSpec.java
                      • TreePropSectionTestParentGroupSpec.java
                      • TreePropTestResult.java
                      • TreePropSectionTestLeafLayoutSpec.java
                      • TreePropSectionTestMiddleGroupSpec.java
                      • TreePropSectionTestLeafGroupSpec.java
                      • TreePropNumberType.java
                      • BUCK
                      • TreePropTestLeafSpec.java
                      • TreePropTestParentSpec.java
                      • TreePropStringType.java
                      • TreePropTestMountSpec.java
          • BUCK
        • test
          • resources
            • processor
              • TestEvent.java
              • IncorrectNonEmptyTestSpec.java
              • sections
                • TestEvent.java
                • FullGroupSection.java
                • TestTag.java
                • FullDiffSection.java
                • FullGroupSectionSpec.java
                • FullDiffSectionSpec.java
              • IncorrectOnCreateLayoutArgsComponentSpec.java
              • TestTag.java
              • TestLayout.java
              • IncorrectClassBasedTestSpec.java
              • BasicTestSample.java
              • TestMount.java
              • BasicTestSampleSpec.java
              • TestMountSpec.java
              • TestTreeProp.java
              • TestLayoutSpec.java
              • BasicLayoutSpec.java
            • BUCK
          • java
            • com
              • facebook
                • litho
                  • MountSpecTriggerTest.java
                  • LithoViewMountTest.java
                  • EventHandlerTest.java
                  • WillRenderTest.java
                  • DerivedDynamicValueTest.java
                  • MountStateTest.java
                  • WorkingRangeStatusHandlerTest.java
                  • LayoutSpecLifecycleTest.java
                  • WrapperTest.java
                  • IncrementalMountExtensionTest.java
                  • LithoViewTestHelperTest.java
                  • utils
                    • IncrementalMountUtilsTest.java
                    • StacktraceHelperTest.java
                    • MapDiffUtilsTest.java
                    • MeasureUtilsTest.java
                  • LayoutStateEventHandlerTest.java
                  • ComponentTreeMountTest.java
                  • sections
                    • LithoStatsSectionsTest.java
                    • SectionTreeEventHandlerTest.java
                    • BatchedTargetTest.java
                    • processor
                      • TreePropTest.java
                      • TreePropSectionTest.java
                    • common
                      • VerySimpleGroupSectionSpecTest.java
                      • DataDiffSectionSpecTest.java
                      • SectionsTriggersTest.java
                      • SingleComponentSectionSpecTest.java
                    • widget
                      • RecyclerCollectionComponentSpecTest.java
                      • LithoStartupLoggerTest.java
                    • ChangeSetTest.java
                    • ChangeTest.java
                    • ChangeSetStatsTest.java
                    • ChangesInfoTest.java
                    • SectionTreeTest.java
                    • specmodels
                      • generator
                        • GroupSectionSpecGeneratorTest.java
                    • FocusDispatcherTest.java
                    • ChangeSetStateTest.java
                  • LayoutStateCalculationWithoutDrawableOutputsTest.java
                  • EventTriggersContainerTest.java
                  • MountStateRemountEventHandlerTest.java
                  • ComponentTreeHasCompatibleLayoutTest.java
                  • processor
                    • integration
                      • sections
                        • SectionsProcessorIntegrationTest.java
                        • BUCK
                      • ProcessorIntegrationTest.java
                      • BUCK
                  • InternalNodeResolvedPaddingTest.java
                  • DeprecatedLithoTooltipTest.java
                  • TreeDiffingTest.java
                  • LayoutOutputTest.java
                  • WorkingRangeContainerTest.java
                  • StateUpdateTestComponent.java
                  • ComponentTreeTest.java
                  • PoolBisectUtilTest.java
                  • LayoutSpecTriggerTest.java
                  • ComponentTreeDumpingHelperTest.java
                  • NestedComponentStateUpdatesWithReconciliationTest.java
                  • VisibilityEventsWithVisibilityExtensionTest.java
                  • LayoutDiffingTest.java
                  • ComponentShallowCopyTest.java
                  • ViewNodeInfoTest.java
                  • choreographercompat
                    • ChoreographerCompatTest.java
                  • IncrementalVisibilityEventsTest.java
                  • CollectTransitionsTest.java
                  • MountStateViewTest.java
                  • MountStateViewTagsTest.java
                  • ComponentTreeNewLayoutStateReadyListenerTest.java
                  • AttachDetachHandlerTest.java
                  • VisibilityEventsTest.java
                  • ComponentLifecycleErrorTest.java
                  • LayoutStateTest.java
                  • StateUpdatesWithReconciliationTest.java
                  • IncrementalModuleTest.java
                  • TouchExpansionTestInternalNode.java
                  • HooksHandlerTest.java
                  • MountStateLoggingTest.java
                  • CommonPropsTest.java
                  • TransitionTest.java
                  • BaseMatcherTest.java
                  • LayoutStateCalculateVisibilityOutputsTest.java
                  • YogaAlignBaselineTest.java
                  • MountStateMountTest.java
                  • FastMathTest.java
                  • MountStateViewClickTest.java
                  • LayoutStateCalculateTest.java
                  • widget
                    • RecyclerBinderWrapContentTest.java
                    • RecyclerSpecTest.java
                    • StaggeredGridLayoutInfoTest.java
                    • RecyclerBinderAsyncInitRangeIteratorTest.java
                    • GridLayoutInfoTest.java
                    • ViewRenderInfoTest.java
                    • TextSpecTest.java
                    • EditTextSpecTest.java
                    • TextInputSpecTest.java
                    • RecyclerBinderUpdateCallbackTest.java
                    • StickyHeaderControllerTest.java
                    • LinearLayoutInfoTest.java
                    • TextureWarmerTest.java
                    • RecyclerEventsControllerTest.java
                    • RecyclerBinderSubAdapterTest.java
                    • RecyclerBinderManualRangeTest.java
                    • RecyclerBinderCanRemeasureTest.java
                    • ComponentTreeHolderTest.java
                    • TestComponentTreeHolder.java
                    • ViewportManagerTest.java
                    • RecyclerRangeTraverserTest.java
                    • ComponentWarmerTest.java
                    • ProgressSpecTest.java
                  • ResolveAttributeTest.java
                  • NoOpEventHandlerTest.java
                  • InternalNodeTouchExpansionTest.java
                  • MountStateFocusableTest.java
                  • dataflow
                    • OutputOnlyNode.java
                    • DataFlowGraphTest.java
                    • MappingNodeTest.java
                    • AdditionNode.java
                    • GraphBindingFinishesTest.java
                    • TimingNodeTest.java
                    • InterpolatorNodeTest.java
                    • NumFramesNode.java
                    • MockTimingSourceTest.java
                    • SettableNode.java
                  • GetSimpleNameTest.java
                  • DelegatingEventHandlerTest.java
                  • HooksStateHandlerTest.java
                  • ResourceCacheTest.java
                  • InternalNodeTest.java
                  • LayoutStateAddChildWithInputTest.java
                  • BorderTest.java
                  • TouchExpansionDelegateTest.java
                  • ComponentStyleTest.java
                  • ComponentTreeIncrementalMountLocalVisibleBoundsTest.java
                  • TestItemTest.java
                  • MountStateRemountTest.java
                  • ComponentsReporterTest.java
                  • MountStateIncrementalMountTest.java
                  • ApplyStylesTest.java
                  • ComponentTreePropWithReconciliationTest.java
                  • ComponentPropThreadSafetyTest.java
                  • VisibilityOutputTest.java
                  • ComponentTreeEventHandlerTest.java
                  • internal
                    • SparseFloatArrayTest.java
                    • ArraySetTest.java
                  • MountStateRemountInPlaceTest.java
                  • EdgesTest.java
                  • UniqueTransitionKeysTest.java
                  • RequiredPropsTest.java
                  • RecyclePoolTest.java
                  • ViewCompatComponentTest.java
                  • intellij
                    • LithoClassNamesTest.java
                  • VisibilityEventsIncrementalMountDisabledTest.java
                  • MountStateBoundsTest.java
                  • LayoutStateSizeTest.java
                  • MountStateTestItemTest.java
                  • ComponentTreeBuilderTest.java
                  • TestOutputTest.java
                  • StateUpdatesTest.java
                  • TransitionUtilsTest.java
                  • BUCK
                  • LayoutWithSizeSpecLifecycleTest.java
                  • animation
                    • AnimatedPropertyNodeTest.java
                    • TransitionEndEventTest.java
                    • TransitionsTest.java
                    • AnimationTest.java
                  • MountStateIncrementalMountWithTransitionsTest.java
                  • DuplicateParentChildrenStateTest.java
                  • NodeInfoTest.java
                  • LayoutStateFutureReleaseTest.java
                  • ComponentsPoolsTest.java
                  • MountSpecLifecycleTest.java
                  • LayoutStateCalculateTopsAndBottomsTest.java
                  • DebugOverlayDrawableTest.java
                  • specmodels
                    • processor
                      • UpdateStateMethodExtractorTest.java
                      • DuplicatePropValidationTest.java
                      • SpecElementTypeDeterminatorTest.java
                      • LayoutSpecModelFactoryTest.java
                      • TagExtractorTest.java
                      • EventMethodExtractorTest.java
                      • FieldsExtractorTest.java
                      • PropDefaultsExtractorTest.java
                      • TestTargetExtractorTest.java
                      • BUCK
                      • TriggerMethodExtractorTest.java
                      • MountSpecModelFactoryTest.java
                      • DelegateMethodExtractorTest.java
                      • MockName.java
                      • JavadocExtractorTest.java
                      • AnnotationExtractorTest.java
                      • PropNameInterStageStoreTest.java
                      • testing
                        • TestLayoutSpecModelFactoryTest.java
                        • BUCK
                    • BUCK
                    • generator
                      • EventGeneratorTest.java
                      • BuilderGeneratorTest.java
                      • RenderDataGeneratorTest.java
                      • StateContainerGeneratorTest.java
                      • EventCaseGeneratorTest.java
                      • JavadocGeneratorTest.java
                      • TreePropGeneratorTest.java
                      • WorkingRangeGeneratorTest.java
                      • StateGeneratorTest.java
                      • PreambleGeneratorTest.java
                      • ClassAnnotationsGeneratorTest.java
                      • ComponentBodyGeneratorTest.java
                      • DelegateMethodGeneratorTest.java
                      • testing
                        • MatcherGeneratorTest.java
                      • TagGeneratorTest.java
                      • SimpleNameDelegateGeneratorTest.java
                      • TriggerGeneratorTest.java
                    • model
                      • SimpleNameDelegateValidationTest.java
                      • SpecModelImplTest.java
                      • PureRenderValidationTest.java
                      • MethodParamModelUtilsTest.java
                      • EventValidationTest.java
                      • FieldsValidationTest.java
                      • DifferentlyTypedDuplicatePropValidationTest.java
                      • CachedValueValidationTest.java
                      • SpecModelUtilsTest.java
                      • TagValidationTest.java
                      • ErrorEventHandlerGeneratorTest.java
                      • CachedValueGeneratorTest.java
                      • WorkingRangeValidationTest.java
                      • PropValidationTest.java
                      • SpecMethodModelUtilsTest.java
                      • TriggerValidationTest.java
                      • MethodParamModelFactoryTest.java
                      • DelegateMethodValidationTest.java
                      • TreePropValidationTest.java
                      • DelegateMethodDescriptionTest.java
                      • DiffValidationTest.java
                      • SpecModelValidationTest.java
                      • StateValidationTest.java
                  • OutputUnitsAffinityGroupTest.java
                  • MountItemTest.java
                  • LayoutStateCreateTreeTest.java
                  • BoundaryWorkingRangeTest.java
                  • ComponentUtilsTest.java
                  • ComponentGlobalKeyTest.java
                  • ResolveResTest.java
                  • SizeSpecMountWrapperComponentSpecTest.java
                  • drawable
                    • ComparableGradientDrawableTest.java
                  • DynamicPropsTest.java
                  • LithoStatsTest.java
                  • LogTreePopulatorTest.java
                  • LithoViewTest.java
                  • ComponentHostTest.java
                  • LayoutStateSpecTest.java
                  • MountDelegateCanPreventMountTest.java
                  • TransitionManagerAnimationCreationTest.java
                  • MountStateBetterLoggingTest.java
                  • testing
                    • assertj
                      • SubComponentDeepExtractorTest.java
                      • CharSequenceContainsTest.java
                      • BUCK
                    • viewtree
                      • ComponentQueriesTest.java
                      • ViewTreeUtilTest.java
                      • ViewExtractorsTest.java
                      • ViewTreeTest.java
                      • BUCK
                      • LevenshteinDistanceTest.java
                    • helper
                      • BUCK
                      • VisibilityEventsHelperTest.java
                    • ReflectionHelperTest.java
                    • BUCK
                    • LithoRepresentationTest.java
                    • subcomponents
                      • BUCK
                      • CommonPropMatcherTest.java
                      • GenericMatcherGenerationTest.java
                    • specmodels
                      • InjectPropMatcherGenerationTest.java
      • processor
        • src
          • main
            • resources
              • META-INF
                • services
                  • javax.annotation.processing.Processor
            • java
              • com
                • facebook
                  • litho
                    • testing
                      • processor
                        • TestingDIComponentProcessor.java
                        • BUCK
        • build.gradle
      • build.gradle
      • specs
        • src
          • main
            • AndroidManifest.xml
            • java
              • com
                • facebook
                  • litho
                    • testing
                      • specmodels
                        • MyInjectPropSpec.java
                        • TestMyGenericSpec.java
                        • BUCK
                        • TestMyInjectPropSpec.java
                        • MyGenericSpec.java
        • build.gradle
    • litho-annotations
      • src
        • main
          • java
            • com
              • facebook
                • proguard
                  • annotations
                    • BUCK
                    • proguard_annotations.pro
                • litho
                  • annotations
                    • FromEvent.java
                    • OnMeasure.java
                    • FromBoundsDefined.java
                    • FromTrigger.java
                    • Event.java
                    • OnCreateTransition.java
                    • OnBoundsDefined.java
                    • OnPopulateAccessibilityNode.java
                    • ShouldUpdate.java
                    • OnError.java
                    • OnAttached.java
                    • OnCreateLayout.java
                    • ShouldUseGlobalPool.java
                    • OnCreateInitialState.java
                    • TestSpec.java
                    • MountingType.java
                    • OnCreateMountContentPool.java
                    • OnTrigger.java
                    • ShouldAlwaysRemeasure.java
                    • Prop.java
                    • Param.java
                    • ResType.java
                    • FromMeasureBaseline.java
                    • RequiredProp.java
                    • State.java
                    • OnCreateTreeProp.java
                    • GetExtraAccessibilityNodeAt.java
                    • FromMeasure.java
                    • OnUnbind.java
                    • OnDetached.java
                    • OnExitedRange.java
                    • OnBind.java
                    • PropDefault.java
                    • OnEnteredRange.java
                    • OnCreateMountContent.java
                    • OnEvent.java
                    • OnUpdateState.java
                    • MountSpec.java
                    • OnShouldCreateLayoutWithNewSizeSpec.java
                    • OnBindDynamicValue.java
                    • CachedValue.java
                    • BUCK
                    • OnPopulateExtraAccessibilityNode.java
                    • Comparable.java
                    • LayoutSpec.java
                    • OnRegisterRanges.java
                    • OnMount.java
                    • OnMeasureBaseline.java
                    • OnCreateLayoutWithSizeSpec.java
                    • OnPrepare.java
                    • TreeProp.java
                    • InjectProp.java
                    • GetExtraAccessibilityNodesCount.java
                    • FromPrepare.java
                    • OnUpdateStateWithTransition.java
                    • FromBind.java
                    • OnUnmount.java
                    • OnLoadStyle.java
                    • FromPreviousCreateLayout.java
                    • OnCalculateCachedValue.java
                    • ImportantForAccessibility.java
      • gradle.properties
      • build.gradle
      • BUCK
    • litho-core
      • src
        • main
          • res
            • values
              • attrs.xml
              • ids.xml
              • widget_attrs.xml
              • flexbox_attrs.xml
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • FocusedVisibleEvent.java
                  • ComponentsLogger.java
                  • NoOpEventHandler.java
                  • TextContent.java
                  • Border.java
                  • DefaultInternalNode.java
                  • Hooks.java
                  • VisibleEvent.java
                  • WorkingRangeStatusHandler.java
                  • DynamicPropsBinder.java
                  • OnInitializeAccessibilityEventEvent.java
                  • ComponentLongClickListener.java
                  • utils
                    • MeasureUtils.java
                    • StacktraceHelper.java
                    • MapDiffUtils.java
                    • BUCK
                    • IncrementalMountUtils.java
                  • DelayTransitionSet.java
                  • PoolWithDebugInfo.java
                  • VisibilityModuleInput.java
                  • DerivedDynamicValue.java
                  • NodeInfoUtils.java
                  • FocusChangedEvent.java
                  • TreeProps.java
                  • ComponentClickListener.java
                  • ComponentsPools.java
                  • SendAccessibilityEventEvent.java
                  • RenderCompleteEvent.java
                  • EventHandlersController.java
                  • CommonProps.java
                  • WorkingRange.java
                  • LithoView.java
                  • CommonUtils.java
                  • DefaultMountContentPool.java
                  • DiffNode.java
                  • HandlerInstrumenter.java
                  • TypedArrayUtils.java
                  • Transition.java
                  • AnimatableItem.java
                  • ErrorEvent.java
                  • RenderState.java
                  • DefaultLithoHandlerDynamicPriority.java
                  • DispatchPopulateAccessibilityEventEvent.java
                  • LayoutThreadPoolConfigurationImpl.java
                  • ComponentsReporter.java
                  • ComponentsSystrace.java
                  • ComponentsChainException.java
                  • DebugComponentDescriptionHelper.java
                  • Touchable.java
                  • LongClickEvent.java
                  • Copyable.java
                  • OnInitializeAccessibilityNodeInfoEvent.java
                  • EventTrigger.java
                  • BoundsHelper.java
                  • HookInitializer.java
                  • DisabledMountContentPool.java
                  • choreographercompat
                    • ChoreographerCompatImpl.java
                    • ChoreographerCompat.java
                  • DynamicValue.java
                  • LayoutState.java
                  • OutputUnitType.java
                  • DelegatingEventHandler.java
                  • OnPopulateAccessibilityEventEvent.java
                  • RootWrapperComponentFactory.java
                  • DebugDraw.java
                  • LayoutStateOutputIdCalculator.java
                  • LruResourceCache.java
                  • DeprecatedLithoTooltip.java
                  • OutputUnitsAffinityGroup.java
                  • InterceptTouchEvent.java
                  • Handle.java
                  • EventDispatcher.java
                  • DefaultNodeInfo.java
                  • EndToEndTestingExtension.java
                  • ComponentLogParams.java
                  • ComponentsLifecycles.java
                  • FastMath.java
                  • FullImpressionVisibleEvent.java
                  • LithoTooltipController.java
                  • LithoDebugInfo.java
                  • TransitionEndEvent.java
                  • InvisibleEvent.java
                  • ComponentContext.java
                  • VisibilityOutputsExtension.java
                  • WorkingRangeContainer.java
                  • RecyclePool.java
                  • DebugComponent.java
                  • HooksHandler.java
                  • MountState.java
                  • TransitionUtils.java
                  • OnRequestSendAccessibilityEventEvent.java
                  • InternalNode.java
                  • DefaultDiffNode.java
                  • DrawableComponent.java
                  • ViewCompatComponent.java
                  • TestItem.java
                  • DebugLayoutNode.java
                  • ComponentLayout.java
                  • LithoViewTestHelper.java
                  • MountUtils.java
                  • IncrementalModule.java
                  • dataflow
                    • TimingSource.java
                    • springs
                      • SpringListener.java
                      • Spring.java
                      • README.md
                      • SpringConfig.java
                    • InterpolatorNode.java
                    • IllegalValueException.java
                    • ValueNode.java
                    • NodeCanFinish.java
                    • MappingNode.java
                    • ConstantNode.java
                    • DataFlowBinding.java
                    • DataFlowGraph.java
                    • SimpleNode.java
                    • BadGraphSetupException.java
                    • BindingListener.java
                    • MockTimingSource.java
                    • TimingNode.java
                    • ChoreographerTimingSource.java
                    • GraphBinding.java
                    • DetectedCycleException.java
                    • SpringNode.java
                  • AccessibilityRole.java
                  • DrawableMatrix.java
                  • config
                    • DeviceInfoUtils.java
                    • ComponentsConfiguration.java
                    • LayoutThreadPoolConfiguration.java
                    • BUCK
                  • Size.java
                  • SizeSpec.java
                  • CommonPropsHolder.java
                  • WorkContinuationInstrumenter.java
                  • ComponentKeyUtils.java
                  • AccessibilityUtils.java
                  • LithoStartupLogger.java
                  • Equivalence.java
                  • ThreadTracingRunnable.java
                  • ComponentTouchListener.java
                  • AttachDetachHandler.java
                  • Wrapper.java
                  • FrameworkLogEvents.java
                  • LithoRenderUnitFactory.java
                  • BoundaryWorkingRange.java
                  • DebugHierarchy.java
                  • StateContainer.java
                  • IncrementalMountExtension.java
                  • VisibilityChangedEvent.java
                  • Row.java
                  • EventTriggerTarget.java
                  • perfboost
                    • LithoPerfBoosterFactory.java
                    • BUCK
                    • LithoPerfBooster.java
                  • Output.java
                  • internal
                    • ArraySet.java
                    • SparseFloatArray.java
                    • MutableInt.java
                    • BUCK
                  • LayoutOutput.java
                  • InitialStateContainer.java
                  • LithoHandler.java
                  • LayoutThreadPoolExecutor.java
                  • MeasureComparisonUtils.java
                  • NoOpInternalNode.java
                  • DefaultComponentsReporter.java
                  • VisibilityModule.java
                  • ViewNodeInfo.java
                  • ComponentFocusChangeListener.java
                  • TouchExpansionDelegate.java
                  • NodeConfig.java
                  • MatrixDrawable.java
                  • LithoTooltip.java
                  • NoOpPerfEvent.java
                  • LithoYogaMeasureFunction.java
                  • HostComponent.java
                  • LithoYogaBaselineFunction.java
                  • LithoHostListenerCoordinator.java
                  • Component.java
                  • SendAccessibilityEventUncheckedEvent.java
                  • TooltipPosition.java
                  • StateHandler.java
                  • CommonPropsCopyable.java
                  • CopyableLayoutProps.java
                  • ContextUtils.java
                  • ComponentTreeDumpingHelper.java
                  • ResourceResolver.java
                  • DebugOverlayDrawable.java
                  • LayoutProps.java
                  • HasEventTrigger.java
                  • EventTriggersContainer.java
                  • DynamicPropsManager.java
                  • StateValue.java
                  • Column.java
                  • BUCK
                  • PerfEvent.java
                  • TestLayoutState.java
                  • yoga
                    • LithoYogaFactory.java
                    • BUCK
                  • IncrementalMountHelper.java
                  • LithoRenderUnit.java
                  • ThreadPoolDynamicPriorityLayoutHandler.java
                  • animation
                    • TransitionAnimationBinding.java
                    • AnimationBindingListener.java
                    • Resolver.java
                    • SequenceBinding.java
                    • PropertyAnimation.java
                    • BezierTransition.java
                    • PropertyHandle.java
                    • AnimatedProperties.java
                    • DelayBinding.java
                    • AnimatedProperty.java
                    • ParallelBinding.java
                    • AnimatedPropertyNode.java
                    • FloatValue.java
                    • TimingTransition.java
                    • BaseAnimationBinding.java
                    • SpringTransition.java
                    • DimensionValue.java
                    • RuntimeValue.java
                    • AnimationBinding.java
                  • Layout.java
                  • Diff.java
                  • NodeInfo.java
                  • viewcompat
                    • ViewBinder.java
                    • SimpleViewBinder.java
                    • BUCK
                    • ViewCreator.java
                  • Host.java
                  • LayoutPriorityThreadPoolExecutor.java
                  • MountContentPool.java
                  • TransitionManager.java
                  • PoolBisectUtil.java
                  • stats
                    • LithoStats.java
                    • BUCK
                  • DoubleMeasureFixUtil.java
                  • ComponentUtils.java
                  • ImageContent.java
                  • ComponentHostUtils.java
                  • ThreadUtils.java
                  • EventDispatcherUtils.java
                  • TestOutput.java
                  • VisibilityOutput.java
                  • ResourceCache.java
                  • ErrorBoundariesConfiguration.java
                  • UnfocusedVisibleEvent.java
                  • SequenceTransitionSet.java
                  • HookUpdater.java
                  • TouchEvent.java
                  • DefaultComponentsSystrace.java
                  • PerformAccessibilityActionEvent.java
                  • TransitionId.java
                  • ArrayBatchAllocator.java
                  • HostListenerExtension.java
                  • TransitionSet.java
                  • LithoMountData.java
                  • AnimationsDebug.java
                  • drawable
                    • ComparableColorDrawable.java
                    • ComparableGradientDrawable.java
                    • BorderColorDrawable.java
                    • ComparableDrawableWrapper.java
                    • DrawableUtils.java
                    • ComparableDrawable.java
                  • ClickEvent.java
                  • TransitionIdMap.java
                  • LayoutThreadFactory.java
                  • HasEventDispatcher.java
                  • TestComponent.java
                  • ParallelTransitionSet.java
                  • InternalNodeUtils.java
                  • TransitionsExtension.java
                  • HasLithoViewChildren.java
                  • VisibilityItem.java
                  • ComponentAccessibilityDelegate.java
                  • ComponentLifecycle.java
                  • EventHandler.java
                  • ThreadPoolLayoutHandler.java
                  • Edges.java
                  • ComponentHost.java
                  • ComponentTree.java
                  • LogTreePopulator.java
      • gradle.properties
      • build.gradle
      • BUCK
    • LICENSE
    • litho-testing
      • src
        • main
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • BaseMatcherBuilder.java
                  • BenchmarkTestHelper.java
                  • BaseMatcher.java
                  • TestPerfEvent.java
                  • widget
                    • TestEditTextSpec.java
                    • TestImageConditions.java
                    • TestTextSpec.java
                    • TestProgressSpec.java
                    • TestCardSpec.java
                    • TestVerticalScrollSpec.java
                    • BUCK
                    • TestSolidColorSpec.java
                    • TestCardShadowSpec.java
                    • TestImageSpec.java
                    • TestCardClipSpec.java
                    • TestHorizontalScrollSpec.java
                  • BUCK
                  • testing
                    • TransitionTestRule.java
                    • testrule
                      • LithoAnimationEnablerTestRule.java
                      • BUCK
                    • assertj
                      • SubComponentDeepExtractor.java
                      • ComponentConditions.java
                      • SubComponentExtractor.java
                      • LithoViewAssert.java
                      • LithoViewSubComponentExtractor.java
                      • CharSequenceContains.java
                      • StateValueAssert.java
                      • ComponentAssert.java
                      • LithoAssertions.java
                      • SubCharSequenceMatcher.java
                      • HamcrestCondition.java
                      • LithoRepresentation.java
                      • BUCK
                      • LithoViewSubComponentDeepExtractor.java
                    • InteractionUtil.java
                    • LithoStatsRule.java
                    • sections
                      • SectionsTestHelper.java
                      • TestGroupSectionSpec.java
                      • TestDataDiffSectionSpec.java
                      • TestTriggerEvent.java
                      • TestTarget.java
                      • TestSectionCreator.java
                      • SubSection.java
                      • BUCK
                      • TestTriggerChildSectionSpec.java
                      • TestTriggerParentSectionSpec.java
                    • TestTransitionComponent.java
                    • state
                      • BUCK
                      • StateUpdatesTestHelper.java
                    • TestViewComponent.java
                    • TestNullLayoutComponent.java
                    • TestDrawable.java
                    • TestLayoutComponent.java
                    • ViewForTestKeyNotFoundException.java
                    • viewtree
                      • ViewTree.java
                      • LevenshteinDistance.java
                      • ViewExtractors.java
                      • ViewPredicates.java
                      • ComponentQueries.java
                      • BUCK
                      • ViewTreeAssert.java
                      • ViewTreeUtil.java
                    • BackgroundLayoutLooperRule.java
                    • helper
                      • VisibilityEventsHelper.java
                      • BUCK
                      • ComponentTestHelper.java
                    • TestDrawableComponent.java
                    • TimeOutSemaphore.java
                    • inlinelayoutspec
                      • InlineLayoutSpec.java
                      • BUCK
                    • shadows
                      • LayoutDirectionViewGroupShadow.java
                      • ColorDrawableShadow.java
                      • LayoutDirectionViewShadow.java
                      • BUCK
                    • eventhandler
                      • EventHandlerTestHelper.java
                      • BUCK
                    • testrunner
                      • NoOpComponentsSystrace.java
                      • LithoTestRunner.java
                      • BUCK
                    • Whitebox.java
                    • TestWrappedComponentPropSpec.java
                    • BUCK
                    • ViewGroupWithLithoViewChildren.java
                    • subcomponents
                      • InspectableComponent.java
                      • SubComponent.java
                      • BUCK
                    • specmodels
                      • MockMethodParamModel.java
                      • MockSpecModel.java
                      • BUCK
                    • ReflectionHelper.java
                    • TestSizeDependentComponent.java
                    • ComponentsRule.java
                    • TestComponent.java
                    • logging
                      • TestComponentsLogger.java
                      • TestComponentsReporter.java
                      • BUCK
                    • LithoViewRule.java
        • test
          • java
            • com
              • facebook
                • litho
                  • testing
                    • assertj
                      • HamcrestConditionTest.java
      • gradle.properties
      • build.gradle
    • litho-fresco-kotlin
      • src
        • main
          • AndroidManifest.xml
          • kotlin
            • com
              • facebook
                • litho
                  • fresco
                    • FrescoImage.kt
                    • BUCK
      • gradle.properties
      • build.gradle
    • gradlew
    • THIRD_PARTY_NOTICES.txt
    • litho-widget
      • src
        • main
          • res
            • layout
              • litho_scroll_view.xml
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • widget
                    • RequestFocusEvent.java
                    • KeyUpEvent.java
                    • CenterSnappingSmoothScroller.java
                    • GridLayoutInfo.java
                    • TransparencyEnabledCardClipSpec.java
                    • HasPostDispatchDrawListener.java
                    • EditTextSpec.java
                    • RecyclerRangeTraverser.java
                    • LayoutInfo.java
                    • RecyclerBinderAdapter.java
                    • Binder.java
                    • SnapUtil.java
                    • RecyclerBinderOperationExecutor.java
                    • StickyHeaderControllerFactory.java
                    • TextInputSpec.java
                    • ComponentWarmer.java
                    • LayoutInfoUtils.java
                    • CardClipSpec.java
                    • ItemSelectedEvent.java
                    • RenderInfo.java
                    • RecyclerBinderUpdateCallback.java
                    • SizeSpecMountWrapperComponentSpec.java
                    • RecyclerSpec.java
                    • ClickableSpanListener.java
                    • CardClipDrawable.java
                    • ChangeSetCompleteCallback.java
                    • StaggeredGridLayoutInfo.java
                    • EditTextStateUpdatePolicy.java
                    • SmoothScrollAlignmentType.java
                    • CardSpec.java
                    • accessibility
                      • BUCK
                      • AccessibleClickableSpan.java
                    • LongClickableSpan.java
                    • ViewportInfo.java
                    • LinearLayoutInfo.java
                    • PostDispatchDrawListener.java
                    • ViewRenderInfo.java
                    • EdgeSnappingSmoothScroller.java
                    • SetSelectionEvent.java
                    • SectionsRecyclerView.java
                    • TransparencyEnabledCardClipDrawable.java
                    • ClearFocusEvent.java
                    • ComponentCreator.java
                    • RenderInfoViewCreatorController.java
                    • HorizontalScrollEventsController.java
                    • TextDrawable.java
                    • StickyHeaderControllerImpl.java
                    • LithoScrollView.java
                    • SetTextEvent.java
                    • HasStickyHeader.java
                    • MountableCharSequence.java
                    • ViewportManager.java
                    • EditorActionEvent.java
                    • TreePropsWrappedRenderInfo.java
                    • LithoViewFactory.java
                    • LayoutHandlerFactory.java
                    • ReMeasureEvent.java
                    • GetTextEvent.java
                    • NeedsBgPaddingInfo.java
                    • StartSnapHelper.java
                    • ProgressSpec.java
                    • LithoRecylerView.java
                    • CustomSpeedLinearSnapHelper.java
                    • RenderInfoDebugInfoRegistry.java
                    • TransparencyEnabledCardSpec.java
                    • ComponentRenderInfo.java
                    • TextSpec.java
                    • EmptyComponentSpec.java
                    • CardShadowDrawable.java
                    • VerticalScrollSpec.java
                    • BaseRenderInfo.java
                    • CardShadowSpec.java
                    • TextOffsetOnTouchEvent.java
                    • DispatchKeyEvent.java
                    • RecyclerEventsController.java
                    • ComponentTreeHolder.java
                    • TextChangedEvent.java
                    • BUCK
                    • TextAlignment.java
                    • SelectionChangedEvent.java
                    • ImageSpec.java
                    • SpinnerSpec.java
                    • SolidColorSpec.java
                    • TextStylesHelper.java
                    • HorizontalScrollSpec.java
                    • SectionsDebug.java
                    • DataDiffModelName.java
                    • PTRRefreshEvent.java
                    • StaggeredGridLayoutHelper.java
                    • InputConnectionEvent.java
                    • StickyHeaderController.java
                    • VerticalGravity.java
                    • RecyclerBinder.java
                    • KeyPreImeEvent.java
                    • TextureWarmer.java
                    • SynchronizedTypefaceHelper.java
      • gradle.properties
      • build.gradle
      • BUCK
    • sample-codelab
      • src
        • main
          • res
            • layout
              • hello_world.xml
            • values
              • styles.xml
              • colors.xml
              • strings.xml
            • drawable
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • samples
                  • lithocodelab
                    • StoryCardComponentSpec.java
                    • LithoLabActivity.java
                    • LithoLabApplication.java
                    • examples
                      • ExamplesRowComponentSpec.java
                      • ExamplesActivityComponentSpec.java
                      • ExamplesLithoLabActivity.java
                      • modules
                        • LearningPropsComponentSpec.java
                        • LearningStateComponentSpec.java
                        • LearningClickEventsComponentSpec.java
                        • LearningContainersComponentSpec.java
                        • LearningRecyclerBinderComponentSpec.java
                        • LearningTextWidgetComponentSpec.java
                        • LearningLayoutSpecsComponentSpec.java
                        • LearningLayoutPropsComponentSpec.java
                    • end
                      • LithoLabApproximateEndActivity.java
                      • StoryCardComponentSpec.java
                      • LithoLabEndComponentSpec.java
                      • StoryCardsWithHeaderSectionSpec.java
                      • StoryHeaderComponentSpec.java
                    • BUCK
                    • middle
                      • StoryCardComponentSpec.java
                      • LithoLabMiddleActivity.java
                      • LithoLabMiddleComponentSpec.java
        • test
          • java
            • com
              • facebook
                • samples
                  • lithocodelab
                    • examples
                      • modules
                        • BUCK
                        • LearningStateComponentSpecTest.java
      • debug.keystore.properties
      • build.gradle
      • BUCK
      • debug.keystore
    • lib
      • mockito
        • BUCK
      • javapoet
        • BUCK
      • assertj
        • BUCK
      • truth
        • BUCK
      • commons-cli
        • BUCK
      • bcprov-jdk16
        • BUCK
      • jni-hack
        • real
          • jni.h
        • README.md
        • BUCK
        • jni.h
      • intellij-plugin-sdk
        • platform-impl.jar
        • annotations.jar
        • util.jar
        • java-api.jar
        • java-impl.jar
        • idea.jar
        • extensions.jar
        • README.md
        • BUCK
        • platform-api.jar
      • sqlite
        • BUCK
      • byte-buddy
        • BUCK
      • android-all
        • tagsoup-1.2.jar
        • json-20080701.jar
        • BUCK
      • kotlin
        • BUCK
      • powermock2
        • BUCK
      • fresco
        • BUCK
      • guava
        • BUCK
      • screenshot
        • BUCK
      • yogajni
        • src
          • main
            • cpp
              • jni
                • YGJNIVanilla.cpp
                • common.h
                • corefunctions.cpp
                • yogajni.cpp
                • corefunctions.h
                • ScopedGlobalRef.h
                • macros.h
                • ScopedLocalRef.h
                • YGJTypesVanilla.h
                • YGJNIVanilla.h
                • YogaJniException.h
                • common.cpp
                • YGJNI.h
                • YogaJniException.cpp
              • CMakeLists.txt
            • AndroidManifest.xml
        • build.gradle
        • BUCK
      • fbcore
        • BUCK
      • hamcrest
        • BUCK
      • infer-annotations
        • BUCK
      • espresso
        • BUCK
      • javac-tools
        • BUCK
      • robolectric4
        • BUCK
      • textlayoutbuilder
        • BUCK
      • asm
        • BUCK
      • soloader
        • BUCK
      • robolectric3
        • BUCK
      • yoga
        • src
          • main
            • cpp
              • CMakeLists.txt
              • BUCK
              • yoga
                • YGStyle.cpp
                • Yoga.cpp
                • YGMacros.h
                • Utils.h
                • YGValue.h
                • YGEnums.cpp
                • YGStyle.h
                • YGNodePrint.h
                • Utils.cpp
                • YGLayout.h
                • BitUtils.h
                • Yoga-internal.h
                • YGNode.h
                • YGLayout.cpp
                • YGEnums.h
                • log.cpp
                • log.h
                • YGNode.cpp
                • internal
                  • experiments.cpp
                  • experiments-inl.h
                  • experiments.h
                • YGValue.cpp
                • Yoga.h
                • event
                  • event.h
                  • event.cpp
                • CompactValue.h
                • YGConfig.h
                • YGNodePrint.cpp
                • YGConfig.cpp
                • YGFloatOptional.h
            • AndroidManifest.xml
            • java
              • com
                • facebook
                  • yoga
                    • YogaNodeJNIBase.java
                    • YogaExperimentalFeature.java
                    • YogaNode.java
                    • YogaJustify.java
                    • YogaMeasureFunction.java
                    • YogaMeasureMode.java
                    • YogaStyleInputs.java
                    • YogaNodeJNIFinalizer.java
                    • YogaDimension.java
                    • YogaPositionType.java
                    • YogaConfigJNIFinalizer.java
                    • YogaPrintOptions.java
                    • YogaOverflow.java
                    • LayoutPassReason.java
                    • YogaConfigFactory.java
                    • YogaMeasureOutput.java
                    • YogaWrap.java
                    • YogaConfig.java
                    • YogaDirection.java
                    • YogaBaselineFunction.java
                    • YogaConstants.java
                    • YogaNodeFactory.java
                    • YogaDisplay.java
                    • YogaLayoutType.java
                    • YogaUnit.java
                    • YogaFlexDirection.java
                    • YogaLogger.java
                    • YogaAlign.java
                    • YogaNative.java
                    • YogaNodeType.java
                    • YogaConfigJNIBase.java
                    • YogaEdge.java
                    • YogaValue.java
                    • YogaLogLevel.java
        • build.gradle
        • BUCK
      • diff-utils
        • BUCK
      • junit
        • BUCK
      • androidx
        • BUCK
      • jsr-305
        • BUCK
      • vtd-xml
        • BUCK
      • objenesis
        • BUCK
      • mockito2
        • BUCK
      • powermock
        • BUCK
      • flipper
        • BUCK
      • compile-testing
        • BUCK
    • litho-sections-debug
      • src
        • main
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • sections
                    • debug
                      • BUCK
                      • DebugSection.java
      • gradle.properties
      • build.gradle
    • litho-it-spec
      • src
        • main
          • AndroidManifest.xml
        • test
          • java
            • com
              • facebook
                • litho
                  • sections
                    • common
                      • GroupSectionWithNullableRenderInfoSpec.java
                      • DataDiffSectionSpecTest.java
                  • triggers
                    • TestEvent.java
                    • ComponentWithTriggerSpec.java
                    • ComponentContainerSpec.java
                    • EventTriggerTest.java
                  • BUCK
      • build.gradle
    • CONTRIBUTING.md
    • litho-sections-widget
      • src
        • main
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • sections
                    • widget
                      • RecyclerDynamicConfigEvent.java
                      • GridLayoutInfoFactory.java
                      • StaggeredGridRecyclerConfiguration.java
                      • RecyclerCollectionEventsController.java
                      • RecyclerBinderConfiguration.java
                      • RecyclerCollectionComponentSpec.java
                      • LinearLayoutInfoFactory.java
                      • GridRecyclerConfiguration.java
                      • RecyclerConfiguration.java
                      • BUCK
                      • NoUpdateItemAnimator.java
                      • ScrollEvent.java
                      • StaggeredGridLayoutInfoFactory.java
                      • SectionBinderTarget.java
                      • ListRecyclerConfiguration.java
                      • NotAnimatedItemAnimator.java
      • gradle.properties
      • build.gradle
    • config
      • build_config_values
    • CHANGELOG.md
    • litho-processor
      • src
        • main
          • resources
            • META-INF
              • services
                • javax.annotation.processing.Processor
              • gradle
                • incremental.annotation.processors
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • specmodels
                    • processor
                      • SpecElementTypeDeterminator.java
                      • AbstractComponentsProcessor.java
                      • MultiPrintableException.java
                      • MethodExtractorUtils.java
                      • ComponentsProcessingException.java
                      • EventMethodExtractor.java
                      • BindDynamicValuesMethodExtractor.java
                      • UpdateStateMethodExtractor.java
                      • SpecModelFactory.java
                      • InterStageStore.java
                      • PropDefaultsExtractor.java
                      • JavadocExtractor.java
                      • TestTargetExtractor.java
                      • TypeVariablesExtractor.java
                      • DelegateMethodExtractor.java
                      • LayoutSpecModelFactory.java
                      • ComponentsProcessor.java
                      • TagExtractor.java
                      • PropNameInterStageStore.java
                      • ProcessorUtils.java
                      • MountSpecModelFactory.java
                      • BUCK
                      • FieldsExtractor.java
                      • WorkingRangesMethodExtractor.java
                      • EventDeclarationsExtractor.java
                      • CachedPropNameExtractor.java
                      • PrintableException.java
                      • AnnotationExtractor.java
                      • TriggerMethodExtractor.java
                      • testing
                        • TestSpecModelFactory.java
                        • BUCK
                        • ComponentsTestingProcessor.java
                    • internal
                      • ImmutableList.java
                      • RunMode.java
                      • BUCK
                      • SimpleMemoizingSupplier.java
                    • BUCK
                    • generator
                      • SimpleNameDelegateGenerator.java
                      • PreambleGenerator.java
                      • CachedValueGenerator.java
                      • JavadocGenerator.java
                      • ComponentBodyGenerator.java
                      • MountSpecGenerator.java
                      • RenderDataGenerator.java
                      • WorkingRangeGenerator.java
                      • PureRenderGenerator.java
                      • GeneratorConstants.java
                      • MethodParamGeneratorUtils.java
                      • BuilderGenerator.java
                      • StateContainerGenerator.java
                      • TreePropGenerator.java
                      • ClassAnnotationsGenerator.java
                      • EventCaseGenerator.java
                      • StateGenerator.java
                      • TypeSpecDataHolder.java
                      • KotlinSpecUtils.java
                      • EventGenerator.java
                      • TagGenerator.java
                      • DelegateMethodGenerator.java
                      • TriggerGenerator.java
                      • testing
                        • BUCK
                        • MatcherGenerator.java
                      • GeneratorUtils.java
                    • model
                      • TreePropModel.java
                      • StateValidation.java
                      • InterStageInputParamModel.java
                      • DefaultLayoutSpecGenerator.java
                      • StateParamModel.java
                      • SpecModelValidationError.java
                      • TagModel.java
                      • SpecMethodModel.java
                      • FieldModel.java
                      • DelegateMethod.java
                      • HasPureRender.java
                      • DiffStateParamModel.java
                      • DefaultMountSpecGenerator.java
                      • WorkingRangeDeclarationModel.java
                      • TreePropValidation.java
                      • PropValidation.java
                      • SpecModelImpl.java
                      • FieldsValidation.java
                      • PropModel.java
                      • DelegateMethodDescription.java
                      • EventDeclarationModel.java
                      • BuilderMethodModel.java
                      • MountSpecModel.java
                      • SpecModelUtils.java
                      • DynamicPropsValidation.java
                      • MethodParamModelFactory.java
                      • InjectPropModel.java
                      • HasEnclosedSpecModel.java
                      • TagValidation.java
                      • TypeSpec.java
                      • CachedValueParamModel.java
                      • DiffPropModel.java
                      • DiffValidation.java
                      • CachedValueValidation.java
                      • SpecMethodModelValidation.java
                      • RenderDataDiffModel.java
                      • DelegateMethodDescriptions.java
                      • EventValidation.java
                      • PropJavadocModel.java
                      • EventMethod.java
                      • SpecModelValidation.java
                      • UpdateStateMethod.java
                      • SimpleMethodParamModel.java
                      • SpecMethodModelUtils.java
                      • SpecGenerator.java
                      • DependencyInjectionHelperFactory.java
                      • DelegateMethodValidation.java
                      • PropDefaultModel.java
                      • PureRenderValidation.java
                      • TriggerValidation.java
                      • ErrorEventHandlerGenerator.java
                      • MethodParamModelUtils.java
                      • ClassNames.java
                      • LayoutSpecModel.java
                      • SpecModel.java
                      • WorkingRangeValidation.java
                      • SimpleNameDelegateValidation.java
                      • BindDynamicValueMethod.java
                      • DependencyInjectionHelper.java
                      • WorkingRangeMethodModel.java
                      • SpecElementType.java
                      • MethodParamModel.java
                      • testing
                        • TestSpecModel.java
                        • TestSpecGenerator.java
                        • TestSpecModelValidation.java
                        • BUCK
                        • DefaultTestSpecGenerator.java
        • test
          • java
            • com
              • facebook
                • litho
                  • specmodels
                    • processor
                      • FieldsExtractorTestHelper.java
                      • TriggerMethodExtractorTestHelper.java
                      • UpdateStateMethodExtractorTestHelper.java
                      • EventMethodExtractorTestHelper.java
                      • BUCK
                      • PropDefaultsExtractorTestHelper.java
                      • DelegateMethodExtractorTestHelper.java
        • debug
          • java
            • com
              • facebook
                • litho
                  • specmodels
                    • internal
                      • BUCK
      • gradle.properties
      • build.gradle
      • BUCK
    • build.gradle
    • sample-kotlin
      • src
        • main
          • AndroidManifest.xml
          • kotlin
            • com
              • facebook
                • samples
                  • litho
                    • kotlin
                      • demo
                        • DemoListActivity.kt
                        • DemoListComponentSpec.kt
                        • DemoListItemComponentSpec.kt
                        • DemoListDataModel.kt
                        • DataModels.kt
                      • animations
                        • expandableelement
                          • ExpandableElementUtil.kt
                          • ExpandableElementActivity.kt
                          • ExpandableElementMeSpec.kt
                          • ExpandableElementOtherSpec.kt
                          • ExpandableElementRootComponentSpec.kt
                        • messages
                          • Message.kt
                        • bounds
                          • BoundsAnimationComponentSpec.kt
                          • BoundsAnimationActivity.kt
                        • animationcomposition
                          • Data.kt
                          • LeftRightBlocksComponentSpec.kt
                          • UpDownBlocksComponentSpec.kt
                          • OneByOneLeftRightBlocksComponentSpec.kt
                          • LeftRightBlocksSequenceComponentSpec.kt
                          • ComposedAnimationsActivity.kt
                          • ComposedAnimationsComponentSpec.kt
                          • StoryFooterComponentSpec.kt
                        • animatedbadge
                          • AnimatedBadgeSpec.kt
                          • AnimatedBadgeActivity.kt
                      • playground
                        • PlaygroundActivity.kt
                      • bordereffects
                        • AlternateColorCornerPathEffectBorderSpec.kt
                        • AllBorderSpec.kt
                        • VerticalDashPathEffectBorderSpec.kt
                        • CompositePathEffectBorderSpec.kt
                        • AlternateWidthBorderSpec.kt
                        • NiceColor.kt
                        • BorderEffectsActivity.kt
                        • BorderEffectsComponentSpec.kt
                        • RtlColorWidthBorderSpec.kt
                        • AlternateColorBorderSpec.kt
                        • DashPathEffectBorderSpec.kt
                        • AlternateColorWidthBorderSpec.kt
                        • VaryingRadiiBorderSpec.kt
                        • AlternateColorPathEffectBorderSpec.kt
                      • NavigatableDemoActivity.kt
                      • LithoApplication.kt
                      • BUCK
                      • lithography
                        • sections
                          • LithoFeedSectionSpec.kt
                          • ImagesSectionSpec.kt
                          • DecadeSectionSpec.kt
                        • LithographyActivity.kt
                        • components
                          • ActionsComponent.kt
                          • FeedItemComponent.kt
                          • FeedItemCard.kt
                          • FavouriteButton.kt
                          • SingleImageComponent.kt
                          • FooterComponent.kt
                          • LoadingComponent.kt
                          • DecadeSeparator.kt
                        • data
                          • Fetcher.kt
                          • Artist.kt
                          • DataCreator.kt
                          • Model.kt
                          • DecadeViewModel.kt
                          • Decade.kt
                          • DataFetcher.kt
                      • errors
                        • PossiblyCrashingSubTitleComponentSpec.kt
                        • ErrorRootComponentSpec.kt
                        • TitleComponentSpec.kt
                        • ErrorBoundarySpec.kt
                        • ListRowComponentSpec.kt
                        • ListRow.kt
                        • DebugErrorComponentSpec.kt
                        • ErrorHandlingActivity.kt
                      • logging
                        • SamplePerfEvent.kt
                        • EventData.kt
                        • LogContext.kt
                        • LoggingRootComponent.kt
                        • PerfEventStore.kt
                        • SampleComponentsLogger.kt
                        • LoggingActivity.kt
                        • LoggingChildComponent.kt
                        • SampleComponentsReporter.kt
      • debug.keystore.properties
      • build.gradle
      • BUCK
      • debug.keystore
    • litho-it-powermock
      • src
        • main
          • AndroidManifest.xml
        • test
          • java
            • com
              • facebook
                • litho
                  • LayoutDirectionTest.java
                  • ComponentTreeTest.java
                  • LayoutStateCalculateTest.java
                  • LithoHandlerTest.java
                  • BUCK
                  • ComponentLifecycleTest.java
                  • testing
                    • viewtree
                      • BUCK
                      • ViewPredicatesTest.java
      • build.gradle
      • README.md
    • litho-rendercore
      • src
        • main
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • rendercore
                  • RenderUnit.java
                  • utils
                    • BoundsUtils.java
                    • LayoutUtils.java
                    • MeasureSpecUtils.java
                    • ThreadUtils.java
                  • RenderTreeHost.java
                  • RenderState.java
                  • Touchable.java
                  • Copyable.java
                  • Reducer.java
                  • RootHostDelegate.java
                  • MountState.java
                  • Node.java
                  • UnmountDelegateExtension.java
                  • MountItem.java
                  • MountDelegate.java
                  • RootHost.java
                  • Systrace.java
                  • LayoutCache.java
                  • MeasureResult.java
                  • annotations
                    • UIState.java
                    • Action.java
                  • Host.java
                  • MountItemsPool.java
                  • RenderTree.java
                  • RenderResult.java
                  • RenderTreeNode.java
                  • MountDelegateExtension.java
      • gradle.properties
      • config
        • build_config_values
      • build.gradle
      • BUCK
      • .gitignore
    • README.md
    • BUCK
    • litho-espresso
      • src
        • main
          • AndroidManifest.xml
          • java
            • com
              • facebook
                • litho
                  • testing
                    • espresso
                      • InstrumentationApp.java
                      • LithoEspressoTestRunner.java
                      • LithoViewMatchers.java
                      • LithoActivityTestRule.java
                      • ComponentHostMatchers.java
                      • rules
                        • AnimationRunnerTestRule.java
                        • ComponentActivityTestRule.java
                        • ComponentActivity.java
                        • BUCK
                      • BUCK
        • androidTest
          • java
            • com
              • facebook
                • litho
                  • testing
                    • espresso
                      • LithoViewMatchersTest.java
                      • ComponentHostMatchersTest.java
                      • MyComponentSpec.java
                      • BUCK
      • gradle.properties
      • build.gradle
    • CODE_OF_CONDUCT.md
    • litho-widget-kotlin
      • src
        • main
          • AndroidManifest.xml
          • kotlin
            • com
              • facebook
                • litho
                  • widget
                    • Spinner.kt
                    • SolidColor.kt
                    • Image.kt
                    • TextInput.kt
                    • VerticalScroll.kt
                    • HorizontalScroll.kt
                    • Card.kt
                    • Text.kt
                    • BUCK
                    • Progress.kt
      • gradle.properties
      • build.gradle
    • scripts
      • build-codelabs.sh
      • apt-get-android-deps.sh
      • circle-ci-android-setup.sh
      • setup-keys.enc
      • circle-ci-publish-snapshot.sh
      • local-deploy.sh
      • verify-bintray-upload.hs
      • codemod-state-update-methods.sh
    • tools
      • build_defs
        • oss
          • litho_defs.bzl
          • fb_native_wrapper.bzl
          • glob_defs.bzl
    • settings.gradle
    • .gitignore
    • docs
      • blog
        • all.html
        • index.html
      • _docs
        • best-practices.md
        • prop-matching.md
        • sections-view-support.md
        • intro.md
        • sections-architecture.md
        • onattached-ondetached.md
        • repo-structure.md
        • flipper-plugins.md
        • transition-faq.md
        • component-tree.md
        • dynamic_props.md
        • events-overview.md
        • getting-started.md
        • diff-sections.md
        • faq.md
        • tooltips.md
        • widgets.md
        • writing-components.md
        • tree-props.md
        • inc-mount.md
        • transition-types.md
        • state.md
        • visibility_handling.md
        • dev-options.md
        • tests-in-android-studio.md
        • inc-mount-architecture.md
        • getting-started
          • gradle.md
          • gradle-kt.md
          • buck.md
          • testing-kt.md
          • testing-java.md
        • mount-specs.md
        • cached-values.md
        • error-boundaries.md
        • architecture_overview.md
        • sections-intro.md
        • sections-testing.md
        • asynchronous-layout.md
        • transition-definitions.md
        • hscrolls.md
        • contributing.md
        • sections-building-blocks.md
        • border.md
        • unit-testing.md
        • testing-overview.md
        • layout-specs.md
        • espresso-testing.md
        • updating-ui.md
        • reconciliation.md
        • events-touch-handling.md
        • tutorial.md
        • rtl.md
        • accessibility.md
        • glossary.md
        • motivation.md
        • props.md
        • sections-tutorial.md
        • view-flattening.md
        • transition-choreography.md
        • subcomponent-testing.md
        • communicating-with-the-ui.md
        • recycler-collection-component.md
        • event-handler-testing.md
        • transition-key-types.md
        • codegen.md
        • recycling.md
        • injectprop-matching.md
        • common-props.md
        • community-showcase.md
        • sections-working-ranges.md
        • transition-all-layout.md
        • layout-specs
          • layout-spec-java.md
          • layout-spec-kt.md
        • services.md
        • transition-basics.md
        • trigger-events.md
        • layout.md
        • group-sections.md
        • custom-layout.md
        • debugging.md
        • saving-state.md
        • recycler-component.md
        • using-components.md
        • uses.md
        • styles.md
      • _sass
        • _reset.scss
        • _poweredby.scss
        • _tables.scss
        • _syntax-highlighting.scss
        • _react_docs_nav.scss
        • _gridBlock.scss
        • _toggler.scss
        • _buttons.scss
        • _react_header_nav.scss
        • _home.scss
        • _footer.scss
        • _blog.scss
        • _slideshow.scss
        • _search.scss
        • _base.scss
        • _promo.scss
        • _header.scss
      • _config.yml
      • Gemfile
      • feed.xml
      • tutorial
        • index.html
      • _includes
        • content
          • items
            • gridblock.html
          • gridblocks.html
        • nav.html
        • head.html
        • nav
          • collection_nav.html
          • header_nav.html
          • collection_nav_group.html
          • collection_nav_group_item.html
        • ui
          • button.html
        • doc.html
        • social_plugins.html
        • blog_pagination.html
        • nav_search.html
        • plugins
          • button.html
          • twitter_share.html
          • google_share.html
          • twitter_follow.html
          • ascii_cinema.html
          • github_watch.html
          • all_share.html
          • github_star.html
          • like_button.html
          • post_social_plugins.html
          • iframe.html
          • slideshow.html
          • plugin_row.html
        • footer.html
        • post.html
        • header.html
        • powered_by.html
        • doc_paging.html
        • home_header.html
        • doc-getting-started.html
        • layout-spec.html
        • hero.html
        • katex_render.html
        • katex_import.html
      • CNAME
      • _data
        • nav_docs.yml
        • header-features.yml
        • powered_by.yml
        • nav.yml
        • powered_by_highlight.yml
        • features.yml
        • authors.yml
        • promo.yml
      • LICENSE
      • index.md
      • javadoc
        • package-list
        • script.js
        • overview-summary.html
        • overview-frame.html
        • serialized-form.html
        • help-doc.html
        • constant-values.html
        • deprecated-list.html
        • allclasses-frame.html
        • allclasses-noframe.html
        • com
          • facebook
            • widget
              • accessibility
                • delegates
                  • package-frame.html
                  • package-tree.html
                  • AccessibleClickableSpan.html
                  • package-summary.html
            • yoga
              • YogaLogger.html
              • package-frame.html
              • YogaPositionType.html
              • YogaPrintOptions.html
              • YogaExperimentalFeature.html
              • YogaMeasureMode.html
              • YogaNodeFactory.html
              • YogaConstants.html
              • package-tree.html
              • YogaWrap.html
              • LayoutPassReason.html
              • YogaNative.html
              • YogaNodeType.html
              • YogaLogLevel.html
              • YogaMeasureFunction.html
              • YogaMeasureOutput.html
              • YogaNode.html
              • YogaValue.html
              • YogaLayoutType.html
              • YogaDirection.html
              • YogaBaselineFunction.html
              • YogaJustify.html
              • YogaNodeJNIFinalizer.html
              • YogaDisplay.html
              • YogaDimension.html
              • YogaConfig.html
              • YogaStyleInputs.html
              • YogaNodeJNIBase.html
              • YogaAlign.html
              • YogaConfigFactory.html
              • YogaConfigJNIBase.html
              • YogaEdge.html
              • package-summary.html
              • YogaFlexDirection.html
              • YogaUnit.html
              • YogaOverflow.html
              • YogaConfigJNIFinalizer.html
            • rendercore
              • Systrace.html
              • package-frame.html
              • MountItem.html
              • RenderTree.html
              • RenderState.LazyTree.html
              • Touchable.html
              • utils
                • package-frame.html
                • package-tree.html
                • ThreadUtils.html
                • LayoutUtils.html
                • package-summary.html
                • MeasureSpecUtils.html
              • MountState.html
              • MountDelegate.MountDelegateInput.html
              • package-tree.html
              • Systrace.DefaultTrace.html
              • Node.Container.html
              • LayoutCache.html
              • RenderState.html
              • RootHostDelegate.html
              • RenderState.HostListener.html
              • MeasureResult.html
              • Host.html
              • RenderTreeNode.html
              • RenderUnit.Binder.html
              • RenderUnit.RenderType.html
              • MountDelegate.html
              • RenderUnit.html
              • RenderState.LayoutContext.html
              • annotations
                • package-frame.html
                • package-tree.html
                • Action.html
                • package-summary.html
                • UIState.html
              • Reducer.html
              • Copyable.html
              • RootHost.html
              • RenderState.Delegate.html
              • Node.LayoutResult.html
              • MountDelegateExtension.html
              • package-summary.html
              • MountItemsPool.html
              • Node.html
              • MountDelegate.MountDelegateTarget.html
            • litho
              • WorkContinuationInstrumenter.html
              • package-frame.html
              • WorkingRangeStatusHandler.html
              • Transition.TimingTransitionAnimator.html
              • LithoTooltipController.html
              • DebugHierarchy.Node.html
              • ViewCompatComponent.html
              • DisabledMountContentPool.html
              • TransitionEndEvent.html
              • ContextUtils.html
              • TestItem.AcquireKey.html
              • DefaultMountContentPool.html
              • LayoutThreadPoolConfigurationImpl.html
              • InternalNode.NestedTreeProps.html
              • LithoYogaMeasureFunction.html
              • LayoutThreadPoolExecutor.html
              • StateContainer.StateUpdate.html
              • AccessibilityRole.AccessibilityRoleType.html
              • Transition.ComponentTarget.html
              • NodeInfo.ClickableState.html
              • Transition.TransitionAnimator.html
              • SendAccessibilityEventUncheckedEvent.html
              • TreeProps.html
              • Touchable.html
              • TouchEvent.html
              • LithoYogaBaselineFunction.html
              • BoundsHelper.html
              • HostListenerExtension.html
              • utils
                • package-frame.html
                • package-tree.html
                • IncrementalMountUtils.WrapperView.html
                • MeasureUtils.html
                • IncrementalMountUtils.html
                • MapDiffUtils.html
                • package-summary.html
                • StacktraceHelper.html
              • ComponentLifecycle.RenderData.html
              • Transition.TransitionUnitsBuilder.html
              • Border.html
              • DebugComponent.Overrider.html
              • sections
                • package-frame.html
                • SectionDebugUtil.html
                • ChangesInfo.html
                • SectionTree.Builder.html
                • ChangeSet.html
                • Section.Builder.html
                • BaseLoadEventsHandler.html
                • ChangesetDebugConfiguration.html
                • SectionsPools.html
                • SectionTree.html
                • Section.html
                • SectionsLogEventUtils.html
                • package-tree.html
                • SectionKeyNotFoundException.html
                • FocusType.html
                • Logger.html
                • ChangeSetState.html
                • common
                  • package-frame.html
                  • RenderSectionEvent.html
                  • RenderEvent.html
                  • RenderSectionEvent.DataSource.html
                  • package-tree.html
                  • HideableDataDiffSection.html
                  • OnCheckIsSameItemEvent.html
                  • DataDiffSection.html
                  • OnCheckIsSameContentEvent.html
                  • RenderSectionEvent.FetchType.html
                  • SingleComponentSection.html
                  • RenderWithHideItemHandlerEvent.html
                  • HideableDataDiffSection.Builder.html
                  • HideItemEvent.html
                  • ConnectionStateEvent.html
                  • DataDiffSection.Builder.html
                  • SingleComponentSection.Builder.html
                  • package-summary.html
                  • GetUniqueIdentifierEvent.html
                  • RenderSectionEvent.FetchState.html
                • LoadEventsHandler.html
                • LoadingEvent.html
                • widget
                  • package-frame.html
                  • RecyclerBinderConfiguration.Builder.html
                  • RecyclerConfiguration.Builder.html
                  • ListRecyclerConfiguration.html
                  • GridRecyclerConfiguration.Builder.html
                  • RecyclerCollectionEventsController.html
                  • StaggeredGridRecyclerConfiguration.Builder.html
                  • package-tree.html
                  • RecyclerBinderConfiguration.html
                  • NoUpdateItemAnimator.html
                  • RecyclerCollectionComponent.html
                  • StaggeredGridRecyclerConfiguration.html
                  • RecyclerConfiguration.html
                  • RecyclerDynamicConfigEvent.html
                  • RecyclerCollectionComponent.Builder.html
                  • LinearLayoutInfoFactory.html
                  • ListRecyclerConfiguration.Builder.html
                  • GridLayoutInfoFactory.html
                  • GridRecyclerConfiguration.html
                  • package-summary.html
                  • SectionBinderTarget.html
                  • StaggeredGridLayoutInfoFactory.html
                  • ScrollEvent.html
                  • NotAnimatedItemAnimator.html
                • SectionLifecycle.html
                • SectionsDebugParams.html
                • config
                  • package-frame.html
                  • package-tree.html
                  • SectionsConfiguration.html
                  • package-summary.html
                • SectionContext.html
                • SectionTreeLoadingEventHandler.html
                • KeyHandler.html
                • Change.html
                • ListEventsHandler.html
                • LoadingEvent.LoadingState.html
                • ChangesetDebugConfiguration.ChangesetDebugListener.html
                • Children.Builder.html
                • annotations
                  • package-frame.html
                  • OnDiff.html
                  • OnRefresh.html
                  • OnUnbindService.html
                  • package-tree.html
                  • OnCreateChildren.html
                  • OnViewportChanged.html
                  • OnBindService.html
                  • OnDataRendered.html
                  • OnDataBound.html
                  • OnCreateService.html
                  • package-summary.html
                • Children.html
                • SectionLifecycleTestUtil.html
                • SectionTree.Target.DynamicConfig.html
                • SectionTree.Target.html
                • logger
                  • package-frame.html
                  • SectionsDebugLogger.html
                  • package-tree.html
                  • package-summary.html
                • specmodels
                  • processor
                    • package-frame.html
                    • GroupSectionSpecModelFactory.html
                    • package-tree.html
                    • SectionsComponentProcessor.html
                    • DiffSectionSpecModelFactory.html
                    • package-summary.html
                  • model
                    • package-frame.html
                    • package-tree.html
                    • HasService.html
                    • SectionClassNames.html
                    • DefaultGroupSectionSpecGenerator.html
                    • DelegateMethodDescriptions.html
                    • SpecModelValidation.html
                    • package-summary.html
                    • DefaultDiffSectionSpecGenerator.html
                    • GroupSectionSpecModel.html
                    • DiffSectionSpecModel.html
                • SectionsLogEventUtils.ApplyNewChangeSet.html
                • package-summary.html
                • ChangesetDebugConfiguration.ChangesetDebugInfo.html
              • LithoTooltip.html
              • LithoRenderUnit.LithoMountBinder.html
              • AnimatableItem.html
              • RenderCompleteEvent.RenderState.html
              • ComponentKeyUtils.html
              • BaseMatcher.html
              • CommonUtils.html
              • ThreadTracingRunnable.html
              • FrameworkLogEvents.html
              • Transition.TransitionKeyType.html
              • EventHandler.html
              • Transition.html
              • ComponentsSystrace.ArgsBuilder.html
              • Equivalence.html
              • HasEventDispatcher.html
              • FocusChangedEvent.html
              • TooltipPosition.html
              • Output.html
              • AttachDetachHandler.html
              • DebugComponent.html
              • ErrorEvent.html
              • IncrementalMountExtension.html
              • ViewCompatComponent.Builder.html
              • Border.Builder.html
              • ThreadPoolLayoutHandler.html
              • TransitionsExtension.html
              • Border.Corner.html
              • ComponentsSystrace.Systrace.html
              • DefaultLithoHandlerDynamicPriority.html
              • CopyableLayoutProps.html
              • NoOpPerfEvent.html
              • PerformAccessibilityActionEvent.html
              • package-tree.html
              • TransitionId.html
              • ComponentTreeDumpingHelper.html
              • LayoutState.CalculateLayoutSource.html
              • DiffNode.html
              • Component.ContainerBuilder.html
              • ParallelTransitionSet.html
              • InvisibleEvent.html
              • DoubleMeasureFixUtil.html
              • Component.Builder.html
              • ComponentLogParams.html
              • Row.html
              • InternalNode.html
              • Hooks.html
              • MountContentPool.html
              • choreographercompat
                • package-frame.html
                • package-tree.html
                • ChoreographerCompatImpl.html
                • ChoreographerCompat.FrameCallback.html
                • ChoreographerCompat.html
                • package-summary.html
              • InterceptTouchEvent.html
              • OnInitializeAccessibilityEventEvent.html
              • Transition.TransitionUnit.html
              • ComponentLifecycle.TransitionContainer.html
              • ComponentsReporter.Reporter.html
              • PerfEvent.html
              • LayoutPriorityThreadPoolExecutor.ComparableFutureTask.html
              • DelegatingEventHandler.html
              • Column.html
              • OutputUnitsAffinityGroup.html
              • AnimationsDebug.html
              • DebugOverlayDrawable.html
              • EventTriggerTarget.html
              • HasLithoViewChildren.html
              • HandlerInstrumenter.html
              • StateValue.html
              • HookUpdater.html
              • LogTreePopulator.html
              • LithoMountData.ReleasingReleasedMountContentException.html
              • HandlerInstrumenter.Instrumenter.html
              • RecyclePool.html
              • RenderState.html
              • CommonProps.html
              • AccessibilityUtils.html
              • Row.Builder.html
              • Edges.html
              • fresco
                • package-frame.html
                • package-tree.html
                • DraweeDrawable.html
                • NoOpDrawable.html
                • package-summary.html
                • FrescoImageHierarchyTools.html
                • FrescoImageDefaults.html
              • TestLayoutState.html
              • widget
                • EmptyComponent.Builder.html
                • Binder.html
                • BaseRenderInfo.Builder.html
                • InputConnectionEvent.html
                • LithoViewFactory.html
                • package-frame.html
                • RecyclerBinder.CommitPolicy.html
                • HorizontalScrollEventsController.html
                • SolidColor.html
                • SectionsRecyclerView.html
                • Spinner.html
                • GridLayoutInfo.html
                • SizeSpecMountWrapperComponent.html
                • Text.Builder.html
                • RenderInfo.html
                • CardClip.Builder.html
                • RecyclerEventsController.OnRecyclerUpdateListener.html
                • ClickableSpanListener.html
                • RecyclerBinderUpdateCallback.ComponentRenderer.html
                • HorizontalScroll.html
                • DispatchKeyEvent.html
                • LinearLayoutInfo.ViewportFiller.html
                • RequestFocusEvent.html
                • BaseRenderInfo.html
                • ComponentTreeHolder.Builder.html
                • LithoRecylerView.TouchInterceptor.Result.html
                • ViewRenderInfo.Builder.html
                • RecyclerBinderUpdateCallback.html
                • StickyHeaderController.html
                • RecyclerBinderUpdateCallback.ComponentContainer.html
                • Recycler.html
                • ComponentWarmer.ComponentTreeHolderPreparerWithSizeImpl.html
                • HorizontalScroll.Builder.html
                • TestImageConditions.html
                • TextInput.Builder.html
                • SetSelectionEvent.html
                • Image.html
                • ComponentCreator.html
                • Progress.html
                • Card.Builder.html
                • package-tree.html
                • ClearFocusEvent.html
                • VerticalScroll.html
                • ComponentRenderInfo.Builder.html
                • TextureWarmer.WarmDrawable.html
                • TransparencyEnabledCardClip.Builder.html
                • RenderInfoViewCreatorController.html
                • TextureWarmer.html
                • Card.html
                • ComponentRenderInfo.html
                • SmoothScrollAlignmentType.html
                • SizeSpecMountWrapperComponent.Builder.html
                • EmptyComponent.html
                • TextOffsetOnTouchEvent.html
                • RecyclerBinderOperationExecutor.html
                • RecyclerBinderUpdateCallback.Operation.html
                • SetTextEvent.html
                • LithoRecylerView.html
                • ComponentWarmer.Cache.html
                • EditTextStateUpdatePolicy.html
                • LinearLayoutInfo.html
                • KeyPreImeEvent.html
                • SelectionChangedEvent.html
                • CenterSnappingSmoothScroller.html
                • ComponentWarmer.CacheListener.html
                • NeedsBgPaddingInfo.html
                • ComponentWarmer.ComponentWarmerReadyListener.html
                • ComponentWarmer.html
                • ComponentTreeHolder.RenderState.html
                • EditorActionEvent.html
                • LayoutInfo.RenderInfoCollection.html
                • GetTextEvent.html
                • SectionsDebug.html
                • ViewportInfo.State.html
                • PTRRefreshEvent.html
                • RecyclerBinder.html
                • ComponentTreeHolder.html
                • EditText.Builder.html
                • LongClickableSpan.html
                • TextDrawable.html
                • Progress.Builder.html
                • LayoutHandlerFactory.html
                • HasPostDispatchDrawListener.html
                • VerticalGravity.html
                • ReMeasureEvent.html
                • Text.html
                • KeyUpEvent.html
                • TextChangedEvent.html
                • TextInput.html
                • VerticalScroll.Builder.html
                • Image.Builder.html
                • EdgeSnappingSmoothScroller.html
                • CustomSpeedLinearSnapHelper.html
                • DataDiffModelName.html
                • ViewportInfo.html
                • RecyclerEventsController.html
                • ViewportInfo.ViewportChanged.html
                • TextAlignment.html
                • TransparencyEnabledCard.html
                • Recycler.Builder.html
                • RecyclerBinder.RecyclerViewLayoutManagerOverrideParams.html
                • ChangeSetCompleteCallback.html
                • EditText.html
                • LithoRecylerView.TouchInterceptor.html
                • RecyclerRangeTraverser.html
                • PostDispatchDrawListener.html
                • RenderInfoDebugInfoRegistry.html
                • RecyclerBinderUpdateCallback.OperationExecutor.html
                • StartSnapHelper.html
                • LayoutInfo.html
                • SnapUtil.html
                • MountableCharSequence.html
                • ViewRenderInfo.html
                • TextStylesHelper.html
                • SnapUtil.SnapMode.html
                • RecyclerRangeTraverser.Processor.html