Searched refs:hasPermanentMenuKey (Results 1 – 2 of 2) sorted by relevance
67 private boolean hasPermanentMenuKey = false; field in ShadowViewConfiguration231 protected boolean hasPermanentMenuKey() { in hasPermanentMenuKey() method in ShadowViewConfiguration232 return hasPermanentMenuKey; in hasPermanentMenuKey()236 this.hasPermanentMenuKey = value; in setHasPermanentMenuKey()
80 assertThat(viewConfiguration.hasPermanentMenuKey()).isFalse(); in testHasPermanentMenuKey()84 assertThat(viewConfiguration.hasPermanentMenuKey()).isTrue(); in testHasPermanentMenuKey()