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()
26564 public boolean isForegroundInsidePadding() { in isForegroundInsidePadding() method
17301 HSPLandroid/view/View;->isForegroundInsidePadding()Z
17365 HSPLandroid/view/View;->isForegroundInsidePadding()Z
62864 Landroid/view/View;->isForegroundInsidePadding()Z