Home
last modified time | relevance | path

Searched refs:req_touch_screen (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/integration-tests/DumpTest/
Dcomponents_expected_proto.txt99 req_touch_screen: 3
Dcomponents_full_proto.txt99 req_touch_screen: 3
/frameworks/base/tools/aapt2/
DApkInfo.proto140 int32 req_touch_screen = 1; field
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp874 int32_t req_touch_screen = 0; member in aapt::UsesConfiguarion
881 req_touch_screen = GetAttributeIntegerDefault( in Extract()
895 if (req_touch_screen != 0) { in Print()
896 printer->Print(StringPrintf(" reqTouchScreen='%d'", req_touch_screen)); in Print()
915 out_configuration->set_req_touch_screen(req_touch_screen); in ToProto()