Home | History | Annotate | Download | only in view

Lines Matching refs:getBoolean

3447                     if (a.getBoolean(attr, false)) {
3453 if (a.getBoolean(attr, false)) {
3459 if (a.getBoolean(attr, false)) {
3465 if (a.getBoolean(attr, false)) {
3471 if (a.getBoolean(attr, false)) {
3477 if (!a.getBoolean(attr, true)) {
3483 if (a.getBoolean(attr, false)) {
3519 if (!a.getBoolean(attr, true)) {
3525 if (!a.getBoolean(attr, true)) {
3562 if (a.getBoolean(attr, false)) {
3567 if (a.getBoolean(attr, false)) {
3573 if (a.getBoolean(attr, false)) {
3983 final boolean fadeScrollbars = a.getBoolean(R.styleable.View_fadeScrollbars, true);
4011 boolean alwaysDraw = a.getBoolean(R.styleable.View_scrollbarAlwaysDrawHorizontalTrack,
4025 alwaysDraw = a.getBoolean(R.styleable.View_scrollbarAlwaysDrawVerticalTrack,
7081 final boolean extendSelection = arguments.getBoolean(
7090 final boolean extendSelection = arguments.getBoolean(
18299 boolean mDebugLayout = SystemProperties.getBoolean(DEBUG_LAYOUT_PROPERTY, false);