Loading quickstep/src/com/android/launcher3/appprediction/PredictionRowView.java +1 −1 Original line number Diff line number Diff line Loading @@ -286,7 +286,7 @@ public class PredictionRowView<T extends Context & ActivityContext> } public void dump(String prefix, PrintWriter writer) { writer.println(prefix + this.getClass().getSimpleName()); writer.println(prefix + "PredictionRowView"); writer.println(prefix + "\tmPredictionsEnabled: " + mPredictionsEnabled); writer.println(prefix + "\tmPredictionUiUpdatePaused: " + mPredictionUiUpdatePaused); writer.println(prefix + "\tmNumPredictedAppsPerRow: " + mNumPredictedAppsPerRow); Loading quickstep/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java +1 −1 Original line number Diff line number Diff line Loading @@ -521,7 +521,7 @@ public class HotseatPredictionController implements DragController.DragListener, } public void dump(String prefix, PrintWriter writer) { writer.println(prefix + this.getClass().getSimpleName()); writer.println(prefix + "HotseatPredictionController"); writer.println(prefix + "\tFlags: " + getStateString(mPauseFlags)); writer.println(prefix + "\tmHotSeatItemsCount: " + mHotSeatItemsCount); writer.println(prefix + "\tmPredictedItems: " + mPredictedItems); Loading quickstep/src/com/android/launcher3/popup/QuickstepSystemShortcut.java +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import com.android.launcher3.util.SplitConfigurationOptions.SplitPositionOption; /** {@link SystemShortcut.Factory} implementation to create workspace split shortcuts */ public interface QuickstepSystemShortcut { String TAG = QuickstepSystemShortcut.class.getSimpleName(); String TAG = "QuickstepSystemShortcut"; static SystemShortcut.Factory<QuickstepLauncher> getSplitSelectShortcutByPosition( SplitPositionOption position) { Loading quickstep/src/com/android/launcher3/splitscreen/SplitShortcut.kt +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ abstract class SplitShortcut<T>( ) : SystemShortcut<T>(iconResId, labelResId, target, itemInfo, originalView) where T : Context?, T : ActivityContext? { private val TAG = SystemShortcut::class.java.simpleName private val TAG = "SplitShortcut" // Initiate splitscreen from the Home screen or Home All Apps protected val splitSelectSource: SplitSelectSource? Loading quickstep/src/com/android/launcher3/statehandlers/DepthController.java +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ public class DepthController extends BaseDepthController implements StateHandler } public void dump(String prefix, PrintWriter writer) { writer.println(prefix + this.getClass().getSimpleName()); writer.println(prefix + "DepthController"); writer.println(prefix + "\tmMaxBlurRadius=" + mMaxBlurRadius); writer.println(prefix + "\tmCrossWindowBlursEnabled=" + mCrossWindowBlursEnabled); writer.println(prefix + "\tmSurface=" + mSurface); Loading Loading
quickstep/src/com/android/launcher3/appprediction/PredictionRowView.java +1 −1 Original line number Diff line number Diff line Loading @@ -286,7 +286,7 @@ public class PredictionRowView<T extends Context & ActivityContext> } public void dump(String prefix, PrintWriter writer) { writer.println(prefix + this.getClass().getSimpleName()); writer.println(prefix + "PredictionRowView"); writer.println(prefix + "\tmPredictionsEnabled: " + mPredictionsEnabled); writer.println(prefix + "\tmPredictionUiUpdatePaused: " + mPredictionUiUpdatePaused); writer.println(prefix + "\tmNumPredictedAppsPerRow: " + mNumPredictedAppsPerRow); Loading
quickstep/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java +1 −1 Original line number Diff line number Diff line Loading @@ -521,7 +521,7 @@ public class HotseatPredictionController implements DragController.DragListener, } public void dump(String prefix, PrintWriter writer) { writer.println(prefix + this.getClass().getSimpleName()); writer.println(prefix + "HotseatPredictionController"); writer.println(prefix + "\tFlags: " + getStateString(mPauseFlags)); writer.println(prefix + "\tmHotSeatItemsCount: " + mHotSeatItemsCount); writer.println(prefix + "\tmPredictedItems: " + mPredictedItems); Loading
quickstep/src/com/android/launcher3/popup/QuickstepSystemShortcut.java +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import com.android.launcher3.util.SplitConfigurationOptions.SplitPositionOption; /** {@link SystemShortcut.Factory} implementation to create workspace split shortcuts */ public interface QuickstepSystemShortcut { String TAG = QuickstepSystemShortcut.class.getSimpleName(); String TAG = "QuickstepSystemShortcut"; static SystemShortcut.Factory<QuickstepLauncher> getSplitSelectShortcutByPosition( SplitPositionOption position) { Loading
quickstep/src/com/android/launcher3/splitscreen/SplitShortcut.kt +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ abstract class SplitShortcut<T>( ) : SystemShortcut<T>(iconResId, labelResId, target, itemInfo, originalView) where T : Context?, T : ActivityContext? { private val TAG = SystemShortcut::class.java.simpleName private val TAG = "SplitShortcut" // Initiate splitscreen from the Home screen or Home All Apps protected val splitSelectSource: SplitSelectSource? Loading
quickstep/src/com/android/launcher3/statehandlers/DepthController.java +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ public class DepthController extends BaseDepthController implements StateHandler } public void dump(String prefix, PrintWriter writer) { writer.println(prefix + this.getClass().getSimpleName()); writer.println(prefix + "DepthController"); writer.println(prefix + "\tmMaxBlurRadius=" + mMaxBlurRadius); writer.println(prefix + "\tmCrossWindowBlursEnabled=" + mCrossWindowBlursEnabled); writer.println(prefix + "\tmSurface=" + mSurface); Loading