Home
last modified time | relevance | path

Searched refs:mCurrentLayout (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplayMapper.java185 private Layout mCurrentLayout = null; field in LogicalDisplayMapper
392 ipw.println("mCurrentLayout=" + mCurrentLayout); in dumpLocked()
1007 final Layout oldLayout = mCurrentLayout; in applyLayoutLocked()
1008 mCurrentLayout = mDeviceStateToLayoutMap.get(mDeviceState); in applyLayoutLocked()
1009 Slog.i(TAG, "Applying layout: " + mCurrentLayout + ", Previous layout: " + oldLayout); in applyLayoutLocked()
1012 final int size = mCurrentLayout.size(); in applyLayoutLocked()
1014 final Layout.Display displayLayout = mCurrentLayout.getAt(i); in applyLayoutLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarInflaterView.java111 private String mCurrentLayout; field in NavigationBarInflaterView
180 if (!Objects.equals(mCurrentLayout, newValue)) { in onLikelyDefaultLayoutChange()
252 mCurrentLayout = newLayout; in inflateLayout()
501 pw.println(" mCurrentLayout: " + mCurrentLayout); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardLayoutManager.java1464 private KeyboardLayoutInfo mCurrentLayout; field in KeyboardLayoutManager.KeyboardConfiguration
1481 return mCurrentLayout; in getCurrentLayout()
1485 mCurrentLayout = currentLayout; in setCurrentLayout()