Home
last modified time | relevance | path

Searched refs:getTextColor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java120 mPaint.setColor(getTextColor()); in drawOutlinedText()
142 public int getTextColor() { in getTextColor() method in IconView
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterQsFragment.java692 int colorPrimary = getTextColor(true, useEnabledBackground, sensorBlockedByAdmin);
693 int colorSecondary = getTextColor(false, useEnabledBackground, sensorBlockedByAdmin);
725 private int getTextColor(boolean primary, boolean inverse, boolean useLowerOpacity) {