mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-20 08:39:55 +08:00
Update comments
PiperOrigin-RevId: 259405175
This commit is contained in:
parent
6dfa55ee21
commit
8dc2eefd19
@ -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)
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user