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

/frameworks/base/core/java/android/view/
H A DView.java1600 static final int TOOLTIP = 0x40000000; field in class: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)
[all...]

Completed in 58 milliseconds