Home
last modified time | relevance | path

Searched refs:Compile (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNodeSpecBuilder.kt25 import com.android.systemui.util.Compile in <lambda>()
76 if (Compile.IS_DEBUG) { in <lambda>()
83 if (Compile.IS_DEBUG) { in <lambda>()
90 if (Compile.IS_DEBUG) { in <lambda>()
95 if (Compile.IS_DEBUG) { in <lambda>()
DNodeSpecBuilderLogger.kt24 import com.android.systemui.util.Compile
39 if (!(Compile.IS_DEBUG && devLoggingEnabled)) in logBuildNodeSpec()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakModule.java21 import com.android.systemui.util.Compile;
32 if (Compile.IS_DEBUG) { in providesLeakDetector()
/frameworks/base/packages/SystemUI/src-debug/com/android/systemui/util/
DCompile.java20 public class Compile { class
/frameworks/base/packages/SystemUI/src-release/com/android/systemui/util/
DCompile.java20 public class Compile { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DUnfoldLatencyTracker.kt29 import com.android.systemui.util.Compile
162 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DViewConfigCoordinator.kt30 import com.android.systemui.util.Compile in <lambda>()
146 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG) in <lambda>()
DVisualStabilityCoordinator.java40 import com.android.systemui.util.Compile;
61 public static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationUtils.java29 import com.android.systemui.util.Compile;
86 if (Compile.IS_DEBUG && INCLUDE_HASH_CODE_IN_LIST_ENTRY_LOG_KEY) { in logKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt31 import com.android.systemui.util.Compile in <lambda>()
40 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG) in <lambda>()
41 private val SPEW = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE) in <lambda>()
DNotificationStackScrollLayoutController.java121 import com.android.systemui.util.Compile;
140 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
/frameworks/base/tools/preload/
DAndroid.bp14 "Compile.java",
DCompile.java31 public class Compile { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeExpansionStateManager.kt24 import com.android.systemui.util.Compile
236 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG)
/frameworks/base/tools/aapt2/cmd/
DCompile.h90 int Compile(IAaptContext* context, io::IFileCollection* inputs, IArchiveWriter* output_writer,
DCompile.cpp640 int Compile(IAaptContext* context, io::IFileCollection* inputs, IArchiveWriter* output_writer, in Compile() function
804 return Compile(&context, file_collection.get(), archive_writer.get(), options_); in Action()
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/
DLogModule.java33 import com.android.systemui.util.Compile;
59 if (Compile.IS_DEBUG && notifPipelineFlags.isDevLoggingEnabled()) { in provideNotificationsLogBuffer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java50 import com.android.systemui.util.Compile;
55 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
DNotificationContentView.java67 import com.android.systemui.util.Compile;
83 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java56 import com.android.systemui.util.Compile;
75 boolean DEBUG_WAKEUP_DELAY = Compile.IS_DEBUG;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java60 import com.android.systemui.util.Compile;
304 if (Log.isLoggable(TAG, Log.DEBUG) || Compile.IS_DEBUG) { in setIsDreaming()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java50 import com.android.systemui.util.Compile;
66 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DShadeListBuilderLogger.kt38 import com.android.systemui.util.Compile
/frameworks/base/tools/aapt2/
DAndroid.bp28 "cmd/Compile.cpp",
Dreadme.md168 - Compile directory: treats the input file as a directory when `--dir` is

12