Home
last modified time | relevance | path

Searched refs:there (Results 1 – 25 of 104) sorted by relevance

12345

/frameworks/base/packages/SystemUI/docs/
Dsos_gesture.md16 2. If there is an app to handle the gesture (else do nothing)
18 5. Assuming there is an app, and the setting is one launch Emergengy Flow immediately. [Callsite](/…
24 Thus, we always launch the same intent, and verify that there is only one matching intent-filter in…
Dkotlin-in-sysui.md14 were there, instead add them directly to the class and save us the extension.
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.md19 …igger as long as there are unread events in the socket. Thus, the app could choose to read events …
23 …en `handleEvent` runs, there is no information about the upcoming frameTime, and we dont want to c…
43 3. The function `handleEvent` will always execute as long as there are unread events in the fd
/frameworks/base/packages/SystemUI/tools/lint/
DREADME11 When you hit a lint error that should not be triggered, there are 3
19 3. If there are lint errors that should be fixed, but cannot be done
Drun_lint.sh45 If the error cannot be fixed immediately, there are 3 possible resolutions:
/frameworks/base/tools/orientationplot/
DREADME.txt50 2. Ensure that there is an appropriate gap between adjacent orientation angles
73 greatly exceeds 60ms then there is a problem with the accelerometer or the
77 degrees (refer to MAX_TILT constant). Consequently, you should expect there
79 so there will be no orientation proposal either.
/frameworks/native/cmds/dumpsys/
DTEST_MAPPING5 // there are many other parts of Android that expect the output
/frameworks/hardware/interfaces/cameraservice/device/2.0/
DICameraDeviceUser.hal78 * batch of repeating requests, if any. If there is no previous
90 * Calling this method when there is no active repeating request, will
95 * produced from this repeating request. If there are no inflight
168 * Status::INVALID_OPERATION if there are active repeating requests.
207 * false - in case there is no device support.
/frameworks/native/services/inputflinger/docs/
Danr.md25 …ly add the `window.dispatchingTimeout` to the current time. In case where there is no associated w…
33 …tch entry would become out of date. Duplicate entries are allowed because there may be two events …
49 … WindowManager calls `setFocusedApplication` to tell InputDispatcher that there is a focused appli…
53 …s: touches will continue to function normally, without causing an ANR. If there is a focused event…
64 …he BACK key. In this scenario, `adb shell dumpsys input` will reveal that there's no focused windo…
/frameworks/base/core/java/android/service/wallpaper/
DAndroid.bp20 // Enforce that the library is built against java 8 so that there are
/frameworks/base/core/proto/android/view/inputmethod/
Dinputmethodeditortrace.proto41 (this is needed because enums have to be 32 bits and there's no nice way to put 64bit
87 (this is needed because enums have to be 32 bits and there's no nice way to put 64bit
120 (this is needed because enums have to be 32 bits and there's no nice way to put 64bit
/frameworks/native/cmds/installd/
Dotapreopt.rc6 # But now the relabeling is annoying as there is no force option available here. So
/frameworks/libs/net/client-libs/tests/unit/
DAndroid.bp24 // there, so that the tests under client-libs can also be run when running tethering and
/frameworks/av/media/codecs/m4v_h263/
DTEST_MAPPING9 // and the config file looks like the AndroidTest.xml file that we put in there.
/frameworks/base/samples/training/network-usage/
DREADME.txt13 -- Detects when there is a change in the device's connection status and responds accordingly. For e…
/frameworks/base/services/core/java/com/android/server/rollback/
DREADME.md62 of an update if there are 5 ANRs or process crashes within a 1 minute window for
76 update. If there is no network connectivity within a certain time period after
93 Rollback is supported for APEX modules in addition to APK modules. In Q, there
118 If there is a problem enabling rollback for any package in the multi-package
181 if there is a new update to package associated with the rollback. When an
243 Nothing will be listed if there are no rollbacks available or recently
/frameworks/base/packages/SystemUI/plugin_core/
DAndroid.bp29 // Enforce that the library is built against java 8 so that there are
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md187 goes from there.
241 there is a constant amount of workers running at one time.
249 buffer that has been prefilled during the **SettingUp** phase. However if there are two sequential
261 arguments. Executes `replay()` on the Replayer. If there are no errors while replaying it will exit
262 gracefully, if there are then it will report the error and then exit.
/frameworks/proto_logging/stats/enums/app/
Denums.proto49 // by ActivityManager.processStateAmToProto()). Can only happen if there's a bug in the mapping.
282 * or there was an error during initialization.
333 * Application process was killed by the activity manager because there were too many cached
339 * Application process was killed by the activity manager because there were too many empty
345 * Application process was killed by the activity manager because there were too many cached
/frameworks/av/services/mediatranscoding/
D.clang-format26 # There is nothing in go/droidcppstyle about case labels, but there seems to be
/frameworks/base/core/java/android/text/
DLayout.java1570 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); in getOffsetForHorizontal() local
1574 if (there > max) in getOffsetForHorizontal()
1575 there = max; in getOffsetForHorizontal()
1576 int high = there - 1 + 1, low = here + 1 - 1, guess; in getOffsetForHorizontal()
1592 if (low < there) { in getOffsetForHorizontal()
1595 if (low >= here && low < there) { in getOffsetForHorizontal()
1597 if (aft < there) { in getOffsetForHorizontal()
1948 int there = here + (dirs.mDirections[i + 1] & RUN_LENGTH_MASK); in addSelection() local
1950 if (there > lineend) { in addSelection()
1951 there = lineend; in addSelection()
[all …]
/frameworks/proto_logging/stats/
Datom_field_options.proto45 // Sometimes, there is no primary key field, when the state is GLOBAL.
82 // default state. If there is no default value specified, the default value is unknown, and all
/frameworks/base/startop/apps/test/
DREADME.md34 It takes awhile (and there's currently no automated way to make sure it's done),
/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll21 ; Assert that bcc warns that there is a mismatch when slang version is the string "DOESNOTEXIST"
24 ; Assert that bcc does not warn when there is a version match
/frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/
Dsysui_trace.proto42 (this is needed because enums have to be 32 bits and there's no nice way to put 64bit

12345