/aosp12/packages/apps/Camera2/src/com/android/camera/widget/ |
H A D | Cling.java | 35 private final OnLayoutChangeListener mLayoutChangeListener = 36 new OnLayoutChangeListener() {
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/ |
H A D | CarUiRecyclerView.java | 28 import android.view.View.OnLayoutChangeListener; 200 void addOnLayoutChangeListener(OnLayoutChangeListener listener); in addOnLayoutChangeListener() 394 void removeOnLayoutChangeListener(OnLayoutChangeListener listener); in removeOnLayoutChangeListener()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/ |
H A D | FontScalePreviewFragment.java | 23 import android.view.View.OnLayoutChangeListener; 36 public class FontScalePreviewFragment extends InfoFragment implements OnLayoutChangeListener {
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | TextureViewHelper.java | 26 import android.view.View.OnLayoutChangeListener; 47 OnLayoutChangeListener { 68 private OnLayoutChangeListener mOnLayoutChangeListener = null; 236 public void setOnLayoutChangeListener(OnLayoutChangeListener listener) {
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | LayoutTransition.java | 247 private final HashMap<View, View.OnLayoutChangeListener> layoutChangeListenerMap = 248 new HashMap<View, View.OnLayoutChangeListener>(); 885 final View.OnLayoutChangeListener listener = new View.OnLayoutChangeListener() { in setupChangeAnimation() 1507 final Map<View, View.OnLayoutChangeListener> layoutChangeListenerMap; 1510 CleanupCallback(Map<View, View.OnLayoutChangeListener> listenerMap, ViewGroup parent) { in CleanupCallback() 1522 View.OnLayoutChangeListener listener = layoutChangeListenerMap.get(view); in cleanup()
|
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimator.kt | 241 private var decorViewLayoutListener: View.OnLayoutChangeListener? = null 327 decorViewLayoutListener = View.OnLayoutChangeListener { 361 dialogContentWithBackground.addOnLayoutChangeListener(object : View.OnLayoutChangeListener { 706 class AnimatedBoundsLayoutListener : View.OnLayoutChangeListener {
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | PersonItemView.java | 26 import android.view.View.OnLayoutChangeListener; 47 OnLayoutChangeListener {
|
H A D | VCardDetailFragment.java | 28 import android.view.View.OnLayoutChangeListener; 76 mListView.addOnLayoutChangeListener(new OnLayoutChangeListener() { in onCreateView()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | UiUtils.java | 39 import android.view.View.OnLayoutChangeListener; 157 final OnLayoutChangeListener listener = new OnLayoutChangeListener() { in doOnceAfterLayoutChange()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/inline/ |
H A D | InlineTooltipUi.java | 63 private final View.OnLayoutChangeListener mAnchoredOnLayoutChangeListener = 64 new View.OnLayoutChangeListener() {
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | WidgetsBottomSheet.java | 75 private final OnLayoutChangeListener mLayoutChangeListenerToShowTips = 76 new OnLayoutChangeListener() {
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | BummerView.java | 93 parent.addOnLayoutChangeListener(new OnLayoutChangeListener() { in onAttachedToWindow()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | EmergencyActionGroup.java | 210 private final OnLayoutChangeListener mLayoutChangeListener = new OnLayoutChangeListener() {
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | PreviewPager.java | 135 mViewPager.addOnLayoutChangeListener(new OnLayoutChangeListener() { in PreviewPager() 184 mViewPager.addOnLayoutChangeListener(new OnLayoutChangeListener() { in forceCardWidth()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserSwitcherScrim.java | 37 implements View.OnLayoutChangeListener {
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/ |
H A D | AttachmentGridItemView.java | 70 addOnLayoutChangeListener(new OnLayoutChangeListener() { in onFinishInflate()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/ |
H A D | BasePreviewAdapter.java | 117 new View.OnLayoutChangeListener() { in setCard()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | TaskShortcutFactory.java | 164 final View.OnLayoutChangeListener onLayoutChangeListener = in onClick() 165 new View.OnLayoutChangeListener() { in onClick()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | AlarmClockFragment.kt | 26 import android.view.View.OnLayoutChangeListener 379 : RecyclerView.OnScrollListener(), OnLayoutChangeListener {
|
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
H A D | LeanbackKeyboardController.java | 119 private View.OnLayoutChangeListener mOnLayoutChangeListener 120 = new View.OnLayoutChangeListener() {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PanelViewController.java | 1142 public OnLayoutChangeListener createLayoutChangeListener() { in createLayoutChangeListener() 1143 return new OnLayoutChangeListener(); in createLayoutChangeListener() 1383 public class OnLayoutChangeListener implements View.OnLayoutChangeListener { class in PanelViewController
|
H A D | StatusBarTouchableRegionManager.java | 212 mNotificationPanelView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() { in updateTouchableRegionAfterLayout()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
H A D | ConversationFastScroller.java | 35 import android.view.View.OnLayoutChangeListener; 53 OnLayoutChangeListener, RecyclerView.OnItemTouchListener {
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | CaptionAppearanceFragment.java | 95 private final View.OnLayoutChangeListener mLayoutChangeListener = 96 new View.OnLayoutChangeListener() {
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
H A D | VideoCallFragment.java | 48 import android.view.View.OnLayoutChangeListener; 273 new OnLayoutChangeListener() { in onCreateView() 292 new OnLayoutChangeListener() { in onCreateView() 311 new OnLayoutChangeListener() { in onCreateView()
|