HomeSort by relevance Sort by last modified time
    Searched refs:textColorPrimary (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/content/
ContextTest.kt 51 context.withStyledAttributes(attrs = intArrayOf(android.R.attr.textColorPrimary)) {
58 intArrayOf(android.R.attr.textColorPrimary)
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerItem.java 80 final int textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary);
83 new int[] { textColorPrimary, colorAccent }));
  /frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
ExpandableSwitchItem.java 155 .obtainStyledAttributes(new int[] {android.R.attr.textColorPrimary});
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 160 final int textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary);
163 new int[] { textColorPrimary, colorAccent });
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 222 context.getTheme().resolveAttribute(android.R.attr.textColorPrimary, typedValue, true);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
GrantPermissionsWatchViewHandler.java 105 new int[] { android.R.attr.textColorPrimary });
  /packages/apps/Launcher3/src/com/android/launcher3/views/
RecyclerViewFastScroller.java 122 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary));
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
PendingAppWidgetHostView.java 79 mPaint.setColor(Themes.getAttrColor(getContext(), android.R.attr.textColorPrimary));
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
RecentsView.java 268 mEmptyMessagePaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary));
    [all...]
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
AlertDialogTest.java 151 dialog.getContext().getTheme().resolveAttribute(android.R.attr.textColorPrimary, tv, true);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 4862 milliseconds

1 2