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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java120 public final static class InternalInsetsInfo { class in class:ViewTreeObserver
180 InternalInsetsInfo other = (InternalInsetsInfo)o;
193 void set(InternalInsetsInfo other) {
217 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo);
624 final void dispatchOnComputeInternalInsets(InternalInsetsInfo inoutInfo) {

Completed in 70 milliseconds