HomeSort by relevance Sort by last modified time
    Searched refs:mLastInsets (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StatusBarBackgroundLayout.java 44 private Object mLastInsets; // Use generic Object type for compatibility
75 if (mLastInsets == null) {
85 if (mLastInsets != null) {
86 final int insetTop = ((WindowInsets) mLastInsets).getSystemWindowInsetTop();
110 mLastInsets = insets;
  /frameworks/support/design/src/android/support/design/widget/
CollapsingToolbarLayout.java 136 WindowInsetsCompat mLastInsets;
273 if (!objectEquals(mLastInsets, newInsets)) {
274 mLastInsets = newInsets;
302 final int topInset = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0;
413 final int topInset = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0;
427 if (mLastInsets != null) {
429 final int insetTop = mLastInsets.getSystemWindowInsetTop();
    [all...]
CoordinatorLayout.java 185 private WindowInsetsCompat mLastInsets;
243 if (mLastInsets == null && ViewCompat.getFitsSystemWindows(this)) {
354 if (!objectEquals(mLastInsets, insets)) {
355 mLastInsets = insets;
367 return mLastInsets;
740 final boolean applyInsets = mLastInsets != null && ViewCompat.getFitsSystemWindows(this);
772 final int horizInsets = mLastInsets.getSystemWindowInsetLeft()
773 + mLastInsets.getSystemWindowInsetRight();
774 final int vertInsets = mLastInsets.getSystemWindowInsetTop()
775 + mLastInsets.getSystemWindowInsetBottom()
    [all...]
AppBarLayout.java 142 private WindowInsetsCompat mLastInsets;
594 return mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0;
606 if (!objectEquals(mLastInsets, newInsets)) {
607 mLastInsets = newInsets;
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
DrawerLayout.java 222 private Object mLastInsets;
445 mLastInsets = insets;
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 

Completed in 328 milliseconds