Home
last modified time | relevance | path

Searched refs:highPriority (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DSnapshot.cpp117 float radius, bool highPriority) { in setClippingRoundRect() argument
123 if (roundRectClipState && roundRectClipState->highPriority) { in setClippingRoundRect()
130 state->highPriority = highPriority; in setClippingRoundRect()
DSnapshot.h59 bool highPriority; variable
177 float radius, bool highPriority);
DCanvasState.h136 const Rect& rect, float radius, bool highPriority = true) {
137 mSnapshot->setClippingRoundRect(allocator, rect, radius, highPriority);
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java129 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/
DNotificationCompat.java1290 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { in setFullScreenIntent() argument
1292 setFlag(FLAG_HIGH_PRIORITY, highPriority); in setFullScreenIntent()
/frameworks/base/libs/hwui/tests/unit/
DFrameBuilderTests.cpp2120 EXPECT_TRUE(state.roundRectClipState->highPriority); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
2132 EXPECT_FALSE(state.roundRectClipState->highPriority); in RENDERTHREAD_OPENGL_PIPELINE_TEST()