OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteInputView
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java
66
public class
RemoteInputView
extends LinearLayout implements View.OnClickListener, TextWatcher {
96
public
RemoteInputView
(Context context, AttributeSet attrs) {
172
public static
RemoteInputView
inflate(Context context, ViewGroup root,
175
RemoteInputView
v = (
RemoteInputView
)
389
public void stealFocusFrom(
RemoteInputView
other) {
481
private
RemoteInputView
mRemoteInputView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
43
import com.android.systemui.statusbar.policy.
RemoteInputView
;
71
private
RemoteInputView
mExpandedRemoteInput;
72
private
RemoteInputView
mHeadsUpRemoteInput;
127
private
RemoteInputView
mCachedExpandedRemoteInput;
128
private
RemoteInputView
mCachedHeadsUpRemoteInput;
[
all
...]
RemoteInputController.java
23
import com.android.systemui.statusbar.policy.
RemoteInputView
;
33
* Keeps track of the currently active {@link
RemoteInputView
}s.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java
241
import com.android.systemui.statusbar.policy.
RemoteInputView
;
466
//
RemoteInputView
to be activated after unlock
[
all
...]
Completed in 49 milliseconds