Home
last modified time | relevance | path

Searched refs:PREFS_WALLET_VIEW_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java58 private static final String PREFS_WALLET_VIEW_HEIGHT = "wallet_view_height"; field in WalletPanelViewController
306 mPrefs.edit().putInt(PREFS_WALLET_VIEW_HEIGHT, 0).apply(); in showEmptyStateView()
332 int expectedHeight = mPrefs.getInt(PREFS_WALLET_VIEW_HEIGHT, -1); in getExpectedMinHeight()
347 mPrefs.edit().putInt(PREFS_WALLET_VIEW_HEIGHT, bottom - top).apply(); in removeMinHeightAndRecordHeightOnLayout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java62 private static final String PREFS_WALLET_VIEW_HEIGHT = "wallet_view_height"; field in WalletScreenController
277 mPrefs.edit().putInt(PREFS_WALLET_VIEW_HEIGHT, 0).apply(); in showEmptyStateView()
288 int expectedHeight = mPrefs.getInt(PREFS_WALLET_VIEW_HEIGHT, -1); in getExpectedMinHeight()
303 mPrefs.edit().putInt(PREFS_WALLET_VIEW_HEIGHT, bottom - top).apply(); in removeMinHeightAndRecordHeightOnLayout()