Home
last modified time | relevance | path

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

/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java59 private static final String PREFS_WALLET_VIEW_HEIGHT = "wallet_view_height"; field in WalletPanelViewController
307 mPrefs.edit().putInt(PREFS_WALLET_VIEW_HEIGHT, 0).apply(); in showEmptyStateView()
333 int expectedHeight = mPrefs.getInt(PREFS_WALLET_VIEW_HEIGHT, -1); in getExpectedMinHeight()
348 mPrefs.edit().putInt(PREFS_WALLET_VIEW_HEIGHT, bottom - top).apply(); in removeMinHeightAndRecordHeightOnLayout()