MCPcopy Index your code
hub / github.com/anpez/RevealTextView

github.com/anpez/RevealTextView @v1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0 ↗ · + Follow
19 symbols 41 edges 6 files 6 documented · 32%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

RevealTextView

A TextView subclass to show a reveal effect

Download

Android Arsenal

Snapshot

Requirements

Android 4.0, API 14

Usage

Gradle dependency

dependencies {
  compile 'com.antonionicolaspina.revealtextview:revealtextview:1.0'
}

Sample layout

<com.antonionicolaspina.revealtextview.RevealTextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:duration="2000"
    app:text="Hello Reveal Text!"/>

License

Copyright 2015 Antonio Nicolás Pina

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Core symbols most depended-on inside this repo

init
called by 4
revealtextview/src/main/java/com/antonionicolaspina/revealtextview/RevealTextView.java
setAnimatedText
called by 2
revealtextview/src/main/java/com/antonionicolaspina/revealtextview/RevealTextView.java
clamp
called by 1
revealtextview/src/main/java/com/antonionicolaspina/revealtextview/RevealTextView.java
replayAnimation
called by 1
revealtextview/src/main/java/com/antonionicolaspina/revealtextview/RevealTextView.java
onCreate
called by 0
sample/src/main/java/com/antonionicolaspina/revealtextview/sample/MainActivity.java
run
called by 0
sample/src/main/java/com/antonionicolaspina/revealtextview/sample/MainActivity.java
RevealTextView
called by 0
revealtextview/src/main/java/com/antonionicolaspina/revealtextview/RevealTextView.java
run
called by 0
revealtextview/src/main/java/com/antonionicolaspina/revealtextview/RevealTextView.java

Shape

Method 13
Class 6

Languages

Java100%

Modules by API surface

revealtextview/src/main/java/com/antonionicolaspina/revealtextview/RevealTextView.java8 symbols
sample/src/main/java/com/antonionicolaspina/revealtextview/sample/MainActivity.java3 symbols
sample/src/test/java/com/antonionicolaspina/revealtextview/ExampleUnitTest.java2 symbols
sample/src/androidTest/java/com/antonionicolaspina/revealtextview/ApplicationTest.java2 symbols
revealtextview/src/test/java/com/antonionicolaspina/revealtextview/ExampleUnitTest.java2 symbols
revealtextview/src/androidTest/java/com/antonionicolaspina/revealtextview/ApplicationTest.java2 symbols

For agents

$ claude mcp add RevealTextView \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact