Searched refs:resourceId (Results 1 – 8 of 8) sorted by relevance
173 val resourceId = constant175 return resources.getInteger(resourceId) == 2179 val resourceId = resources.getIdentifier(resourceName, "dimen", "android") in getDimensionPixelSize() constant180 return resources.getDimensionPixelSize(resourceId) in getDimensionPixelSize()198 val resourceId = constant200 return resources.getDimensionPixelSize(resourceId)205 val resourceId = resources.getIdentifier("quick_qs_offset_height", "dimen", "android") constant206 return resources.getDimensionPixelSize(resourceId)212 val resourceId = constant214 return resources.getDimensionPixelSize(resourceId)
114 String resourceId = "key" + c; in selectPinOnPinPad() local118 resourceId); in selectPinOnPinPad()
175 new UiSelector().resourceId(SETTINGS_PACKAGE + ":id/recycler_view")); in getSettingFromList()179 new UiSelector().resourceId("android:id/title").text(settingName)); in getSettingFromList()
367 int resourceId = in isSplitShade() local369 return sysUiResources.getBoolean(resourceId); in isSplitShade()
149 UiScrollable thumbnailScrollable = new UiScrollable(new UiSelector().resourceId( in clearRecentsByClearAll()
304 .resourceId("com.android.settings:id/apps_list")); in openAppPermissionView()
237 new UiSelector().resourceId("android:id/content")); in selectSettingFor()
586 new UiSelector().resourceId("android:id/expand_button")); in testExpandGroup()