MCPcopy Create free account
hub / github.com/afkT/DevUtils / isEmpty

Method isEmpty

lib/DevApp/src/main/java/dev/utils/app/ViewUtils.java:605–607  ·  view source on GitHub ↗

判断 View 是否为 null @param view View @return true yes, false no

(final View view)

Source from the content-addressed store, hash-verified

603 * @return {@code true} yes, {@code false} no
604 */
605 public static boolean isEmpty(final View view) {
606 return view == null;
607 }
608
609 /**
610 * 判断 View 是否为 null

Callers 15

getMediaStoreVersionMethod · 0.45
getVideoDurationMethod · 0.45
hasMimeTypeMethod · 0.45
hasExtensionMethod · 0.45
getAppListMethod · 0.45
getAppListToFilterMethod · 0.45
isInstalledAppMethod · 0.45
getAppInstallPathMethod · 0.45
clearAppDataCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected