Searched refs:sCompatDrawableVisibilityDispatch (Results 1 – 2 of 2) sorted by relevance
167 private static boolean sCompatDrawableVisibilityDispatch; field in ImageView265 sCompatDrawableVisibilityDispatch = targetSdkVersion < Build.VERSION_CODES.N; in initImageView()1047 if (!sCompatDrawableVisibilityDispatch && !sameDrawable && isAttachedToWindow()) { in updateDrawable()1060 if (!sameDrawable || sCompatDrawableVisibilityDispatch) { in updateDrawable()1061 final boolean visible = sCompatDrawableVisibilityDispatch in updateDrawable()1677 if (mDrawable != null && !sCompatDrawableVisibilityDispatch) { in onVisibilityAggregated()1687 if (mDrawable != null && sCompatDrawableVisibilityDispatch) { in setVisibility()1696 if (mDrawable != null && sCompatDrawableVisibilityDispatch) { in onAttachedToWindow()1705 if (mDrawable != null && sCompatDrawableVisibilityDispatch) { in onDetachedFromWindow()
82471 Landroid/widget/ImageView;->sCompatDrawableVisibilityDispatch:Z