Update comments

PiperOrigin-RevId: 259405175
This commit is contained in:
dniz 2019-07-22 17:20:44 -04:00 committed by Daniel Nizri
parent 6dfa55ee21
commit 8dc2eefd19
6 changed files with 5 additions and 11 deletions

View File

@ -87,7 +87,6 @@ private def getTransformedProjectPath(projectPath) {
/**
* Return the module dependency for the given compatibility library name.
*
*/
def compatibility(name) {
switch (name) {
@ -122,7 +121,6 @@ def compatibility(name) {
/**
* Return the project dependency for the given project path.
*
*/
def fromPath(path) {
return getTransformedProjectPath(path)

View File

@ -1,2 +1,4 @@
# Catalog
The Android version of the Material Design Component Catalog, intended to demonstrate Material
Design principles and provide component demonstrations and code examples.

View File

@ -42,10 +42,7 @@ import io.material.catalog.themeswitcher.ThemeSwitcherResourceProvider;
import io.material.catalog.topappbar.TopAppBarFragment;
import io.material.catalog.transformation.TransformationFragment;
/**
* The Dagger module for {@link TocFragment} dependencies.
*
*/
/** The Dagger module for {@link TocFragment} dependencies. */
@dagger.Module(
includes = {
BottomAppBarFragment.Module.class,

View File

@ -88,7 +88,6 @@ public interface CircularRevealWidget extends Delegate {
* <p>Note that on L+, calling this method doesn't result in any visual changes. You must use this
* with {@link ViewAnimationUtils}.
*
*
* <p>Implementations should call the corresponding method in {@link CircularRevealHelper}.
*/
void setRevealInfo(@Nullable RevealInfo revealInfo);

View File

@ -55,10 +55,6 @@ import java.util.List;
* com.google.android.material.textfield.TextInputLayout}. This class controls helper and error views.
*/
final class IndicatorViewController {
/*
* TODO: Update placeholder values for caption animation.
*
*/
/** Duration for the caption's vertical translation animation. */
private static final int CAPTION_TRANSLATE_Y_ANIMATION_DURATION = 217;

View File

@ -724,6 +724,7 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation
}
}
/** Adds pre radial expansion animator. */
private void createPreFillRadialExpansion(
View child,
long delay,
@ -744,6 +745,7 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation
}
}
/** Adds post radial expansion animator. */
private void createPostFillRadialExpansion(
View child,
long delay,