MCPcopy Index your code
hub / github.com/TechIsFun/AndroidTopSheet

github.com/TechIsFun/AndroidTopSheet @0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.2 ↗ · + Follow
65 symbols 124 edges 4 files 17 documented · 26%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

TopSheet - a "top" version of BottomSheet

Release

TopSheetBehaviour

View sheet = findViewById(R.id.top_sheet);
TopSheetBehavior.from(sheet).setState(TopSheetBehavior.STATE_EXPANDED);

TopSheetDialog

TopSheetDialog dialog = new TopSheetDialog(this);
dialog.setContentView(R.layout.sheet_content);
dialog.show();

License

Copyright 2016 Andrea Maglie

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

setStateInternal
called by 12
library/src/main/java/com/github/techisfun/android/topsheet/TopSheetBehavior.java
setContentView
called by 3
library/src/main/java/com/github/techisfun/android/topsheet/TopSheetDialog.java
wrapInTopSheet
called by 3
library/src/main/java/com/github/techisfun/android/topsheet/TopSheetDialog.java
from
called by 3
library/src/main/java/com/github/techisfun/android/topsheet/TopSheetBehavior.java
show
called by 2
library/src/main/java/com/github/techisfun/android/topsheet/TopSheetDialog.java
getThemeResId
called by 2
library/src/main/java/com/github/techisfun/android/topsheet/TopSheetDialog.java
onSlide
called by 2
library/src/main/java/com/github/techisfun/android/topsheet/TopSheetBehavior.java
setState
called by 2
library/src/main/java/com/github/techisfun/android/topsheet/TopSheetBehavior.java

Shape

Method 58
Class 7

Languages

Java100%

Modules by API surface

library/src/main/java/com/github/techisfun/android/topsheet/TopSheetBehavior.java46 symbols
library/src/main/java/com/github/techisfun/android/topsheet/TopSheetDialog.java11 symbols
app/src/main/java/com/github/techisfun/android/topsheet/app/MainActivity.java6 symbols
library/src/main/java/com/github/techisfun/android/topsheet/TopSheetDialogFragment.java2 symbols

For agents

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

⬇ download graph artifact