This website requires JavaScript.
Explore
Help
Sign In
atl
/
android_translation_layer
Watch
0
Star
0
Fork
0
You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced
2025-10-27 11:48:10 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c2a3adae6f33172c66de83cf93b5e5c4a1f3ba6
android_translation_layer
/
src
/
api-impl
/
android
/
view
/
ViewParent.java
6 lines
96 B
Java
Raw
Normal View
History
Unescape
Escape
refactor source tree organization, switch to meson
2022-10-02 23:06:56 +02:00
package
android.view
;
public
interface
ViewParent
{
ViewGroup: handle scroll events
2023-08-22 18:08:16 +02:00
public
abstract
ViewParent
getParent
(
)
;
refactor source tree organization, switch to meson
2022-10-02 23:06:56 +02:00
}
Reference in New Issue
Copy Permalink