Searched refs:shouldIgnore (Results 1 – 7 of 7) sorted by relevance
42 widgetsToBoundsMap(cellLayoutBoard.widgets.filter { !it.shouldIgnore() }) in compare()44 widgetsToBoundsMap(cellLayoutBoard.widgets.filter { it.shouldIgnore() }) in compare()49 .filter { !it.shouldIgnore() } in compare()
46 boolean shouldIgnore() { in shouldIgnore() method in WidgetRect
100 final boolean shouldIgnore = exportedSinceOSVersion > Build.VERSION.SDK_INT; in shouldBeIgnoredByOsVersion()101 if (shouldIgnore) { in shouldBeIgnoredByOsVersion()105 return shouldIgnore; in shouldBeIgnoredByOsVersion()
77 assertThat(mTestFolderElement.shouldIgnore()).isEqualTo(TEST_IGNORE); in getters()
63 public boolean shouldIgnore() { in shouldIgnore() method in BluetoothMapFolderElement
1758 if (!folderElement.shouldIgnore()) { in setWhereFilterFolderType()
701 HSPLandroidx/recyclerview/widget/RecyclerView$ViewHolder;->shouldIgnore()Z