Home
last modified time | relevance | path

Searched full:displaying (Results 1 – 25 of 2548) sorted by relevance

12345678910>>...102

/aosp_15_r20/frameworks/base/core/java/com/android/internal/accessibility/common/
H A DShortcutConstants.java55 * {@code DEFAULT} for displaying default value.
56 * {@code SOFTWARE} for displaying specifying the accessibility services or features which
58 * {@code HARDWARE} for displaying specifying the accessibility services or features which
60 * {@code TRIPLETAP} for displaying specifying magnification to be toggled via quickly
62 * {@code TWOFINGER_DOUBLETAP} for displaying specifying magnification to be toggled via
64 * {@code QUICK_SETTINGS} for displaying specifying the accessibility services or features which
116 * {@code VOLUME_SHORTCUT_TOGGLE} for displaying appearance with switch bar and only one
118 * {@code INVISIBLE_TOGGLE} for displaying appearance without switch bar.
119 * {@code TOGGLE} for displaying appearance with switch bar.
120 * {@code LAUNCH_ACTIVITY} for displaying appearance with pop-up action that is for launch
/aosp_15_r20/developers/samples/android/ui/graphics/DisplayingBitmaps/
Dtemplate-params.xml30 "Displaying Bitmaps Efficiently"
31 (http://developer.android.com/training/displaying-bitmaps/).\n\n
34 bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps
66 caching bitmaps (both in memory and on disk), managing bitmap memory and displaying
72 This is a sample application for the Android Training class [Displaying Bitmaps Efficiently][1].
75 bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps
78 [1]: http://developer.android.com/training/displaying-bitmaps/
DREADME.md6 caching bitmaps (both in memory and on disk), managing bitmap memory and displaying
12 This is a sample application for the Android Training class [Displaying Bitmaps Efficiently][1].
15 bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps
18 [1]: http://developer.android.com/training/displaying-bitmaps/
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/res/values/
Ddonottranslate_strings.xml57 …<string name="activity_category" description="Title for activity category, displaying user data re…
58 …surements_category" description="Title for body measurements category, displaying user data relate…
59 …<string name="sleep_category" description="Title for sleep category, displaying user data related …
60 …<string name="vitals_category" description="Title for vitals category, displaying user data relate…
61 …<string name="cycle_tracking_category" description="Title for cycle tracking category, displaying
62 …<string name="nutrition_category" description="Title for nutrition category, displaying user data …
63 …<string name="wellness_category" description="Title for wellness category, displaying user data re…
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/widget/
DTipCardPreference.java18 * A icon resource id for displaying icon on tips card.
24 * A color resource id for displaying icon and button text on tips card.
91 * A icon resource id for displaying icon on tips card.
99 * A icon resource id for displaying icon on tips card.
106 * A color resource id for displaying icon and button text on tips card.
114 * A color resource id for displaying icon and button text on tips card.
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java442 if (DBG) log("onSuppServiceFailed: displaying merge failure message"); in onSuppServiceFailed()
446 if (DBG) log("onSuppServiceFailed: displaying resume failure message"); in onSuppServiceFailed()
450 if (DBG) log("onSuppServiceFailed: displaying hold failure message"); in onSuppServiceFailed()
454 if (DBG) log("onSuppServiceFailed: displaying transfer failure message"); in onSuppServiceFailed()
458 if (DBG) log("onSuppServiceFailed: displaying separate failure message"); in onSuppServiceFailed()
462 if (DBG) log("onSuppServiceFailed: displaying switch failure message"); in onSuppServiceFailed()
466 if (DBG) log("onSuppServiceFailed: displaying reject failure message"); in onSuppServiceFailed()
577 if (DBG) log("TtyModeReceived: displaying notification message"); in onTtyModeReceived()
/aosp_15_r20/external/subsampling-scale-image-view/
H A DREADME.md6 A custom image view for Android, designed for photo galleries and displaying huge images (e.g. maps…
8displaying large images while allowing you to zoom in to the high resolution details. You can disa…
14 …itations](https://github.com/davemorrissey/subsampling-scale-image-view/wiki/02.-Displaying-images)
/aosp_15_r20/packages/apps/DeskClock/res/values/
Ddonottranslate.xml18 <!-- String matching the lock screen format for displaying 12-hour times. -->
20 <!-- String matching the lock screen format for displaying 24-hour times. -->
22 <!-- Format for displaying the day of week with a preceding slash divider. -->
24 <!-- String matching the lock screen format for displaying the date. -->
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/about/res/values/
Dstrings.xml3 <!-- Internal preferences key for displaying the build version -->
9 <!-- Internal preferences key for displaying the open source license
21 <!-- Internal preferences key for displaying the privacy policy -->
33 <!-- Internal preferences key for displaying the terms of service-->
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpdb.py220 self.displaying = {}
399 displaying = self.displaying.get(self.curframe)
400 if displaying:
401 for expr, oldvalue in displaying.items():
407 displaying[expr] = newvalue
1440 self.message('Currently displaying:')
1441 for item in self.displaying.get(self.curframe, {}).items():
1445 self.displaying.setdefault(self.curframe, {})[arg] = val
1459 del self.displaying.get(self.curframe, {})[arg]
1461 self.error('not displaying %s' % arg)
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dpdb.py220 self.displaying = {}
399 displaying = self.displaying.get(self.curframe)
400 if displaying:
401 for expr, oldvalue in displaying.items():
407 displaying[expr] = newvalue
1440 self.message('Currently displaying:')
1441 for item in self.displaying.get(self.curframe, {}).items():
1445 self.displaying.setdefault(self.curframe, {})[arg] = val
1459 del self.displaying.get(self.curframe, {})[arg]
1461 self.error('not displaying %s' % arg)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpdb.py220 self.displaying = {}
399 displaying = self.displaying.get(self.curframe)
400 if displaying:
401 for expr, oldvalue in displaying.items():
407 displaying[expr] = newvalue
1440 self.message('Currently displaying:')
1441 for item in self.displaying.get(self.curframe, {}).items():
1445 self.displaying.setdefault(self.curframe, {})[arg] = val
1459 del self.displaying.get(self.curframe, {})[arg]
1461 self.error('not displaying %s' % arg)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpdb.py220 self.displaying = {}
399 displaying = self.displaying.get(self.curframe)
400 if displaying:
401 for expr, oldvalue in displaying.items():
407 displaying[expr] = newvalue
1440 self.message('Currently displaying:')
1441 for item in self.displaying.get(self.curframe, {}).items():
1445 self.displaying.setdefault(self.curframe, {})[arg] = val
1459 del self.displaying.get(self.curframe, {})[arg]
1461 self.error('not displaying %s' % arg)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpdb.py220 self.displaying = {}
399 displaying = self.displaying.get(self.curframe)
400 if displaying:
401 for expr, oldvalue in displaying.items():
407 displaying[expr] = newvalue
1440 self.message('Currently displaying:')
1441 for item in self.displaying.get(self.curframe, {}).items():
1445 self.displaying.setdefault(self.curframe, {})[arg] = val
1459 del self.displaying.get(self.curframe, {})[arg]
1461 self.error('not displaying %s' % arg)
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dpdb.py220 self.displaying = {}
399 displaying = self.displaying.get(self.curframe)
400 if displaying:
401 for expr, oldvalue in displaying.items():
407 displaying[expr] = newvalue
1440 self.message('Currently displaying:')
1441 for item in self.displaying.get(self.curframe, {}).items():
1445 self.displaying.setdefault(self.curframe, {})[arg] = val
1459 del self.displaying.get(self.curframe, {})[arg]
1461 self.error('not displaying %s' % arg)
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/
Dtest_coordinate_matrix_sort.cpp26 cout << "Displaying matrix(1,1)" << endl; in BOOST_UBLAS_TEST_DEF()
29 BOOST_UBLAS_DEBUG_TRACE( "Displaying matrix(1,1)" << matrix_mask(1,1) ); in BOOST_UBLAS_TEST_DEF()
58 BOOST_UBLAS_DEBUG_TRACE( "Displaying matrix(1,1)" << matrix_mask(1,1) ); in BOOST_UBLAS_TEST_DEF()
61 BOOST_UBLAS_DEBUG_TRACE( "Displaying matrix(0,1)" << matrix_mask(0,1) ); in BOOST_UBLAS_TEST_DEF()
/aosp_15_r20/developers/build/prebuilts/gradle/DisplayingBitmaps/
H A DREADME.md6 caching bitmaps (both in memory and on disk), managing bitmap memory and displaying
12 This is a sample application for the Android Training class [Displaying Bitmaps Efficiently][1].
15 bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps
18 [1]: http://developer.android.com/training/displaying-bitmaps/
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
H A DStringUtils.java39 …nd column of the given Directive. We use this routine to provide a consistent format for displaying
51 … * and column of the given Node. We use this routine to provide a consistent format for displaying
63 * and column. We use this routine to provide a consistent format for displaying
75 * and column. We use this routine to provide a consistent format for displaying
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dandroidenterprise_v1.devices.html212 … or JSON object. To prevent XSS, we recommend removing any HTML from the data before displaying it.
213 …er. To prevent XSS, we recommend removing any HTML from the key before displaying it. This field w…
214 …rror message. To prevent XSS, we recommend removing any HTML from the message before displaying it.
342 … or JSON object. To prevent XSS, we recommend removing any HTML from the data before displaying it.
343 …er. To prevent XSS, we recommend removing any HTML from the key before displaying it. This field w…
344 …rror message. To prevent XSS, we recommend removing any HTML from the message before displaying it.
475 … or JSON object. To prevent XSS, we recommend removing any HTML from the data before displaying it.
476 …er. To prevent XSS, we recommend removing any HTML from the key before displaying it. This field w…
477 …rror message. To prevent XSS, we recommend removing any HTML from the message before displaying it.
575 … or JSON object. To prevent XSS, we recommend removing any HTML from the data before displaying it.
[all …]
Dandroidenterprise_v1.enterprises.html178 &quot;managedConfigurations&quot;: { # Options for displaying the Managed Configuration page.
185 &quot;playSearch&quot;: { # Options for displaying the managed Play Search apps page.
189 &quot;privateApps&quot;: { # Options for displaying the Private Apps page.
192 &quot;storeBuilder&quot;: { # Options for displaying the Organize apps page.
195 &quot;webApps&quot;: { # Options for displaying the Web Apps page.
198 &quot;zeroTouch&quot;: { # Options for displaying the Zero Touch page.
415 … or JSON object. To prevent XSS, we recommend removing any HTML from the data before displaying it.
416 …er. To prevent XSS, we recommend removing any HTML from the key before displaying it. This field w…
417 …rror message. To prevent XSS, we recommend removing any HTML from the message before displaying it.
Dmybusinessbusinessinformation_v1.chains.html108 { # Name to be used when displaying the chain.
116 { # Url to be used when displaying the chain.
142 { # Name to be used when displaying the chain.
150 { # Url to be used when displaying the chain.
/aosp_15_r20/external/pdfium/public/
H A Dfpdf_progressive.h63 // size_x - Horizontal size (in pixels) for displaying the
65 // size_y - Vertical size (in pixels) for displaying the page.
106 // size_x - Horizontal size (in pixels) for displaying the page.
107 // size_y - Vertical size (in pixels) for displaying the page.
H A Dfpdfview.h847 // size_x - Horizontal size (in pixels) for displaying the page.
848 // size_y - Vertical size (in pixels) for displaying the page.
880 // size_x - Horizontal size (in pixels) for displaying the page.
881 // size_y - Vertical size (in pixels) for displaying the page.
935 // size_x - Horizontal size (in pixels) for displaying the page.
936 // size_y - Vertical size (in pixels) for displaying the page.
969 // size_x - Horizontal size (in pixels) for displaying the page.
970 // size_y - Vertical size (in pixels) for displaying the page.
1021 // size_x - Horizontal size (in pixels) for displaying the page.
1022 // size_y - Vertical size (in pixels) for displaying the page.
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLeanbackPickerDialogFragment.java62 * Generated a new DialogFragment displaying a Leanback DatePicker widget.
65 * @return The fragment to be started displaying a DatePicker widget for setting date.
78 * Generated a new DialogFragment displaying a Leanback TimePicker widget.
81 * @return The fragment to be started displaying a TimePicker widget for setting time.
/aosp_15_r20/development/samples/browseable/DisplayingBitmaps/
H A D_index.jd9 &quot;Displaying Bitmaps Efficiently&quot;
10 (http://developer.android.com/training/displaying-bitmaps/).\n\n
13 bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps

12345678910>>...102