Lines Matching refs:mCurrentState

68     private final State mCurrentState = new State();
298 mCurrentState.keyguardShowing = showing;
299 apply(mCurrentState);
303 mCurrentState.keyguardOccluded = occluded;
304 apply(mCurrentState);
308 mCurrentState.keyguardNeedsInput = needsInput;
309 apply(mCurrentState);
313 mCurrentState.panelVisible = visible;
314 mCurrentState.statusBarFocusable = visible;
315 apply(mCurrentState);
319 mCurrentState.statusBarFocusable = focusable;
320 apply(mCurrentState);
324 mCurrentState.bouncerShowing = showing;
325 apply(mCurrentState);
329 mCurrentState.backdropShowing = showing;
330 apply(mCurrentState);
334 mCurrentState.keyguardFadingAway = keyguardFadingAway;
335 apply(mCurrentState);
339 mCurrentState.qsExpanded = expanded;
340 apply(mCurrentState);
344 mCurrentState.forceUserActivity = forceUserActivity;
345 apply(mCurrentState);
349 mCurrentState.scrimsVisibility = scrimsVisibility;
350 apply(mCurrentState);
354 mCurrentState.headsUpShowing = showing;
355 apply(mCurrentState);
359 mCurrentState.wallpaperSupportsAmbientMode = supportsAmbientMode;
360 apply(mCurrentState);
367 mCurrentState.statusBarState = state;
368 apply(mCurrentState);
372 mCurrentState.forceStatusBarVisible = forceStatusBarVisible;
373 apply(mCurrentState);
382 mCurrentState.forceCollapsed = force;
383 apply(mCurrentState);
387 mCurrentState.panelExpanded = isExpanded;
388 apply(mCurrentState);
393 mCurrentState.remoteInputActive = remoteInputActive;
394 apply(mCurrentState);
402 mCurrentState.forceDozeBrightness = forceDozeBrightness;
403 apply(mCurrentState);
407 mCurrentState.dozing = dozing;
408 apply(mCurrentState);
413 apply(mCurrentState);
417 mCurrentState.forcePluginOpen = forcePluginOpen;
418 apply(mCurrentState);
427 pw.println(mCurrentState);
431 return !mCurrentState.backdropShowing;