OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldShow
(Results
1 - 17
of
17
) sorted by null
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/service/
RuntimePermissionPresenterServiceImpl.java
90
boolean
shouldShow
= false;
95
shouldShow
= true;
99
if (
shouldShow
) {
/packages/apps/Settings/src/com/android/settings/overlay/
SupportFeatureProvider.java
110
void setShouldShowDisclaimerDialog(Context context, boolean
shouldShow
);
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java
165
final boolean
shouldShow
= f.isHidden() || mCurrentTitlesAnimator != null;
177
shouldShow
? getResources().getDimensionPixelSize(R.dimen.titles_size)
179
PropertyValuesHolder.ofFloat("alpha",
shouldShow
? 1 : 0)
199
if (
shouldShow
) {
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
ConfirmDeletionDialog.java
72
if (StorageManagerUpsellDialog.
shouldShow
(getContext())) {
StorageManagerUpsellDialog.java
110
public static boolean
shouldShow
(Context context) {
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
PermissionStatusReceiver.java
241
boolean
shouldShow
= false;
244
shouldShow
= true;
248
if (
shouldShow
) {
/packages/apps/Settings/src/com/android/settings/dashboard/conditional/
Condition.java
128
public boolean
shouldShow
() {
ConditionManager.java
204
if (mConditions.get(i).
shouldShow
()) {
/packages/apps/Settings/src/com/android/settings/dashboard/
DashboardSummary.java
111
if (c.
shouldShow
()) {
132
if (c.
shouldShow
()) {
DashboardAdapter.java
158
boolean
shouldShow
= mConditions.get(i).
shouldShow
();
159
hasConditions |=
shouldShow
;
160
countItem(mConditions.get(i), R.layout.condition_card,
shouldShow
, NS_CONDITION);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
QSCustomizer.java
113
boolean
shouldShow
= newConfig.smallestScreenWidthDp >= 600
115
navBackdrop.setVisibility(
shouldShow
? View.VISIBLE : View.GONE);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java
784
* if
shouldShow
is false then the menu item is also no longer valid for keyboard shortcuts.
786
public static void setMenuItemPresent(Menu menu, int itemId, boolean
shouldShow
) {
787
setMenuItemPresent(menu.findItem(itemId),
shouldShow
);
792
* if
shouldShow
is false then the menu item is also no longer valid for keyboard shortcuts.
794
public static void setMenuItemPresent(MenuItem item, boolean
shouldShow
) {
798
item.setVisible(
shouldShow
);
799
item.setEnabled(
shouldShow
);
[
all
...]
/external/llvm/utils/lit/lit/
main.py
45
shouldShow
= test.result.code.isFailure or \
48
if not
shouldShow
:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java
470
final boolean
shouldShow
= mShowMenu &&
473
getMenuButton().setVisibility(
shouldShow
? View.VISIBLE : View.INVISIBLE);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java
[
all
...]
QuickContactActivity.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 444 milliseconds