Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java1600 static final int TOOLTIP = 0x40000000; field in View
6380 if ((mViewFlags & TOOLTIP) == TOOLTIP) {
12416 if (clickable || (mViewFlags & TOOLTIP) == TOOLTIP) {
12997 if (clickable || (viewFlags & TOOLTIP) == TOOLTIP) {
13001 if ((viewFlags & TOOLTIP) == TOOLTIP) {
17317 if ((mViewFlags & TOOLTIP) == TOOLTIP) {
23213 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) {