HomeSort by relevance Sort by last modified time
    Searched refs:colorId (Results 1 - 20 of 20) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DocumentsSwipeRefreshLayout.java 44 @ColorRes int colorId = a.getResourceId(COLOR_ACCENT_INDEX, -1);
46 setColorSchemeResources(colorId);
  /frameworks/support/browser/src/androidTest/java/androidx/browser/customtabs/
CustomTabsIntentTest.java 69 @ColorRes int colorId = android.R.color.background_dark;
70 int color = InstrumentationRegistry.getContext().getResources().getColor(colorId);
71 Intent intent = new CustomTabsIntent.Builder().setToolbarColor(colorId).build().intent;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ColorResourceLoader.java 31 public int getValue(int colorId) {
32 String resourceName = resourceExtractor.getResourceName(colorId);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ViewUtils.java 98 public static void setStatusBarColor(Activity activity, @ColorRes int colorId) {
102 window.setStatusBarColor(activity.getResources().getColor(colorId));
  /developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 149 protected void setBackgroundColor(@ColorRes int colorId) {
152 scrollView.setBackgroundResource(colorId);
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 149 protected void setBackgroundColor(@ColorRes int colorId) {
152 scrollView.setBackgroundResource(colorId);
  /development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
LoggingActivity.java 149 protected void setBackgroundColor(@ColorRes int colorId) {
152 scrollView.setBackgroundResource(colorId);
  /packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/
BottomNavItem.java 56 int colorId = selected ? R.color.bottom_nav_icon_selected : R.color.bottom_nav_icon_deselected;
57 int color = getContext().getColor(colorId);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SuperCollapsedBlock.java 88 final int colorId = mSuperCollapsedItem.hasDraft() ?
90 mSuperCollapsedText.setTextColor(res.getColor(colorId));
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
CustomizationParamsTest.java 188 private int getColor(int colorId) {
189 return mContext.getColor(colorId);
  /developers/build/prebuilts/gradle/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.kt 154 protected fun setBackgroundColor(@ColorRes colorId: Int) {
155 findViewById<View>(R.id.scrollview).setBackgroundResource(colorId)
  /developers/samples/android/ui/window/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.kt 154 protected fun setBackgroundColor(@ColorRes colorId: Int) {
155 findViewById<View>(R.id.scrollview).setBackgroundResource(colorId)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DataUsageSummaryPreferenceTest.java 377 final int colorId = Utils.getColorAttr(mContext, android.R.attr.colorAccent);
378 assertThat(mDataRemaining.getCurrentTextColor()).isEqualTo(colorId);
393 final int colorId = Utils.getColorAttr(mContext, android.R.attr.colorError);
394 assertThat(mDataRemaining.getCurrentTextColor()).isEqualTo(colorId);
  /packages/apps/Camera2/src/com/android/camera/ui/
BottomBar.java 424 int colorId = CameraUtil.getCameraThemeColorId(index, getContext());
425 int pressedColor = getContext().getResources().getColor(colorId);
ModeTransitionView.java 484 * @param colorId resource id of the mode theme color
487 public void setupModeCover(int colorId, int modeIconResourceId) {
494 mBackgroundColor = getResources().getColor(colorId);
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageSummaryPreference.java 329 TextView carrierInfo, @AttrRes int colorId, Typeface typeface) {
330 carrierInfo.setTextColor(Utils.getColorAttr(getContext(), colorId));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java     [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 378 VABufferID deblockId, denoiseId, deintId, sharpenId, colorId, frcId, stdeId;
578 color, &colorId);
580 mFilterBuffers[mNumFilterBuffers] = colorId;
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]

Completed in 614 milliseconds