[go: nahoru, domu]

Searched refs:setStyle (Results 51 - 75 of 103) sorted by relevance

12345

/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java124 mPaint.setStyle(Paint.Style.STROKE);
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp213 paint.setStyle(SkPaint::Style::kFill_Style);
232 paint.setStyle(SkPaint::Style::kStroke_Style);
H A DSkiaCanvasProxy.cpp63 strokedPaint.setStyle(SkPaint::kStroke_Style);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterDrawable.java134 mFramePaint.setStyle(Paint.Style.FILL_AND_STROKE);
139 mBatteryPaint.setStyle(Paint.Style.FILL_AND_STROKE);
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java504 mPaint.setStyle(Style.STROKE);
506 mArrowPaint.setStyle(Paint.Style.FILL);
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp84 strokePaint.setStyle(SkPaint::kStroke_Style);
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1353 textPaint.setStyle(Paint.Style.FILL_AND_STROKE);
1362 textPaint.setStyle(previousStyle);
1378 textPaint.setStyle(Paint.Style.FILL);
1397 textPaint.setStyle(previousStyle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java91 mCornerShadowPaint.setStyle(Paint.Style.FILL);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java314 mPaint.setStyle(Paint.Style.STROKE);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java226 .setStyle(new Notification.MediaStyle()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java159 protected void setStyle(String themeEntryName) { method in class:CustomBar
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java176 paint.setStyle(Paint.Style.FILL);
/frameworks/support/design/base/android/support/design/widget/
H A DShadowDrawableWrapper.java90 mCornerShadowPaint.setStyle(Paint.Style.FILL);
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java101 mCornerShadowPaint.setStyle(Paint.Style.FILL);
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java157 mPaint.setStyle(Paint.Style.STROKE);
162 mCurrentPointPaint.setStyle(Paint.Style.STROKE);
170 mPaint.setStyle(Paint.Style.STROKE);
H A DRotarySelector.java306 mPaint.setStyle(Paint.Style.STROKE);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java271 builder.setStyle(inboxStyle);
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java481 .setStyle(new Notification.BigTextStyle()
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java1276 mDrawPaint.setStyle(Paint.Style.FILL);
1280 mMonthNumDrawPaint.setStyle(Paint.Style.FILL);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1131 mFillPaint.setStyle(Style.FILL);
1151 mStrokePaint.setStyle(Style.STROKE);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1135 sCropDimPaint.setStyle(Style.FILL);
1140 sCropPaint.setStyle(Style.STROKE);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp196 static void setStyle(JNIEnv* env, jobject clazz, jlong objHandle, jint styleHandle) { function in namespace:android::PaintGlue
199 obj->setStyle(style);
933 {"nSetStyle","!(JI)V", (void*) PaintGlue::setStyle},
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java202 mTouchPaint.setStyle(Paint.Style.FILL);
206 mPlayerTracePaint.setStyle(Paint.Style.STROKE);
974 pt.setStyle(Paint.Style.STROKE);
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java186 gesturePaint.setStyle(Paint.Style.STROKE);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java911 mRipplePaint.setStyle(Paint.Style.FILL);

Completed in 5492 milliseconds

12345