Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java1560 static final int TOOLTIP = 0x40000000; field in View
6342 if ((mViewFlags & TOOLTIP) == TOOLTIP) {
12361 if (clickable || (mViewFlags & TOOLTIP) == TOOLTIP) {
12942 if (clickable || (viewFlags & TOOLTIP) == TOOLTIP) {
12946 if ((viewFlags & TOOLTIP) == TOOLTIP) {
17249 if ((mViewFlags & TOOLTIP) == TOOLTIP) {
23140 if ((mViewFlags & LONG_CLICKABLE) == LONG_CLICKABLE || (mViewFlags & TOOLTIP) == TOOLTIP) {
26306 setFlags(0, TOOLTIP);
26310 setFlags(TOOLTIP, TOOLTIP);
26402 if ((mViewFlags & TOOLTIP) != TOOLTIP || (mViewFlags & ENABLED_MASK) != ENABLED) {