OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Style
(Results
376 - 400
of
550
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Camera2/src/com/android/camera/ui/
PreviewOverlay.java
311
mPaint.setStyle(Paint.
Style
.STROKE);
/packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollBar.java
91
mThumbPaint.setStyle(Paint.
Style
.FILL);
DragView.java
203
p.setStyle(Paint.
Style
.FILL);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java
35
import android.text.
style
.ForegroundColorSpan;
36
import android.text.
style
.StyleSpan;
37
import android.text.
style
.TextAppearanceSpan;
38
import android.text.
style
.URLSpan;
394
protected NotificationCompat.
Style
build(final Builder builder) {
522
protected NotificationCompat.
Style
build(final Builder builder) {
526
NotificationCompat.
Style
notifStyle = null;
599
// Show a single notification -- big
style
with the text of all the messages
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qossp.h
93
ULONG
Style
;
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java
56
* <a href="http://developer.android.com/design/
style
/touch-feedback.html">touch feedback</a> to
254
mGridPaint.setStyle(Paint.
Style
.STROKE);
259
mAxisPaint.setStyle(Paint.
Style
.STROKE);
264
mDataPaint.setStyle(Paint.
Style
.STROKE);
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java
157
mPaint.setStyle(Paint.
Style
.STROKE);
162
mCurrentPointPaint.setStyle(Paint.
Style
.STROKE);
170
mPaint.setStyle(Paint.
Style
.STROKE);
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java
57
import static android.graphics.Paint.
Style
;
[
all
...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java
26
import android.graphics.Paint.
Style
;
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
35
import android.graphics.Paint.
Style
;
52
import android.text.
style
.StyleSpan;
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatTests.java
41
import android.icu.text.TimeZoneFormat.
Style
;
56
* Window - Preferences - Java - Code
Style
- Code Templates
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatTests.java
40
import com.ibm.icu.text.TimeZoneFormat.
Style
;
55
* Window - Preferences - Java - Code
Style
- Code Templates
[
all
...]
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java
182
mTickAndCirclePaint.setStyle(Paint.
Style
.STROKE);
185
/* Extract colors from background image to improve watchface
style
. */
SweepWatchFaceService.java
154
mTickAndCirclePaint.setStyle(Paint.
Style
.STROKE);
157
/* Extract colors from background image to improve watchface
style
. */
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java
182
mTickAndCirclePaint.setStyle(Paint.
Style
.STROKE);
185
/* Extract colors from background image to improve watchface
style
. */
SweepWatchFaceService.java
154
mTickAndCirclePaint.setStyle(Paint.
Style
.STROKE);
157
/* Extract colors from background image to improve watchface
style
. */
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java
182
mTickAndCirclePaint.setStyle(Paint.
Style
.STROKE);
185
/* Extract colors from background image to improve watchface
style
. */
SweepWatchFaceService.java
154
mTickAndCirclePaint.setStyle(Paint.
Style
.STROKE);
157
/* Extract colors from background image to improve watchface
style
. */
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java
177
paint.setStyle(Paint.
Style
.STROKE);
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
XYRegionExampleActivity.java
217
bgPaint.setStyle(Paint.
Style
.FILL);
/external/llvm/include/llvm/Analysis/
RegionInfo.h
424
PrintStyle
Style
= PrintNone) const;
[
all
...]
/external/opencv3/modules/ts/misc/
xls-report.py
311
sheet.write(row, 0, module, module_styles.get(module, xlwt.
Style
.default_style))
/external/skia/tests/
PaintTest.cpp
4
* Use of this source code is governed by a BSD-
style
license that can be
239
const SkPaint::
Style
styles[] = {
/frameworks/base/tools/aapt2/
ResourceParser.cpp
190
<< "
style
string '" << builder.str() << "' is too long");
338
{ u"
style
", std::mem_fn(&ResourceParser::parseStyle) },
986
std::unique_ptr<Style>
style
= util::make_unique<Style>();
local
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java
403
workPaint.setStyle(Paint.
Style
.FILL);
Completed in 3779 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>