OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTouchableInsets
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/view/
ViewTreeObserver.java
197
* Only used when {@link #
setTouchableInsets
(int)} is called with
203
* Option for {@link #
setTouchableInsets
(int)}: the entire window frame
209
* Option for {@link #
setTouchableInsets
(int)}: the area inside of
215
* Option for {@link #
setTouchableInsets
(int)}: the area inside of
221
* Option for {@link #
setTouchableInsets
(int)}: the area inside of
231
public void
setTouchableInsets
(int val) {
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java
362
info.
setTouchableInsets
(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java
415
info.
setTouchableInsets
(mTmpInsets.touchableInsets);
/frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java
321
info.
setTouchableInsets
(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
327
info.
setTouchableInsets
(mTmpInsets.touchableInsets);
[
all
...]
Completed in 108 milliseconds