Searched refs:mCurrentLayout (Results 1 – 2 of 2) sorted by relevance
200 private Layout mCurrentLayout = null; field in LogicalDisplayMapper427 ipw.println("mCurrentLayout=" + mCurrentLayout); in dumpLocked()1106 final Layout oldLayout = mCurrentLayout; in applyLayoutLocked()1107 mCurrentLayout = mDeviceStateToLayoutMap.get(mDeviceState); in applyLayoutLocked()1108 Slog.i(TAG, "Applying layout: " + mCurrentLayout + ", Previous layout: " + oldLayout); in applyLayoutLocked()1111 final int size = mCurrentLayout.size(); in applyLayoutLocked()1113 final Layout.Display displayLayout = mCurrentLayout.getAt(i); in applyLayoutLocked()
111 private String mCurrentLayout; field in NavigationBarInflaterView180 if (!Objects.equals(mCurrentLayout, newValue)) { in onLikelyDefaultLayoutChange()252 mCurrentLayout = newLayout; in inflateLayout()501 pw.println(" mCurrentLayout: " + mCurrentLayout); in dump()