OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:showcancelbutton
(Results
1 - 4
of
4
) sorted by null
/frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompatImplBase.java
58
int[] actionsToShowInCompact, boolean
showCancelButton
,
62
actionsToShowInCompact,
showCancelButton
, cancelButtonIntent,
65
if (
showCancelButton
) {
75
int[] actionsToShowInCompact, boolean
showCancelButton
,
102
if (
showCancelButton
) {
119
boolean
showCancelButton
, PendingIntent cancelButtonIntent,
123
actions,
showCancelButton
, cancelButtonIntent, decoratedCustomView);
124
if (
showCancelButton
) {
133
boolean
showCancelButton
, PendingIntent cancelButtonIntent,
148
if (
showCancelButton
) {
[
all
...]
NotificationCompat.java
330
b.mActions, false /*
showCancelButton
*/, null /* cancelButtonIntent */,
357
b.getPriority(), 0, b.mActions, false /*
showCancelButton
*/,
/packages/apps/Settings/src/com/android/settings/
ConfirmDeviceCredentialBaseFragment.java
65
PACKAGE + ".ConfirmCredentials.
showCancelButton
";
107
boolean
showCancelButton
= getActivity().getIntent().getBooleanExtra(
109
mCancelButton.setVisibility(
showCancelButton
? View.VISIBLE : View.GONE);
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 3396 milliseconds