Home
last modified time | relevance | path

Searched refs:oldB (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DRational.java324 int oldB = b; in gcd() local
327 a = oldB; in gcd()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvBottomSheetActivity.java83 rootView.addOnLayoutChangeListener((view, l, t, r, b, oldL, oldT, oldR, oldB) -> { in onCreate()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java8197 Notification.Builder oldB = Notification.Builder.recoverBuilder(getContext(), oldN);
8201 if (Notification.areStyledNotificationsVisiblyDifferent(oldB, newB)) {
8210 if (Notification.areRemoteViewsChanged(oldB, newB)) {
/aosp14/frameworks/base/core/java/android/view/
H A DView.java24422 int oldB = mBottom; in layout() local
24453 listenersCopy.get(i).onLayoutChange(this, l, t, r, b, oldL, oldT, oldR, oldB); in layout()