Searched defs:InternalInsetsInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java202 public final static class InternalInsetsInfo { class in class:ViewTreeObserver
285 InternalInsetsInfo other = (InternalInsetsInfo)o;
292 void set(InternalInsetsInfo other) {
317 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo);
1036 final void dispatchOnComputeInternalInsets(InternalInsetsInfo inoutInfo) {

Completed in 547 milliseconds