Home
last modified time | relevance | path

Searched refs:folded (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/updates/
H A DDeviceFoldStateProviderTest.kt132 setFoldState(folded = true)
139 setFoldState(folded = false)
146 setFoldState(folded = true)
153 setFoldState(folded = false)
160 setFoldState(folded = true)
171 setFoldState(folded = false)
181 setFoldState(folded = false)
182 setFoldState(folded = true)
184 setFoldState(folded = false)
194 setFoldState(folded = false)
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DDisplayFoldDurationLogger.java56 void onFinishedWakingUp(Boolean folded) { in onFinishedWakingUp() argument
57 if (folded == null) { in onFinishedWakingUp()
59 } else if (folded) { in onFinishedWakingUp()
73 void setDeviceFolded(boolean folded) { in setDeviceFolded() argument
80 mScreenState = folded ? SCREEN_STATE_ON_FOLDED : SCREEN_STATE_ON_UNFOLDED; in setDeviceFolded()
84 void logFocusedAppWithFoldState(boolean folded, String packageName) { in logFocusedAppWithFoldState() argument
88 .setSubtype(folded ? LOG_SUBTYPE_FOLDED : LOG_SUBTYPE_UNFOLDED) in logFocusedAppWithFoldState()
H A DDisplayFoldController.java68 new FoldStateListener(context, folded -> setDeviceFolded(folded))); in DisplayFoldController()
79 private void setDeviceFolded(boolean folded) { in setDeviceFolded() argument
80 if (mFolded != null && mFolded == folded) { in setDeviceFolded()
95 if (folded) { in setDeviceFolded()
116 mDurationLogger.setDeviceFolded(folded); in setDeviceFolded()
117 mDurationLogger.logFocusedAppWithFoldState(folded, mFocusedApp); in setDeviceFolded()
118 mFolded = folded; in setDeviceFolded()
123 mListeners.getBroadcastItem(i).onDisplayFoldChanged(mDisplayId, folded); in setDeviceFolded()
/aosp12/frameworks/base/core/java/android/hardware/devicestate/
H A DDeviceStateManager.java200 final boolean folded = ArrayUtils.contains(mFoldedDeviceStates, state); in onStateChanged()
202 if (lastResult == null || !lastResult.equals(folded)) { in onStateChanged()
203 lastResult = folded; in onStateChanged()
204 mDelegate.accept(folded); in onStateChanged()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/unfold/updates/
H A DDeviceFoldStateProvider.kt115 DeviceStateManager.FoldStateListener(context, { folded: Boolean ->
116 isFolded = folded
119 if (folded) {
/aosp12/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A Dnbody.rscript5 float espSqr = .2f; // will be constant folded
6 float dt = 0.5f; // will be constant folded
7 float3 half_dt = {0.25f, 0.25f, 0.25f}; // will be constant folded
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DRotationHelper.java82 sFoldStateListener = new FoldStateListener(sContext, folded -> updateFoldState(folded)); in enable()
/aosp12/frameworks/base/core/java/android/view/
H A DIDisplayFoldListener.aidl25 void onDisplayFoldChanged(int displayId, boolean folded); in onDisplayFoldChanged() argument
/aosp12/system/timezone/input_tools/android/tzlookup_generator/
H A DREADME.android11 [1] i.e. zones that differed in the past but were "folded in" to other zones
/aosp12/hardware/interfaces/camera/provider/2.5/
H A Dtypes.hal44 * The device is folded. If not set, the device is unfolded or does not
H A DICameraProvider.hal47 * when folded, so for those FOLDED would not imply any of the other flags.
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java135 void onDeviceStateChanged(boolean folded); in onDeviceStateChanged() argument
147 boolean folded = ArrayUtils.contains(mFoldedDeviceStates, state); in handleStateChange()
149 mFoldedDeviceState = folded; in handleStateChange()
154 callback.onDeviceStateChanged(folded); in handleStateChange()
H A DCameraCharacteristics.java215 public final void onDeviceStateChanged(boolean folded) {
217 mFoldedDeviceState = folded;
/aosp12/art/test/565-checker-irreducible-loop/smali/
H A DIrreducibleLoop.smali20 # move the constant-folded value to where it's expected.
/aosp12/system/extras/simpleperf/doc/
H A Dscripts_reference.md241 $ FlameGraph/stackcollapse-perf.pl out.perf >out.folded
242 $ FlameGraph/flamegraph.pl out.folded >a.svg
H A Dandroid_application_profiling.md243 $ FlameGraph/stackcollapse-perf.pl out.perf >out.folded
244 $ FlameGraph/flamegraph.pl out.folded >a.svg
/aosp12/frameworks/compile/mclinker/tools/mcld/
H A DOptions.td105 HelpText<"List all sections folded by ICF">;
109 HelpText<"Do not list sections folded by ICF">;
/aosp12/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java568 mFoldStateListener = new FoldStateListener(mContext, folded -> { in CameraServiceProxy()
569 if (folded) { in CameraServiceProxy()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DStageCoordinator.java911 private void onFoldedStateChanged(boolean folded) { in onFoldedStateChanged() argument
913 if (!folded) return; in onFoldedStateChanged()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java1103 private void onFoldedStateChanged(boolean folded) { in onFoldedStateChanged() argument
1105 if (!folded) return; in onFoldedStateChanged()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal1789 * True indicates mirrors are folded
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto6722 // SUBTYPE: 1 if display is folded, 0 if not.
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt5904 Landroid/icu/util/CaseInsensitiveString;->folded:Ljava/lang/String;
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...

12