Searched refs:creating (Results 1 – 25 of 52) sorted by relevance
123
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 956 boolean creating, boolean sizeChanged, boolean hintChanged) { in performSurfaceTransaction() argument 971 if (creating || (mParentSurfaceSequenceId == viewRoot.getSurfaceSequenceId())) { in performSurfaceTransaction() 999 if ((sizeChanged || hintChanged) && !creating) { in performSurfaceTransaction() 1002 if (sizeChanged || creating || !isHardwareAccelerated()) { in performSurfaceTransaction() 1021 sizeChanged && !creating && isHardwareAccelerated(); in performSurfaceTransaction() 1098 final boolean creating = (mSurfaceControl == null || formatChanged || visibleChanged) in updateSurface() 1110 if (creating || formatChanged || sizeChanged || visibleChanged || in updateSurface() 1116 + "Changes: creating=" + creating in updateSurface() 1146 if (creating) { in updateSurface() 1159 translator, creating, sizeChanged, hintChanged); in updateSurface() [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagRelocations.inc | 3 "Please call mcld::Linker::config before creating relocations", 4 "Please call mcld::Linker::config before creating relocations")
|
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/ |
D | reduce_general_duplicate_array.rscript | 7 // so Java reflection must guard against this to avoid creating two
|
/frameworks/base/test-mock/api/ |
D | system-lint-baseline.txt | 3 …Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiverForAllUsers`
|
/frameworks/compile/mclinker/ |
D | Android.bp | 15 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/native/opengl/tests/angeles/ |
D | Android.bp | 19 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/native/ |
D | Android.bp | 15 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/base/obex/ |
D | Android.bp | 31 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/av/media/codecs/m4v_h263/enc/ |
D | Android.bp | 17 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/opt/net/ims/ |
D | Android.bp | 29 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_native_client_buffer.txt | 41 This extension allows creating an EGLClientBuffer from an Android
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IDirectReportChannel.hal | 33 * shared memory region used for creating the channel; set rate to STOP will
|
/frameworks/av/media/codecs/amrnb/dec/ |
D | Android.bp | 17 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/layoutlib/ |
D | Android.bp | 37 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/base/native/webview/plat_support/ |
D | Android.bp | 37 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/wilhelm/ |
D | Android.bp | 29 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/av/media/codecs/amrwb/dec/ |
D | Android.bp | 17 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/av/ |
D | Android.bp | 18 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/compile/libbcc/ |
D | Android.bp | 31 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/av/media/codecs/mp3dec/ |
D | Android.bp | 15 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/base/packages/SystemUI/docs/ |
D | executors.md | 62 We do not currently have support for creating an Executor on a new, virgin 170 If you are posting Runnables frequently and you worry that the cost of creating 171 anonymous Runnables is too high, consider creating pre-defined Runnables as
|
/frameworks/av/media/codecs/amrnb/enc/ |
D | Android.bp | 17 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
/frameworks/base/core/proto/android/internal/ |
D | binder_latency.proto | 85 // The size (upper bound) of the first bucket (used to avoid creating an
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 23 # sdk_version - SDK target to pass to 'android' for creating test projects
|
/frameworks/av/camera/ |
D | Android.bp | 29 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
|
123