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