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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java144 public final static class InternalInsetsInfo { class in class:ViewTreeObserver
220 InternalInsetsInfo other = (InternalInsetsInfo)o;
227 void set(InternalInsetsInfo other) {
252 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo);
733 final void dispatchOnComputeInternalInsets(InternalInsetsInfo inoutInfo) {

Completed in 52 milliseconds