Searched refs:mFooter (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationItemView.java53 private NotificationFooterLayout mFooter; field in class:NotificationItemView
75 mFooter = (NotificationFooterLayout) findViewById(R.id.footer);
85 int footerHeight = mFooter.getParent() == null ? 0 : mFooter.getHeight();
135 mFooter.addNotificationInfo(notificationInfos.get(i));
137 mFooter.commitNotificationInfos();
149 mFooter.animateFirstNotificationTo(sTempRect,
161 mFooter.trimNotifications(notificationKeys);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java150 private View mFooter; field in class:Folder
256 mFooter = findViewById(R.id.folder_footer);
261 mFooter.measure(measureSpec, measureSpec);
262 mFooterHeight = mFooter.getMeasuredHeight();
297 mFooter.setImportantForAccessibility(enable
579 mFooter.setAlpha(0f);
580 Animator textAlpha = ObjectAnimator.ofFloat(mFooter, "alpha", 0f, 1f);
591 mFooter.setLayerType(LAYER_TYPE_HARDWARE, null);
596 mFooter.setLayerType(LAYER_TYPE_NONE, null);
621 - mFooter
[all...]
/packages/apps/Settings/src/com/android/settings/notification/
H A DChannelNotificationSettings.java67 private FooterPreference mFooter; field in class:ChannelNotificationSettings
392 if (mFooter != null) {
393 setVisible(mFooter, checkCanBeVisible(NotificationManager.IMPORTANCE_MIN));
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java167 private View mFooter; field in class:AnimatedAdapter
168 // If true, the last list item will be mFooter, otherwise it's mDefaultFooter.
492 return mShowCustomFooter ? mFooter : mDefaultFooter;
810 return mShowCustomFooter ? mFooter : mDefaultFooter;
897 mFooter = footerView;

Completed in 378 milliseconds