Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp636 int32_t req_touch_screen = 0; member in aapt::UsesConfiguarion
643 req_touch_screen = GetAttributeIntegerDefault( in Extract()
657 if (req_touch_screen != 0) { in Print()
658 printer->Print(StringPrintf(" reqTouchScreen='%d'", req_touch_screen)); in Print()