Searched refs:mIsRtl (Results 1 – 2 of 2) sorted by relevance
41 private boolean mIsRtl; field in NotificationPanelDismissibleItemView54 mIsRtl = (getResources().getConfiguration().getLayoutDirection() == LAYOUT_DIRECTION_RTL); in initializeTranslationValues()62 if (mIsRtl) { in initializeTranslationValues()80 if (mIsRtl) { in onFinishInflate()
53 private boolean mIsRtl; field in NotificationPanelItemView74 mIsRtl = (config.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL); in initializeLayoutValues()176 if (mIsRtl) { in onLayout()194 if (mIsRtl) { in onDraw()