Searched refs:checkNotNull (Results 1 – 13 of 13) sorted by relevance
18 import { checkNotNull } from '../util/preconditions';70 checkNotNull(this._videoElement).loop = value;78 checkNotNull(this._videoElement).playbackRate = value;
17 import { checkArgument, checkNotNull } from '../util/preconditions';80 const ctx = checkNotNull(canvas.getContext('2d'));176 const ctx = checkNotNull(canvas.getContext('2d'));
55 Preconditions.checkNotNull(moduleDir); in getAndCacheByDir()72 Preconditions.checkNotNull(moduleName); in getAndCacheByName()102 Preconditions.checkNotNull(module); in put()
62 Preconditions.checkNotNull(repoRoot, "repoRoot has not been initialized yet. Call " in getRepoRoot()74 Preconditions.checkNotNull(file); in findAndInitRepoRoot()107 Preconditions.checkNotNull(path); in findModuleRoot()136 Preconditions.checkNotNull(file); in findSourceDirs()180 Preconditions.checkNotNull(file); in findExcludeDirs()
54 this.indexFile = new File(Preconditions.checkNotNull(indexFile)); in IntellijProject()55 this.projectPath = new File(Preconditions.checkNotNull(projectPath)); in IntellijProject()56 this.moduleDirs = Preconditions.checkNotNull(moduleDirs); in IntellijProject()
43 super(Preconditions.checkNotNull(moduleDir), false); in FrameworkModule()
58 this.makeFile = Preconditions.checkNotNull(makeFile);
97 this.moduleRoot = Preconditions.checkNotNull(moduleDir); in Module()
140 checkNotNull(findNearestAncestor(TRAVERSAL_NODE_KEY)) as RevealContainerNode in fadeReveal()169 with(checkNotNull(attachedState)) { in fadeReveal()178 with(checkNotNull(attachedState)) { in fadeReveal()192 with(checkNotNull(attachedState)) { in fadeReveal()216 val revealAlpha = checkNotNull(attachedState).alphaValue.output in fadeReveal()
91 val idleSize = checkNotNull(element.targetSize(content)) in transform()105 val fromSize = checkNotNull(element.targetSize(transition.fromContent)).toSize() in transform()106 val toSize = checkNotNull(element.targetSize(transition.toContent)).toSize() in transform()
31 export function checkNotNull<T>( function
26 import { checkNotNull } from '../util/preconditions';60 const videoUrl = checkNotNull(golden.videoUrl);
59 val contentOverscrollEffect = checkNotNull(rememberOverscrollEffect()) in ContentScope()