Searched refs:isForegroundInsidePadding (Results 1 – 6 of 6) sorted by relevance
265 return isForegroundInsidePadding() ? Math.max(mPaddingLeft, mForegroundPaddingLeft) : in getPaddingLeftWithForeground()270 return isForegroundInsidePadding() ? Math.max(mPaddingRight, mForegroundPaddingRight) : in getPaddingRightWithForeground()275 return isForegroundInsidePadding() ? Math.max(mPaddingTop, mForegroundPaddingTop) : in getPaddingTopWithForeground()280 return isForegroundInsidePadding() ? Math.max(mPaddingBottom, mForegroundPaddingBottom) : in getPaddingBottomWithForeground()
159 return isForegroundInsidePadding() ? Math.max(mPaddingLeft, mForegroundPaddingLeft) : in getPaddingLeftWithForeground()164 return isForegroundInsidePadding() ? Math.max(mPaddingRight, mForegroundPaddingRight) : in getPaddingRightWithForeground()169 return isForegroundInsidePadding() ? Math.max(mPaddingTop, mForegroundPaddingTop) : in getPaddingTopWithForeground()174 return isForegroundInsidePadding() ? Math.max(mPaddingBottom, mForegroundPaddingBottom) : in getPaddingBottomWithForeground()
25598 public boolean isForegroundInsidePadding() { in isForegroundInsidePadding() method in View
17582 HSPLandroid/view/View;->isForegroundInsidePadding()Z
17646 HSPLandroid/view/View;->isForegroundInsidePadding()Z
63507 Landroid/view/View;->isForegroundInsidePadding()Z