Searched refs:sCompatDrawableVisibilityDispatch (Results 1 – 2 of 2) sorted by relevance
167 private static boolean sCompatDrawableVisibilityDispatch; field in ImageView260 sCompatDrawableVisibilityDispatch = targetSdkVersion < Build.VERSION_CODES.N; in initImageView()1053 if (!sCompatDrawableVisibilityDispatch && !sameDrawable && isAttachedToWindow()) { in updateDrawable()1066 if (!sameDrawable || sCompatDrawableVisibilityDispatch) { in updateDrawable()1067 final boolean visible = sCompatDrawableVisibilityDispatch in updateDrawable()1683 if (mDrawable != null && !sCompatDrawableVisibilityDispatch) { in onVisibilityAggregated()1693 if (mDrawable != null && sCompatDrawableVisibilityDispatch) { in setVisibility()1702 if (mDrawable != null && sCompatDrawableVisibilityDispatch) { in onAttachedToWindow()1711 if (mDrawable != null && sCompatDrawableVisibilityDispatch) { in onDetachedFromWindow()
71365 Landroid/widget/ImageView;->sCompatDrawableVisibilityDispatch:Z