Searched refs:mCurrentLayout (Results 1 – 3 of 3) sorted by relevance
185 private Layout mCurrentLayout = null; field in LogicalDisplayMapper392 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()
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()
1464 private KeyboardLayoutInfo mCurrentLayout; field in KeyboardLayoutManager.KeyboardConfiguration1481 return mCurrentLayout; in getCurrentLayout()1485 mCurrentLayout = currentLayout; in setCurrentLayout()