Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 33) sorted by relevance

12

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DIsoInterface.java153 final Box box = new Box(type, new long[] { pos, len }); in parseNextBox() local
161 box.uuid = readUuid(fd); in parseNextBox()
163 Log.v(TAG, prefix + " UUID " + box.uuid); in parseNextBox()
166 box.data = new byte[(int) (len - 8 - 16)]; in parseNextBox()
167 IoBridge.read(fd, box.data, 0, box.data.length); in parseNextBox()
172 box.data = new byte[(int) (len - 8)]; in parseNextBox()
173 IoBridge.read(fd, box.data, 0, box.data.length); in parseNextBox()
178 box.children = new ArrayList<>(); in parseNextBox()
182 box.children.add(child); in parseNextBox()
188 return box; in parseNextBox()
[all …]
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskImageContainer.java196 protected Rect rotateBoundingBox(Rect box, OrientationManager.DeviceOrientation orientation) { in rotateBoundingBox() argument
199 return new Rect(box); in rotateBoundingBox()
202 return new Rect(box.top, box.left, box.bottom, box.right); in rotateBoundingBox()
/packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
DTelephonyRegistryTestApp.java104 CheckBox box = new CheckBox(this); in onCreate() local
105 box.setText(EVENTS.valueAt(i)); in onCreate()
107 box.setOnCheckedChangeListener((buttonView, isChecked) -> { in onCreate()
114 eventContainer.addView(box); in onCreate()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
Darchitecture.dot11 …node [shape=box, fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5, style=filled, fillco…
Dutilityclass.dot12 …node [shape=box, fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5, style=filled, fillco…
Diterative-parser-states-diagram.dot11 node [shape = box; style = "rounded, filled"; fillcolor=white ];
Dsimpledom.dot19 node [shape="box", style="filled", fillcolor="gray95"]
/packages/apps/Dialer/java/com/android/dialer/callintent/
Dcall_initiation_type.proto30 // Call placed via a search result returned by typing into the search box.
/packages/apps/Dialer/java/com/android/dialer/logging/
Dscreen_event.proto27 // List of search results returned by typing into the search box.
/packages/apps/Car/tests/
Dreadme.md46 # Use GUI to create a CL. Check amend box to update a work-in-progress CL
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java994 final int box, final long timestampInMillis) { in updateMmsMessageSendingStatus() argument
1000 values.put(Telephony.Mms.MESSAGE_BOX, box); in updateMmsMessageSendingStatus()
1005 LogUtil.d(TAG, "Mmsutils: Updated sending MMS " + uri + "; box = " + box in updateMmsMessageSendingStatus()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in1512 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1519 # search using the keyboard; to jump to the search box use <access key> + S
1521 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1525 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
2312 # by representing a node as a red box. Note that doxygen if the number of direct
2335 # to support this out of the box.
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1014 # When the SEARCHENGINE tag is enable doxygen will generate a search box
1515 # visualized by representing a node as a red box. Note that doxygen if the
1534 # seem to support this out of the box. Warning: Depending on the platform used,
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1014 # When the SEARCHENGINE tag is enable doxygen will generate a search box
1515 # visualized by representing a node as a red box. Note that doxygen if the
1534 # seem to support this out of the box. Warning: Depending on the platform used,
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java5552 for (int box : REDACTED_ISO_BOXES) { in getRedactionRanges()
5553 final long[] ranges = iso.getBoxRanges(box); in getRedactionRanges()
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...

12