Searched refs:highPriority (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Snapshot.cpp | 117 float radius, bool highPriority) { in setClippingRoundRect() argument 123 if (roundRectClipState && roundRectClipState->highPriority) { in setClippingRoundRect() 130 state->highPriority = highPriority; in setClippingRoundRect()
|
D | Snapshot.h | 59 bool highPriority; variable 177 float radius, bool highPriority);
|
D | CanvasState.h | 136 const Rect& rect, float radius, bool highPriority = true) { 137 mSnapshot->setClippingRoundRect(allocator, rect, radius, highPriority);
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkNotificationManager.java | 129 NetworkAgentInfo switchToNai, PendingIntent intent, boolean highPriority) { in showNotification() argument 149 highPriority)); in showNotification() 192 final String channelId = highPriority ? SystemNotificationChannels.NETWORK_ALERTS : in showNotification()
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationCompat.java | 1290 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { in setFullScreenIntent() argument 1292 setFlag(FLAG_HIGH_PRIORITY, highPriority); in setFullScreenIntent()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | FrameBuilderTests.cpp | 2120 EXPECT_TRUE(state.roundRectClipState->highPriority); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 2132 EXPECT_FALSE(state.roundRectClipState->highPriority); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|