Searched refs:hasField (Results 1 – 1 of 1) sorted by relevance
52 hasField(View.class, "SYSTEM_UI_FLAG_LAYOUT_STABLE");55 hasField(View.class, "SYSTEM_UI_FLAG_HIDE_NAVIGATION");58 hasField(MediaColumns.class, "WIDTH");181 hasField(WindowManager.LayoutParams.class, "rotationAnimation");205 private static boolean hasField(Class<?> klass, String fieldName) { in hasField() method in ApiHelper