Searched refs:PREFS_WALLET_VIEW_HEIGHT (Results 1 – 2 of 2) sorted by relevance
58 private static final String PREFS_WALLET_VIEW_HEIGHT = "wallet_view_height"; field in WalletPanelViewController306 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()
62 private static final String PREFS_WALLET_VIEW_HEIGHT = "wallet_view_height"; field in WalletScreenController277 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()