/system/teeui/libteeui/example/ |
D | example_utils.h | 56 Error drawElements(std::tuple<Elements...>& layout, const PixelDrawer& drawPixel) { in drawElements() argument 60 return (std::get<Elements>(layout).draw(drawPixel) || ...); in drawElements() 64 Error handleAllEvent(std::tuple<Elements...>& layout, const Event& event) { in handleAllEvent() argument 65 return (std::get<Elements>(layout).hit(event) || ...); in handleAllEvent() 70 template <typename T, typename Layout> void translateLabel(Layout* layout) { in translateLabel() argument 71 translate(&std::get<T>(*layout)); in translateLabel()
|
D | phys_button_example.cpp | 31 template <typename Layout> static void translateLabels(Layout* layout) { in translateLabels() argument 32 translateLabel<LabelOK>(layout); in translateLabels() 33 translateLabel<LabelCancel>(layout); in translateLabels() 34 translateLabel<LabelTitle>(layout); in translateLabels() 35 translateLabel<LabelHint>(layout); in translateLabels()
|
D | touch_button_example.cpp | 29 template <typename Layout> static void translateLabels(Layout* layout) { in translateLabels() argument 30 translateLabel<LabelOK>(layout); in translateLabels() 31 translateLabel<LabelCancel>(layout); in translateLabels() 32 translateLabel<LabelTitle>(layout); in translateLabels() 33 translateLabel<LabelHint>(layout); in translateLabels()
|
/system/tools/hidl/ |
D | CompoundType.cpp | 477 void CompoundType::emitLayoutAsserts(Formatter& out, const Layout& layout, in emitLayoutAsserts() argument 483 << layout.size in emitLayoutAsserts() 490 << layout.align in emitLayoutAsserts() 502 CompoundLayout layout = hasPointer in emitSafeUnionTypeDeclarations() local 579 << layout.discriminator.align << "))) "; in emitSafeUnionTypeDeclarations() 611 emitLayoutAsserts(out, layout.innerStruct, "::hidl_union"); in emitSafeUnionTypeDeclarations() 612 emitLayoutAsserts(out, layout.discriminator, "::hidl_discriminator"); in emitSafeUnionTypeDeclarations() 619 emitLayoutAsserts(out, layout.overall, ""); in emitSafeUnionTypeDeclarations() 754 CompoundLayout layout = getCompoundAlignmentAndSize(); in emitTypeDeclarations() local 755 emitLayoutAsserts(out, layout.overall, ""); in emitTypeDeclarations() [all …]
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | build.gradle | 35 implementation 'com.android.support.constraint:constraint-layout:1.0.2' 41 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
/system/teeui/test/include/teeui/test/ |
D | teeui_render_test.h | 27 const char* confirmationMessage = "", const char* layout = "");
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/java/com/example/simpleperf/simpleperfexamplewithnative/ |
D | SleepActivity.java | 15 setContentView(R.layout.activity_sleep); in onCreate()
|
D | MixActivity.java | 15 setContentView(R.layout.activity_mix); in onCreate()
|
D | MainActivity.java | 17 setContentView(R.layout.activity_main); in onCreate()
|
/system/bt/doc/ |
D | directory_layout.md | 3 ### General directory layout 11 ### Top level directory layout
|
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | CameraActivity.java | 27 setContentView(R.layout.activity_camera); in onCreate()
|
/system/linkerconfig/testmodules/vndkext/HelloActivityProduct/src/com/example/android/helloactivity/ |
D | HelloActivity.java | 38 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); in onCreate()
|
/system/libsysprop/srcs/android/sysprop/ |
D | DisplayProperties.sysprop | 34 # Developer setting to force RTL layout. 49 prop_name: "debug.layout"
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/src/main/java/com/example/simpleperf/simpleperfexampleofkotlin/ |
D | MainActivity.kt | 10 setContentView(R.layout.activity_main) in onCreate()
|
D | SleepActivity.kt | 10 setContentView(R.layout.activity_sleep) in onCreate()
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/main/java/com/example/simpleperf/simpleperfexamplepurejava/ |
D | MainActivity.java | 11 setContentView(R.layout.activity_main); in onCreate()
|
D | SleepActivity.java | 11 setContentView(R.layout.activity_sleep); in onCreate()
|
D | MultiProcessActivity.java | 24 setContentView(R.layout.activity_multi_process); in onCreate()
|
/system/extras/simpleperf/demo/CppApi/app/src/main/java/simpleperf/demo/cpp_api/ |
D | MainActivity.java | 35 setContentView(R.layout.activity_main); in onCreate()
|
/system/teeui/test/ |
D | teeui_device_config.cpp | 41 const char* confirmationMessage, const char* layout) { in runRenderTest() argument 43 (strcmp(layout, kTouchButtonLayout) == 0) ? Examples::TouchButton : Examples::PhysButton); in runRenderTest()
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | build.gradle | 30 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | build.gradle | 36 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
/system/extras/simpleperf/demo/JavaApi/app/ |
D | build.gradle | 29 implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
/system/extras/simpleperf/demo/CppApi/app/ |
D | build.gradle | 35 implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
/system/sepolicy/private/ |
D | viewcompiler.te | 16 # compiled layout dex files
|