Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_expected_proto.txt99 req_touch_screen: 3
H A Dcomponents_full_proto.txt99 req_touch_screen: 3
/aosp14/frameworks/base/tools/aapt2/
H A DApkInfo.proto140 int32 req_touch_screen = 1;
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp876 int32_t req_touch_screen = 0; member in aapt::UsesConfiguarion
883 req_touch_screen = GetAttributeIntegerDefault( in Extract()
897 if (req_touch_screen != 0) { in Print()
898 printer->Print(StringPrintf(" reqTouchScreen='%d'", req_touch_screen)); in Print()
917 out_configuration->set_req_touch_screen(req_touch_screen); in ToProto()